Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVnicAttachmentRequest,GetVnicAttachmentResponse> |
ComputeWaiters.forVnicAttachment(GetVnicAttachmentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
VnicAttachment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVnicAttachmentRequest,GetVnicAttachmentResponse> |
ComputeWaiters.forVnicAttachment(GetVnicAttachmentRequest request,
VnicAttachment.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetVnicAttachmentRequest,GetVnicAttachmentResponse> |
ComputeWaiters.forVnicAttachment(GetVnicAttachmentRequest request,
VnicAttachment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static VnicAttachment.LifecycleState |
VnicAttachment.LifecycleState.create(String key) |
VnicAttachment.LifecycleState |
VnicAttachment.getLifecycleState()
The current state of the VNIC attachment.
|
static VnicAttachment.LifecycleState |
VnicAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VnicAttachment.LifecycleState[] |
VnicAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
VnicAttachment.Builder |
VnicAttachment.Builder.lifecycleState(VnicAttachment.LifecycleState lifecycleState)
The current state of the VNIC attachment.
|
Constructor and Description |
---|
VnicAttachment(String availabilityDomain,
String compartmentId,
String displayName,
String id,
String instanceId,
VnicAttachment.LifecycleState lifecycleState,
Integer nicIndex,
String subnetId,
String vlanId,
Date timeCreated,
Integer vlanTag,
String vnicId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.