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
|
The start time of the schedule in UTC. Required. |
|
stop
|
The stop time of the schedule in UTC. Required. |
|
rate_in_mbps
|
The bandwidth rate in Mbps. Required. |
|
days
|
The days of the week when this schedule is applicable. Required. |
Variables
| Name | Description |
|---|---|
|
id
|
The path ID that uniquely identifies the object. |
|
name
|
The object name. |
|
type
|
The hierarchical type of the object. |
|
start
|
The start time of the schedule in UTC. Required. |
|
stop
|
The stop time of the schedule in UTC. Required. |
|
rate_in_mbps
|
The bandwidth rate in Mbps. Required. |
|
days
|
The days of the week when this schedule is applicable. Required. |