Show / Hide Table of Contents

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 Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Ids

A list of router interface IDs.

Declaration
public readonly ImmutableArray<string> Ids
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

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>
View Source

NameRegex

Declaration
public readonly string NameRegex
Field Value
Type Description
System.String
View Source

Names

A list of router interface names.

Declaration
public readonly ImmutableArray<string> Names
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

OppositeInterfaceId

Peer router interface ID.

Declaration
public readonly string OppositeInterfaceId
Field Value
Type Description
System.String
View Source

OppositeInterfaceOwnerId

Account ID of the owner of the peer router interface.

Declaration
public readonly string OppositeInterfaceOwnerId
Field Value
Type Description
System.String
View Source

OutputFile

Declaration
public readonly string OutputFile
Field Value
Type Description
System.String
View Source

Role

Router interface role. Possible values: InitiatingSide and AcceptingSide.

Declaration
public readonly string Role
Field Value
Type Description
System.String
View Source

RouterId

ID of the VRouter located in the local region.

Declaration
public readonly string RouterId
Field Value
Type Description
System.String
View Source

RouterType

Router type in the local region. Possible values: VRouter and VBR.

Declaration
public readonly string RouterType
Field Value
Type Description
System.String
View Source

Specification

Router interface specification. Possible values: Small.1, Middle.1, Large.2, ...etc.

Declaration
public readonly string Specification
Field Value
Type Description
System.String
View Source

Status

Router interface status. Possible values: Active, Inactive and Idle.

Declaration
public readonly string Status
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.