pub struct GetNetworksResult {
pub id: Output<String>,
pub networks: Output<Vec<String>>,
pub project: Output<Option<String>>,
pub self_link: Output<String>,
}
Fields§
§id: Output<String>
The provider-assigned unique ID for this managed resource.
networks: Output<Vec<String>>
The list of networks in the specified project.
project: Output<Option<String>>
The project name being queried.
self_link: Output<String>
The URI of the resource.
Auto Trait Implementations§
impl Freeze for GetNetworksResult
impl RefUnwindSafe for GetNetworksResult
impl Send for GetNetworksResult
impl Sync for GetNetworksResult
impl Unpin for GetNetworksResult
impl UnwindSafe for GetNetworksResult
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