pub struct GetVpnGatewayResult {
pub description: Output<String>,
pub id: Output<String>,
pub name: Output<String>,
pub network: Output<String>,
pub project: Output<String>,
pub region: Output<String>,
pub self_link: Output<String>,
}
Fields§
§description: Output<String>
Description of this VPN gateway.
id: Output<String>
The provider-assigned unique ID for this managed resource.
name: Output<String>
§network: Output<String>
The network of this VPN gateway.
project: Output<String>
§region: Output<String>
Region of this VPN gateway.
self_link: Output<String>
The URI of the resource.
Auto Trait Implementations§
impl Freeze for GetVpnGatewayResult
impl RefUnwindSafe for GetVpnGatewayResult
impl Send for GetVpnGatewayResult
impl Sync for GetVpnGatewayResult
impl Unpin for GetVpnGatewayResult
impl UnwindSafe for GetVpnGatewayResult
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