TargetVpnGateway constructor

TargetVpnGateway({
  1. String? creationTimestamp,
  2. String? description,
  3. List<String> forwardingRules = const [],
  4. BigInt? id,
  5. String? kind,
  6. String? labelFingerprint,
  7. Map<String, String> labels = const {},
  8. String? name,
  9. String? network,
  10. TargetVpnGatewayParams? params,
  11. String? region,
  12. String? selfLink,
  13. String? status,
  14. List<String> tunnels = const [],
})

Implementation

TargetVpnGateway({
  this.creationTimestamp,
  this.description,
  this.forwardingRules = const [],
  this.id,
  this.kind,
  this.labelFingerprint,
  this.labels = const {},
  this.name,
  this.network,
  this.params,
  this.region,
  this.selfLink,
  this.status,
  this.tunnels = const [],
}) : super(fullyQualifiedName);