Table of Contents

Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePort

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

source port config detail

[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePort
Inheritance
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePort
Inherited Members

Constructors

OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePort()

public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePort()

Properties

Module

Source port module details

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "module")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule Module { get; set; }

Property Value

OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorSourcePortModule

Number

Source switch profile port number

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

Property Value

int