Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Method and 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 service |
static 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.
|
Modifier and Type | Method and 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 service |
Constructor and Description |
---|
InstanceAgentPlugin(String name,
InstanceAgentPlugin.Status status,
Date timeLastUpdatedUtc,
String message)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.