Class StaticRouteCreationRequest
CreateNetworkStaticRoute
[DataContract]
public class StaticRouteCreationRequest : NamedItem
- Inheritance
-
StaticRouteCreationRequest
- Derived
- Inherited Members
Properties
GatewayIp
The gateway IP (next hop) of the static route
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gatewayIp")]
public string GatewayIp { get; set; }
Property Value
GatewayVlanId
The gateway IP (next hop) VLAN ID of the static route
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "gatewayVlanId")]
public string? GatewayVlanId { get; set; }
Property Value
Subnet
The subnet of the static route
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "subnet")]
public string Subnet { get; set; }