ClusterByolAllocationDetails¶
-
class
oci.ocvp.models.ClusterByolAllocationDetails(**kwargs)¶ Bases:
objectThe BYOL allocations used for VMware Cluster provisioning.
Methods
__init__(**kwargs)Initializes a new ClusterByolAllocationDetails object with values from keyword arguments. Attributes
firewall_byol_allocation_idGets the firewall_byol_allocation_id of this ClusterByolAllocationDetails. vsan_byol_allocation_idGets the vsan_byol_allocation_id of this ClusterByolAllocationDetails. -
__init__(**kwargs)¶ Initializes a new ClusterByolAllocationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vsan_byol_allocation_id (str) – The value to assign to the vsan_byol_allocation_id property of this ClusterByolAllocationDetails.
- firewall_byol_allocation_id (str) – The value to assign to the firewall_byol_allocation_id property of this ClusterByolAllocationDetails.
-