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_04_01.models._models_py3.ScheduleAvailabilityRequest
DiskScheduleAvailabilityRequest

Constructor

DiskScheduleAvailabilityRequest(*, storage_location: str, expected_data_size_in_terabytes: int, country: Optional[str] = None, **kwargs)

Parameters

storage_location
str
Required

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

sku_name
str or <xref:azure.mgmt.databox.models.SkuName>
Required

Required. Sku Name for which the order is to be scheduled.Constant filled by server. Possible values include: "DataBox", "DataBoxDisk", "DataBoxHeavy".

country
str
Required

Country in which storage location should be supported.

expected_data_size_in_terabytes
int
Required

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