Show / Hide Table of Contents

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.

Inheritance
object
LoadBalancerShape
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.
Example: 100Mbps

Remarks

Required

In this article
Back to top