Class LoadBalancerShape
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.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class LoadBalancerShape
Properties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name of the shape.
|
Remarks
Required