Table of Contents

Class OrganizationInventoryOnboardingCloudMonitoringNetworks

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

Organization Inventory Onboarding Cloud Monitoring Networks

[DataContract]
public class OrganizationInventoryOnboardingCloudMonitoringNetworks
Inheritance
OrganizationInventoryOnboardingCloudMonitoringNetworks
Inherited Members

Constructors

OrganizationInventoryOnboardingCloudMonitoringNetworks()

public OrganizationInventoryOnboardingCloudMonitoringNetworks()

Properties

EnrollmentString

Enrollment string for the network

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

Property Value

string

Id

Network ID

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

Property Value

string

IsBoundToConfigTemplate

If the network is bound to a config template

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "isBoundToConfigTemplate")]
public bool IsBoundToConfigTemplate { get; set; }

Property Value

bool

Name

Network name

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

Property Value

string

Notes

Notes for the network

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

Property Value

string

OrganizationId

Organization ID

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

Property Value

string

ProductTypes

List of the product types that the network supports

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

Property Value

List<string>

Tags

Network tags

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

Property Value

List<string>

TimeZone

Timezone of the network

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

Property Value

string

Url

URL to the network Dashboard UI

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

Property Value

string