Class UpdateLoadBalancerShapeDetails
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class UpdateLoadBalancerShapeDetails
Properties
ShapeDetails
Declaration
[JsonProperty(PropertyName = "shapeDetails")]
public ShapeDetails ShapeDetails { get; set; }
Property Value
Type | Description |
---|---|
ShapeDetails | The configuration details to update load balancer to a different profile. |
ShapeName
Declaration
[Required(ErrorMessage = "ShapeName is required.")]
[JsonProperty(PropertyName = "shapeName")]
public string ShapeName { get; set; }
Property Value
Type | Description |
---|---|
string | The new shape name for the load balancer.
|
Remarks
Required