Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentPlugin.Status
-
Packages that use InstanceAgentPlugin.Status Package Description com.oracle.bmc.computeinstanceagent.model -
-
Uses of InstanceAgentPlugin.Status in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentPlugin.Status Modifier and Type Method Description static InstanceAgentPlugin.Status
InstanceAgentPlugin.Status. create(String key)
InstanceAgentPlugin.Status
InstanceAgentPlugin. 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 InstanceAgentPlugin.Status
InstanceAgentPlugin.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceAgentPlugin.Status[]
InstanceAgentPlugin.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 InstanceAgentPlugin.Status Modifier and Type Method Description InstanceAgentPlugin.Builder
InstanceAgentPlugin.Builder. status(InstanceAgentPlugin.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 InstanceAgentPlugin.Status Constructor Description InstanceAgentPlugin(String name, InstanceAgentPlugin.Status status, Date timeLastUpdatedUtc, String message)
Deprecated.
-