Table of Contents

Class OrganizationSwitchPortsProfilesProfileNetworksNetwork

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

An associated network

[DataContract]
public class OrganizationSwitchPortsProfilesProfileNetworksNetwork
Inheritance
OrganizationSwitchPortsProfilesProfileNetworksNetwork
Inherited Members

Constructors

OrganizationSwitchPortsProfilesProfileNetworksNetwork()

public OrganizationSwitchPortsProfilesProfileNetworksNetwork()

Properties

Id

The ID of the network / associated node group

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

Property Value

string

Name

The name of network / associated node group

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

Property Value

string