Package | Description |
---|---|
com.oracle.bmc.cloudbridge.model |
Modifier and Type | Method and Description |
---|---|
static Plugin.DesiredState |
Plugin.DesiredState.create(String key) |
Plugin.DesiredState |
Plugin.getDesiredState()
State to which the customer wants the plugin to move to.
|
static Plugin.DesiredState |
Plugin.DesiredState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Plugin.DesiredState[] |
Plugin.DesiredState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Plugin.Builder |
Plugin.Builder.desiredState(Plugin.DesiredState desiredState)
State to which the customer wants the plugin to move to.
|
Constructor and Description |
---|
Plugin(String name,
String agentId,
String pluginVersion,
Plugin.DesiredState desiredState,
Date timeCreated,
Date timeUpdated,
Plugin.LifecycleState lifecycleState,
String lifecycleDetails,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.