Class GetRouterInterfacesResult
Inheritance
System.Object
GetRouterInterfacesResult
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 GetRouterInterfacesResult
Fields
View SourceId
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Ids
A list of router interface IDs.
Declaration
public readonly ImmutableArray<string> Ids
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Interfaces
A list of router interfaces. Each element contains the following attributes:
Declaration
public readonly ImmutableArray<GetRouterInterfacesInterfaceResult> Interfaces
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<GetRouterInterfacesInterfaceResult> |
NameRegex
Declaration
public readonly string NameRegex
Field Value
| Type | Description |
|---|---|
| System.String |
Names
A list of router interface names.
Declaration
public readonly ImmutableArray<string> Names
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
OppositeInterfaceId
Peer router interface ID.
Declaration
public readonly string OppositeInterfaceId
Field Value
| Type | Description |
|---|---|
| System.String |
OppositeInterfaceOwnerId
Account ID of the owner of the peer router interface.
Declaration
public readonly string OppositeInterfaceOwnerId
Field Value
| Type | Description |
|---|---|
| System.String |
OutputFile
Declaration
public readonly string OutputFile
Field Value
| Type | Description |
|---|---|
| System.String |
Role
Router interface role. Possible values: InitiatingSide and AcceptingSide.
Declaration
public readonly string Role
Field Value
| Type | Description |
|---|---|
| System.String |
RouterId
ID of the VRouter located in the local region.
Declaration
public readonly string RouterId
Field Value
| Type | Description |
|---|---|
| System.String |
RouterType
Router type in the local region. Possible values: VRouter and VBR.
Declaration
public readonly string RouterType
Field Value
| Type | Description |
|---|---|
| System.String |
Specification
Router interface specification. Possible values: Small.1, Middle.1, Large.2, ...etc.
Declaration
public readonly string Specification
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Router interface status. Possible values: Active, Inactive and Idle.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |