TransferAppliance

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

Bases: object

TransferAppliance model.

Attributes

LIFECYCLE_STATE_CANCELLED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_COMPLETE A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_CUSTOMER_LOST A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_CUSTOMER_NEVER_RECEIVED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_DELIVERED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_ERROR A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_FINALIZED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_ORACLE_NEVER_RECEIVED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_ORACLE_PREPARING A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_ORACLE_RECEIVED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_ORACLE_RECEIVED_CANCELLED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_PREPARING A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_PROCESSING A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_REJECTED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_REQUESTED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_RETURN_DELAYED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_RETURN_LABEL_AVAILABLE A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_RETURN_LABEL_GENERATING A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_RETURN_LABEL_REQUESTED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_RETURN_SHIPPED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_RETURN_SHIPPED_CANCELLED A constant which can be used with the lifecycle_state property of a TransferAppliance.
LIFECYCLE_STATE_SHIPPING A constant which can be used with the lifecycle_state property of a TransferAppliance.
appliance_delivery_tracking_number Gets the appliance_delivery_tracking_number of this TransferAppliance.
appliance_delivery_vendor Gets the appliance_delivery_vendor of this TransferAppliance.
appliance_return_delivery_tracking_number Gets the appliance_return_delivery_tracking_number of this TransferAppliance.
creation_time Gets the creation_time of this TransferAppliance.
customer_received_time Gets the customer_received_time of this TransferAppliance.
customer_returned_time Gets the customer_returned_time of this TransferAppliance.
customer_shipping_address Gets the customer_shipping_address of this TransferAppliance.
delivery_security_tie_id Gets the delivery_security_tie_id of this TransferAppliance.
expected_return_date Gets the expected_return_date of this TransferAppliance.
label [Required] Gets the label of this TransferAppliance.
lifecycle_state Gets the lifecycle_state of this TransferAppliance.
minimum_storage_capacity_in_terabytes Gets the minimum_storage_capacity_in_terabytes of this TransferAppliance.
next_billing_time Gets the next_billing_time of this TransferAppliance.
pickup_window_end_time Gets the pickup_window_end_time of this TransferAppliance.
pickup_window_start_time Gets the pickup_window_start_time of this TransferAppliance.
return_security_tie_id Gets the return_security_tie_id of this TransferAppliance.
return_shipping_label_uri Gets the return_shipping_label_uri of this TransferAppliance.
serial_number Gets the serial_number of this TransferAppliance.
transfer_job_id Gets the transfer_job_id of this TransferAppliance.
upload_status_log_uri Gets the upload_status_log_uri of this TransferAppliance.

Methods

__init__(**kwargs) Initializes a new TransferAppliance object with values from keyword arguments.
LIFECYCLE_STATE_CANCELLED = 'CANCELLED'

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

LIFECYCLE_STATE_COMPLETE = 'COMPLETE'

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

LIFECYCLE_STATE_CUSTOMER_LOST = 'CUSTOMER_LOST'

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

LIFECYCLE_STATE_CUSTOMER_NEVER_RECEIVED = 'CUSTOMER_NEVER_RECEIVED'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_DELIVERED = 'DELIVERED'

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

LIFECYCLE_STATE_ERROR = 'ERROR'

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

LIFECYCLE_STATE_FINALIZED = 'FINALIZED'

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

LIFECYCLE_STATE_ORACLE_NEVER_RECEIVED = 'ORACLE_NEVER_RECEIVED'

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

LIFECYCLE_STATE_ORACLE_PREPARING = 'ORACLE_PREPARING'

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

LIFECYCLE_STATE_ORACLE_RECEIVED = 'ORACLE_RECEIVED'

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

LIFECYCLE_STATE_ORACLE_RECEIVED_CANCELLED = 'ORACLE_RECEIVED_CANCELLED'

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

LIFECYCLE_STATE_PREPARING = 'PREPARING'

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

LIFECYCLE_STATE_PROCESSING = 'PROCESSING'

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

LIFECYCLE_STATE_REJECTED = 'REJECTED'

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

LIFECYCLE_STATE_REQUESTED = 'REQUESTED'

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

LIFECYCLE_STATE_RETURN_DELAYED = 'RETURN_DELAYED'

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

LIFECYCLE_STATE_RETURN_LABEL_AVAILABLE = 'RETURN_LABEL_AVAILABLE'

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

LIFECYCLE_STATE_RETURN_LABEL_GENERATING = 'RETURN_LABEL_GENERATING'

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

LIFECYCLE_STATE_RETURN_LABEL_REQUESTED = 'RETURN_LABEL_REQUESTED'

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

LIFECYCLE_STATE_RETURN_SHIPPED = 'RETURN_SHIPPED'

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

LIFECYCLE_STATE_RETURN_SHIPPED_CANCELLED = 'RETURN_SHIPPED_CANCELLED'

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

LIFECYCLE_STATE_SHIPPING = 'SHIPPING'

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

__init__(**kwargs)

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

Parameters:
  • label (str) – The value to assign to the label property of this TransferAppliance.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this TransferAppliance. Allowed values for this property are: “REQUESTED”, “ORACLE_PREPARING”, “SHIPPING”, “DELIVERED”, “PREPARING”, “FINALIZED”, “RETURN_LABEL_REQUESTED”, “RETURN_LABEL_GENERATING”, “RETURN_LABEL_AVAILABLE”, “RETURN_DELAYED”, “RETURN_SHIPPED”, “RETURN_SHIPPED_CANCELLED”, “ORACLE_RECEIVED”, “ORACLE_RECEIVED_CANCELLED”, “PROCESSING”, “COMPLETE”, “CUSTOMER_NEVER_RECEIVED”, “ORACLE_NEVER_RECEIVED”, “CUSTOMER_LOST”, “CANCELLED”, “DELETED”, “REJECTED”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • transfer_job_id (str) – The value to assign to the transfer_job_id property of this TransferAppliance.
  • serial_number (str) – The value to assign to the serial_number property of this TransferAppliance.
  • creation_time (datetime) – The value to assign to the creation_time property of this TransferAppliance.
  • customer_received_time (datetime) – The value to assign to the customer_received_time property of this TransferAppliance.
  • customer_returned_time (datetime) – The value to assign to the customer_returned_time property of this TransferAppliance.
  • next_billing_time (datetime) – The value to assign to the next_billing_time property of this TransferAppliance.
  • delivery_security_tie_id (str) – The value to assign to the delivery_security_tie_id property of this TransferAppliance.
  • return_security_tie_id (str) – The value to assign to the return_security_tie_id property of this TransferAppliance.
  • appliance_delivery_tracking_number (str) – The value to assign to the appliance_delivery_tracking_number property of this TransferAppliance.
  • appliance_return_delivery_tracking_number (str) – The value to assign to the appliance_return_delivery_tracking_number property of this TransferAppliance.
  • appliance_delivery_vendor (str) – The value to assign to the appliance_delivery_vendor property of this TransferAppliance.
  • customer_shipping_address (oci.dts.models.ShippingAddress) – The value to assign to the customer_shipping_address property of this TransferAppliance.
  • upload_status_log_uri (str) – The value to assign to the upload_status_log_uri property of this TransferAppliance.
  • return_shipping_label_uri (str) – The value to assign to the return_shipping_label_uri property of this TransferAppliance.
  • expected_return_date (datetime) – The value to assign to the expected_return_date property of this TransferAppliance.
  • pickup_window_start_time (datetime) – The value to assign to the pickup_window_start_time property of this TransferAppliance.
  • pickup_window_end_time (datetime) – The value to assign to the pickup_window_end_time property of this TransferAppliance.
  • minimum_storage_capacity_in_terabytes (int) – The value to assign to the minimum_storage_capacity_in_terabytes property of this TransferAppliance.
appliance_delivery_tracking_number

Gets the appliance_delivery_tracking_number of this TransferAppliance.

Returns:The appliance_delivery_tracking_number of this TransferAppliance.
Return type:str
appliance_delivery_vendor

Gets the appliance_delivery_vendor of this TransferAppliance.

Returns:The appliance_delivery_vendor of this TransferAppliance.
Return type:str
appliance_return_delivery_tracking_number

Gets the appliance_return_delivery_tracking_number of this TransferAppliance.

Returns:The appliance_return_delivery_tracking_number of this TransferAppliance.
Return type:str
creation_time

Gets the creation_time of this TransferAppliance.

Returns:The creation_time of this TransferAppliance.
Return type:datetime
customer_received_time

Gets the customer_received_time of this TransferAppliance.

Returns:The customer_received_time of this TransferAppliance.
Return type:datetime
customer_returned_time

Gets the customer_returned_time of this TransferAppliance.

Returns:The customer_returned_time of this TransferAppliance.
Return type:datetime
customer_shipping_address

Gets the customer_shipping_address of this TransferAppliance.

Returns:The customer_shipping_address of this TransferAppliance.
Return type:oci.dts.models.ShippingAddress
delivery_security_tie_id

Gets the delivery_security_tie_id of this TransferAppliance.

Returns:The delivery_security_tie_id of this TransferAppliance.
Return type:str
expected_return_date

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

Returns:The expected_return_date of this TransferAppliance.
Return type:datetime
label

[Required] Gets the label of this TransferAppliance. Unique alpha-numeric identifier for a transfer appliance auto generated during create.

Returns:The label of this TransferAppliance.
Return type:str
lifecycle_state

Gets the lifecycle_state of this TransferAppliance. Allowed values for this property are: “REQUESTED”, “ORACLE_PREPARING”, “SHIPPING”, “DELIVERED”, “PREPARING”, “FINALIZED”, “RETURN_LABEL_REQUESTED”, “RETURN_LABEL_GENERATING”, “RETURN_LABEL_AVAILABLE”, “RETURN_DELAYED”, “RETURN_SHIPPED”, “RETURN_SHIPPED_CANCELLED”, “ORACLE_RECEIVED”, “ORACLE_RECEIVED_CANCELLED”, “PROCESSING”, “COMPLETE”, “CUSTOMER_NEVER_RECEIVED”, “ORACLE_NEVER_RECEIVED”, “CUSTOMER_LOST”, “CANCELLED”, “DELETED”, “REJECTED”, “ERROR”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this TransferAppliance.
Return type:str
minimum_storage_capacity_in_terabytes

Gets the minimum_storage_capacity_in_terabytes of this TransferAppliance. Minimum storage capacity of the device, in terabytes. Valid options are 50, 95 and 150.

Returns:The minimum_storage_capacity_in_terabytes of this TransferAppliance.
Return type:int
next_billing_time

Gets the next_billing_time of this TransferAppliance.

Returns:The next_billing_time of this TransferAppliance.
Return type:datetime
pickup_window_end_time

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

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

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

Returns:The pickup_window_start_time of this TransferAppliance.
Return type:datetime
return_security_tie_id

Gets the return_security_tie_id of this TransferAppliance.

Returns:The return_security_tie_id of this TransferAppliance.
Return type:str
return_shipping_label_uri

Gets the return_shipping_label_uri of this TransferAppliance.

Returns:The return_shipping_label_uri of this TransferAppliance.
Return type:str
serial_number

Gets the serial_number of this TransferAppliance.

Returns:The serial_number of this TransferAppliance.
Return type:str
transfer_job_id

Gets the transfer_job_id of this TransferAppliance.

Returns:The transfer_job_id of this TransferAppliance.
Return type:str
upload_status_log_uri

Gets the upload_status_log_uri of this TransferAppliance.

Returns:The upload_status_log_uri of this TransferAppliance.
Return type:str