GetRouterResult

data class GetRouterResult(val bgps: List<GetRouterBgp>, val creationTimestamp: String, val description: String, val encryptedInterconnectRouter: Boolean, val id: String, val md5AuthenticationKeys: List<GetRouterMd5AuthenticationKey>, val name: String, val network: String, val project: String? = null, val region: String? = null, val selfLink: String)

A collection of values returned by getRouter.

Constructors

Link copied to clipboard
constructor(bgps: List<GetRouterBgp>, creationTimestamp: String, description: String, encryptedInterconnectRouter: Boolean, id: String, md5AuthenticationKeys: List<GetRouterMd5AuthenticationKey>, name: String, network: String, project: String? = null, region: String? = null, selfLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
val region: String? = null
Link copied to clipboard