VolumeAttachmentDetail¶
-
class
oci.bds.models.
VolumeAttachmentDetail
(**kwargs)¶ Bases:
object
A detail of the attached block volume.
Methods
__init__
(**kwargs)Initializes a new VolumeAttachmentDetail object with values from keyword arguments. Attributes
volume_attachment_id
[Required] Gets the volume_attachment_id of this VolumeAttachmentDetail. volume_size_in_gbs
[Required] Gets the volume_size_in_gbs of this VolumeAttachmentDetail. -
__init__
(**kwargs)¶ Initializes a new VolumeAttachmentDetail object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - volume_attachment_id (str) – The value to assign to the volume_attachment_id property of this VolumeAttachmentDetail.
- volume_size_in_gbs (int) – The value to assign to the volume_size_in_gbs property of this VolumeAttachmentDetail.
-
volume_attachment_id
¶ [Required] Gets the volume_attachment_id of this VolumeAttachmentDetail. The OCID of the volume attachment.
Returns: The volume_attachment_id of this VolumeAttachmentDetail. Return type: str
-
volume_size_in_gbs
¶ [Required] Gets the volume_size_in_gbs of this VolumeAttachmentDetail. The size of the volume in GBs.
Returns: The volume_size_in_gbs of this VolumeAttachmentDetail. Return type: int
-