Class RouterInterfaceConnectionState
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 RouterInterfaceConnectionState : ResourceArgs
Constructors
View SourceRouterInterfaceConnectionState()
Declaration
public RouterInterfaceConnectionState()
Properties
View SourceInterfaceId
One side router interface ID.
Declaration
public Input<string> InterfaceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
OppositeInterfaceOwnerId
Declaration
public Input<string> OppositeInterfaceOwnerId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |