Table of Contents

Class SwitchPortSchedule

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll
[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

string

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; }

Property Value

PortSchedule