CreateTransferJobDetails¶
-
class
oci.dts.models.
CreateTransferJobDetails
(**kwargs)¶ Bases:
object
CreateTransferJobDetails model.
Attributes
DEVICE_TYPE_APPLIANCE
A constant which can be used with the device_type property of a CreateTransferJobDetails. DEVICE_TYPE_DISK
A constant which can be used with the device_type property of a CreateTransferJobDetails. compartment_id
Gets the compartment_id of this CreateTransferJobDetails. defined_tags
Gets the defined_tags of this CreateTransferJobDetails. device_type
Gets the device_type of this CreateTransferJobDetails. display_name
Gets the display_name of this CreateTransferJobDetails. freeform_tags
Gets the freeform_tags of this CreateTransferJobDetails. upload_bucket_name
Gets the upload_bucket_name of this CreateTransferJobDetails. Methods
__init__
(**kwargs)Initializes a new CreateTransferJobDetails object with values from keyword arguments. -
DEVICE_TYPE_APPLIANCE
= 'APPLIANCE'¶ A constant which can be used with the device_type property of a CreateTransferJobDetails. This constant has a value of “APPLIANCE”
-
DEVICE_TYPE_DISK
= 'DISK'¶ A constant which can be used with the device_type property of a CreateTransferJobDetails. This constant has a value of “DISK”
-
__init__
(**kwargs)¶ Initializes a new CreateTransferJobDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this CreateTransferJobDetails.
- upload_bucket_name (str) – The value to assign to the upload_bucket_name property of this CreateTransferJobDetails.
- display_name (str) – The value to assign to the display_name property of this CreateTransferJobDetails.
- device_type (str) – The value to assign to the device_type property of this CreateTransferJobDetails. Allowed values for this property are: “DISK”, “APPLIANCE”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateTransferJobDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateTransferJobDetails.
-
compartment_id
¶ Gets the compartment_id of this CreateTransferJobDetails.
Returns: The compartment_id of this CreateTransferJobDetails. Return type: str
Gets the defined_tags of this CreateTransferJobDetails. 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 CreateTransferJobDetails. Return type: dict(str, dict(str, object))
-
device_type
¶ Gets the device_type of this CreateTransferJobDetails. Allowed values for this property are: “DISK”, “APPLIANCE”
Returns: The device_type of this CreateTransferJobDetails. Return type: str
-
display_name
¶ Gets the display_name of this CreateTransferJobDetails.
Returns: The display_name of this CreateTransferJobDetails. Return type: str
Gets the freeform_tags of this CreateTransferJobDetails. 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 CreateTransferJobDetails. Return type: dict(str, str)
-
upload_bucket_name
¶ Gets the upload_bucket_name of this CreateTransferJobDetails.
Returns: The upload_bucket_name of this CreateTransferJobDetails. Return type: str
-