Class ThousandEyesNetworkSupported
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
Name
Name of the network
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NetworkId
ID of the network
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
Tags
Network tags
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "tags")]
public List<string> Tags { get; set; }