Uses of Class
com.oracle.bmc.core.model.ShapeMemoryOptions
-
Packages that use ShapeMemoryOptions Package Description com.oracle.bmc.core.model -
-
Uses of ShapeMemoryOptions in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ShapeMemoryOptions Modifier and Type Method Description ShapeMemoryOptions
ShapeMemoryOptions.Builder. build()
ShapeMemoryOptions
Shape. getMemoryOptions()
Methods in com.oracle.bmc.core.model with parameters of type ShapeMemoryOptions Modifier and Type Method Description ShapeMemoryOptions.Builder
ShapeMemoryOptions.Builder. copy(ShapeMemoryOptions model)
Shape.Builder
Shape.Builder. memoryOptions(ShapeMemoryOptions memoryOptions)
Constructors in com.oracle.bmc.core.model with parameters of type ShapeMemoryOptions 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.
-