Table of Contents

Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourcePort

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

source port config details

[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourcePort
Inheritance
OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourcePort
Inherited Members

Constructors

OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourcePort()

public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourcePort()

Properties

Module

Source port module details

[DataMember(Name = "module")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourcePortModule? Module { get; set; }

Property Value

OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSourcePortModule

Number

Source switch port number

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

Property Value

int?