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.v2019_09_01.models._models_py3.ScheduleAvailabilityRequestDiskScheduleAvailabilityRequest
Constructor
DiskScheduleAvailabilityRequest(*, storage_location: str, expected_data_size_in_terabytes: int, **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".
- expected_data_size_in_terabytes
- int
Required
Required. The expected size of the data, which needs to be transferred in this job, in terabytes.
Feedback
Submit and view feedback for