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.Vpc
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RouteEntryState : ResourceArgs

Constructors

View Source

RouteEntryState()

Declaration
public RouteEntryState()

Properties

View Source

DestinationCidrblock

The RouteEntry's target network segment.

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

Name

The name of the route entry. This name can have a string of 2 to 128 characters, must contain only alphanumeric characters or hyphens, such as "-",".","_", and must not begin or end with a hyphen, and must not begin with http:// or https://.

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

NexthopId

The route entry's next hop. ECS instance ID or VPC router interface ID.

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

NexthopType

The next hop type. Available values:

  • Instance (Default): Route the traffic destined for the destination CIDR block to an ECS instance in the VPC.
  • RouterInterface: Route the traffic destined for the destination CIDR block to a router interface.
  • VpnGateway: Route the traffic destined for the destination CIDR block to a VPN Gateway.
  • HaVip: Route the traffic destined for the destination CIDR block to an HAVIP.
  • NetworkInterface: Route the traffic destined for the destination CIDR block to an NetworkInterface.
  • NatGateway: Route the traffic destined for the destination CIDR block to an Nat Gateway.
Declaration
public Input<string> NexthopType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RouterId

This argument has beeb deprecated. Please use other arguments to launch a custom route entry.

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

RouteTableId

The ID of the route table.

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