UpdateTransferJobDetails

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

Bases: object

UpdateTransferJobDetails model.

Attributes

DEVICE_TYPE_APPLIANCE A constant which can be used with the device_type property of a UpdateTransferJobDetails.
DEVICE_TYPE_DISK A constant which can be used with the device_type property of a UpdateTransferJobDetails.
LIFECYCLE_STATE_CLOSED A constant which can be used with the lifecycle_state property of a UpdateTransferJobDetails.
defined_tags Gets the defined_tags of this UpdateTransferJobDetails.
device_type Gets the device_type of this UpdateTransferJobDetails.
display_name Gets the display_name of this UpdateTransferJobDetails.
freeform_tags Gets the freeform_tags of this UpdateTransferJobDetails.
lifecycle_state Gets the lifecycle_state of this UpdateTransferJobDetails.

Methods

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

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

DEVICE_TYPE_DISK = 'DISK'

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

LIFECYCLE_STATE_CLOSED = 'CLOSED'

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

__init__(**kwargs)

Initializes a new UpdateTransferJobDetails 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 UpdateTransferJobDetails. Allowed values for this property are: “CLOSED”
  • display_name (str) – The value to assign to the display_name property of this UpdateTransferJobDetails.
  • device_type (str) – The value to assign to the device_type property of this UpdateTransferJobDetails. Allowed values for this property are: “DISK”, “APPLIANCE”
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateTransferJobDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateTransferJobDetails.
defined_tags

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

Gets the device_type of this UpdateTransferJobDetails. Allowed values for this property are: “DISK”, “APPLIANCE”

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

Gets the display_name of this UpdateTransferJobDetails.

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

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

Gets the lifecycle_state of this UpdateTransferJobDetails. Allowed values for this property are: “CLOSED”

Returns:The lifecycle_state of this UpdateTransferJobDetails.
Return type:str