AttachBootVolumeDetails¶
-
class
oci.core.models.
AttachBootVolumeDetails
(**kwargs)¶ Bases:
object
AttachBootVolumeDetails model.
Attributes
ENCRYPTION_IN_TRANSIT_TYPE_BM_ENCRYPTION_IN_TRANSIT
A constant which can be used with the encryption_in_transit_type property of a AttachBootVolumeDetails. ENCRYPTION_IN_TRANSIT_TYPE_NONE
A constant which can be used with the encryption_in_transit_type property of a AttachBootVolumeDetails. boot_volume_id
[Required] Gets the boot_volume_id of this AttachBootVolumeDetails. display_name
Gets the display_name of this AttachBootVolumeDetails. encryption_in_transit_type
Gets the encryption_in_transit_type of this AttachBootVolumeDetails. instance_id
[Required] Gets the instance_id of this AttachBootVolumeDetails. Methods
__init__
(**kwargs)Initializes a new AttachBootVolumeDetails object with values from keyword arguments. -
ENCRYPTION_IN_TRANSIT_TYPE_BM_ENCRYPTION_IN_TRANSIT
= 'BM_ENCRYPTION_IN_TRANSIT'¶ A constant which can be used with the encryption_in_transit_type property of a AttachBootVolumeDetails. This constant has a value of “BM_ENCRYPTION_IN_TRANSIT”
-
ENCRYPTION_IN_TRANSIT_TYPE_NONE
= 'NONE'¶ A constant which can be used with the encryption_in_transit_type property of a AttachBootVolumeDetails. This constant has a value of “NONE”
-
__init__
(**kwargs)¶ Initializes a new AttachBootVolumeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - boot_volume_id (str) – The value to assign to the boot_volume_id property of this AttachBootVolumeDetails.
- display_name (str) – The value to assign to the display_name property of this AttachBootVolumeDetails.
- instance_id (str) – The value to assign to the instance_id property of this AttachBootVolumeDetails.
- encryption_in_transit_type (str) – The value to assign to the encryption_in_transit_type property of this AttachBootVolumeDetails. Allowed values for this property are: “NONE”, “BM_ENCRYPTION_IN_TRANSIT”
-
boot_volume_id
¶ [Required] Gets the boot_volume_id of this AttachBootVolumeDetails. The OCID of the boot volume.
Returns: The boot_volume_id of this AttachBootVolumeDetails. Return type: str
-
display_name
¶ Gets the display_name of this AttachBootVolumeDetails. A user-friendly name. Does not have to be unique, and it’s changeable. Avoid entering confidential information.
Returns: The display_name of this AttachBootVolumeDetails. Return type: str
-
encryption_in_transit_type
¶ Gets the encryption_in_transit_type of this AttachBootVolumeDetails. Refer the top-level definition of encryptionInTransitType. The default value is NONE.
Allowed values for this property are: “NONE”, “BM_ENCRYPTION_IN_TRANSIT”
Returns: The encryption_in_transit_type of this AttachBootVolumeDetails. Return type: str
-
instance_id
¶ [Required] Gets the instance_id of this AttachBootVolumeDetails. The OCID of the instance.
Returns: The instance_id of this AttachBootVolumeDetails. Return type: str
-