Table of Contents

Class OrganizationSwitchPortsMirrorConfigurationMirrorSourcePortModule

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

Source port module details

[DataContract]
public class OrganizationSwitchPortsMirrorConfigurationMirrorSourcePortModule
Inheritance
OrganizationSwitchPortsMirrorConfigurationMirrorSourcePortModule
Inherited Members

Constructors

OrganizationSwitchPortsMirrorConfigurationMirrorSourcePortModule()

public OrganizationSwitchPortsMirrorConfigurationMirrorSourcePortModule()

Properties

Slot

Slot number of the module which will act as source port

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "slot")]
public int Slot { get; set; }

Property Value

int

Type

Module type of the switch port

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

Property Value

string