ForwardingRule constructor
ForwardingRule({
- String? IPAddress,
- String? IPProtocol,
- bool? allPorts,
- bool? allowGlobalAccess,
- bool? allowPscGlobalAccess,
- String? backendService,
- String? baseForwardingRule,
- String? creationTimestamp,
- String? description,
- String? fingerprint,
- String? id,
- String? ipCollection,
- String? ipVersion,
- bool? isMirroringCollector,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> ? labels, - String? loadBalancingScheme,
- List<
MetadataFilter> ? metadataFilters, - String? name,
- String? network,
- String? networkTier,
- bool? noAutomateDnsZone,
- String? portRange,
- List<
String> ? ports, - String? pscConnectionId,
- String? pscConnectionStatus,
- String? region,
- String? selfLink,
- List<
ForwardingRuleServiceDirectoryRegistration> ? serviceDirectoryRegistrations, - String? serviceLabel,
- String? serviceName,
- List<
String> ? sourceIpRanges, - String? subnetwork,
- 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.ipCollection,
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,
});