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 the 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 |
---|---|
ParavirtualizedVolumeAttachment.Builder |
ParavirtualizedVolumeAttachment.Builder.lifecycleState(VolumeAttachment.LifecycleState lifecycleState) |
EmulatedVolumeAttachment.Builder |
EmulatedVolumeAttachment.Builder.lifecycleState(VolumeAttachment.LifecycleState lifecycleState) |
IScsiVolumeAttachment.Builder |
IScsiVolumeAttachment.Builder.lifecycleState(VolumeAttachment.LifecycleState lifecycleState) |
Constructor and Description |
---|
EmulatedVolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
Boolean isShareable,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled,
Boolean isMultipath,
VolumeAttachment.IscsiLoginState iscsiLoginState,
Boolean isVolumeCreatedDuringLaunch)
Deprecated.
|
IScsiVolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
Boolean isShareable,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled,
Boolean isMultipath,
VolumeAttachment.IscsiLoginState iscsiLoginState,
Boolean isVolumeCreatedDuringLaunch,
String chapSecret,
String chapUsername,
String ipv4,
String iqn,
Integer port,
List<MultipathDevice> multipathDevices,
EncryptionInTransitType encryptionInTransitType,
Boolean isAgentAutoIscsiLoginEnabled)
Deprecated.
|
ParavirtualizedVolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
Boolean isShareable,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled,
Boolean isMultipath,
VolumeAttachment.IscsiLoginState iscsiLoginState,
Boolean isVolumeCreatedDuringLaunch)
Deprecated.
|
VolumeAttachment(String availabilityDomain,
String compartmentId,
String device,
String displayName,
String id,
String instanceId,
Boolean isReadOnly,
Boolean isShareable,
VolumeAttachment.LifecycleState lifecycleState,
Date timeCreated,
String volumeId,
Boolean isPvEncryptionInTransitEnabled,
Boolean isMultipath,
VolumeAttachment.IscsiLoginState iscsiLoginState,
Boolean isVolumeCreatedDuringLaunch)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.