Show / Hide Table of Contents

Class BlockVolumeDetails

Block volume that is part of the Datastore.

Inheritance
object
BlockVolumeDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top