Class SddcByolAllocationDetails
The BYOL allocations used for VMware SDDC provisioning.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class SddcByolAllocationDetails
Properties
LoadBalancerByolAllocationId
Declaration
[JsonProperty(PropertyName = "loadBalancerByolAllocationId")]
public string LoadBalancerByolAllocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the VMware BYOL Allocation used to deploy VMware Avi Load Balancer. |
LoadBalancerInstanceCount
Declaration
[JsonProperty(PropertyName = "loadBalancerInstanceCount")]
public int? LoadBalancerInstanceCount { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The number of VMware Avi Load Balancer instances to be deployed on VMware SDDC. |