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[str | DayOfWeek], **kwargs)

Parameters

Name Description
start
Required
str

Required. The start time of the schedule in UTC.

stop
Required
str

Required. The stop time of the schedule in UTC.

rate_in_mbps
Required
int

Required. The bandwidth rate in Mbps.

days
Required

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

Keyword-Only Parameters

Name Description
start
Required
stop
Required
rate_in_mbps
Required
days
Required

Variables

Name Description
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

Bandwidth object related to ASE resource.