Table of Contents

Class OrganizationSwitchPortsProfileAutomationItemRuleProfile

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

Profile to be applied

[DataContract]
public class OrganizationSwitchPortsProfileAutomationItemRuleProfile
Inheritance
OrganizationSwitchPortsProfileAutomationItemRuleProfile
Inherited Members

Constructors

OrganizationSwitchPortsProfileAutomationItemRuleProfile()

public OrganizationSwitchPortsProfileAutomationItemRuleProfile()

Properties

Id

Switch port Profile Id

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

Property Value

string

Name

Default port profile name

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

Property Value

string