Table of Contents

Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorDestinationPortModule

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

Destination port module details

[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorDestinationPortModule
Inheritance
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorDestinationPortModule
Inherited Members

Constructors

OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorDestinationPortModule()

public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationMirrorDestinationPortModule()

Properties

Slot

Slot number of the module which will act as destination port

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

Property Value

int

Type

Module type of the switch profile

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

Property Value

string