Table of Contents

Class ThousandEyesNetwork

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

ThousandEyes network

[DataContract]
public class ThousandEyesNetwork
Inheritance
ThousandEyesNetwork
Inherited Members

Constructors

ThousandEyesNetwork()

public ThousandEyesNetwork()

Properties

AgentId

ThousandEyes agent identifier

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

Property Value

string

Enabled

Whether or not the ThousandEyes agent is enabled for the network

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

Property Value

bool

NetworkId

Network that will have the ThousandEyes agent installed on

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

Property Value

string