ReplicateOracleDbAwsKeyDetails

class oci.dbmulticloud.models.ReplicateOracleDbAwsKeyDetails(**kwargs)

Bases: object

Replicate Oracle AWS Key resource.

Attributes

ACTION_CREATE A constant which can be used with the action property of a ReplicateOracleDbAwsKeyDetails.
ACTION_DELETE A constant which can be used with the action property of a ReplicateOracleDbAwsKeyDetails.
action [Required] Gets the action of this ReplicateOracleDbAwsKeyDetails.
target_region [Required] Gets the target_region of this ReplicateOracleDbAwsKeyDetails.

Methods

__init__(**kwargs) Initializes a new ReplicateOracleDbAwsKeyDetails object with values from keyword arguments.
ACTION_CREATE = 'CREATE'

A constant which can be used with the action property of a ReplicateOracleDbAwsKeyDetails. This constant has a value of “CREATE”

ACTION_DELETE = 'DELETE'

A constant which can be used with the action property of a ReplicateOracleDbAwsKeyDetails. This constant has a value of “DELETE”

__init__(**kwargs)

Initializes a new ReplicateOracleDbAwsKeyDetails 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 ReplicateOracleDbAwsKeyDetails.
  • action (str) – The value to assign to the action property of this ReplicateOracleDbAwsKeyDetails. Allowed values for this property are: “CREATE”, “DELETE”
action

[Required] Gets the action of this ReplicateOracleDbAwsKeyDetails. Action for replicate Resource.

Allowed values for this property are: “CREATE”, “DELETE”

Returns:The action of this ReplicateOracleDbAwsKeyDetails.
Return type:str
target_region

[Required] Gets the target_region of this ReplicateOracleDbAwsKeyDetails. The Destination region where Oracle AWS Key resource will replicate.

Returns:The target_region of this ReplicateOracleDbAwsKeyDetails.
Return type:str