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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll 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- 
vmclusterNamepublic VmClusterSummary.Builder vmclusterName(String vmclusterName) The name of the VM Cluster.- Parameters:
- vmclusterName- the value to set
- Returns:
- this builder
 
 - 
memoryAllocatedInGBspublic VmClusterSummary.Builder memoryAllocatedInGBs(Integer memoryAllocatedInGBs) The memory allocated on a VM Cluster.- Parameters:
- memoryAllocatedInGBs- the value to set
- Returns:
- this builder
 
 - 
cpuAllocatedpublic VmClusterSummary.Builder cpuAllocated(Integer cpuAllocated) The CPU allocated on a VM Cluster.- Parameters:
- cpuAllocated- the value to set
- Returns:
- this builder
 
 - 
dbNodesCountpublic VmClusterSummary.Builder dbNodesCount(Integer dbNodesCount) The number of DB nodes on a VM Cluster.- Parameters:
- dbNodesCount- the value to set
- Returns:
- this builder
 
 - 
storageAllocatedInGBspublic VmClusterSummary.Builder storageAllocatedInGBs(Integer storageAllocatedInGBs) The storage allocated on a VM Cluster.- Parameters:
- storageAllocatedInGBs- the value to set
- Returns:
- this builder
 
 - 
vmClusterIdpublic VmClusterSummary.Builder vmClusterId(String vmClusterId) The OCID of the VM Cluster.- Parameters:
- vmClusterId- the value to set
- Returns:
- this builder
 
 - 
buildpublic VmClusterSummary build() 
 - 
copypublic VmClusterSummary.Builder copy(VmClusterSummary model) 
 
- 
 
-