Class RouteArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.F5BigIP.Net
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class RouteArgs : ResourceArgs
Constructors
View SourceRouteArgs()
Declaration
public RouteArgs()
Properties
View SourceGw
Gateway address
Declaration
public Input<string> Gw { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the route
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Network
Specifies a gateway address for the route.
Declaration
public Input<string> Network { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |