public static interface ContainerServicePower.Builder extends SdkPojo, CopyableBuilder<ContainerServicePower.Builder,ContainerServicePower>
| Modifier and Type | Method and Description |
|---|---|
ContainerServicePower.Builder |
cpuCount(Float cpuCount)
The number of vCPUs included in the power.
|
ContainerServicePower.Builder |
isActive(Boolean isActive)
A Boolean value indicating whether the power is active and can be specified for container services.
|
ContainerServicePower.Builder |
name(String name)
The friendly name of the power (e.g.,
nano). |
ContainerServicePower.Builder |
powerId(String powerId)
The ID of the power (e.g.,
nano-1). |
ContainerServicePower.Builder |
price(Float price)
The monthly price of the power in USD.
|
ContainerServicePower.Builder |
ramSizeInGb(Float ramSizeInGb)
The amount of RAM (in GB) of the power.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContainerServicePower.Builder powerId(String powerId)
The ID of the power (e.g., nano-1).
powerId - The ID of the power (e.g., nano-1).ContainerServicePower.Builder price(Float price)
The monthly price of the power in USD.
price - The monthly price of the power in USD.ContainerServicePower.Builder cpuCount(Float cpuCount)
The number of vCPUs included in the power.
cpuCount - The number of vCPUs included in the power.ContainerServicePower.Builder ramSizeInGb(Float ramSizeInGb)
The amount of RAM (in GB) of the power.
ramSizeInGb - The amount of RAM (in GB) of the power.ContainerServicePower.Builder name(String name)
The friendly name of the power (e.g., nano).
name - The friendly name of the power (e.g., nano).ContainerServicePower.Builder isActive(Boolean isActive)
A Boolean value indicating whether the power is active and can be specified for container services.
isActive - A Boolean value indicating whether the power is active and can be specified for container services.Copyright © 2021. All rights reserved.