Table of Contents

Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorsBySwitchProfileResponse

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

Organization Config Templates Switch Profiles Ports Mirrors By Switch Profile Response

[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorsBySwitchProfileResponse
Inheritance
OrganizationConfigTemplatesSwitchProfilesPortsMirrorsBySwitchProfileResponse
Inherited Members

Constructors

OrganizationConfigTemplatesSwitchProfilesPortsMirrorsBySwitchProfileResponse()

public OrganizationConfigTemplatesSwitchProfilesPortsMirrorsBySwitchProfileResponse()

Properties

Items

List of port mirror configurations in an organization by switch profile

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "items")]
public List<OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfiguration> Items { get; set; }

Property Value

List<OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfiguration>

Meta

Meta data details about result

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "meta")]
public OrganizationConfigTemplatesSwitchProfilesPortsMirrorsBySwitchProfileResponseMetadata Meta { get; set; }

Property Value

OrganizationConfigTemplatesSwitchProfilesPortsMirrorsBySwitchProfileResponseMetadata