SddcByolAllocationDetails¶
-
class
oci.ocvp.models.SddcByolAllocationDetails(**kwargs)¶ Bases:
objectThe BYOL allocations used for VMware SDDC provisioning.
Methods
__init__(**kwargs)Initializes a new SddcByolAllocationDetails object with values from keyword arguments. Attributes
load_balancer_byol_allocation_idGets the load_balancer_byol_allocation_id of this SddcByolAllocationDetails. load_balancer_instance_countGets the load_balancer_instance_count of this SddcByolAllocationDetails. -
__init__(**kwargs)¶ Initializes a new SddcByolAllocationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - load_balancer_byol_allocation_id (str) – The value to assign to the load_balancer_byol_allocation_id property of this SddcByolAllocationDetails.
- load_balancer_instance_count (int) – The value to assign to the load_balancer_instance_count property of this SddcByolAllocationDetails.
-
load_balancer_byol_allocation_id¶ Gets the load_balancer_byol_allocation_id of this SddcByolAllocationDetails. The OCID of the VMware BYOL Allocation used to deploy VMware Avi Load Balancer.
Returns: The load_balancer_byol_allocation_id of this SddcByolAllocationDetails. Return type: str
-
load_balancer_instance_count¶ Gets the load_balancer_instance_count of this SddcByolAllocationDetails. The number of VMware Avi Load Balancer instances to be deployed on VMware SDDC.
Returns: The load_balancer_instance_count of this SddcByolAllocationDetails. Return type: int
-