DiskScheduleAvailabilityRequest Class

Request body to get the availability for scheduling disk orders.

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

Inheritance
azure.mgmt.databox.v2020_11_01.models._models_py3.ScheduleAvailabilityRequest
DiskScheduleAvailabilityRequest

Constructor

DiskScheduleAvailabilityRequest(*, storage_location: str, expected_data_size_in_tera_bytes: int, country: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
storage_location
str

Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01. Required.

country
str

Country in which storage location should be supported.

expected_data_size_in_tera_bytes
int

The expected size of the data, which needs to be transferred in this job, in terabytes. Required.

Variables

Name Description
storage_location
str

Location for data transfer. For locations check: https://management.azure.com/subscriptions/SUBSCRIPTIONID/locations?api-version=2018-01-01. Required.

sku_name

Sku Name for which the order is to be scheduled. Required. Known values are: "DataBox", "DataBoxDisk", and "DataBoxHeavy".

country
str

Country in which storage location should be supported.

expected_data_size_in_tera_bytes
int

The expected size of the data, which needs to be transferred in this job, in terabytes. Required.