Class SubnetHostRouteArgs
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.OpenStack.Networking.Inputs
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class SubnetHostRouteArgs : ResourceArgs
Constructors
View SourceSubnetHostRouteArgs()
Declaration
public SubnetHostRouteArgs()
Properties
View SourceDestinationCidr
The destination CIDR.
Declaration
public Input<string> DestinationCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NextHop
The next hop in the route.
Declaration
public Input<string> NextHop { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |