LoadBalancerShape

class oci.load_balancer.models.LoadBalancerShape(**kwargs)

Bases: object

A shape is a template that determines the total pre-provisioned bandwidth (ingress plus egress) for the load balancer.

Note that the pre-provisioned maximum capacity applies to aggregated connections, not to a single client attempting to use the full bandwidth.

Methods

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

Attributes

name [Required] Gets the name of this LoadBalancerShape.
__init__(**kwargs)

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

Parameters:name (str) – The value to assign to the name property of this LoadBalancerShape.
name

[Required] Gets the name of this LoadBalancerShape. The name of the shape.

Example: 100Mbps

Returns:The name of this LoadBalancerShape.
Return type:str