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

Constructors

View Source

RouteEntryState()

Declaration
public RouteEntryState()

Properties

View Source

CidrBlock

The destination CIDR block of the route entry to publish.

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

InstanceId

The ID of the CEN.

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

RouteTableId

The route table of the attached VBR or VPC.

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