Uses of Class
com.oracle.bmc.core.model.BootVolumeAttachment.LifecycleState
-
Packages that use BootVolumeAttachment.LifecycleState Package Description com.oracle.bmc.core com.oracle.bmc.core.model -
-
Uses of BootVolumeAttachment.LifecycleState in com.oracle.bmc.core
-
Uses of BootVolumeAttachment.LifecycleState in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return BootVolumeAttachment.LifecycleState Modifier and Type Method Description static BootVolumeAttachment.LifecycleState
BootVolumeAttachment.LifecycleState. create(String key)
BootVolumeAttachment.LifecycleState
BootVolumeAttachment. getLifecycleState()
The current state of the boot volume attachment.static BootVolumeAttachment.LifecycleState
BootVolumeAttachment.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static BootVolumeAttachment.LifecycleState[]
BootVolumeAttachment.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 BootVolumeAttachment.LifecycleState Modifier and Type Method Description BootVolumeAttachment.Builder
BootVolumeAttachment.Builder. lifecycleState(BootVolumeAttachment.LifecycleState lifecycleState)
The current state of the boot volume attachment.Constructors in com.oracle.bmc.core.model with parameters of type BootVolumeAttachment.LifecycleState Constructor Description BootVolumeAttachment(String availabilityDomain, String bootVolumeId, String compartmentId, String displayName, String id, String instanceId, BootVolumeAttachment.LifecycleState lifecycleState, Date timeCreated, Date timeUpdated, Boolean isPvEncryptionInTransitEnabled, EncryptionInTransitType encryptionInTransitType)
Deprecated.
-