Package | Description |
---|---|
com.oracle.bmc.dts.model |
Modifier and Type | Method and Description |
---|---|
static TransferJob.DeviceType |
TransferJob.DeviceType.create(String key) |
TransferJob.DeviceType |
TransferJob.getDeviceType() |
static TransferJob.DeviceType |
TransferJob.DeviceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransferJob.DeviceType[] |
TransferJob.DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TransferJob.Builder |
TransferJob.Builder.deviceType(TransferJob.DeviceType deviceType) |
Constructor and Description |
---|
TransferJob(String id,
String compartmentId,
String uploadBucketName,
String displayName,
String label,
Date creationTime,
TransferJob.DeviceType deviceType,
TransferJob.LifecycleState lifecycleState,
List<String> attachedTransferApplianceLabels,
List<String> attachedTransferPackageLabels,
List<String> attachedTransferDeviceLabels,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.