Class SubnetRouteArgs
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
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class SubnetRouteArgs : ResourceArgs
Constructors
View SourceSubnetRouteArgs()
Declaration
public SubnetRouteArgs()
Properties
View SourceDestinationCidr
CIDR block to match on the packet’s destination IP. Changing this creates a new routing entry.
Declaration
public Input<string> DestinationCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NextHop
IP address of the next hop gateway. Changing this creates a new routing entry.
Declaration
public Input<string> NextHop { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 networking client.
A networking client is needed to configure a routing entry on a subnet. If omitted, the
region argument of the provider is used. Changing this creates a new
routing entry.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubnetId
ID of the subnet this routing entry belongs to. Changing this creates a new routing entry.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |