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 server.

Constructor

BandwidthSchedule(*, start: str, stop: str, rate_in_mbps: int, days: List[str | _models.DayOfWeek], **kwargs: Any)

Keyword-Only Parameters

Name Description
start
str

The start time of the schedule in UTC. Required.

stop
str

The stop time of the schedule in UTC. Required.

rate_in_mbps
int

The bandwidth rate in Mbps. Required.

days

The days of the week when this schedule is applicable. 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.

start
str

The start time of the schedule in UTC. Required.

stop
str

The stop time of the schedule in UTC. Required.

rate_in_mbps
int

The bandwidth rate in Mbps. Required.

days

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