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