Class StaticRouteCreationRequest
CreateNetworkStaticRoute
[DataContract]
public class StaticRouteCreationRequest : NamedItem
- Inheritance
-
StaticRouteCreationRequest
- Derived
- Inherited Members
Constructors
StaticRouteCreationRequest()
public StaticRouteCreationRequest()
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 int? GatewayVlanId { get; set; }
Property Value
- int?
Subnet
The subnet of the static route
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "subnet")]
public string Subnet { get; set; }