Table of Contents

Class OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort

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

Assign switch port with the given profile

[DataContract]
public class OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort
Inheritance
OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort
Inherited Members

Constructors

OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort()

public OrganizationSwitchPortsProfileAutomationItemAssignedSwitchPort()

Properties

PortIds

List of port ids

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "portIds")]
public List<string> PortIds { get; set; }

Property Value

List<string>

Switch

Switch Details

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "switch")]
public OrganizationSwitchPortsProfileAutomationItemSwitch Switch { get; set; }

Property Value

OrganizationSwitchPortsProfileAutomationItemSwitch