Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetDrgAttachmentRequest,GetDrgAttachmentResponse> |
VirtualNetworkWaiters.forDrgAttachment(GetDrgAttachmentRequest request,
DrgAttachment.LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetDrgAttachmentRequest,GetDrgAttachmentResponse> |
VirtualNetworkWaiters.forDrgAttachment(GetDrgAttachmentRequest request,
DrgAttachment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetDrgAttachmentRequest,GetDrgAttachmentResponse> |
VirtualNetworkWaiters.forDrgAttachment(GetDrgAttachmentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
DrgAttachment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static DrgAttachment.LifecycleState |
DrgAttachment.LifecycleState.create(String key) |
DrgAttachment.LifecycleState |
DrgAttachment.getLifecycleState()
The DRG attachment’s current state.
|
static DrgAttachment.LifecycleState |
DrgAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DrgAttachment.LifecycleState[] |
DrgAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DrgAttachment.Builder |
DrgAttachment.Builder.lifecycleState(DrgAttachment.LifecycleState lifecycleState) |
Constructor and Description |
---|
DrgAttachment(String compartmentId,
String displayName,
String drgId,
String id,
DrgAttachment.LifecycleState lifecycleState,
String routeTableId,
Date timeCreated,
String vcnId)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.