Class VolumeAttachmentDetail
A detail of the attached block volume.
Inherited Members
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class VolumeAttachmentDetailProperties
VolumeAttachmentId
Declaration
[Required(ErrorMessage = "VolumeAttachmentId is required.")]
[JsonProperty(PropertyName = "volumeAttachmentId")]
public string VolumeAttachmentId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the volume attachment. | 
Remarks
Required
VolumeSizeInGBs
Declaration
[Required(ErrorMessage = "VolumeSizeInGBs is required.")]
[JsonProperty(PropertyName = "volumeSizeInGBs")]
public long? VolumeSizeInGBs { get; set; }Property Value
| Type | Description | 
|---|---|
| long? | The size of the volume in GBs. | 
Remarks
Required