Table of Contents

Class NetworksSwitchStackPortsMirrorNetwork

Namespace
Meraki.Api.Data
Assembly
Meraki.Api.dll

Network of the switch stack

[DataContract]
public class NetworksSwitchStackPortsMirrorNetwork
Inheritance
NetworksSwitchStackPortsMirrorNetwork
Inherited Members

Constructors

NetworksSwitchStackPortsMirrorNetwork()

public NetworksSwitchStackPortsMirrorNetwork()

Properties

Id

ID of the network

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

Name

The name of the network

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string