ApplianceExportJob¶
-
class
oci.dts.models.
ApplianceExportJob
(**kwargs)¶ Bases:
object
ApplianceExportJob model.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a ApplianceExportJob. LIFECYCLE_STATE_CANCELLED
A constant which can be used with the lifecycle_state property of a ApplianceExportJob. LIFECYCLE_STATE_CREATING
A constant which can be used with the lifecycle_state property of a ApplianceExportJob. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a ApplianceExportJob. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a ApplianceExportJob. LIFECYCLE_STATE_INPROGRESS
A constant which can be used with the lifecycle_state property of a ApplianceExportJob. LIFECYCLE_STATE_SUCCEEDED
A constant which can be used with the lifecycle_state property of a ApplianceExportJob. appliance_decryption_passphrase
Gets the appliance_decryption_passphrase of this ApplianceExportJob. appliance_delivery_tracking_number
Gets the appliance_delivery_tracking_number of this ApplianceExportJob. appliance_delivery_vendor
Gets the appliance_delivery_vendor of this ApplianceExportJob. appliance_return_delivery_tracking_number
Gets the appliance_return_delivery_tracking_number of this ApplianceExportJob. appliance_serial_number
Gets the appliance_serial_number of this ApplianceExportJob. bucket_access_policies
Gets the bucket_access_policies of this ApplianceExportJob. bucket_name
Gets the bucket_name of this ApplianceExportJob. compartment_id
Gets the compartment_id of this ApplianceExportJob. creation_time
Gets the creation_time of this ApplianceExportJob. customer_shipping_address
Gets the customer_shipping_address of this ApplianceExportJob. defined_tags
Gets the defined_tags of this ApplianceExportJob. display_name
Gets the display_name of this ApplianceExportJob. expected_return_date
Gets the expected_return_date of this ApplianceExportJob. first_object
Gets the first_object of this ApplianceExportJob. freeform_tags
Gets the freeform_tags of this ApplianceExportJob. id
[Required] Gets the id of this ApplianceExportJob. last_object
Gets the last_object of this ApplianceExportJob. lifecycle_state
Gets the lifecycle_state of this ApplianceExportJob. lifecycle_state_details
Gets the lifecycle_state_details of this ApplianceExportJob. manifest_file
Gets the manifest_file of this ApplianceExportJob. manifest_md5
Gets the manifest_md5 of this ApplianceExportJob. next_object
Gets the next_object of this ApplianceExportJob. number_of_objects
Gets the number_of_objects of this ApplianceExportJob. pickup_window_end_time
Gets the pickup_window_end_time of this ApplianceExportJob. pickup_window_start_time
Gets the pickup_window_start_time of this ApplianceExportJob. prefix
Gets the prefix of this ApplianceExportJob. range_end
Gets the range_end of this ApplianceExportJob. range_start
Gets the range_start of this ApplianceExportJob. receiving_security_tie
Gets the receiving_security_tie of this ApplianceExportJob. return_shipping_label_uri
Gets the return_shipping_label_uri of this ApplianceExportJob. sending_security_tie
Gets the sending_security_tie of this ApplianceExportJob. total_size_in_bytes
Gets the total_size_in_bytes of this ApplianceExportJob. Methods
__init__
(**kwargs)Initializes a new ApplianceExportJob object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a ApplianceExportJob. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CANCELLED
= 'CANCELLED'¶ A constant which can be used with the lifecycle_state property of a ApplianceExportJob. This constant has a value of “CANCELLED”
-
LIFECYCLE_STATE_CREATING
= 'CREATING'¶ A constant which can be used with the lifecycle_state property of a ApplianceExportJob. This constant has a value of “CREATING”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a ApplianceExportJob. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a ApplianceExportJob. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_INPROGRESS
= 'INPROGRESS'¶ A constant which can be used with the lifecycle_state property of a ApplianceExportJob. This constant has a value of “INPROGRESS”
-
LIFECYCLE_STATE_SUCCEEDED
= 'SUCCEEDED'¶ A constant which can be used with the lifecycle_state property of a ApplianceExportJob. This constant has a value of “SUCCEEDED”
-
__init__
(**kwargs)¶ Initializes a new ApplianceExportJob object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this ApplianceExportJob.
- compartment_id (str) – The value to assign to the compartment_id property of this ApplianceExportJob.
- bucket_name (str) – The value to assign to the bucket_name property of this ApplianceExportJob.
- display_name (str) – The value to assign to the display_name property of this ApplianceExportJob.
- creation_time (datetime) – The value to assign to the creation_time property of this ApplianceExportJob.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this ApplianceExportJob. Allowed values for this property are: “CREATING”, “ACTIVE”, “INPROGRESS”, “SUCCEEDED”, “FAILED”, “CANCELLED”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this ApplianceExportJob.
- appliance_serial_number (str) – The value to assign to the appliance_serial_number property of this ApplianceExportJob.
- appliance_decryption_passphrase (str) – The value to assign to the appliance_decryption_passphrase property of this ApplianceExportJob.
- appliance_delivery_vendor (str) – The value to assign to the appliance_delivery_vendor property of this ApplianceExportJob.
- appliance_delivery_tracking_number (str) – The value to assign to the appliance_delivery_tracking_number property of this ApplianceExportJob.
- appliance_return_delivery_tracking_number (str) – The value to assign to the appliance_return_delivery_tracking_number property of this ApplianceExportJob.
- sending_security_tie (str) – The value to assign to the sending_security_tie property of this ApplianceExportJob.
- receiving_security_tie (str) – The value to assign to the receiving_security_tie property of this ApplianceExportJob.
- prefix (str) – The value to assign to the prefix property of this ApplianceExportJob.
- range_start (str) – The value to assign to the range_start property of this ApplianceExportJob.
- range_end (str) – The value to assign to the range_end property of this ApplianceExportJob.
- number_of_objects (str) – The value to assign to the number_of_objects property of this ApplianceExportJob.
- total_size_in_bytes (str) – The value to assign to the total_size_in_bytes property of this ApplianceExportJob.
- first_object (str) – The value to assign to the first_object property of this ApplianceExportJob.
- last_object (str) – The value to assign to the last_object property of this ApplianceExportJob.
- next_object (str) – The value to assign to the next_object property of this ApplianceExportJob.
- manifest_file (str) – The value to assign to the manifest_file property of this ApplianceExportJob.
- manifest_md5 (str) – The value to assign to the manifest_md5 property of this ApplianceExportJob.
- bucket_access_policies (list[str]) – The value to assign to the bucket_access_policies property of this ApplianceExportJob.
- return_shipping_label_uri (str) – The value to assign to the return_shipping_label_uri property of this ApplianceExportJob.
- expected_return_date (datetime) – The value to assign to the expected_return_date property of this ApplianceExportJob.
- pickup_window_start_time (datetime) – The value to assign to the pickup_window_start_time property of this ApplianceExportJob.
- pickup_window_end_time (datetime) – The value to assign to the pickup_window_end_time property of this ApplianceExportJob.
- customer_shipping_address (oci.dts.models.ShippingAddress) – The value to assign to the customer_shipping_address property of this ApplianceExportJob.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ApplianceExportJob.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ApplianceExportJob.
-
appliance_decryption_passphrase
¶ Gets the appliance_decryption_passphrase of this ApplianceExportJob. Passphrase associated with the Appliance.
Returns: The appliance_decryption_passphrase of this ApplianceExportJob. Return type: str
-
appliance_delivery_tracking_number
¶ Gets the appliance_delivery_tracking_number of this ApplianceExportJob. Tracking number associated with the shipment while shipping the Appliance to Customer.
Returns: The appliance_delivery_tracking_number of this ApplianceExportJob. Return type: str
-
appliance_delivery_vendor
¶ Gets the appliance_delivery_vendor of this ApplianceExportJob. Shipping Vendor selected to ship the Appliance associated with this job.
Returns: The appliance_delivery_vendor of this ApplianceExportJob. Return type: str
-
appliance_return_delivery_tracking_number
¶ Gets the appliance_return_delivery_tracking_number of this ApplianceExportJob. Tracking number associated with the shipment while shipping the Appliance back to Oracle.
Returns: The appliance_return_delivery_tracking_number of this ApplianceExportJob. Return type: str
-
appliance_serial_number
¶ Gets the appliance_serial_number of this ApplianceExportJob. Serial Number of the Appliance associated with this Export Job.
Returns: The appliance_serial_number of this ApplianceExportJob. Return type: str
-
bucket_access_policies
¶ Gets the bucket_access_policies of this ApplianceExportJob. Polices to grant Data Transfer Service to access objects in the Bucket
Returns: The bucket_access_policies of this ApplianceExportJob. Return type: list[str]
-
bucket_name
¶ Gets the bucket_name of this ApplianceExportJob.
Returns: The bucket_name of this ApplianceExportJob. Return type: str
-
compartment_id
¶ Gets the compartment_id of this ApplianceExportJob.
Returns: The compartment_id of this ApplianceExportJob. Return type: str
-
creation_time
¶ Gets the creation_time of this ApplianceExportJob.
Returns: The creation_time of this ApplianceExportJob. Return type: datetime
-
customer_shipping_address
¶ Gets the customer_shipping_address of this ApplianceExportJob.
Returns: The customer_shipping_address of this ApplianceExportJob. Return type: oci.dts.models.ShippingAddress
Gets the defined_tags of this ApplianceExportJob. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {“Operations”: {“CostCenter”: “42”}}
Returns: The defined_tags of this ApplianceExportJob. Return type: dict(str, dict(str, object))
-
display_name
¶ Gets the display_name of this ApplianceExportJob.
Returns: The display_name of this ApplianceExportJob. Return type: str
-
expected_return_date
¶ Gets the expected_return_date of this ApplianceExportJob. Expected return date from customer for the device, time portion should be zero.
Returns: The expected_return_date of this ApplianceExportJob. Return type: datetime
-
first_object
¶ Gets the first_object of this ApplianceExportJob. First object in the list of objects that are exported in this job.
Returns: The first_object of this ApplianceExportJob. Return type: str
Gets the freeform_tags of this ApplianceExportJob. 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”}
Returns: The freeform_tags of this ApplianceExportJob. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this ApplianceExportJob.
Returns: The id of this ApplianceExportJob. Return type: str
-
last_object
¶ Gets the last_object of this ApplianceExportJob. Last object in the list of objects that are exported in this job.
Returns: The last_object of this ApplianceExportJob. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this ApplianceExportJob. Allowed values for this property are: “CREATING”, “ACTIVE”, “INPROGRESS”, “SUCCEEDED”, “FAILED”, “CANCELLED”, “DELETED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this ApplianceExportJob. Return type: str
-
lifecycle_state_details
¶ Gets the lifecycle_state_details of this ApplianceExportJob. A property that can contain details on the lifecycle.
Returns: The lifecycle_state_details of this ApplianceExportJob. Return type: str
-
manifest_file
¶ Gets the manifest_file of this ApplianceExportJob. Url of the Manifest File associated with this export job.
Returns: The manifest_file of this ApplianceExportJob. Return type: str
-
manifest_md5
¶ Gets the manifest_md5 of this ApplianceExportJob. md5 digest of the manifest file.
Returns: The manifest_md5 of this ApplianceExportJob. Return type: str
-
next_object
¶ Gets the next_object of this ApplianceExportJob. First object from which the next potential export job could start.
Returns: The next_object of this ApplianceExportJob. Return type: str
-
number_of_objects
¶ Gets the number_of_objects of this ApplianceExportJob. Total number of objects that are exported in this job.
Returns: The number_of_objects of this ApplianceExportJob. Return type: str
-
pickup_window_end_time
¶ Gets the pickup_window_end_time of this ApplianceExportJob. End time for the window to pickup the device from customer.
Returns: The pickup_window_end_time of this ApplianceExportJob. Return type: datetime
-
pickup_window_start_time
¶ Gets the pickup_window_start_time of this ApplianceExportJob. Start time for the window to pickup the device from customer.
Returns: The pickup_window_start_time of this ApplianceExportJob. Return type: datetime
-
prefix
¶ Gets the prefix of this ApplianceExportJob. List of objects with names matching this prefix would be part of this export job.
Returns: The prefix of this ApplianceExportJob. Return type: str
-
range_end
¶ Gets the range_end of this ApplianceExportJob. The name of the last object in the range of objects that are expected to be part of this export job.
Returns: The range_end of this ApplianceExportJob. Return type: str
-
range_start
¶ Gets the range_start of this ApplianceExportJob. The name of the first object in the range of objects that are expected to be part of this export job.
Returns: The range_start of this ApplianceExportJob. Return type: str
-
receiving_security_tie
¶ Gets the receiving_security_tie of this ApplianceExportJob. Unique number associated with the return security tie used to seal the Appliance case.
Returns: The receiving_security_tie of this ApplianceExportJob. Return type: str
-
return_shipping_label_uri
¶ Gets the return_shipping_label_uri of this ApplianceExportJob.
Returns: The return_shipping_label_uri of this ApplianceExportJob. Return type: str
-
sending_security_tie
¶ Gets the sending_security_tie of this ApplianceExportJob. Unique number associated with the security tie used to seal the Appliance case.
Returns: The sending_security_tie of this ApplianceExportJob. Return type: str
-
total_size_in_bytes
¶ Gets the total_size_in_bytes of this ApplianceExportJob. Total size of objects in Bytes that are exported in this job.
Returns: The total_size_in_bytes of this ApplianceExportJob. Return type: str
-