Uses of Class
com.oracle.bmc.containerinstances.model.ShapeNetworkingBandwidthOptions
-
Packages that use ShapeNetworkingBandwidthOptions Package Description com.oracle.bmc.containerinstances.model -
-
Uses of ShapeNetworkingBandwidthOptions in com.oracle.bmc.containerinstances.model
Methods in com.oracle.bmc.containerinstances.model that return ShapeNetworkingBandwidthOptions Modifier and Type Method Description ShapeNetworkingBandwidthOptions
ShapeNetworkingBandwidthOptions.Builder. build()
ShapeNetworkingBandwidthOptions
ContainerInstanceShapeSummary. getNetworkingBandwidthOptions()
Methods in com.oracle.bmc.containerinstances.model with parameters of type ShapeNetworkingBandwidthOptions Modifier and Type Method Description ShapeNetworkingBandwidthOptions.Builder
ShapeNetworkingBandwidthOptions.Builder. copy(ShapeNetworkingBandwidthOptions model)
ContainerInstanceShapeSummary.Builder
ContainerInstanceShapeSummary.Builder. networkingBandwidthOptions(ShapeNetworkingBandwidthOptions networkingBandwidthOptions)
Constructors in com.oracle.bmc.containerinstances.model with parameters of type ShapeNetworkingBandwidthOptions Constructor Description ContainerInstanceShapeSummary(String name, String processorDescription, ShapeOcpuOptions ocpuOptions, ShapeMemoryOptions memoryOptions, ShapeNetworkingBandwidthOptions networkingBandwidthOptions)
Deprecated.
-