CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails

class oci.disaster_recovery.models.CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails(**kwargs)

Bases: oci.disaster_recovery.models.create_automatic_dr_configuration_member_details.CreateAutomaticDrConfigurationMemberDetails

Create properties for an Autonomous Container Database member in an Automatic DR configuration.

Attributes

MEMBER_TYPE_AUTONOMOUS_CONTAINER_DATABASE str(object=’’) -> str
MEMBER_TYPE_AUTONOMOUS_DATABASE str(object=’’) -> str
MEMBER_TYPE_DATABASE str(object=’’) -> str
is_auto_failover_enabled Gets the is_auto_failover_enabled of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.
is_auto_switchover_enabled Gets the is_auto_switchover_enabled of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.
member_id [Required] Gets the member_id of this CreateAutomaticDrConfigurationMemberDetails.
member_type [Required] Gets the member_type of this CreateAutomaticDrConfigurationMemberDetails.

Methods

__init__(**kwargs) Initializes a new CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
MEMBER_TYPE_AUTONOMOUS_CONTAINER_DATABASE = 'AUTONOMOUS_CONTAINER_DATABASE'
MEMBER_TYPE_AUTONOMOUS_DATABASE = 'AUTONOMOUS_DATABASE'
MEMBER_TYPE_DATABASE = 'DATABASE'
__init__(**kwargs)

Initializes a new CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails object with values from keyword arguments. The default value of the member_type attribute of this class is AUTONOMOUS_CONTAINER_DATABASE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • member_id (str) – The value to assign to the member_id property of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.
  • member_type (str) – The value to assign to the member_type property of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails. Allowed values for this property are: “DATABASE”, “AUTONOMOUS_DATABASE”, “AUTONOMOUS_CONTAINER_DATABASE”
  • is_auto_switchover_enabled (bool) – The value to assign to the is_auto_switchover_enabled property of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.
  • is_auto_failover_enabled (bool) – The value to assign to the is_auto_failover_enabled property of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

is_auto_failover_enabled

Gets the is_auto_failover_enabled of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails. A flag indicating if the automatic failover should be enabled for the Autonomous Container Database member in the Automatic DR configuration.

Example: false

Returns:The is_auto_failover_enabled of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.
Return type:bool
is_auto_switchover_enabled

Gets the is_auto_switchover_enabled of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails. A flag indicating if the automatic switchover should be enabled for the Autonomous Container Database member in the Automatic DR configuration.

Example: false

Returns:The is_auto_switchover_enabled of this CreateAutomaticDrConfigurationMemberAutonomousContainerDatabaseDetails.
Return type:bool
member_id

[Required] Gets the member_id of this CreateAutomaticDrConfigurationMemberDetails. The OCID of the member.

Example: ocid1.database.oc1..uniqueID

Returns:The member_id of this CreateAutomaticDrConfigurationMemberDetails.
Return type:str
member_type

[Required] Gets the member_type of this CreateAutomaticDrConfigurationMemberDetails. The type of the member.

Allowed values for this property are: “DATABASE”, “AUTONOMOUS_DATABASE”, “AUTONOMOUS_CONTAINER_DATABASE”

Returns:The member_type of this CreateAutomaticDrConfigurationMemberDetails.
Return type:str