Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetVolumeAttachmentRequest,GetVolumeAttachmentResponse> |
ComputeWaiters.forVolumeAttachment(GetVolumeAttachmentRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
VolumeAttachment.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetVolumeAttachmentRequest,GetVolumeAttachmentResponse> |
ComputeWaiters.forVolumeAttachment(GetVolumeAttachmentRequest request,
VolumeAttachment.LifecycleState... targetStates)
Creates a new
Waiter using default configuration. |
Waiter<GetVolumeAttachmentRequest,GetVolumeAttachmentResponse> |
ComputeWaiters.forVolumeAttachment(GetVolumeAttachmentRequest request,
VolumeAttachment.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static VolumeAttachment.LifecycleState |
VolumeAttachment.LifecycleState.create(String key) |
VolumeAttachment.LifecycleState |
VolumeAttachment.getLifecycleState()
The current state of the volume attachment.
|
static VolumeAttachment.LifecycleState |
VolumeAttachment.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeAttachment.LifecycleState[] |
VolumeAttachment.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EmulatedVolumeAttachment.Builder |
EmulatedVolumeAttachment.Builder.lifecycleState(VolumeAttachment.LifecycleState lifecycleState) |
IScsiVolumeAttachment.Builder |
IScsiVolumeAttachment.Builder.lifecycleState(VolumeAttachment.LifecycleState lifecycleState) |
ParavirtualizedVolumeAttachment.Builder |
ParavirtualizedVolumeAttachment.Builder.lifecycleState(VolumeAttachment.LifecycleState lifecycleState) |
Constructor and Description |
---|
EmulatedVolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled)
Deprecated.
|
IScsiVolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled,
String chapSecret,
String chapUsername,
String ipv4,
String iqn,
Integer port)
Deprecated.
|
ParavirtualizedVolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled)
Deprecated.
|
VolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.