UpdateTransferDeviceDetails¶
-
class
oci.dts.models.
UpdateTransferDeviceDetails
(**kwargs)¶ Bases:
object
UpdateTransferDeviceDetails model.
Attributes
LIFECYCLE_STATE_CANCELLED
A constant which can be used with the lifecycle_state property of a UpdateTransferDeviceDetails. LIFECYCLE_STATE_PREPARING
A constant which can be used with the lifecycle_state property of a UpdateTransferDeviceDetails. LIFECYCLE_STATE_READY
A constant which can be used with the lifecycle_state property of a UpdateTransferDeviceDetails. lifecycle_state
Gets the lifecycle_state of this UpdateTransferDeviceDetails. Methods
__init__
(**kwargs)Initializes a new UpdateTransferDeviceDetails object with values from keyword arguments. -
LIFECYCLE_STATE_CANCELLED
= 'CANCELLED'¶ A constant which can be used with the lifecycle_state property of a UpdateTransferDeviceDetails. This constant has a value of “CANCELLED”
-
LIFECYCLE_STATE_PREPARING
= 'PREPARING'¶ A constant which can be used with the lifecycle_state property of a UpdateTransferDeviceDetails. This constant has a value of “PREPARING”
-
LIFECYCLE_STATE_READY
= 'READY'¶ A constant which can be used with the lifecycle_state property of a UpdateTransferDeviceDetails. This constant has a value of “READY”
-
__init__
(**kwargs)¶ Initializes a new UpdateTransferDeviceDetails 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 UpdateTransferDeviceDetails. Allowed values for this property are: “PREPARING”, “READY”, “CANCELLED”
-
lifecycle_state
¶ Gets the lifecycle_state of this UpdateTransferDeviceDetails. Allowed values for this property are: “PREPARING”, “READY”, “CANCELLED”
Returns: The lifecycle_state of this UpdateTransferDeviceDetails. Return type: str
-