AutomaticDrConfigurationMemberAutonomousContainerDatabase

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

Bases: oci.disaster_recovery.models.automatic_dr_configuration_member.AutomaticDrConfigurationMember

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 AutomaticDrConfigurationMemberAutonomousContainerDatabase.
is_auto_switchover_enabled Gets the is_auto_switchover_enabled of this AutomaticDrConfigurationMemberAutonomousContainerDatabase.
member_id [Required] Gets the member_id of this AutomaticDrConfigurationMember.
member_type [Required] Gets the member_type of this AutomaticDrConfigurationMember.

Methods

__init__(**kwargs) Initializes a new AutomaticDrConfigurationMemberAutonomousContainerDatabase 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 AutomaticDrConfigurationMemberAutonomousContainerDatabase 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 AutomaticDrConfigurationMemberAutonomousContainerDatabase.
  • member_type (str) – The value to assign to the member_type property of this AutomaticDrConfigurationMemberAutonomousContainerDatabase. 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 AutomaticDrConfigurationMemberAutonomousContainerDatabase.
  • is_auto_failover_enabled (bool) – The value to assign to the is_auto_failover_enabled property of this AutomaticDrConfigurationMemberAutonomousContainerDatabase.
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 AutomaticDrConfigurationMemberAutonomousContainerDatabase. 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 AutomaticDrConfigurationMemberAutonomousContainerDatabase.
Return type:bool
is_auto_switchover_enabled

Gets the is_auto_switchover_enabled of this AutomaticDrConfigurationMemberAutonomousContainerDatabase. 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 AutomaticDrConfigurationMemberAutonomousContainerDatabase.
Return type:bool
member_id

[Required] Gets the member_id of this AutomaticDrConfigurationMember. The unique id of the member. Must not be modified by user.

Example: ocid1.database.oc1..uniqueID

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

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

Allowed values for this property are: “DATABASE”, “AUTONOMOUS_DATABASE”, “AUTONOMOUS_CONTAINER_DATABASE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

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