Package | Description |
---|---|
com.oracle.bmc.dts.model |
Modifier and Type | Method and Description |
---|---|
static NewTransferDevice.LifecycleState |
NewTransferDevice.LifecycleState.create(String key) |
NewTransferDevice.LifecycleState |
NewTransferDevice.getLifecycleState() |
static NewTransferDevice.LifecycleState |
NewTransferDevice.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NewTransferDevice.LifecycleState[] |
NewTransferDevice.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NewTransferDevice.Builder |
NewTransferDevice.Builder.lifecycleState(NewTransferDevice.LifecycleState lifecycleState) |
Constructor and Description |
---|
NewTransferDevice(String label,
String serialNumber,
String iscsiIQN,
NewTransferDevice.LifecycleState lifecycleState,
String encryptionPassphrase,
String transferJobId,
Date creationTime)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.