UpdateApplianceExportJobDetails

class oci.dts.models.UpdateApplianceExportJobDetails(**kwargs)

Bases: object

UpdateApplianceExportJobDetails model.

Attributes

LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails.
LIFECYCLE_STATE_CANCELLED A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails.
LIFECYCLE_STATE_CREATING A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails.
LIFECYCLE_STATE_INPROGRESS A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails.
LIFECYCLE_STATE_SUCCEEDED A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails.
bucket_name Gets the bucket_name of this UpdateApplianceExportJobDetails.
customer_shipping_address Gets the customer_shipping_address of this UpdateApplianceExportJobDetails.
defined_tags Gets the defined_tags of this UpdateApplianceExportJobDetails.
display_name Gets the display_name of this UpdateApplianceExportJobDetails.
expected_return_date Gets the expected_return_date of this UpdateApplianceExportJobDetails.
first_object Gets the first_object of this UpdateApplianceExportJobDetails.
freeform_tags Gets the freeform_tags of this UpdateApplianceExportJobDetails.
last_object Gets the last_object of this UpdateApplianceExportJobDetails.
lifecycle_state Gets the lifecycle_state of this UpdateApplianceExportJobDetails.
lifecycle_state_details Gets the lifecycle_state_details of this UpdateApplianceExportJobDetails.
manifest_file Gets the manifest_file of this UpdateApplianceExportJobDetails.
manifest_md5 Gets the manifest_md5 of this UpdateApplianceExportJobDetails.
next_object Gets the next_object of this UpdateApplianceExportJobDetails.
number_of_objects Gets the number_of_objects of this UpdateApplianceExportJobDetails.
pickup_window_end_time Gets the pickup_window_end_time of this UpdateApplianceExportJobDetails.
pickup_window_start_time Gets the pickup_window_start_time of this UpdateApplianceExportJobDetails.
prefix Gets the prefix of this UpdateApplianceExportJobDetails.
range_end Gets the range_end of this UpdateApplianceExportJobDetails.
range_start Gets the range_start of this UpdateApplianceExportJobDetails.
total_size_in_bytes Gets the total_size_in_bytes of this UpdateApplianceExportJobDetails.

Methods

__init__(**kwargs) Initializes a new UpdateApplianceExportJobDetails object with values from keyword arguments.
LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails. This constant has a value of “ACTIVE”

LIFECYCLE_STATE_CANCELLED = 'CANCELLED'

A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails. This constant has a value of “CANCELLED”

LIFECYCLE_STATE_CREATING = 'CREATING'

A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails. This constant has a value of “CREATING”

LIFECYCLE_STATE_DELETED = 'DELETED'

A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails. This constant has a value of “DELETED”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails. This constant has a value of “FAILED”

LIFECYCLE_STATE_INPROGRESS = 'INPROGRESS'

A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails. This constant has a value of “INPROGRESS”

LIFECYCLE_STATE_SUCCEEDED = 'SUCCEEDED'

A constant which can be used with the lifecycle_state property of a UpdateApplianceExportJobDetails. This constant has a value of “SUCCEEDED”

__init__(**kwargs)

Initializes a new UpdateApplianceExportJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • bucket_name (str) – The value to assign to the bucket_name property of this UpdateApplianceExportJobDetails.
  • prefix (str) – The value to assign to the prefix property of this UpdateApplianceExportJobDetails.
  • range_start (str) – The value to assign to the range_start property of this UpdateApplianceExportJobDetails.
  • range_end (str) – The value to assign to the range_end property of this UpdateApplianceExportJobDetails.
  • display_name (str) – The value to assign to the display_name property of this UpdateApplianceExportJobDetails.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this UpdateApplianceExportJobDetails. Allowed values for this property are: “CREATING”, “ACTIVE”, “INPROGRESS”, “SUCCEEDED”, “FAILED”, “CANCELLED”, “DELETED”
  • lifecycle_state_details (str) – The value to assign to the lifecycle_state_details property of this UpdateApplianceExportJobDetails.
  • manifest_file (str) – The value to assign to the manifest_file property of this UpdateApplianceExportJobDetails.
  • manifest_md5 (str) – The value to assign to the manifest_md5 property of this UpdateApplianceExportJobDetails.
  • number_of_objects (str) – The value to assign to the number_of_objects property of this UpdateApplianceExportJobDetails.
  • total_size_in_bytes (str) – The value to assign to the total_size_in_bytes property of this UpdateApplianceExportJobDetails.
  • first_object (str) – The value to assign to the first_object property of this UpdateApplianceExportJobDetails.
  • last_object (str) – The value to assign to the last_object property of this UpdateApplianceExportJobDetails.
  • next_object (str) – The value to assign to the next_object property of this UpdateApplianceExportJobDetails.
  • expected_return_date (datetime) – The value to assign to the expected_return_date property of this UpdateApplianceExportJobDetails.
  • pickup_window_start_time (datetime) – The value to assign to the pickup_window_start_time property of this UpdateApplianceExportJobDetails.
  • pickup_window_end_time (datetime) – The value to assign to the pickup_window_end_time property of this UpdateApplianceExportJobDetails.
  • customer_shipping_address (oci.dts.models.ShippingAddress) – The value to assign to the customer_shipping_address property of this UpdateApplianceExportJobDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateApplianceExportJobDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateApplianceExportJobDetails.
bucket_name

Gets the bucket_name of this UpdateApplianceExportJobDetails.

Returns:The bucket_name of this UpdateApplianceExportJobDetails.
Return type:str
customer_shipping_address

Gets the customer_shipping_address of this UpdateApplianceExportJobDetails.

Returns:The customer_shipping_address of this UpdateApplianceExportJobDetails.
Return type:oci.dts.models.ShippingAddress
defined_tags

Gets the defined_tags of this UpdateApplianceExportJobDetails. 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 UpdateApplianceExportJobDetails.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this UpdateApplianceExportJobDetails.

Returns:The display_name of this UpdateApplianceExportJobDetails.
Return type:str
expected_return_date

Gets the expected_return_date of this UpdateApplianceExportJobDetails. Expected return date from customer for the device, time portion should be zero.

Returns:The expected_return_date of this UpdateApplianceExportJobDetails.
Return type:datetime
first_object

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

Returns:The first_object of this UpdateApplianceExportJobDetails.
Return type:str
freeform_tags

Gets the freeform_tags of this UpdateApplianceExportJobDetails. 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 UpdateApplianceExportJobDetails.
Return type:dict(str, str)
last_object

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

Returns:The last_object of this UpdateApplianceExportJobDetails.
Return type:str
lifecycle_state

Gets the lifecycle_state of this UpdateApplianceExportJobDetails. Allowed values for this property are: “CREATING”, “ACTIVE”, “INPROGRESS”, “SUCCEEDED”, “FAILED”, “CANCELLED”, “DELETED”

Returns:The lifecycle_state of this UpdateApplianceExportJobDetails.
Return type:str
lifecycle_state_details

Gets the lifecycle_state_details of this UpdateApplianceExportJobDetails. A property that can contain details on the lifecycle.

Returns:The lifecycle_state_details of this UpdateApplianceExportJobDetails.
Return type:str
manifest_file

Gets the manifest_file of this UpdateApplianceExportJobDetails. Manifest File associated with this export job.

Returns:The manifest_file of this UpdateApplianceExportJobDetails.
Return type:str
manifest_md5

Gets the manifest_md5 of this UpdateApplianceExportJobDetails. md5 digest of the manifest file.

Returns:The manifest_md5 of this UpdateApplianceExportJobDetails.
Return type:str
next_object

Gets the next_object of this UpdateApplianceExportJobDetails. First object from which the next potential export job could start.

Returns:The next_object of this UpdateApplianceExportJobDetails.
Return type:str
number_of_objects

Gets the number_of_objects of this UpdateApplianceExportJobDetails. Total number of objects that are exported in this job.

Returns:The number_of_objects of this UpdateApplianceExportJobDetails.
Return type:str
pickup_window_end_time

Gets the pickup_window_end_time of this UpdateApplianceExportJobDetails. End time for the window to pickup the device from customer.

Returns:The pickup_window_end_time of this UpdateApplianceExportJobDetails.
Return type:datetime
pickup_window_start_time

Gets the pickup_window_start_time of this UpdateApplianceExportJobDetails. Start time for the window to pickup the device from customer.

Returns:The pickup_window_start_time of this UpdateApplianceExportJobDetails.
Return type:datetime
prefix

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

Returns:The prefix of this UpdateApplianceExportJobDetails.
Return type:str
range_end

Gets the range_end of this UpdateApplianceExportJobDetails. Object names returned by a list query must be strictly less than this parameter.

Returns:The range_end of this UpdateApplianceExportJobDetails.
Return type:str
range_start

Gets the range_start of this UpdateApplianceExportJobDetails. Object names returned by a list query must be greater or equal to this parameter.

Returns:The range_start of this UpdateApplianceExportJobDetails.
Return type:str
total_size_in_bytes

Gets the total_size_in_bytes of this UpdateApplianceExportJobDetails. Total size of objects in Bytes that are exported in this job.

Returns:The total_size_in_bytes of this UpdateApplianceExportJobDetails.
Return type:str