Show / Hide Table of Contents

Class ClusterByolAllocationDetails

The BYOL allocations used for VMware Cluster provisioning.

Inheritance
object
ClusterByolAllocationDetails
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 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.

In this article
Back to top