LoadBalancerBackendSetMapping

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

Bases: object

A backend set mapping between source and destination load balancer.

Methods

__init__(**kwargs) Initializes a new LoadBalancerBackendSetMapping object with values from keyword arguments.

Attributes

destination_backend_set_name [Required] Gets the destination_backend_set_name of this LoadBalancerBackendSetMapping.
is_backend_set_for_non_movable [Required] Gets the is_backend_set_for_non_movable of this LoadBalancerBackendSetMapping.
source_backend_set_name [Required] Gets the source_backend_set_name of this LoadBalancerBackendSetMapping.
__init__(**kwargs)

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

Parameters:
  • is_backend_set_for_non_movable (bool) – The value to assign to the is_backend_set_for_non_movable property of this LoadBalancerBackendSetMapping.
  • source_backend_set_name (str) – The value to assign to the source_backend_set_name property of this LoadBalancerBackendSetMapping.
  • destination_backend_set_name (str) – The value to assign to the destination_backend_set_name property of this LoadBalancerBackendSetMapping.
destination_backend_set_name

[Required] Gets the destination_backend_set_name of this LoadBalancerBackendSetMapping. The name of the destination backend set.

Example: My_Destination_Backend_Set

Returns:The destination_backend_set_name of this LoadBalancerBackendSetMapping.
Return type:str
is_backend_set_for_non_movable

[Required] Gets the is_backend_set_for_non_movable of this LoadBalancerBackendSetMapping. This flag specifies if this backend set is used for traffic for non-movable compute instances. Backend sets that point to non-movable instances are only enabled or disabled during DR. For non-movable instances this flag should be set to ‘true’. Backend sets that point to movable instances are emptied and their contents are transferred to the destination region load balancer. For movable instances this flag should be set to ‘false’.

Example: true

Returns:The is_backend_set_for_non_movable of this LoadBalancerBackendSetMapping.
Return type:bool
source_backend_set_name

[Required] Gets the source_backend_set_name of this LoadBalancerBackendSetMapping. The name of the source backend set.

Example: My_Source_Backend_Set

Returns:The source_backend_set_name of this LoadBalancerBackendSetMapping.
Return type:str