Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
BootVolumeAttachment.Builder |
BootVolumeAttachment.Builder.lifecycleState(BootVolumeAttachment.LifecycleState lifecycleState)
The current state of the boot volume attachment.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.