BootVolumeKmsKey¶
-
class
oci.core.models.
BootVolumeKmsKey
(**kwargs)¶ Bases:
object
The Vault service master encryption key associated with this volume.
Methods
__init__
(**kwargs)Initializes a new BootVolumeKmsKey object with values from keyword arguments. Attributes
kms_key_id
Gets the kms_key_id of this BootVolumeKmsKey. -
__init__
(**kwargs)¶ Initializes a new BootVolumeKmsKey object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: kms_key_id (str) – The value to assign to the kms_key_id property of this BootVolumeKmsKey.
-
kms_key_id
¶ Gets the kms_key_id of this BootVolumeKmsKey. The OCID of the Vault service key assigned to this volume. If the volume is not using Vault service, then the kmsKeyId will be a null string.
Returns: The kms_key_id of this BootVolumeKmsKey. Return type: str
-