Package | Description |
---|---|
com.oracle.bmc.computeinstanceagent.model |
Modifier and Type | Method and Description |
---|---|
static InstanceAgentPlugin.Builder |
InstanceAgentPlugin.builder()
Create a new builder.
|
InstanceAgentPlugin.Builder |
InstanceAgentPlugin.Builder.copy(InstanceAgentPlugin model) |
InstanceAgentPlugin.Builder |
InstanceAgentPlugin.Builder.message(String message)
The optional message from the agent plugin
|
InstanceAgentPlugin.Builder |
InstanceAgentPlugin.Builder.name(String name)
The plugin name
|
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 |
InstanceAgentPlugin.Builder |
InstanceAgentPlugin.Builder.timeLastUpdatedUtc(Date timeLastUpdatedUtc)
The last update time of the plugin in UTC
|
InstanceAgentPlugin.Builder |
InstanceAgentPlugin.toBuilder() |
Copyright © 2016–2024. All rights reserved.