Show / Hide Table of Contents

Class ApplianceExportJob

Inheritance
object
ApplianceExportJob
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DtsService.Models
Assembly: OCI.DotNetSDK.Dts.dll
Syntax
public class ApplianceExportJob

Properties

ApplianceDecryptionPassphrase

Declaration
[JsonProperty(PropertyName = "applianceDecryptionPassphrase")]
public string ApplianceDecryptionPassphrase { get; set; }
Property Value
Type Description
string

Passphrase associated with the Appliance.

ApplianceDeliveryTrackingNumber

Declaration
[JsonProperty(PropertyName = "applianceDeliveryTrackingNumber")]
public string ApplianceDeliveryTrackingNumber { get; set; }
Property Value
Type Description
string

Tracking number associated with the shipment while shipping the Appliance to Customer.

ApplianceDeliveryVendor

Declaration
[JsonProperty(PropertyName = "applianceDeliveryVendor")]
public string ApplianceDeliveryVendor { get; set; }
Property Value
Type Description
string

Shipping Vendor selected to ship the Appliance associated with this job.

ApplianceReturnDeliveryTrackingNumber

Declaration
[JsonProperty(PropertyName = "applianceReturnDeliveryTrackingNumber")]
public string ApplianceReturnDeliveryTrackingNumber { get; set; }
Property Value
Type Description
string

Tracking number associated with the shipment while shipping the Appliance back to Oracle.

ApplianceSerialNumber

Declaration
[JsonProperty(PropertyName = "applianceSerialNumber")]
public string ApplianceSerialNumber { get; set; }
Property Value
Type Description
string

Serial Number of the Appliance associated with this Export Job.

BucketAccessPolicies

Declaration
[JsonProperty(PropertyName = "bucketAccessPolicies")]
public List<string> BucketAccessPolicies { get; set; }
Property Value
Type Description
List<string>

Polices to grant Data Transfer Service to access objects in the Bucket

BucketName

Declaration
[JsonProperty(PropertyName = "bucketName")]
public string BucketName { get; set; }
Property Value
Type Description
string

CompartmentId

Declaration
[JsonProperty(PropertyName = "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type Description
string

CreationTime

Declaration
[JsonProperty(PropertyName = "creationTime")]
public DateTime? CreationTime { get; set; }
Property Value
Type Description
DateTime?

CustomerShippingAddress

Declaration
[JsonProperty(PropertyName = "customerShippingAddress")]
public ShippingAddress CustomerShippingAddress { get; set; }
Property Value
Type Description
ShippingAddress

DefinedTags

Declaration
[JsonProperty(PropertyName = "definedTags")]
public Dictionary<string, Dictionary<string, object>> DefinedTags { get; set; }
Property Value
Type Description
Dictionary<string, Dictionary<string, object>>

Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}

DisplayName

Declaration
[JsonProperty(PropertyName = "displayName")]
public string DisplayName { get; set; }
Property Value
Type Description
string

ExpectedReturnDate

Declaration
[JsonProperty(PropertyName = "expectedReturnDate")]
public DateTime? ExpectedReturnDate { get; set; }
Property Value
Type Description
DateTime?

Expected return date from customer for the device, time portion should be zero.

FirstObject

Declaration
[JsonProperty(PropertyName = "firstObject")]
public string FirstObject { get; set; }
Property Value
Type Description
string

First object in the list of objects that are exported in this job.

FreeformTags

Declaration
[JsonProperty(PropertyName = "freeformTags")]
public Dictionary<string, string> FreeformTags { get; set; }
Property Value
Type Description
Dictionary<string, string>

Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}

Id

Declaration
[Required(ErrorMessage = "Id is required.")]
[JsonProperty(PropertyName = "id")]
public string Id { get; set; }
Property Value
Type Description
string
Remarks

Required

LastObject

Declaration
[JsonProperty(PropertyName = "lastObject")]
public string LastObject { get; set; }
Property Value
Type Description
string

Last object in the list of objects that are exported in this job.

LifecycleState

Declaration
[JsonProperty(PropertyName = "lifecycleState")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ApplianceExportJob.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type Description
ApplianceExportJob.LifecycleStateEnum?

LifecycleStateDetails

Declaration
[JsonProperty(PropertyName = "lifecycleStateDetails")]
public string LifecycleStateDetails { get; set; }
Property Value
Type Description
string

A property that can contain details on the lifecycle.

ManifestFile

Declaration
[JsonProperty(PropertyName = "manifestFile")]
public string ManifestFile { get; set; }
Property Value
Type Description
string

Url of the Manifest File associated with this export job.

ManifestMd5

Declaration
[JsonProperty(PropertyName = "manifestMd5")]
public string ManifestMd5 { get; set; }
Property Value
Type Description
string

md5 digest of the manifest file.

NextObject

Declaration
[JsonProperty(PropertyName = "nextObject")]
public string NextObject { get; set; }
Property Value
Type Description
string

First object from which the next potential export job could start.

NumberOfObjects

Declaration
[JsonProperty(PropertyName = "numberOfObjects")]
public string NumberOfObjects { get; set; }
Property Value
Type Description
string

Total number of objects that are exported in this job.

PickupWindowEndTime

Declaration
[JsonProperty(PropertyName = "pickupWindowEndTime")]
public DateTime? PickupWindowEndTime { get; set; }
Property Value
Type Description
DateTime?

End time for the window to pickup the device from customer.

PickupWindowStartTime

Declaration
[JsonProperty(PropertyName = "pickupWindowStartTime")]
public DateTime? PickupWindowStartTime { get; set; }
Property Value
Type Description
DateTime?

Start time for the window to pickup the device from customer.

Prefix

Declaration
[JsonProperty(PropertyName = "prefix")]
public string Prefix { get; set; }
Property Value
Type Description
string

List of objects with names matching this prefix would be part of this export job.

RangeEnd

Declaration
[JsonProperty(PropertyName = "rangeEnd")]
public string RangeEnd { get; set; }
Property Value
Type Description
string

The name of the last object in the range of objects that are expected to be part of this export job.

RangeStart

Declaration
[JsonProperty(PropertyName = "rangeStart")]
public string RangeStart { get; set; }
Property Value
Type Description
string

The name of the first object in the range of objects that are expected to be part of this export job.

ReceivingSecurityTie

Declaration
[JsonProperty(PropertyName = "receivingSecurityTie")]
public string ReceivingSecurityTie { get; set; }
Property Value
Type Description
string

Unique number associated with the return security tie used to seal the Appliance case.

ReturnShippingLabelUri

Declaration
[JsonProperty(PropertyName = "returnShippingLabelUri")]
public string ReturnShippingLabelUri { get; set; }
Property Value
Type Description
string

SendingSecurityTie

Declaration
[JsonProperty(PropertyName = "sendingSecurityTie")]
public string SendingSecurityTie { get; set; }
Property Value
Type Description
string

Unique number associated with the security tie used to seal the Appliance case.

TotalSizeInBytes

Declaration
[JsonProperty(PropertyName = "totalSizeInBytes")]
public string TotalSizeInBytes { get; set; }
Property Value
Type Description
string

Total size of objects in Bytes that are exported in this job.

In this article
Back to top