Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentPluginSummary.Status
-
Packages that use InstanceAgentPluginSummary.Status Package Description com.oracle.bmc.computeinstanceagent.model -
-
Uses of InstanceAgentPluginSummary.Status in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentPluginSummary.Status Modifier and Type Method Description static InstanceAgentPluginSummary.Status
InstanceAgentPluginSummary.Status. create(String key)
InstanceAgentPluginSummary.Status
InstanceAgentPluginSummary. getStatus()
The plugin status Specified the plugin state on the instance * RUNNING - The plugin is in running state * STOPPED - The plugin is in stopped state * NOT_SUPPORTED - The plugin is not supported on this platform * INVALID - The plugin state is not recognizable by the servicestatic InstanceAgentPluginSummary.Status
InstanceAgentPluginSummary.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceAgentPluginSummary.Status[]
InstanceAgentPluginSummary.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentPluginSummary.Status Modifier and Type Method Description InstanceAgentPluginSummary.Builder
InstanceAgentPluginSummary.Builder. status(InstanceAgentPluginSummary.Status status)
The plugin status Specified the plugin state on the instance * RUNNING - The plugin is in running state * STOPPED - The plugin is in stopped state * NOT_SUPPORTED - The plugin is not supported on this platform * INVALID - The plugin state is not recognizable by the serviceConstructors in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentPluginSummary.Status Constructor Description InstanceAgentPluginSummary(String name, InstanceAgentPluginSummary.Status status, Date timeLastUpdatedUtc)
Deprecated.
-