NetworkEndpointGroup constructor
NetworkEndpointGroup({
- Map<
String, String> ? annotations, - NetworkEndpointGroupAppEngine? appEngine,
- NetworkEndpointGroupCloudFunction? cloudFunction,
- NetworkEndpointGroupCloudRun? cloudRun,
- String? creationTimestamp,
- int? defaultPort,
- String? description,
- String? id,
- String? kind,
- String? name,
- String? network,
- String? networkEndpointType,
- NetworkEndpointGroupPscData? pscData,
- String? pscTargetService,
- String? region,
- String? selfLink,
- int? size,
- String? subnetwork,
- String? zone,
Implementation
NetworkEndpointGroup({
this.annotations,
this.appEngine,
this.cloudFunction,
this.cloudRun,
this.creationTimestamp,
this.defaultPort,
this.description,
this.id,
this.kind,
this.name,
this.network,
this.networkEndpointType,
this.pscData,
this.pscTargetService,
this.region,
this.selfLink,
this.size,
this.subnetwork,
this.zone,
});