Table of Contents

Class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate

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

Config template of the switch profile

[DataContract]
public class OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate
Inheritance
OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate
Inherited Members

Constructors

OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate()

public OrganizationConfigTemplatesSwitchProfilesPortsMirrorConfigurationConfigTemplate()

Properties

Id

ID of config template

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

Property Value

string

Name

The name of the config template

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string