Package | Description |
---|---|
com.oracle.bmc.containerinstances.model |
Modifier and Type | Method and Description |
---|---|
static ContainerInstanceShapeConfig.Builder |
ContainerInstanceShapeConfig.builder()
Create a new builder.
|
ContainerInstanceShapeConfig.Builder |
ContainerInstanceShapeConfig.Builder.copy(ContainerInstanceShapeConfig model) |
ContainerInstanceShapeConfig.Builder |
ContainerInstanceShapeConfig.Builder.memoryInGBs(Float memoryInGBs)
The total amount of memory available to the container instance, in gigabytes.
|
ContainerInstanceShapeConfig.Builder |
ContainerInstanceShapeConfig.Builder.networkingBandwidthInGbps(Float networkingBandwidthInGbps)
The networking bandwidth available to the container instance, in gigabits per second.
|
ContainerInstanceShapeConfig.Builder |
ContainerInstanceShapeConfig.Builder.ocpus(Float ocpus)
The total number of OCPUs available to the container instance.
|
ContainerInstanceShapeConfig.Builder |
ContainerInstanceShapeConfig.Builder.processorDescription(String processorDescription)
A short description of the container instance’s processor (CPU).
|
ContainerInstanceShapeConfig.Builder |
ContainerInstanceShapeConfig.toBuilder() |
Copyright © 2016–2024. All rights reserved.