static ContainerServicePower.Builder |
ContainerServicePower.builder() |
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.cpuCount(Float cpuCount) |
The number of vCPUs included in the power.
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.isActive(Boolean isActive) |
A Boolean value indicating whether the power is active and can be specified for container services.
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.name(String name) |
The friendly name of the power (nano).
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.powerId(String powerId) |
The ID of the power (nano-1).
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.price(Float price) |
The monthly price of the power in USD.
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.ramSizeInGb(Float ramSizeInGb) |
The amount of RAM (in GB) of the power.
|
ContainerServicePower.Builder |
ContainerServicePower.toBuilder() |
|