Show / Hide Table of Contents

Class RouteEntryState

Inheritance
System.Object
InputArgs
ResourceArgs
RouteEntryState
Inherited Members
ResourceArgs.Empty
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 Source

RouteEntryState()

Declaration
public RouteEntryState()

Properties

View Source

NextHop

The next hop of the destination route.

Declaration
public Input<string> NextHop { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PublishVpc

Whether to issue the destination route to the VPC.

Declaration
public Input<bool> PublishVpc { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

RouteDest

The destination network segment of the destination route.

Declaration
public Input<string> RouteDest { get; set; }
Property Value
Type Description
Input<System.String>
View Source

VpnGatewayId

The id of the vpn gateway.

Declaration
public Input<string> VpnGatewayId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Weight

The value should be 0 or 100.

Declaration
public Input<int> Weight { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.