BandwidthScheduleEntryModel Class |
Namespace: DoubleTake.Web.Models
The BandwidthScheduleEntryModel type exposes the following members.
| Name | Description | |
|---|---|---|
| BandwidthScheduleEntryModel | Initializes a new instance of the BandwidthScheduleEntryModel class |
| Name | Description | |
|---|---|---|
| DaysOfWeek |
Gets or sets indicates the days on which this entry will be active.
| |
| IsUnlimited |
Gets or sets a value indicating whether or not bandwidth is being limited while this entry is active.
| |
| Limit |
Gets or sets the network throughput limit in Bps (bytes-per-second).
| |
| Name |
Gets or sets the unique name of this entry.
| |
| StartTime |
Gets or sets indicates time of day at which this entry will be active.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |