Class ThousandEyesNetworkCreateRequest
ThousandEyes Network Create Request
[DataContract]
public class ThousandEyesNetworkCreateRequest
- Inheritance
-
ThousandEyesNetworkCreateRequest
- Inherited Members
Constructors
ThousandEyesNetworkCreateRequest()
public ThousandEyesNetworkCreateRequest()
Properties
Enabled
Whether or not the ThousandEyes agent is enabled for the network.
[DataMember(Name = "enabled")]
public bool Enabled { get; set; }
Property Value
NetworkId
Network that will have the ThousandEyes agent installed on.
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
Tests
An array of tests to be created
[DataMember(Name = "tests")]
public List<ThousandEyesTest>? Tests { get; set; }