Table of Contents

Class NetworksSwitchStackPortsMirrorUpdateRequestSourcePortModule

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

Source port module details

[DataContract]
public class NetworksSwitchStackPortsMirrorUpdateRequestSourcePortModule
Inheritance
NetworksSwitchStackPortsMirrorUpdateRequestSourcePortModule
Inherited Members

Constructors

NetworksSwitchStackPortsMirrorUpdateRequestSourcePortModule()

public NetworksSwitchStackPortsMirrorUpdateRequestSourcePortModule()

Properties

Slot

Slot number of the module which will act as source port

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

Property Value

int?

Type

Module type of the switch

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

Property Value

string