ReplicateOracleDbGcpKeyRingDetails

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

Bases: object

Replicate Oracle GCP Keyring resource.

Attributes

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

Methods

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

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

ACTION_DELETE = 'DELETE'

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

__init__(**kwargs)

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

Gets the action of this ReplicateOracleDbGcpKeyRingDetails. Action for replicate Resource.

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

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

[Required] Gets the target_region of this ReplicateOracleDbGcpKeyRingDetails. The Destination region where Oracle GCP Keyring resource will replicate.

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