BandwidthSchedule Class

The bandwidth schedule details.

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.databoxedge.v2020_09_01_preview.models._models_py3.ARMBaseModel
BandwidthSchedule

Constructor

BandwidthSchedule(*, start: str, stop: str, rate_in_mbps: int, days: List[Union[str, azure.mgmt.databoxedge.v2020_09_01_preview.models._data_box_edge_management_client_enums.DayOfWeek]], **kwargs)

Parameters

start
str
Required

Required. The start time of the schedule in UTC.

stop
str
Required

Required. The stop time of the schedule in UTC.

rate_in_mbps
int
Required

Required. The bandwidth rate in Mbps.

days
list[str or DayOfWeek]
Required

Required. The days of the week when this schedule is applicable.

Variables

id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.

system_data
SystemData

Bandwidth object related to ASE resource.