Class SwitchPortSchedule
[DataContract]
public class SwitchPortSchedule : NamedIdentifiedItem
- Inheritance
-
SwitchPortSchedule
- Inherited Members
Properties
NetworkId
The Network Id
[ApiForeignKey(typeof(Network))]
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
PortSchedule
The schedule for switch port scheduling. Schedules are applied to days of the week. When it's empty, default schedule with all days of a week are configured. Any unspecified day in the schedule is added as a default schedule configuration of the day.
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "portSchedule")]
public PortSchedule PortSchedule { get; set; }