GetRouterResult

data class GetRouterResult(val bgp: RouterBgpResponse, val bgpPeers: List<RouterBgpPeerResponse>, val creationTimestamp: String, val description: String, val encryptedInterconnectRouter: Boolean, val interfaces: List<RouterInterfaceResponse>, val kind: String, val md5AuthenticationKeys: List<RouterMd5AuthenticationKeyResponse>, val name: String, val nats: List<RouterNatResponse>, val network: String, val region: String, val selfLink: String)

Constructors

Link copied to clipboard
fun GetRouterResult(bgp: RouterBgpResponse, bgpPeers: List<RouterBgpPeerResponse>, creationTimestamp: String, description: String, encryptedInterconnectRouter: Boolean, interfaces: List<RouterInterfaceResponse>, kind: String, md5AuthenticationKeys: List<RouterMd5AuthenticationKeyResponse>, name: String, nats: List<RouterNatResponse>, network: String, region: String, selfLink: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

BGP information specific to this router.

Link copied to clipboard

BGP information that must be configured into the routing stack to establish BGP peering. This information must specify the peer ASN and either the interface name, IP address, or peer IP address. Please refer to RFC4273.

Link copied to clipboard

Creation timestamp in RFC3339 text format.

Link copied to clipboard

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard

Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).

Link copied to clipboard

Router interfaces. Each interface requires either one linked resource, (for example, linkedVpnTunnel), or IP address and IP address range (for example, ipRange), or both.

Link copied to clipboard

Type of resource. Always compute#router for routers.

Link copied to clipboard

Keys used for MD5 authentication.

Link copied to clipboard

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Link copied to clipboard

A list of NAT services created in this router.

Link copied to clipboard

URI of the network to which this router belongs.

Link copied to clipboard

URI of the region where the router resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.

Link copied to clipboard

Server-defined URL for the resource.