Uses of Class
com.oracle.bmc.core.model.Shape.BillingType
-
Packages that use Shape.BillingType Package Description com.oracle.bmc.core.model -
-
Uses of Shape.BillingType in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Shape.BillingType Modifier and Type Method Description static Shape.BillingTypeShape.BillingType. create(String key)Shape.BillingTypeShape. getBillingType()How instances that use this shape are charged.static Shape.BillingTypeShape.BillingType. valueOf(String name)Returns the enum constant of this type with the specified name.static Shape.BillingType[]Shape.BillingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type Shape.BillingType Modifier and Type Method Description Shape.BuilderShape.Builder. billingType(Shape.BillingType billingType)How instances that use this shape are charged.Constructors in com.oracle.bmc.core.model with parameters of type Shape.BillingType 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, List<String> platformNames)Deprecated.
-