Show / Hide Table of Contents

Class GetRouterInterfacesInterfaceResult

Inheritance
System.Object
GetRouterInterfacesInterfaceResult
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetRouterInterfacesInterfaceResult

Fields

View Source

AccessPointId

ID of the access point used by the VBR.

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

CreationTime

Router interface creation time.

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

Description

Router interface description.

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

HealthCheckSourceIp

Source IP address used to perform health check on the physical connection.

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

HealthCheckTargetIp

Destination IP address used to perform health check on the physical connection.

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

Id

Router interface ID.

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

Name

Router interface name.

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

OppositeInterfaceId

ID of the peer router interface.

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

OppositeRegionId

Peer router region ID.

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

OppositeRouterId

Peer router ID.

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

OppositeRouterType

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

Declaration
public readonly string OppositeRouterType
Field 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 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. Valid values are VRouter and VBR (physical connection).

Declaration
public readonly string RouterType
Field 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 readonly string Specification
Field Value
Type Description
System.String
View Source

Status

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

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

VpcId

ID of the VPC that owns the router in the local region.

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