DetachLoadBalancerDetails

class oci.core.models.DetachLoadBalancerDetails(**kwargs)

Bases: object

Represents a load balancer that is to be detached from an instance pool.

Methods

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

Attributes

backend_set_name [Required] Gets the backend_set_name of this DetachLoadBalancerDetails.
load_balancer_id [Required] Gets the load_balancer_id of this DetachLoadBalancerDetails.
__init__(**kwargs)

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

Parameters:
  • load_balancer_id (str) – The value to assign to the load_balancer_id property of this DetachLoadBalancerDetails.
  • backend_set_name (str) – The value to assign to the backend_set_name property of this DetachLoadBalancerDetails.
backend_set_name

[Required] Gets the backend_set_name of this DetachLoadBalancerDetails. The name of the backend set on the load balancer to detach from the instance pool.

Returns:The backend_set_name of this DetachLoadBalancerDetails.
Return type:str
load_balancer_id

[Required] Gets the load_balancer_id of this DetachLoadBalancerDetails. The OCID of the load balancer to detach from the instance pool.

Returns:The load_balancer_id of this DetachLoadBalancerDetails.
Return type:str