Show / Hide Table of Contents

Class SddcByolAllocationDetails

The BYOL allocations used for VMware SDDC provisioning.

Inheritance
object
SddcByolAllocationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In this article
Back to top