Table of Contents

Class OrganizationSwitchPortsMirrorsByStackResponseItemItemMirrorSourcePortModule

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

Source port module object

[DataContract]
public class OrganizationSwitchPortsMirrorsByStackResponseItemItemMirrorSourcePortModule
Inheritance
OrganizationSwitchPortsMirrorsByStackResponseItemItemMirrorSourcePortModule
Inherited Members

Constructors

OrganizationSwitchPortsMirrorsByStackResponseItemItemMirrorSourcePortModule()

public OrganizationSwitchPortsMirrorsByStackResponseItemItemMirrorSourcePortModule()

Properties

Slot

Slot of the switch module

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

Property Value

int

Type

Module type of the switch

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

Property Value

string