public static class OcpuUtilizationInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OcpuUtilizationInfo |
build() |
OcpuUtilizationInfo.Builder |
copy(OcpuUtilizationInfo model) |
OcpuUtilizationInfo.Builder |
host(String host)
Host name of VM
|
OcpuUtilizationInfo.Builder |
ocpuCapacityNumber(Float ocpuCapacityNumber)
Number of total OCPU capacity on the host
|
OcpuUtilizationInfo.Builder |
ocpuUtilizationNumber(Float ocpuUtilizationNumber)
Number of OCPU utilized
|
public OcpuUtilizationInfo.Builder host(String host)
Host name of VM
host
- the value to setpublic OcpuUtilizationInfo.Builder ocpuUtilizationNumber(Float ocpuUtilizationNumber)
Number of OCPU utilized
ocpuUtilizationNumber
- the value to setpublic OcpuUtilizationInfo.Builder ocpuCapacityNumber(Float ocpuCapacityNumber)
Number of total OCPU capacity on the host
ocpuCapacityNumber
- the value to setpublic OcpuUtilizationInfo build()
public OcpuUtilizationInfo.Builder copy(OcpuUtilizationInfo model)
Copyright © 2016–2024. All rights reserved.