VpnGatewayStatusVpnConnection constructor

VpnGatewayStatusVpnConnection({
  1. String? peerExternalGateway,
  2. String? peerGcpGateway,
  3. VpnGatewayStatusHighAvailabilityRequirementState? state,
  4. List<VpnGatewayStatusTunnel>? tunnels,
})

Implementation

VpnGatewayStatusVpnConnection({
  this.peerExternalGateway,
  this.peerGcpGateway,
  this.state,
  this.tunnels,
});