UploadOCIDriverTaskProperties Class

Properties for the task that uploads an OCI driver.

Variables are only populated by the server, and will be ignored when sending a request.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.datamigration.models._models_py3.ProjectTaskProperties
UploadOCIDriverTaskProperties

Constructor

UploadOCIDriverTaskProperties(*, client_data: Dict[str, str] | None = None, input: UploadOCIDriverTaskInput | None = None, **kwargs)

Parameters

Name Description
task_type
Required
str

Required. Task type.Constant filled by server.

client_data
Required

Key value pairs of client data to attach meta data information to task.

input
Required

Input for the service task to upload an OCI driver.

Keyword-Only Parameters

Name Description
client_data
Required
input
Required

Variables

Name Description
errors

Array of errors. This is ignored if submitted.

state

The state of the task. This is ignored if submitted. Possible values include: "Unknown", "Queued", "Running", "Canceled", "Succeeded", "Failed", "FailedInputValidation", "Faulted".

commands

Array of command properties.

output

Task output. This is ignored if submitted.