Class BlockVolumeDetails
Block volume that is part of the Datastore.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class BlockVolumeDetails
Properties
Attachments
Declaration
[JsonProperty(PropertyName = "attachments")]
public List<BlockVolumeAttachment> Attachments { get; set; }
Property Value
Type | Description |
---|---|
List<BlockVolumeAttachment> | List of BlockVolumeAttachment objects containing information about attachment details |
Id
Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | An OCIDs of the Block Storage Volume. |
Remarks
Required
Iqn
Declaration
[JsonProperty(PropertyName = "iqn")]
public string Iqn { get; set; }
Property Value
Type | Description |
---|---|
string | An IQN of the Block Storage Volume. |