Package com.oracle.bmc.opsi.model
Class VmClusterSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.opsi.model.VmClusterSummary.Builder
-
- Enclosing class:
- VmClusterSummary
public static class VmClusterSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VmClusterSummarybuild()VmClusterSummary.Buildercopy(VmClusterSummary model)VmClusterSummary.BuildercpuAllocated(Integer cpuAllocated)The CPU allocated on a VM Cluster.VmClusterSummary.BuilderdbNodesCount(Integer dbNodesCount)The number of DB nodes on a VM Cluster.VmClusterSummary.BuildermemoryAllocatedInGBs(Integer memoryAllocatedInGBs)The memory allocated on a VM Cluster.VmClusterSummary.BuilderstorageAllocatedInGBs(Integer storageAllocatedInGBs)The storage allocated on a VM Cluster.VmClusterSummary.BuildervmClusterId(String vmClusterId)The OCID of the VM Cluster.VmClusterSummary.BuildervmclusterName(String vmclusterName)The name of the VM Cluster.
-
-
-
Method Detail
-
vmclusterName
public VmClusterSummary.Builder vmclusterName(String vmclusterName)
The name of the VM Cluster.- Parameters:
vmclusterName- the value to set- Returns:
- this builder
-
memoryAllocatedInGBs
public VmClusterSummary.Builder memoryAllocatedInGBs(Integer memoryAllocatedInGBs)
The memory allocated on a VM Cluster.- Parameters:
memoryAllocatedInGBs- the value to set- Returns:
- this builder
-
cpuAllocated
public VmClusterSummary.Builder cpuAllocated(Integer cpuAllocated)
The CPU allocated on a VM Cluster.- Parameters:
cpuAllocated- the value to set- Returns:
- this builder
-
dbNodesCount
public VmClusterSummary.Builder dbNodesCount(Integer dbNodesCount)
The number of DB nodes on a VM Cluster.- Parameters:
dbNodesCount- the value to set- Returns:
- this builder
-
storageAllocatedInGBs
public VmClusterSummary.Builder storageAllocatedInGBs(Integer storageAllocatedInGBs)
The storage allocated on a VM Cluster.- Parameters:
storageAllocatedInGBs- the value to set- Returns:
- this builder
-
vmClusterId
public VmClusterSummary.Builder vmClusterId(String vmClusterId)
The OCID of the VM Cluster.- Parameters:
vmClusterId- the value to set- Returns:
- this builder
-
build
public VmClusterSummary build()
-
copy
public VmClusterSummary.Builder copy(VmClusterSummary model)
-
-