pub struct GetHcVpnGatewayResult {
pub description: Output<String>,
pub gateway_ip_version: Output<String>,
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>,
pub stack_type: Output<String>,
pub vpn_interfaces: Output<Vec<GetHcVpnGatewayVpnInterface>>,
}
Fields§
§description: Output<String>
§gateway_ip_version: Output<String>
§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>
§stack_type: Output<String>
§vpn_interfaces: Output<Vec<GetHcVpnGatewayVpnInterface>>
Auto Trait Implementations§
impl Freeze for GetHcVpnGatewayResult
impl RefUnwindSafe for GetHcVpnGatewayResult
impl Send for GetHcVpnGatewayResult
impl Sync for GetHcVpnGatewayResult
impl Unpin for GetHcVpnGatewayResult
impl UnwindSafe for GetHcVpnGatewayResult
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