Class DeviceLiveToolsRoutingTableGetResponseEntry
Routing table entry
[DataContract]
public class DeviceLiveToolsRoutingTableGetResponseEntry
- Inheritance
-
DeviceLiveToolsRoutingTableGetResponseEntry
- Inherited Members
Constructors
DeviceLiveToolsRoutingTableGetResponseEntry()
public DeviceLiveToolsRoutingTableGetResponseEntry()
Properties
IpVersion
The IP version of the route. enum = ["ipv4", "ipv6"]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "ipVersion")]
public string IpVersion { get; set; }
Property Value
StaticGateway
The static gateway IP address of the route, if the type is "static" or "ospf"
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "staticGateway")]
public string StaticGateway { get; set; }
Property Value
Subnet
The subnet of the route in CIDR format
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "subnet")]
public string Subnet { get; set; }
Property Value
Type
The type of route defined. enum = ["anycon_vpn", "client_vpn", "ipsec_vpn", "l3_vpn", "local_uplink", ...]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "type")]
public string Type { get; set; }