Show / Hide Table of Contents

Class VolumeAttachmentDetail

A detail of the attached block volume.

Inheritance
object
VolumeAttachmentDetail
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.BdsService.Models
Assembly: OCI.DotNetSDK.Bds.dll
Syntax
public class VolumeAttachmentDetail

Properties

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

In this article
Back to top