Class GetRouteEntriesArgs
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.Vpc
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRouteEntriesArgs : InvokeArgs
Constructors
View SourceGetRouteEntriesArgs()
Declaration
public GetRouteEntriesArgs()
Properties
View SourceCidrBlock
The destination CIDR block of the route entry.
Declaration
public string CidrBlock { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
InstanceId
The instance ID of the next hop.
Declaration
public string InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RouteTableId
The ID of the router table to which the route entry belongs.
Declaration
public string RouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
The type of the route entry.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |