Package com.oracle.bmc.ocvp.model
Class ClusterByolAllocationDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.ocvp.model.ClusterByolAllocationDetails.Builder
-
- Enclosing class:
- ClusterByolAllocationDetails
public static class ClusterByolAllocationDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClusterByolAllocationDetailsbuild()ClusterByolAllocationDetails.Buildercopy(ClusterByolAllocationDetails model)ClusterByolAllocationDetails.BuilderfirewallByolAllocationId(String firewallByolAllocationId)The OCID of the VMware BYOL Allocation used to deploy VMware vDefend Firewall.ClusterByolAllocationDetails.BuildervsanByolAllocationId(String vsanByolAllocationId)The OCID of the VMware BYOL Allocation used to deploy VMware vSAN.
-
-
-
Method Detail
-
vsanByolAllocationId
public ClusterByolAllocationDetails.Builder vsanByolAllocationId(String vsanByolAllocationId)
The OCID of the VMware BYOL Allocation used to deploy VMware vSAN.- Parameters:
vsanByolAllocationId- the value to set- Returns:
- this builder
-
firewallByolAllocationId
public ClusterByolAllocationDetails.Builder firewallByolAllocationId(String firewallByolAllocationId)
The OCID of the VMware BYOL Allocation used to deploy VMware vDefend Firewall.- Parameters:
firewallByolAllocationId- the value to set- Returns:
- this builder
-
build
public ClusterByolAllocationDetails build()
-
copy
public ClusterByolAllocationDetails.Builder copy(ClusterByolAllocationDetails model)
-
-