pub struct RouterResult {
pub bgp: Output<Option<RouterBgp>>,
pub creation_timestamp: Output<String>,
pub description: Output<Option<String>>,
pub encrypted_interconnect_router: Output<Option<bool>>,
pub name: Output<String>,
pub network: Output<String>,
pub project: Output<String>,
pub region: Output<String>,
pub self_link: Output<String>,
}
Fields§
§bgp: Output<Option<RouterBgp>>
BGP information specific to this router. Structure is documented below.
creation_timestamp: Output<String>
Creation timestamp in RFC3339 text format.
description: Output<Option<String>>
An optional description of this resource.
encrypted_interconnect_router: Output<Option<bool>>
Indicates if a router is dedicated for use with encrypted VLAN attachments (interconnectAttachments).
name: Output<String>
Name of the resource. 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?
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.
network: Output<String>
A reference to the network to which this router belongs.
project: Output<String>
The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
region: Output<String>
Region where the router resides.
self_link: Output<String>
The URI of the created resource.