pub struct GetRouterResult {
pub bgps: Output<Vec<GetRouterBgp>>,
pub creation_timestamp: Output<String>,
pub description: Output<String>,
pub encrypted_interconnect_router: Output<bool>,
pub id: Output<String>,
pub name: Output<String>,
pub network: Output<String>,
pub project: Output<Option<String>>,
pub region: Output<Option<String>>,
pub self_link: Output<String>,
}
Fields§
§bgps: Output<Vec<GetRouterBgp>>
§creation_timestamp: Output<String>
§description: Output<String>
§encrypted_interconnect_router: Output<bool>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
name: Output<String>
§network: Output<String>
§project: Output<Option<String>>
§region: Output<Option<String>>
§self_link: Output<String>
Auto Trait Implementations§
impl Freeze for GetRouterResult
impl RefUnwindSafe for GetRouterResult
impl Send for GetRouterResult
impl Sync for GetRouterResult
impl Unpin for GetRouterResult
impl UnwindSafe for GetRouterResult
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more