public static class VmClusterSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public VmClusterSummary.Builder vmclusterName(String vmclusterName)
The name of the vm cluster.
vmclusterName
- the value to setpublic VmClusterSummary.Builder memoryAllocatedInGBs(Integer memoryAllocatedInGBs)
The memory allocated on a vm cluster.
memoryAllocatedInGBs
- the value to setpublic VmClusterSummary.Builder cpuAllocated(Integer cpuAllocated)
The cpu allocated on a vm cluster.
cpuAllocated
- the value to setpublic VmClusterSummary.Builder dbNodesCount(Integer dbNodesCount)
The number of DB nodes on a vm cluster.
dbNodesCount
- the value to setpublic VmClusterSummary build()
public VmClusterSummary.Builder copy(VmClusterSummary model)
Copyright © 2016–2024. All rights reserved.