Show / Hide Table of Contents

Class GetRouterInterfacesArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRouterInterfacesArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetRouterInterfacesArgs()

Declaration
public GetRouterInterfacesArgs()

Properties

View Source

Ids

A list of router interface IDs.

Declaration
public List<string> Ids { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
View Source

NameRegex

A regex string used to filter by router interface name.

Declaration
public string NameRegex { get; set; }
Property Value
Type Description
System.String
View Source

OppositeInterfaceId

ID of the peer router interface.

Declaration
public string OppositeInterfaceId { get; set; }
Property Value
Type Description
System.String
View Source

OppositeInterfaceOwnerId

Account ID of the owner of the peer router interface.

Declaration
public string OppositeInterfaceOwnerId { get; set; }
Property Value
Type Description
System.String
View Source

OutputFile

Declaration
public string OutputFile { get; set; }
Property Value
Type Description
System.String
View Source

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

RouterId

ID of the VRouter located in the local region.

Declaration
public string RouterId { get; set; }
Property Value
Type Description
System.String
View Source

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

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

Status

Expected status. Valid values are Active, Inactive and Idle.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.