Uses of Class
com.oracle.bmc.core.model.InstanceShapeConfig.ResourceManagement
-
Packages that use InstanceShapeConfig.ResourceManagement Package Description com.oracle.bmc.core.model -
-
Uses of InstanceShapeConfig.ResourceManagement in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstanceShapeConfig.ResourceManagement Modifier and Type Method Description static InstanceShapeConfig.ResourceManagementInstanceShapeConfig.ResourceManagement. create(String key)InstanceShapeConfig.ResourceManagementInstanceShapeConfig. getResourceManagement()This field is reserved for internal use.static InstanceShapeConfig.ResourceManagementInstanceShapeConfig.ResourceManagement. valueOf(String name)Returns the enum constant of this type with the specified name.static InstanceShapeConfig.ResourceManagement[]InstanceShapeConfig.ResourceManagement. 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 InstanceShapeConfig.ResourceManagement Modifier and Type Method Description InstanceShapeConfig.BuilderInstanceShapeConfig.Builder. resourceManagement(InstanceShapeConfig.ResourceManagement resourceManagement)This field is reserved for internal use.Constructors in com.oracle.bmc.core.model with parameters of type InstanceShapeConfig.ResourceManagement Constructor Description InstanceShapeConfig(Float ocpus, Float memoryInGBs, InstanceShapeConfig.BaselineOcpuUtilization baselineOcpuUtilization, String processorDescription, Float networkingBandwidthInGbps, Integer maxVnicAttachments, Integer gpus, String gpuDescription, Integer localDisks, Float localDisksTotalSizeInGBs, String localDiskDescription, Integer vcpus, InstanceShapeConfig.ResourceManagement resourceManagement)Deprecated.
-