public static class ContainerInstanceShapeConfig.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContainerInstanceShapeConfig |
build() |
ContainerInstanceShapeConfig.Builder |
copy(ContainerInstanceShapeConfig model) |
ContainerInstanceShapeConfig.Builder |
memoryInGBs(Float memoryInGBs)
The total amount of memory available to the container instance, in gigabytes.
|
ContainerInstanceShapeConfig.Builder |
networkingBandwidthInGbps(Float networkingBandwidthInGbps)
The networking bandwidth available to the container instance, in gigabits per second.
|
ContainerInstanceShapeConfig.Builder |
ocpus(Float ocpus)
The total number of OCPUs available to the container instance.
|
ContainerInstanceShapeConfig.Builder |
processorDescription(String processorDescription)
A short description of the container instance’s processor (CPU).
|
public ContainerInstanceShapeConfig.Builder ocpus(Float ocpus)
The total number of OCPUs available to the container instance.
ocpus
- the value to setpublic ContainerInstanceShapeConfig.Builder memoryInGBs(Float memoryInGBs)
The total amount of memory available to the container instance, in gigabytes.
memoryInGBs
- the value to setpublic ContainerInstanceShapeConfig.Builder processorDescription(String processorDescription)
A short description of the container instance’s processor (CPU).
processorDescription
- the value to setpublic ContainerInstanceShapeConfig.Builder networkingBandwidthInGbps(Float networkingBandwidthInGbps)
The networking bandwidth available to the container instance, in gigabits per second.
networkingBandwidthInGbps
- the value to setpublic ContainerInstanceShapeConfig build()
public ContainerInstanceShapeConfig.Builder copy(ContainerInstanceShapeConfig model)
Copyright © 2016–2024. All rights reserved.