ClusterByolAllocationDetails

class oci.ocvp.models.ClusterByolAllocationDetails(**kwargs)

Bases: object

The BYOL allocations used for VMware Cluster provisioning.

Methods

__init__(**kwargs) Initializes a new ClusterByolAllocationDetails object with values from keyword arguments.

Attributes

firewall_byol_allocation_id Gets the firewall_byol_allocation_id of this ClusterByolAllocationDetails.
vsan_byol_allocation_id Gets 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.
firewall_byol_allocation_id

Gets the firewall_byol_allocation_id of this ClusterByolAllocationDetails. The OCID of the VMware BYOL Allocation used to deploy VMware vDefend Firewall.

Returns:The firewall_byol_allocation_id of this ClusterByolAllocationDetails.
Return type:str
vsan_byol_allocation_id

Gets the vsan_byol_allocation_id of this ClusterByolAllocationDetails. The OCID of the VMware BYOL Allocation used to deploy VMware vSAN.

Returns:The vsan_byol_allocation_id of this ClusterByolAllocationDetails.
Return type:str