Uses of Class
com.oracle.bmc.core.model.VolumeAttachment.LifecycleState
-
Packages that use VolumeAttachment.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of VolumeAttachment.LifecycleState in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type VolumeAttachment.LifecycleState Modifier and Type Method Description Waiter<GetVolumeAttachmentRequest,GetVolumeAttachmentResponse>
ComputeWaiters. forVolumeAttachment(GetVolumeAttachmentRequest request, VolumeAttachment.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetVolumeAttachmentRequest,GetVolumeAttachmentResponse>
ComputeWaiters. forVolumeAttachment(GetVolumeAttachmentRequest request, VolumeAttachment.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetVolumeAttachmentRequest,GetVolumeAttachmentResponse>
ComputeWaiters. forVolumeAttachment(GetVolumeAttachmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, VolumeAttachment.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of VolumeAttachment.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VolumeAttachment.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.core.model with parameters of type VolumeAttachment.LifecycleState Modifier and Type Method 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)
Constructors in com.oracle.bmc.core.model with parameters of type VolumeAttachment.LifecycleState Constructor 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.
-