Uses of Class
com.oracle.bmc.osmanagement.model.ModuleStreamProfileOnManagedInstanceSummary.Status
-
Packages that use ModuleStreamProfileOnManagedInstanceSummary.Status Package Description com.oracle.bmc.osmanagement.model -
-
Uses of ModuleStreamProfileOnManagedInstanceSummary.Status in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return ModuleStreamProfileOnManagedInstanceSummary.Status Modifier and Type Method Description static ModuleStreamProfileOnManagedInstanceSummary.Status
ModuleStreamProfileOnManagedInstanceSummary.Status. create(String key)
ModuleStreamProfileOnManagedInstanceSummary.Status
ModuleStreamProfileOnManagedInstanceSummary. getStatus()
The status of the profile.static ModuleStreamProfileOnManagedInstanceSummary.Status
ModuleStreamProfileOnManagedInstanceSummary.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static ModuleStreamProfileOnManagedInstanceSummary.Status[]
ModuleStreamProfileOnManagedInstanceSummary.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagement.model with parameters of type ModuleStreamProfileOnManagedInstanceSummary.Status Modifier and Type Method Description ModuleStreamProfileOnManagedInstanceSummary.Builder
ModuleStreamProfileOnManagedInstanceSummary.Builder. status(ModuleStreamProfileOnManagedInstanceSummary.Status status)
The status of the profile.Constructors in com.oracle.bmc.osmanagement.model with parameters of type ModuleStreamProfileOnManagedInstanceSummary.Status Constructor Description ModuleStreamProfileOnManagedInstanceSummary(String moduleName, String streamName, String profileName, ModuleStreamProfileOnManagedInstanceSummary.Status status, Date timeModified)
Deprecated.
-