VpnGatewayStatusVpnConnection constructor
VpnGatewayStatusVpnConnection({
- String? peerExternalGateway,
- String? peerGcpGateway,
- VpnGatewayStatusHighAvailabilityRequirementState? state,
- List<
VpnGatewayStatusTunnel> tunnels = const [],
Implementation
VpnGatewayStatusVpnConnection({
this.peerExternalGateway,
this.peerGcpGateway,
this.state,
this.tunnels = const [],
}) : super(fullyQualifiedName);