public static class ComputePerformanceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ComputePerformanceSummary |
build() |
ComputePerformanceSummary.Builder |
copy(ComputePerformanceSummary model) |
ComputePerformanceSummary.Builder |
cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores available.
|
ComputePerformanceSummary.Builder |
memoryInGBs(Double memoryInGBs)
The amount of memory allocated for the VMDB System.
|
ComputePerformanceSummary.Builder |
networkBandwidthInGbps(Float networkBandwidthInGbps)
The network bandwidth of the VMDB system in gbps.
|
ComputePerformanceSummary.Builder |
networkIops(Float networkIops)
IOPS for the VMDB System.
|
ComputePerformanceSummary.Builder |
networkThroughputInMbps(Float networkThroughputInMbps)
Network throughput for the VMDB System.
|
public ComputePerformanceSummary.Builder cpuCoreCount(Integer cpuCoreCount)
The number of CPU cores available.
cpuCoreCount
- the value to setpublic ComputePerformanceSummary.Builder memoryInGBs(Double memoryInGBs)
The amount of memory allocated for the VMDB System.
memoryInGBs
- the value to setpublic ComputePerformanceSummary.Builder networkBandwidthInGbps(Float networkBandwidthInGbps)
The network bandwidth of the VMDB system in gbps.
networkBandwidthInGbps
- the value to setpublic ComputePerformanceSummary.Builder networkIops(Float networkIops)
IOPS for the VMDB System.
networkIops
- the value to setpublic ComputePerformanceSummary.Builder networkThroughputInMbps(Float networkThroughputInMbps)
Network throughput for the VMDB System.
networkThroughputInMbps
- the value to setpublic ComputePerformanceSummary build()
public ComputePerformanceSummary.Builder copy(ComputePerformanceSummary model)
Copyright © 2016–2024. All rights reserved.