Package | Description |
---|---|
com.oracle.bmc.dts | |
com.oracle.bmc.dts.model |
Modifier and Type | Method and Description |
---|---|
static ApplianceExportJob.LifecycleState |
ApplianceExportJob.LifecycleState.create(String key) |
ApplianceExportJob.LifecycleState |
ApplianceExportJob.getLifecycleState() |
static ApplianceExportJob.LifecycleState |
ApplianceExportJob.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplianceExportJob.LifecycleState[] |
ApplianceExportJob.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApplianceExportJob.Builder |
ApplianceExportJob.Builder.lifecycleState(ApplianceExportJob.LifecycleState lifecycleState) |
Constructor and Description |
---|
ApplianceExportJob(String id,
String compartmentId,
String bucketName,
String displayName,
Date creationTime,
ApplianceExportJob.LifecycleState lifecycleState,
String lifecycleStateDetails,
String applianceSerialNumber,
String applianceDecryptionPassphrase,
String applianceDeliveryVendor,
String applianceDeliveryTrackingNumber,
String applianceReturnDeliveryTrackingNumber,
String sendingSecurityTie,
String receivingSecurityTie,
String prefix,
String rangeStart,
String rangeEnd,
String numberOfObjects,
String totalSizeInBytes,
String firstObject,
String lastObject,
String nextObject,
String manifestFile,
String manifestMd5,
List<String> bucketAccessPolicies,
String returnShippingLabelUri,
Date expectedReturnDate,
Date pickupWindowStartTime,
Date pickupWindowEndTime,
ShippingAddress customerShippingAddress,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.