Table of Contents

Class ThousandEyesNetworkSupported

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

ThousandEyes Network Supported

[DataContract]
public class ThousandEyesNetworkSupported
Inheritance
ThousandEyesNetworkSupported
Inherited Members

Constructors

ThousandEyesNetworkSupported()

public ThousandEyesNetworkSupported()

Properties

Device

Network primary MX device

[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "device")]
public ThousandEyesNetworkSupportedDevice Device { get; set; }

Property Value

ThousandEyesNetworkSupportedDevice

Name

Name of the network

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

Property Value

string

NetworkId

ID of the network

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

Property Value

string

Tags

Network tags

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

Property Value

List<string>