TransferDeviceSummary¶
-
class
oci.dts.models.
TransferDeviceSummary
(**kwargs)¶ Bases:
object
TransferDeviceSummary model.
Attributes
LIFECYCLE_STATE_ACTIVE
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_CANCELLED
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_COMPLETE
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_DELETED
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_ERROR
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_MISSING
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_PACKAGED
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_PREPARING
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_PROCESSING
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. LIFECYCLE_STATE_READY
A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. attached_transfer_package_label
Gets the attached_transfer_package_label of this TransferDeviceSummary. creation_time
Gets the creation_time of this TransferDeviceSummary. iscsi_iqn
Gets the iscsi_iqn of this TransferDeviceSummary. label
Gets the label of this TransferDeviceSummary. lifecycle_state
Gets the lifecycle_state of this TransferDeviceSummary. serial_number
Gets the serial_number of this TransferDeviceSummary. upload_status_log_uri
Gets the upload_status_log_uri of this TransferDeviceSummary. Methods
__init__
(**kwargs)Initializes a new TransferDeviceSummary object with values from keyword arguments. -
LIFECYCLE_STATE_ACTIVE
= 'ACTIVE'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “ACTIVE”
-
LIFECYCLE_STATE_CANCELLED
= 'CANCELLED'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “CANCELLED”
-
LIFECYCLE_STATE_COMPLETE
= 'COMPLETE'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “COMPLETE”
-
LIFECYCLE_STATE_DELETED
= 'DELETED'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “DELETED”
-
LIFECYCLE_STATE_ERROR
= 'ERROR'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “ERROR”
-
LIFECYCLE_STATE_MISSING
= 'MISSING'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “MISSING”
-
LIFECYCLE_STATE_PACKAGED
= 'PACKAGED'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “PACKAGED”
-
LIFECYCLE_STATE_PREPARING
= 'PREPARING'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “PREPARING”
-
LIFECYCLE_STATE_PROCESSING
= 'PROCESSING'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “PROCESSING”
-
LIFECYCLE_STATE_READY
= 'READY'¶ A constant which can be used with the lifecycle_state property of a TransferDeviceSummary. This constant has a value of “READY”
-
__init__
(**kwargs)¶ Initializes a new TransferDeviceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - serial_number (str) – The value to assign to the serial_number property of this TransferDeviceSummary.
- iscsi_iqn (str) – The value to assign to the iscsi_iqn property of this TransferDeviceSummary.
- label (str) – The value to assign to the label property of this TransferDeviceSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this TransferDeviceSummary. Allowed values for this property are: “PREPARING”, “READY”, “PACKAGED”, “ACTIVE”, “PROCESSING”, “COMPLETE”, “MISSING”, “ERROR”, “DELETED”, “CANCELLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- attached_transfer_package_label (str) – The value to assign to the attached_transfer_package_label property of this TransferDeviceSummary.
- creation_time (datetime) – The value to assign to the creation_time property of this TransferDeviceSummary.
- upload_status_log_uri (str) – The value to assign to the upload_status_log_uri property of this TransferDeviceSummary.
-
attached_transfer_package_label
¶ Gets the attached_transfer_package_label of this TransferDeviceSummary.
Returns: The attached_transfer_package_label of this TransferDeviceSummary. Return type: str
-
creation_time
¶ Gets the creation_time of this TransferDeviceSummary.
Returns: The creation_time of this TransferDeviceSummary. Return type: datetime
-
iscsi_iqn
¶ Gets the iscsi_iqn of this TransferDeviceSummary.
Returns: The iscsi_iqn of this TransferDeviceSummary. Return type: str
-
label
¶ Gets the label of this TransferDeviceSummary.
Returns: The label of this TransferDeviceSummary. Return type: str
-
lifecycle_state
¶ Gets the lifecycle_state of this TransferDeviceSummary. Allowed values for this property are: “PREPARING”, “READY”, “PACKAGED”, “ACTIVE”, “PROCESSING”, “COMPLETE”, “MISSING”, “ERROR”, “DELETED”, “CANCELLED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this TransferDeviceSummary. Return type: str
-
serial_number
¶ Gets the serial_number of this TransferDeviceSummary.
Returns: The serial_number of this TransferDeviceSummary. Return type: str
-
upload_status_log_uri
¶ Gets the upload_status_log_uri of this TransferDeviceSummary.
Returns: The upload_status_log_uri of this TransferDeviceSummary. Return type: str
-