Show / Hide Table of Contents

Class RouterInterfaceConnectionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RouterInterfaceConnectionArgs
Inherited Members
ResourceArgs.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 RouterInterfaceConnectionArgs : ResourceArgs

Constructors

View Source

RouterInterfaceConnectionArgs()

Declaration
public RouterInterfaceConnectionArgs()

Properties

View Source

InterfaceId

One side router interface ID.

Declaration
public Input<string> InterfaceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OppositeInterfaceId

Another side router interface ID. It must belong the specified "opposite_interface_owner_id" account.

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

OppositeInterfaceOwnerId

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

OppositeRouterId

Another side router ID. It must belong the specified "opposite_interface_owner_id" account. It is valid when field "opposite_interface_owner_id" is specified.

Declaration
public Input<string> OppositeRouterId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OppositeRouterType

Another side router Type. Optional value: VRouter, VBR. It is valid when field "opposite_interface_owner_id" is specified.

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