BlockVolumeDetails¶
-
class
oci.ocvp.models.
BlockVolumeDetails
(**kwargs)¶ Bases:
object
Block volume that is part of the Datastore.
Methods
__init__
(**kwargs)Initializes a new BlockVolumeDetails object with values from keyword arguments. Attributes
attachments
Gets the attachments of this BlockVolumeDetails. id
[Required] Gets the id of this BlockVolumeDetails. iqn
Gets the iqn of this BlockVolumeDetails. -
__init__
(**kwargs)¶ Initializes a new BlockVolumeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this BlockVolumeDetails.
- iqn (str) – The value to assign to the iqn property of this BlockVolumeDetails.
- attachments (list[oci.ocvp.models.BlockVolumeAttachment]) – The value to assign to the attachments property of this BlockVolumeDetails.
-
attachments
¶ Gets the attachments of this BlockVolumeDetails. List of BlockVolumeAttachment objects containing information about attachment details
Returns: The attachments of this BlockVolumeDetails. Return type: list[oci.ocvp.models.BlockVolumeAttachment]
-
id
¶ [Required] Gets the id of this BlockVolumeDetails. An `OCID`__s of the Block Storage Volume.
Returns: The id of this BlockVolumeDetails. Return type: str
-
iqn
¶ Gets the iqn of this BlockVolumeDetails. An IQN of the Block Storage Volume.
Returns: The iqn of this BlockVolumeDetails. Return type: str
-