Package | Description |
---|---|
com.oracle.bmc.containerengine.model |
Modifier and Type | Method and Description |
---|---|
static Node.LifecycleState |
Node.LifecycleState.create(String key) |
Node.LifecycleState |
Node.getLifecycleState()
The state of the node.
|
static Node.LifecycleState |
Node.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.LifecycleState[] |
Node.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Node.Builder |
Node.Builder.lifecycleState(Node.LifecycleState lifecycleState)
The state of the node.
|
Constructor and Description |
---|
Node(String id,
String name,
String kubernetesVersion,
String availabilityDomain,
String subnetId,
String nodePoolId,
String faultDomain,
String privateIp,
String publicIp,
NodeError nodeError,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
Node.LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.