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