Uses of Class
com.oracle.bmc.core.model.ShapeOcpuOptions
-
Packages that use ShapeOcpuOptions Package Description com.oracle.bmc.core.model -
-
Uses of ShapeOcpuOptions in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ShapeOcpuOptions Modifier and Type Method Description ShapeOcpuOptions
ShapeOcpuOptions.Builder. build()
ShapeOcpuOptions
Shape. getOcpuOptions()
Methods in com.oracle.bmc.core.model with parameters of type ShapeOcpuOptions Modifier and Type Method Description ShapeOcpuOptions.Builder
ShapeOcpuOptions.Builder. copy(ShapeOcpuOptions model)
Shape.Builder
Shape.Builder. ocpuOptions(ShapeOcpuOptions ocpuOptions)
Constructors in com.oracle.bmc.core.model with parameters of type ShapeOcpuOptions Constructor Description Shape(List<Shape.BaselineOcpuUtilizations> baselineOcpuUtilizations, BigDecimal minTotalBaselineOcpusRequired, String shape, String processorDescription, Float ocpus, Float memoryInGBs, Integer networkPorts, Float networkingBandwidthInGbps, Integer maxVnicAttachments, Integer gpus, String gpuDescription, Integer localDisks, Float localDisksTotalSizeInGBs, String localDiskDescription, Integer rdmaPorts, Integer rdmaBandwidthInGbps, Boolean isLiveMigrationSupported, ShapeOcpuOptions ocpuOptions, ShapeMemoryOptions memoryOptions, ShapeNetworkingBandwidthOptions networkingBandwidthOptions, ShapeMaxVnicAttachmentOptions maxVnicAttachmentOptions, ShapePlatformConfigOptions platformConfigOptions, Boolean isBilledForStoppedInstance, Shape.BillingType billingType, List<String> quotaNames, Boolean isSubcore, Boolean isFlexible, List<String> resizeCompatibleShapes, List<ShapeAlternativeObject> recommendedAlternatives)
Deprecated.
-