Package com.oracle.bmc.ocvp.model
Class SddcByolAllocationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.SddcByolAllocationDetails.Builder
-
- Enclosing class:
- SddcByolAllocationDetails
public static class SddcByolAllocationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SddcByolAllocationDetailsbuild()SddcByolAllocationDetails.Buildercopy(SddcByolAllocationDetails model)SddcByolAllocationDetails.BuilderloadBalancerByolAllocationId(String loadBalancerByolAllocationId)The OCID of the VMware BYOL Allocation used to deploy VMware Avi Load Balancer.SddcByolAllocationDetails.BuilderloadBalancerInstanceCount(Integer loadBalancerInstanceCount)The number of VMware Avi Load Balancer instances to be deployed on VMware SDDC.
-
-
-
Method Detail
-
loadBalancerByolAllocationId
public SddcByolAllocationDetails.Builder loadBalancerByolAllocationId(String loadBalancerByolAllocationId)
The OCID of the VMware BYOL Allocation used to deploy VMware Avi Load Balancer.- Parameters:
loadBalancerByolAllocationId- the value to set- Returns:
- this builder
-
loadBalancerInstanceCount
public SddcByolAllocationDetails.Builder loadBalancerInstanceCount(Integer loadBalancerInstanceCount)
The number of VMware Avi Load Balancer instances to be deployed on VMware SDDC.- Parameters:
loadBalancerInstanceCount- the value to set- Returns:
- this builder
-
build
public SddcByolAllocationDetails build()
-
copy
public SddcByolAllocationDetails.Builder copy(SddcByolAllocationDetails model)
-
-