Uses of Class
com.oracle.bmc.core.model.LaunchInstancePlatformConfig.Type
-
Packages that use LaunchInstancePlatformConfig.Type Package Description com.oracle.bmc.core.model -
-
Uses of LaunchInstancePlatformConfig.Type in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return LaunchInstancePlatformConfig.Type Modifier and Type Method Description static LaunchInstancePlatformConfig.Type
LaunchInstancePlatformConfig.Type. create(String key)
static LaunchInstancePlatformConfig.Type
LaunchInstancePlatformConfig.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static LaunchInstancePlatformConfig.Type[]
LaunchInstancePlatformConfig.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-