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