GetRouterInterfacesResult

data class GetRouterInterfacesResult(val id: String, val ids: List<String>, val interfaces: List<GetRouterInterfacesInterface>, val nameRegex: String? = null, val names: List<String>, val oppositeInterfaceId: String? = null, val oppositeInterfaceOwnerId: String? = null, val outputFile: String? = null, val role: String? = null, val routerId: String? = null, val routerType: String? = null, val specification: String? = null, val status: String? = null)

A collection of values returned by getRouterInterfaces.

Constructors

Link copied to clipboard
constructor(id: String, ids: List<String>, interfaces: List<GetRouterInterfacesInterface>, nameRegex: String? = null, names: List<String>, oppositeInterfaceId: String? = null, oppositeInterfaceOwnerId: String? = null, outputFile: String? = null, role: String? = null, routerId: String? = null, routerType: String? = null, specification: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A list of router interface IDs.

Link copied to clipboard

A list of router interfaces. Each element contains the following attributes:

Link copied to clipboard
val nameRegex: String? = null
Link copied to clipboard

A list of router interface names.

Link copied to clipboard

Peer router interface ID.

Link copied to clipboard

Account ID of the owner of the peer router interface.

Link copied to clipboard
val outputFile: String? = null
Link copied to clipboard
val role: String? = null

Router interface role. Possible values: InitiatingSide and AcceptingSide.

Link copied to clipboard
val routerId: String? = null

ID of the VRouter located in the local region.

Link copied to clipboard
val routerType: String? = null

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

Link copied to clipboard
val specification: String? = null

Router interface specification. Possible values: Small.1, Middle.1, Large.2, ...etc.

Link copied to clipboard
val status: String? = null

Router interface status. Possible values: Active, Inactive and Idle.