ReplicateOracleDbAzureVaultDetails¶
-
class
oci.dbmulticloud.models.ReplicateOracleDbAzureVaultDetails(**kwargs)¶ Bases:
objectReplicate Oracle GCP Keyring resource.
Attributes
ACTION_CREATEA constant which can be used with the action property of a ReplicateOracleDbAzureVaultDetails. ACTION_DELETEA constant which can be used with the action property of a ReplicateOracleDbAzureVaultDetails. actionGets the action of this ReplicateOracleDbAzureVaultDetails. target_region[Required] Gets the target_region of this ReplicateOracleDbAzureVaultDetails. Methods
__init__(**kwargs)Initializes a new ReplicateOracleDbAzureVaultDetails object with values from keyword arguments. -
ACTION_CREATE= 'CREATE'¶ A constant which can be used with the action property of a ReplicateOracleDbAzureVaultDetails. This constant has a value of “CREATE”
-
ACTION_DELETE= 'DELETE'¶ A constant which can be used with the action property of a ReplicateOracleDbAzureVaultDetails. This constant has a value of “DELETE”
-
__init__(**kwargs)¶ Initializes a new ReplicateOracleDbAzureVaultDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - target_region (str) – The value to assign to the target_region property of this ReplicateOracleDbAzureVaultDetails.
- action (str) – The value to assign to the action property of this ReplicateOracleDbAzureVaultDetails. Allowed values for this property are: “CREATE”, “DELETE”
-
action¶ Gets the action of this ReplicateOracleDbAzureVaultDetails. Action for replicate Resource.
Allowed values for this property are: “CREATE”, “DELETE”
Returns: The action of this ReplicateOracleDbAzureVaultDetails. Return type: str
-
target_region¶ [Required] Gets the target_region of this ReplicateOracleDbAzureVaultDetails. The Destination region where Oracle GCP Keyring resource will replicate.
Returns: The target_region of this ReplicateOracleDbAzureVaultDetails. Return type: str
-