Package | Description |
---|---|
com.oracle.cloud.compute.jenkins.client | |
com.oracle.cloud.compute.jenkins.model |
Modifier and Type | Method and Description |
---|---|
Collection<Shape> |
ProxyComputeCloudClient.getShapes() |
Collection<Shape> |
JaxrsComputeCloudClient.getShapes() |
Collection<Shape> |
ComputeCloudClient.getShapes()
Retrieves the CPU and memory details of all the available shapes.
|
Collection<Shape> |
CachingComputeCloudClient.getShapes() |
Modifier and Type | Method and Description |
---|---|
Shape |
Shape.cpus(BigDecimal cpus) |
Shape |
Shape.gpus(Long gpus) |
Shape |
Shape.io(Long io) |
Shape |
Shape.isRootSsd(Boolean isRootSsd) |
Shape |
Shape.name(String name) |
Shape |
Shape.ndsIopsLimit(Long ndsIopsLimit) |
Shape |
Shape.placementRequirements(List<String> placementRequirements) |
Shape |
Shape.ram(Long ram) |
Shape |
Shape.rootDiskSize(Long rootDiskSize) |
Shape |
Shape.ssdDataSize(Long ssdDataSize) |
Shape |
Shape.uri(String uri) |
Copyright © 2016–2018. All rights reserved.