CatalogPeerWithExadbXs¶
-
class
oci.distributed_database.models.CatalogPeerWithExadbXs(**kwargs)¶ Bases:
objectDetails of the catalog peer
Attributes
PROTECTION_MODE_MAXIMUM_AVAILABILITYA constant which can be used with the protection_mode property of a CatalogPeerWithExadbXs. PROTECTION_MODE_MAXIMUM_PERFORMANCEA constant which can be used with the protection_mode property of a CatalogPeerWithExadbXs. PROTECTION_MODE_MAXIMUM_PROTECTIONA constant which can be used with the protection_mode property of a CatalogPeerWithExadbXs. STATUS_CONFIGUREDA constant which can be used with the status property of a CatalogPeerWithExadbXs. STATUS_CREATEDA constant which can be used with the status property of a CatalogPeerWithExadbXs. STATUS_CREATINGA constant which can be used with the status property of a CatalogPeerWithExadbXs. STATUS_DELETEDA constant which can be used with the status property of a CatalogPeerWithExadbXs. STATUS_DELETINGA constant which can be used with the status property of a CatalogPeerWithExadbXs. STATUS_FAILEDA constant which can be used with the status property of a CatalogPeerWithExadbXs. STATUS_NEEDS_ATTENTIONA constant which can be used with the status property of a CatalogPeerWithExadbXs. STATUS_READY_FOR_CONFIGURATIONA constant which can be used with the status property of a CatalogPeerWithExadbXs. STATUS_UPDATINGA constant which can be used with the status property of a CatalogPeerWithExadbXs. TRANSPORT_TYPE_ASYNCA constant which can be used with the transport_type property of a CatalogPeerWithExadbXs. TRANSPORT_TYPE_FASTSYNCA constant which can be used with the transport_type property of a CatalogPeerWithExadbXs. TRANSPORT_TYPE_SYNCA constant which can be used with the transport_type property of a CatalogPeerWithExadbXs. container_database_idGets the container_database_id of this CatalogPeerWithExadbXs. metadataGets the metadata of this CatalogPeerWithExadbXs. protection_modeGets the protection_mode of this CatalogPeerWithExadbXs. shard_group[Required] Gets the shard_group of this CatalogPeerWithExadbXs. status[Required] Gets the status of this CatalogPeerWithExadbXs. supporting_resource_idGets the supporting_resource_id of this CatalogPeerWithExadbXs. time_created[Required] Gets the time_created of this CatalogPeerWithExadbXs. time_updated[Required] Gets the time_updated of this CatalogPeerWithExadbXs. transport_typeGets the transport_type of this CatalogPeerWithExadbXs. vm_cluster_id[Required] Gets the vm_cluster_id of this CatalogPeerWithExadbXs. Methods
__init__(**kwargs)Initializes a new CatalogPeerWithExadbXs object with values from keyword arguments. -
PROTECTION_MODE_MAXIMUM_AVAILABILITY= 'MAXIMUM_AVAILABILITY'¶ A constant which can be used with the protection_mode property of a CatalogPeerWithExadbXs. This constant has a value of “MAXIMUM_AVAILABILITY”
-
PROTECTION_MODE_MAXIMUM_PERFORMANCE= 'MAXIMUM_PERFORMANCE'¶ A constant which can be used with the protection_mode property of a CatalogPeerWithExadbXs. This constant has a value of “MAXIMUM_PERFORMANCE”
-
PROTECTION_MODE_MAXIMUM_PROTECTION= 'MAXIMUM_PROTECTION'¶ A constant which can be used with the protection_mode property of a CatalogPeerWithExadbXs. This constant has a value of “MAXIMUM_PROTECTION”
-
STATUS_CONFIGURED= 'CONFIGURED'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “CONFIGURED”
-
STATUS_CREATED= 'CREATED'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “CREATED”
-
STATUS_CREATING= 'CREATING'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “CREATING”
-
STATUS_DELETED= 'DELETED'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “DELETED”
-
STATUS_DELETING= 'DELETING'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “DELETING”
-
STATUS_FAILED= 'FAILED'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “FAILED”
-
STATUS_NEEDS_ATTENTION= 'NEEDS_ATTENTION'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “NEEDS_ATTENTION”
-
STATUS_READY_FOR_CONFIGURATION= 'READY_FOR_CONFIGURATION'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “READY_FOR_CONFIGURATION”
-
STATUS_UPDATING= 'UPDATING'¶ A constant which can be used with the status property of a CatalogPeerWithExadbXs. This constant has a value of “UPDATING”
-
TRANSPORT_TYPE_ASYNC= 'ASYNC'¶ A constant which can be used with the transport_type property of a CatalogPeerWithExadbXs. This constant has a value of “ASYNC”
-
TRANSPORT_TYPE_FASTSYNC= 'FASTSYNC'¶ A constant which can be used with the transport_type property of a CatalogPeerWithExadbXs. This constant has a value of “FASTSYNC”
-
TRANSPORT_TYPE_SYNC= 'SYNC'¶ A constant which can be used with the transport_type property of a CatalogPeerWithExadbXs. This constant has a value of “SYNC”
-
__init__(**kwargs)¶ Initializes a new CatalogPeerWithExadbXs object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vm_cluster_id (str) – The value to assign to the vm_cluster_id property of this CatalogPeerWithExadbXs.
- shard_group (str) – The value to assign to the shard_group property of this CatalogPeerWithExadbXs.
- status (str) – The value to assign to the status property of this CatalogPeerWithExadbXs. Allowed values for this property are: “FAILED”, “DELETING”, “DELETED”, “UPDATING”, “CREATING”, “CREATED”, “READY_FOR_CONFIGURATION”, “CONFIGURED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- supporting_resource_id (str) – The value to assign to the supporting_resource_id property of this CatalogPeerWithExadbXs.
- container_database_id (str) – The value to assign to the container_database_id property of this CatalogPeerWithExadbXs.
- time_created (datetime) – The value to assign to the time_created property of this CatalogPeerWithExadbXs.
- time_updated (datetime) – The value to assign to the time_updated property of this CatalogPeerWithExadbXs.
- protection_mode (str) – The value to assign to the protection_mode property of this CatalogPeerWithExadbXs. Allowed values for this property are: “MAXIMUM_AVAILABILITY”, “MAXIMUM_PERFORMANCE”, “MAXIMUM_PROTECTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- transport_type (str) – The value to assign to the transport_type property of this CatalogPeerWithExadbXs. Allowed values for this property are: “SYNC”, “ASYNC”, “FASTSYNC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- metadata (oci.distributed_database.models.DistributedDbMetadata) – The value to assign to the metadata property of this CatalogPeerWithExadbXs.
-
container_database_id¶ Gets the container_database_id of this CatalogPeerWithExadbXs. the identifier of the container database for underlying supporting resource.
Returns: The container_database_id of this CatalogPeerWithExadbXs. Return type: str
-
metadata¶ Gets the metadata of this CatalogPeerWithExadbXs.
Returns: The metadata of this CatalogPeerWithExadbXs. Return type: oci.distributed_database.models.DistributedDbMetadata
-
protection_mode¶ Gets the protection_mode of this CatalogPeerWithExadbXs. The protectionMode for the catalog peer.
Allowed values for this property are: “MAXIMUM_AVAILABILITY”, “MAXIMUM_PERFORMANCE”, “MAXIMUM_PROTECTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The protection_mode of this CatalogPeerWithExadbXs. Return type: str
-
shard_group¶ [Required] Gets the shard_group of this CatalogPeerWithExadbXs. The name of the shardGroup for the peer.
Returns: The shard_group of this CatalogPeerWithExadbXs. Return type: str
-
status¶ [Required] Gets the status of this CatalogPeerWithExadbXs. Status of EXADB_XS based catalog peer.
Allowed values for this property are: “FAILED”, “DELETING”, “DELETED”, “UPDATING”, “CREATING”, “CREATED”, “READY_FOR_CONFIGURATION”, “CONFIGURED”, “NEEDS_ATTENTION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The status of this CatalogPeerWithExadbXs. Return type: str
-
supporting_resource_id¶ Gets the supporting_resource_id of this CatalogPeerWithExadbXs. the identifier of the underlying supporting resource.
Returns: The supporting_resource_id of this CatalogPeerWithExadbXs. Return type: str
-
time_created¶ [Required] Gets the time_created of this CatalogPeerWithExadbXs. The time the catalog peer was created. An RFC3339 formatted datetime string
Returns: The time_created of this CatalogPeerWithExadbXs. Return type: datetime
-
time_updated¶ [Required] Gets the time_updated of this CatalogPeerWithExadbXs. The time the catalog peer was last updated. An RFC3339 formatted datetime string
Returns: The time_updated of this CatalogPeerWithExadbXs. Return type: datetime
-
transport_type¶ Gets the transport_type of this CatalogPeerWithExadbXs. The redo transport type to use for this Data Guard association.
Allowed values for this property are: “SYNC”, “ASYNC”, “FASTSYNC”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The transport_type of this CatalogPeerWithExadbXs. Return type: str
-