TransferJobSummary

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

Bases: object

TransferJobSummary model.

Attributes

DEVICE_TYPE_APPLIANCE A constant which can be used with the device_type property of a TransferJobSummary.
DEVICE_TYPE_DISK A constant which can be used with the device_type property of a TransferJobSummary.
LIFECYCLE_STATE_ACTIVE A constant which can be used with the lifecycle_state property of a TransferJobSummary.
LIFECYCLE_STATE_CLOSED A constant which can be used with the lifecycle_state property of a TransferJobSummary.
LIFECYCLE_STATE_DELETED A constant which can be used with the lifecycle_state property of a TransferJobSummary.
LIFECYCLE_STATE_INITIATED A constant which can be used with the lifecycle_state property of a TransferJobSummary.
LIFECYCLE_STATE_PREPARING A constant which can be used with the lifecycle_state property of a TransferJobSummary.
creation_time Gets the creation_time of this TransferJobSummary.
defined_tags Gets the defined_tags of this TransferJobSummary.
device_type Gets the device_type of this TransferJobSummary.
display_name Gets the display_name of this TransferJobSummary.
freeform_tags Gets the freeform_tags of this TransferJobSummary.
id Gets the id of this TransferJobSummary.
label Gets the label of this TransferJobSummary.
lifecycle_state Gets the lifecycle_state of this TransferJobSummary.
upload_bucket_name Gets the upload_bucket_name of this TransferJobSummary.

Methods

__init__(**kwargs) Initializes a new TransferJobSummary object with values from keyword arguments.
DEVICE_TYPE_APPLIANCE = 'APPLIANCE'

A constant which can be used with the device_type property of a TransferJobSummary. This constant has a value of “APPLIANCE”

DEVICE_TYPE_DISK = 'DISK'

A constant which can be used with the device_type property of a TransferJobSummary. This constant has a value of “DISK”

LIFECYCLE_STATE_ACTIVE = 'ACTIVE'

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

LIFECYCLE_STATE_CLOSED = 'CLOSED'

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

LIFECYCLE_STATE_DELETED = 'DELETED'

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

LIFECYCLE_STATE_INITIATED = 'INITIATED'

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

LIFECYCLE_STATE_PREPARING = 'PREPARING'

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

__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this TransferJobSummary.
  • upload_bucket_name (str) – The value to assign to the upload_bucket_name property of this TransferJobSummary.
  • display_name (str) – The value to assign to the display_name property of this TransferJobSummary.
  • label (str) – The value to assign to the label property of this TransferJobSummary.
  • device_type (str) – The value to assign to the device_type property of this TransferJobSummary. Allowed values for this property are: “DISK”, “APPLIANCE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • creation_time (datetime) – The value to assign to the creation_time property of this TransferJobSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this TransferJobSummary. Allowed values for this property are: “INITIATED”, “PREPARING”, “ACTIVE”, “DELETED”, “CLOSED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this TransferJobSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this TransferJobSummary.
creation_time

Gets the creation_time of this TransferJobSummary.

Returns:The creation_time of this TransferJobSummary.
Return type:datetime
defined_tags

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

Gets the device_type of this TransferJobSummary. Allowed values for this property are: “DISK”, “APPLIANCE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The device_type of this TransferJobSummary.
Return type:str
display_name

Gets the display_name of this TransferJobSummary.

Returns:The display_name of this TransferJobSummary.
Return type:str
freeform_tags

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

Gets the id of this TransferJobSummary.

Returns:The id of this TransferJobSummary.
Return type:str
label

Gets the label of this TransferJobSummary.

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

Gets the lifecycle_state of this TransferJobSummary. Allowed values for this property are: “INITIATED”, “PREPARING”, “ACTIVE”, “DELETED”, “CLOSED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The lifecycle_state of this TransferJobSummary.
Return type:str
upload_bucket_name

Gets the upload_bucket_name of this TransferJobSummary.

Returns:The upload_bucket_name of this TransferJobSummary.
Return type:str