ForwardingRule constructor

ForwardingRule({
  1. String? IPAddress,
  2. String? IPProtocol,
  3. bool? allPorts,
  4. bool? allowGlobalAccess,
  5. bool? allowPscGlobalAccess,
  6. String? backendService,
  7. String? baseForwardingRule,
  8. String? creationTimestamp,
  9. String? description,
  10. String? fingerprint,
  11. String? id,
  12. String? ipVersion,
  13. bool? isMirroringCollector,
  14. String? kind,
  15. String? labelFingerprint,
  16. Map<String, String>? labels,
  17. String? loadBalancingScheme,
  18. List<MetadataFilter>? metadataFilters,
  19. String? name,
  20. String? network,
  21. String? networkTier,
  22. bool? noAutomateDnsZone,
  23. String? portRange,
  24. List<String>? ports,
  25. String? pscConnectionId,
  26. String? pscConnectionStatus,
  27. String? region,
  28. String? selfLink,
  29. List<ForwardingRuleServiceDirectoryRegistration>? serviceDirectoryRegistrations,
  30. String? serviceLabel,
  31. String? serviceName,
  32. List<String>? sourceIpRanges,
  33. String? subnetwork,
  34. String? target,
})

Implementation

ForwardingRule({
  this.IPAddress,
  this.IPProtocol,
  this.allPorts,
  this.allowGlobalAccess,
  this.allowPscGlobalAccess,
  this.backendService,
  this.baseForwardingRule,
  this.creationTimestamp,
  this.description,
  this.fingerprint,
  this.id,
  this.ipVersion,
  this.isMirroringCollector,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.loadBalancingScheme,
  this.metadataFilters,
  this.name,
  this.network,
  this.networkTier,
  this.noAutomateDnsZone,
  this.portRange,
  this.ports,
  this.pscConnectionId,
  this.pscConnectionStatus,
  this.region,
  this.selfLink,
  this.serviceDirectoryRegistrations,
  this.serviceLabel,
  this.serviceName,
  this.sourceIpRanges,
  this.subnetwork,
  this.target,
});