UpdateTransferApplianceDetails¶
-
class
oci.dts.models.
UpdateTransferApplianceDetails
(**kwargs)¶ Bases:
object
UpdateTransferApplianceDetails model.
Attributes
LIFECYCLE_STATE_CANCELLED
A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. LIFECYCLE_STATE_CUSTOMER_NEVER_RECEIVED
A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. LIFECYCLE_STATE_FINALIZED
A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. LIFECYCLE_STATE_PREPARING
A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. customer_shipping_address
Gets the customer_shipping_address of this UpdateTransferApplianceDetails. lifecycle_state
Gets the lifecycle_state of this UpdateTransferApplianceDetails. Methods
__init__
(**kwargs)Initializes a new UpdateTransferApplianceDetails object with values from keyword arguments. -
LIFECYCLE_STATE_CANCELLED
= 'CANCELLED'¶ A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. This constant has a value of “CANCELLED”
-
LIFECYCLE_STATE_CUSTOMER_NEVER_RECEIVED
= 'CUSTOMER_NEVER_RECEIVED'¶ A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. 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 UpdateTransferApplianceDetails. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_FINALIZED
= 'FINALIZED'¶ A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. This constant has a value of “FINALIZED”
-
LIFECYCLE_STATE_PREPARING
= 'PREPARING'¶ A constant which can be used with the lifecycle_state property of a UpdateTransferApplianceDetails. This constant has a value of “PREPARING”
-
__init__
(**kwargs)¶ Initializes a new UpdateTransferApplianceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - lifecycle_state (str) – The value to assign to the lifecycle_state property of this UpdateTransferApplianceDetails. Allowed values for this property are: “PREPARING”, “FINALIZED”, “DELETED”, “CUSTOMER_NEVER_RECEIVED”, “CANCELLED”
- customer_shipping_address (oci.dts.models.ShippingAddress) – The value to assign to the customer_shipping_address property of this UpdateTransferApplianceDetails.
-
customer_shipping_address
¶ Gets the customer_shipping_address of this UpdateTransferApplianceDetails.
Returns: The customer_shipping_address of this UpdateTransferApplianceDetails. Return type: oci.dts.models.ShippingAddress
-
lifecycle_state
¶ Gets the lifecycle_state of this UpdateTransferApplianceDetails. Allowed values for this property are: “PREPARING”, “FINALIZED”, “DELETED”, “CUSTOMER_NEVER_RECEIVED”, “CANCELLED”
Returns: The lifecycle_state of this UpdateTransferApplianceDetails. Return type: str
-