VpnGatewayStatusVpnConnection constructor
VpnGatewayStatusVpnConnection({
- String? peerExternalGateway,
- String? peerGcpGateway,
- VpnGatewayStatusHighAvailabilityRequirementState? state,
- List<
VpnGatewayStatusTunnel> ? tunnels,
Implementation
VpnGatewayStatusVpnConnection({
this.peerExternalGateway,
this.peerGcpGateway,
this.state,
this.tunnels,
});