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.Cen
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class RouteEntryState : ResourceArgs
Constructors
View SourceRouteEntryState()
Declaration
public RouteEntryState()
Properties
View SourceCidrBlock
The destination CIDR block of the route entry to publish.
Declaration
public Input<string> CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
InstanceId
The ID of the CEN.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RouteTableId
The route table of the attached VBR or VPC.
Declaration
public Input<string> RouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |