Package | Description |
---|---|
com.oracle.bmc.visualbuilder | |
com.oracle.bmc.visualbuilder.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVbInstanceRequest,GetVbInstanceResponse> |
VbInstanceWaiters.forVbInstance(GetVbInstanceRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
VbInstance.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVbInstanceRequest,GetVbInstanceResponse> |
VbInstanceWaiters.forVbInstance(GetVbInstanceRequest request,
VbInstance.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVbInstanceRequest,GetVbInstanceResponse> |
VbInstanceWaiters.forVbInstance(GetVbInstanceRequest request,
VbInstance.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static VbInstance.LifecycleState |
VbInstance.LifecycleState.create(String key) |
VbInstance.LifecycleState |
VbInstance.getLifecycleState()
The current state of the vb instance.
|
static VbInstance.LifecycleState |
VbInstance.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VbInstance.LifecycleState[] |
VbInstance.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VbInstance.Builder |
VbInstance.Builder.lifecycleState(VbInstance.LifecycleState lifecycleState)
The current state of the vb instance.
|
Constructor and Description |
---|
VbInstance(String id,
String displayName,
String compartmentId,
Date timeCreated,
Date timeUpdated,
VbInstance.LifecycleState lifecycleState,
String stateMessage,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String instanceUrl,
Integer nodeCount,
Boolean isVisualBuilderEnabled,
CustomEndpointDetails customEndpoint,
List<CustomEndpointDetails> alternateCustomEndpoints,
VbInstance.ConsumptionModel consumptionModel,
IdcsInfoDetails idcsInfo,
List<AttachmentDetails> attachments,
String serviceNatGatewayIp,
String managementNatGatewayIp,
String serviceVcnId,
String managementVcnId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.