Table of Contents

Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule

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

Source port module details

[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule
Inheritance
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule
Inherited Members

Constructors

OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule()

public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule()

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 profile port

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

Property Value

string