VaultReplicaSummary

class oci.key_management.models.VaultReplicaSummary(**kwargs)

Bases: object

Summary of vault replicas

Attributes

STATUS_CREATED A constant which can be used with the status property of a VaultReplicaSummary.
STATUS_CREATING A constant which can be used with the status property of a VaultReplicaSummary.
STATUS_DELETED A constant which can be used with the status property of a VaultReplicaSummary.
STATUS_DELETING A constant which can be used with the status property of a VaultReplicaSummary.
crypto_endpoint Gets the crypto_endpoint of this VaultReplicaSummary.
management_endpoint Gets the management_endpoint of this VaultReplicaSummary.
region Gets the region of this VaultReplicaSummary.
status Gets the status of this VaultReplicaSummary.

Methods

__init__(**kwargs) Initializes a new VaultReplicaSummary object with values from keyword arguments.
STATUS_CREATED = 'CREATED'

A constant which can be used with the status property of a VaultReplicaSummary. This constant has a value of “CREATED”

STATUS_CREATING = 'CREATING'

A constant which can be used with the status property of a VaultReplicaSummary. This constant has a value of “CREATING”

STATUS_DELETED = 'DELETED'

A constant which can be used with the status property of a VaultReplicaSummary. This constant has a value of “DELETED”

STATUS_DELETING = 'DELETING'

A constant which can be used with the status property of a VaultReplicaSummary. This constant has a value of “DELETING”

__init__(**kwargs)

Initializes a new VaultReplicaSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • crypto_endpoint (str) – The value to assign to the crypto_endpoint property of this VaultReplicaSummary.
  • management_endpoint (str) – The value to assign to the management_endpoint property of this VaultReplicaSummary.
  • region (str) – The value to assign to the region property of this VaultReplicaSummary.
  • status (str) – The value to assign to the status property of this VaultReplicaSummary. Allowed values for this property are: “CREATING”, “CREATED”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
crypto_endpoint

Gets the crypto_endpoint of this VaultReplicaSummary. The vault replica’s crypto endpoint

Returns:The crypto_endpoint of this VaultReplicaSummary.
Return type:str
management_endpoint

Gets the management_endpoint of this VaultReplicaSummary. The vault replica’s management endpoint

Returns:The management_endpoint of this VaultReplicaSummary.
Return type:str
region

Gets the region of this VaultReplicaSummary. Region to which vault is replicated to

Returns:The region of this VaultReplicaSummary.
Return type:str
status

Gets the status of this VaultReplicaSummary. Status of the Vault

Allowed values for this property are: “CREATING”, “CREATED”, “DELETING”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The status of this VaultReplicaSummary.
Return type:str