Class ThousandEyesNetwork
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
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
NetworkId
Network that will have the ThousandEyes agent installed on
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }