ReplicationTarget¶
-
class
oci.vault.models.
ReplicationTarget
(**kwargs)¶ Bases:
object
Details for the target that the source secret will be replicated to.
Methods
__init__
(**kwargs)Initializes a new ReplicationTarget object with values from keyword arguments. Attributes
target_key_id
[Required] Gets the target_key_id of this ReplicationTarget. target_region
[Required] Gets the target_region of this ReplicationTarget. target_vault_id
[Required] Gets the target_vault_id of this ReplicationTarget. -
__init__
(**kwargs)¶ Initializes a new ReplicationTarget object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - target_key_id (str) – The value to assign to the target_key_id property of this ReplicationTarget.
- target_region (str) – The value to assign to the target_region property of this ReplicationTarget.
- target_vault_id (str) – The value to assign to the target_vault_id property of this ReplicationTarget.
-
target_key_id
¶ [Required] Gets the target_key_id of this ReplicationTarget. The OCID of the target region KMS key.
Returns: The target_key_id of this ReplicationTarget. Return type: str
-
target_region
¶ [Required] Gets the target_region of this ReplicationTarget. The name of the target’s region.
Returns: The target_region of this ReplicationTarget. Return type: str
-
target_vault_id
¶ [Required] Gets the target_vault_id of this ReplicationTarget. The OCID of the target region’s Vault.
Returns: The target_vault_id of this ReplicationTarget. Return type: str
-