Class GetRouterInterfacesInterfaceResult
Inheritance
Inherited Members
Namespace: Pulumi.AliCloud.Vpc.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRouterInterfacesInterfaceResult
Fields
View SourceAccessPointId
ID of the access point used by the VBR.
Declaration
public readonly string AccessPointId
Field Value
| Type | Description |
|---|---|
| System.String |
CreationTime
Router interface creation time.
Declaration
public readonly string CreationTime
Field Value
| Type | Description |
|---|---|
| System.String |
Description
Router interface description.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
HealthCheckSourceIp
Source IP address used to perform health check on the physical connection.
Declaration
public readonly string HealthCheckSourceIp
Field Value
| Type | Description |
|---|---|
| System.String |
HealthCheckTargetIp
Destination IP address used to perform health check on the physical connection.
Declaration
public readonly string HealthCheckTargetIp
Field Value
| Type | Description |
|---|---|
| System.String |
Id
Router interface ID.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Router interface name.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
OppositeInterfaceId
ID of the peer router interface.
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 |
OppositeRegionId
Peer router region ID.
Declaration
public readonly string OppositeRegionId
Field Value
| Type | Description |
|---|---|
| System.String |
OppositeRouterId
Peer router ID.
Declaration
public readonly string OppositeRouterId
Field Value
| Type | Description |
|---|---|
| System.String |
OppositeRouterType
Router type in the peer region. Possible values: VRouter and VBR.
Declaration
public readonly string OppositeRouterType
Field Value
| Type | Description |
|---|---|
| System.String |
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 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. Valid values are VRouter and VBR (physical connection).
Declaration
public readonly string RouterType
Field Value
| Type | Description |
|---|---|
| System.String |
Specification
Specification of the link, such as Small.1 (10Mb), Middle.1 (100Mb), Large.2 (2Gb), ...etc.
Declaration
public readonly string Specification
Field Value
| Type | Description |
|---|---|
| System.String |
Status
Expected status. Valid values are Active, Inactive and Idle.
Declaration
public readonly string Status
Field Value
| Type | Description |
|---|---|
| System.String |
VpcId
ID of the VPC that owns the router in the local region.
Declaration
public readonly string VpcId
Field Value
| Type | Description |
|---|---|
| System.String |