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