CreateCatalogPeerWithDedicatedInfraDetails¶
-
class
oci.distributed_database.models.CreateCatalogPeerWithDedicatedInfraDetails(**kwargs)¶ Bases:
objectDetails required for creation of autonomous dedicated infrastructure based catalog peer.
Attributes
PROTECTION_MODE_MAXIMUM_AVAILABILITYA constant which can be used with the protection_mode property of a CreateCatalogPeerWithDedicatedInfraDetails. PROTECTION_MODE_MAXIMUM_PERFORMANCEA constant which can be used with the protection_mode property of a CreateCatalogPeerWithDedicatedInfraDetails. cloud_autonomous_vm_cluster_id[Required] Gets the cloud_autonomous_vm_cluster_id of this CreateCatalogPeerWithDedicatedInfraDetails. fast_start_fail_over_lag_limit_in_secondsGets the fast_start_fail_over_lag_limit_in_seconds of this CreateCatalogPeerWithDedicatedInfraDetails. is_automatic_failover_enabledGets the is_automatic_failover_enabled of this CreateCatalogPeerWithDedicatedInfraDetails. protection_modeGets the protection_mode of this CreateCatalogPeerWithDedicatedInfraDetails. standby_maintenance_buffer_in_daysGets the standby_maintenance_buffer_in_days of this CreateCatalogPeerWithDedicatedInfraDetails. Methods
__init__(**kwargs)Initializes a new CreateCatalogPeerWithDedicatedInfraDetails 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 CreateCatalogPeerWithDedicatedInfraDetails. 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 CreateCatalogPeerWithDedicatedInfraDetails. This constant has a value of “MAXIMUM_PERFORMANCE”
-
__init__(**kwargs)¶ Initializes a new CreateCatalogPeerWithDedicatedInfraDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - cloud_autonomous_vm_cluster_id (str) – The value to assign to the cloud_autonomous_vm_cluster_id property of this CreateCatalogPeerWithDedicatedInfraDetails.
- protection_mode (str) – The value to assign to the protection_mode property of this CreateCatalogPeerWithDedicatedInfraDetails. Allowed values for this property are: “MAXIMUM_AVAILABILITY”, “MAXIMUM_PERFORMANCE”
- fast_start_fail_over_lag_limit_in_seconds (int) – The value to assign to the fast_start_fail_over_lag_limit_in_seconds property of this CreateCatalogPeerWithDedicatedInfraDetails.
- is_automatic_failover_enabled (bool) – The value to assign to the is_automatic_failover_enabled property of this CreateCatalogPeerWithDedicatedInfraDetails.
- standby_maintenance_buffer_in_days (int) – The value to assign to the standby_maintenance_buffer_in_days property of this CreateCatalogPeerWithDedicatedInfraDetails.
-
cloud_autonomous_vm_cluster_id¶ [Required] Gets the cloud_autonomous_vm_cluster_id of this CreateCatalogPeerWithDedicatedInfraDetails. The OCID of the cloud Autonomous VM Cluster for the peer catalog.
Returns: The cloud_autonomous_vm_cluster_id of this CreateCatalogPeerWithDedicatedInfraDetails. Return type: str
-
fast_start_fail_over_lag_limit_in_seconds¶ Gets the fast_start_fail_over_lag_limit_in_seconds of this CreateCatalogPeerWithDedicatedInfraDetails. The lag time preference based on data loss tolerance in seconds.
Returns: The fast_start_fail_over_lag_limit_in_seconds of this CreateCatalogPeerWithDedicatedInfraDetails. Return type: int
-
is_automatic_failover_enabled¶ Gets the is_automatic_failover_enabled of this CreateCatalogPeerWithDedicatedInfraDetails. Indicates whether Automatic Failover is enabled for Autonomous Container Database Dataguard Association
Returns: The is_automatic_failover_enabled of this CreateCatalogPeerWithDedicatedInfraDetails. Return type: bool
-
protection_mode¶ Gets the protection_mode of this CreateCatalogPeerWithDedicatedInfraDetails. The protectionMode for the catalog peer.
Allowed values for this property are: “MAXIMUM_AVAILABILITY”, “MAXIMUM_PERFORMANCE”
Returns: The protection_mode of this CreateCatalogPeerWithDedicatedInfraDetails. Return type: str
-
standby_maintenance_buffer_in_days¶ Gets the standby_maintenance_buffer_in_days of this CreateCatalogPeerWithDedicatedInfraDetails. The scheduling detail for the quarterly maintenance window of the standby Autonomous Container Database. This value represents the number of days before schedlued maintenance of the primary database.
Returns: The standby_maintenance_buffer_in_days of this CreateCatalogPeerWithDedicatedInfraDetails. Return type: int
-