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 VmClusterSummary
build()
VmClusterSummary.Builder
copy(VmClusterSummary model)
VmClusterSummary.Builder
cpuAllocated(Integer cpuAllocated)
The CPU allocated on a VM Cluster.VmClusterSummary.Builder
dbNodesCount(Integer dbNodesCount)
The number of DB nodes on a VM Cluster.VmClusterSummary.Builder
memoryAllocatedInGBs(Integer memoryAllocatedInGBs)
The memory allocated on a VM Cluster.VmClusterSummary.Builder
vmclusterName(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
-
build
public VmClusterSummary build()
-
copy
public VmClusterSummary.Builder copy(VmClusterSummary model)
-
-