NetworkBondingModeDetails

class oci.database.models.NetworkBondingModeDetails(**kwargs)

Bases: object

Details of bonding mode for Client and Backup and DR networks of an Exadata infrastructure.

Attributes

BACKUP_NETWORK_BONDING_MODE_ACTIVE_BACKUP A constant which can be used with the backup_network_bonding_mode property of a NetworkBondingModeDetails.
BACKUP_NETWORK_BONDING_MODE_LACP A constant which can be used with the backup_network_bonding_mode property of a NetworkBondingModeDetails.
CLIENT_NETWORK_BONDING_MODE_ACTIVE_BACKUP A constant which can be used with the client_network_bonding_mode property of a NetworkBondingModeDetails.
CLIENT_NETWORK_BONDING_MODE_LACP A constant which can be used with the client_network_bonding_mode property of a NetworkBondingModeDetails.
DR_NETWORK_BONDING_MODE_ACTIVE_BACKUP A constant which can be used with the dr_network_bonding_mode property of a NetworkBondingModeDetails.
DR_NETWORK_BONDING_MODE_LACP A constant which can be used with the dr_network_bonding_mode property of a NetworkBondingModeDetails.
backup_network_bonding_mode Gets the backup_network_bonding_mode of this NetworkBondingModeDetails.
client_network_bonding_mode Gets the client_network_bonding_mode of this NetworkBondingModeDetails.
dr_network_bonding_mode Gets the dr_network_bonding_mode of this NetworkBondingModeDetails.

Methods

__init__(**kwargs) Initializes a new NetworkBondingModeDetails object with values from keyword arguments.
BACKUP_NETWORK_BONDING_MODE_ACTIVE_BACKUP = 'ACTIVE_BACKUP'

A constant which can be used with the backup_network_bonding_mode property of a NetworkBondingModeDetails. This constant has a value of “ACTIVE_BACKUP”

BACKUP_NETWORK_BONDING_MODE_LACP = 'LACP'

A constant which can be used with the backup_network_bonding_mode property of a NetworkBondingModeDetails. This constant has a value of “LACP”

CLIENT_NETWORK_BONDING_MODE_ACTIVE_BACKUP = 'ACTIVE_BACKUP'

A constant which can be used with the client_network_bonding_mode property of a NetworkBondingModeDetails. This constant has a value of “ACTIVE_BACKUP”

CLIENT_NETWORK_BONDING_MODE_LACP = 'LACP'

A constant which can be used with the client_network_bonding_mode property of a NetworkBondingModeDetails. This constant has a value of “LACP”

DR_NETWORK_BONDING_MODE_ACTIVE_BACKUP = 'ACTIVE_BACKUP'

A constant which can be used with the dr_network_bonding_mode property of a NetworkBondingModeDetails. This constant has a value of “ACTIVE_BACKUP”

DR_NETWORK_BONDING_MODE_LACP = 'LACP'

A constant which can be used with the dr_network_bonding_mode property of a NetworkBondingModeDetails. This constant has a value of “LACP”

__init__(**kwargs)

Initializes a new NetworkBondingModeDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • client_network_bonding_mode (str) – The value to assign to the client_network_bonding_mode property of this NetworkBondingModeDetails. Allowed values for this property are: “ACTIVE_BACKUP”, “LACP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • backup_network_bonding_mode (str) – The value to assign to the backup_network_bonding_mode property of this NetworkBondingModeDetails. Allowed values for this property are: “ACTIVE_BACKUP”, “LACP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • dr_network_bonding_mode (str) – The value to assign to the dr_network_bonding_mode property of this NetworkBondingModeDetails. Allowed values for this property are: “ACTIVE_BACKUP”, “LACP”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
backup_network_bonding_mode

Gets the backup_network_bonding_mode of this NetworkBondingModeDetails. The network bonding mode for the Exadata infrastructure.

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

Returns:The backup_network_bonding_mode of this NetworkBondingModeDetails.
Return type:str
client_network_bonding_mode

Gets the client_network_bonding_mode of this NetworkBondingModeDetails. The network bonding mode for the Exadata infrastructure.

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

Returns:The client_network_bonding_mode of this NetworkBondingModeDetails.
Return type:str
dr_network_bonding_mode

Gets the dr_network_bonding_mode of this NetworkBondingModeDetails. The network bonding mode for the Exadata infrastructure.

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

Returns:The dr_network_bonding_mode of this NetworkBondingModeDetails.
Return type:str