pub struct GetSubnetworksResult {
pub filter: Output<Option<String>>,
pub id: Output<String>,
pub project: Output<Option<String>>,
pub region: Output<Option<String>>,
pub subnetworks: Output<Vec<GetSubnetworksSubnetwork>>,
}
Fields§
§filter: Output<Option<String>>
§id: Output<String>
The provider-assigned unique ID for this managed resource.
project: Output<Option<String>>
§region: Output<Option<String>>
§subnetworks: Output<Vec<GetSubnetworksSubnetwork>>
A list of all retrieved GCE subnetworks. Structure is defined below.
Auto Trait Implementations§
impl Freeze for GetSubnetworksResult
impl RefUnwindSafe for GetSubnetworksResult
impl Send for GetSubnetworksResult
impl Sync for GetSubnetworksResult
impl Unpin for GetSubnetworksResult
impl UnwindSafe for GetSubnetworksResult
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