ReplicaVaultMetadata¶
-
class
oci.key_management.models.
ReplicaVaultMetadata
(**kwargs)¶ Bases:
object
Metadata for the replica vault, needed if different from primary vault
Attributes
VAULT_TYPE_EXTERNAL
A constant which can be used with the vault_type property of a ReplicaVaultMetadata. vault_type
[Required] Gets the vault_type of this ReplicaVaultMetadata. Methods
__init__
(**kwargs)Initializes a new ReplicaVaultMetadata object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
VAULT_TYPE_EXTERNAL
= 'EXTERNAL'¶ A constant which can be used with the vault_type property of a ReplicaVaultMetadata. This constant has a value of “EXTERNAL”
-
__init__
(**kwargs)¶ Initializes a new ReplicaVaultMetadata object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: vault_type (str) – The value to assign to the vault_type property of this ReplicaVaultMetadata. Allowed values for this property are: “EXTERNAL”
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
vault_type
¶ [Required] Gets the vault_type of this ReplicaVaultMetadata. The type of vault. Each type of vault stores keys with different degrees of isolation and has different options and pricing.
Allowed values for this property are: “EXTERNAL”
Returns: The vault_type of this ReplicaVaultMetadata. Return type: str
-