ChangeHsmClusterCompartmentDetails¶
-
class
oci.key_management.models.
ChangeHsmClusterCompartmentDetails
(**kwargs)¶ Bases:
object
The details of the compartment you wish to move the hsm cluster to.
Methods
__init__
(**kwargs)Initializes a new ChangeHsmClusterCompartmentDetails object with values from keyword arguments. Attributes
compartment_id
[Required] Gets the compartment_id of this ChangeHsmClusterCompartmentDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeHsmClusterCompartmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: compartment_id (str) – The value to assign to the compartment_id property of this ChangeHsmClusterCompartmentDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this ChangeHsmClusterCompartmentDetails. The [OCID] of the compartment to move the hsm cluster to.
Returns: The compartment_id of this ChangeHsmClusterCompartmentDetails. Return type: str
-