Uses of Class
com.oracle.bmc.core.model.ShapeNumaNodesPerSocketPlatformOptions.AllowedValues
-
Packages that use ShapeNumaNodesPerSocketPlatformOptions.AllowedValues Package Description com.oracle.bmc.core.model -
-
Uses of ShapeNumaNodesPerSocketPlatformOptions.AllowedValues in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ShapeNumaNodesPerSocketPlatformOptions.AllowedValues Modifier and Type Method Description static ShapeNumaNodesPerSocketPlatformOptions.AllowedValuesShapeNumaNodesPerSocketPlatformOptions.AllowedValues. create(String key)static ShapeNumaNodesPerSocketPlatformOptions.AllowedValuesShapeNumaNodesPerSocketPlatformOptions.AllowedValues. valueOf(String name)Returns the enum constant of this type with the specified name.static ShapeNumaNodesPerSocketPlatformOptions.AllowedValues[]ShapeNumaNodesPerSocketPlatformOptions.AllowedValues. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model that return types with arguments of type ShapeNumaNodesPerSocketPlatformOptions.AllowedValues Modifier and Type Method Description List<ShapeNumaNodesPerSocketPlatformOptions.AllowedValues>ShapeNumaNodesPerSocketPlatformOptions. getAllowedValues()The supported values for this platform configuration property.Method parameters in com.oracle.bmc.core.model with type arguments of type ShapeNumaNodesPerSocketPlatformOptions.AllowedValues Modifier and Type Method Description ShapeNumaNodesPerSocketPlatformOptions.BuilderShapeNumaNodesPerSocketPlatformOptions.Builder. allowedValues(List<ShapeNumaNodesPerSocketPlatformOptions.AllowedValues> allowedValues)The supported values for this platform configuration property.Constructor parameters in com.oracle.bmc.core.model with type arguments of type ShapeNumaNodesPerSocketPlatformOptions.AllowedValues Constructor Description ShapeNumaNodesPerSocketPlatformOptions(List<ShapeNumaNodesPerSocketPlatformOptions.AllowedValues> allowedValues, String defaultValue)Deprecated.
-