Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
static InstancePoolInstance.LifecycleState |
InstancePoolInstance.LifecycleState.create(String key) |
InstancePoolInstance.LifecycleState |
InstancePoolInstance.getLifecycleState()
The attachment state of the instance in relation to the instance pool.
|
static InstancePoolInstance.LifecycleState |
InstancePoolInstance.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstancePoolInstance.LifecycleState[] |
InstancePoolInstance.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolInstance.Builder |
InstancePoolInstance.Builder.lifecycleState(InstancePoolInstance.LifecycleState lifecycleState)
The attachment state of the instance in relation to the instance pool.
|
Constructor and Description |
---|
InstancePoolInstance(String id,
String instancePoolId,
String availabilityDomain,
InstancePoolInstance.LifecycleState lifecycleState,
String compartmentId,
String displayName,
String faultDomain,
String instanceConfigurationId,
String region,
String shape,
String state,
Date timeCreated,
List<InstancePoolInstanceLoadBalancerBackend> loadBalancerBackends)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.