Class GetRouterInterfacesArgs
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 GetRouterInterfacesArgs : InvokeArgs
Constructors
View SourceGetRouterInterfacesArgs()
Declaration
public GetRouterInterfacesArgs()
Properties
View SourceIds
A list of router interface IDs.
Declaration
public List<string> Ids { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |
NameRegex
A regex string used to filter by router interface name.
Declaration
public string NameRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OppositeInterfaceId
ID of the peer router interface.
Declaration
public string OppositeInterfaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OppositeInterfaceOwnerId
Account ID of the owner of the peer router interface.
Declaration
public string OppositeInterfaceOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Role
Role of the router interface. Valid values are InitiatingSide (connection initiator) and
AcceptingSide (connection receiver). The value of this parameter must be InitiatingSide if the router_type is set to VBR.
Declaration
public string Role { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RouterId
ID of the VRouter located in the local region.
Declaration
public string RouterId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
RouterType
Router type in the local region. Valid values are VRouter and VBR (physical connection).
Declaration
public string RouterType { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Specification
Specification of the link, such as Small.1 (10Mb), Middle.1 (100Mb), Large.2 (2Gb), ...etc.
Declaration
public string Specification { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Status
Expected status. Valid values are Active, Inactive and Idle.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |