Table of Contents

Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest

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

Organization Config Templates Switch Profiles Ports Mirror Update Request

[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest
Inheritance
OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest
Inherited Members

Constructors

OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest()

public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequest()

Properties

Comment

My pretty comment

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

Property Value

string

Destination

Destination port mirror configuration

[DataMember(Name = "destination")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestDestination Destination { get; set; }

Property Value

OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestDestination

Role

Switch role can be source or destination

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

Property Value

string

Source

Source ports mirror configuration

[DataMember(Name = "source")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSource Source { get; set; }

Property Value

OrganizationConfigTemplatesSwitchProfilesPortsMirrorUpdateRequestSource

Tags

Port mirror tags

[DataMember(Name = "tags")]
public List<string>? Tags { get; set; }

Property Value

List<string>