Class RouteEntryState
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.AliCloud.Vpn
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RouteEntryState : ResourceArgs
Constructors
View SourceRouteEntryState()
Declaration
public RouteEntryState()
Properties
View SourceNextHop
The next hop of the destination route.
Declaration
public Input<string> NextHop { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PublishVpc
Whether to issue the destination route to the VPC.
Declaration
public Input<bool> PublishVpc { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RouteDest
The destination network segment of the destination route.
Declaration
public Input<string> RouteDest { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpnGatewayId
The id of the vpn gateway.
Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Weight
The value should be 0 or 100.
Declaration
public Input<int> Weight { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |