Class ClusterByolAllocationDetails
The BYOL allocations used for VMware Cluster provisioning.
Inherited Members
Namespace: Oci.OcvpService.Models
Assembly: OCI.DotNetSDK.Ocvp.dll
Syntax
public class ClusterByolAllocationDetails
Properties
FirewallByolAllocationId
Declaration
[JsonProperty(PropertyName = "firewallByolAllocationId")]
public string FirewallByolAllocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the VMware BYOL Allocation used to deploy VMware vDefend Firewall. |
VsanByolAllocationId
Declaration
[JsonProperty(PropertyName = "vsanByolAllocationId")]
public string VsanByolAllocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The OCID of the VMware BYOL Allocation used to deploy VMware vSAN. |