Class StaticRoute
Static Route
[DataContract]
public class StaticRoute : StaticRouteUpdateRequest
- Inheritance
-
StaticRoute
- Inherited Members
Constructors
StaticRoute()
public StaticRoute()
Properties
Gateway
Gets the gateway
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gateway")]
public StaticRouteGateway? Gateway { get; set; }
Property Value
Id
Id
[ApiKey]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "id")]
public string Id { get; set; }
Property Value
NetworkId
Network id
[ApiForeignKey(typeof(Network))]
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "networkId")]
public string NetworkId { get; set; }
Property Value
Vpn
VPN settings for the static route
[ApiAccess(ApiAccess.Read)]
[DataMember(Name = "vpn")]
public StaticRouteVpn? Vpn { get; set; }