Table of Contents

Class OrganizationSwitchPortsProfilesProfileNetworks

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

Object of Associated Networks

[DataContract]
public class OrganizationSwitchPortsProfilesProfileNetworks
Inheritance
OrganizationSwitchPortsProfilesProfileNetworks
Inherited Members

Constructors

OrganizationSwitchPortsProfilesProfileNetworks()

public OrganizationSwitchPortsProfilesProfileNetworks()

Properties

Type

Determines whether network is included or excluded in smart port profile based on isOrganizationWide Flag.

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

Property Value

string

Values

List of Associated Networks

[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "values")]
public List<OrganizationSwitchPortsProfilesProfileNetworksNetwork> Values { get; set; }

Property Value

List<OrganizationSwitchPortsProfilesProfileNetworksNetwork>