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