ComputeRegionNetworkEndpointGroupRegionNetworkEndpointGroupAppEngine class
app_engine slot of
google_compute_region_network_endpoint_group. Only valid when
networkEndpointType is RegionNetworkEndpointGroupType.serverless
and mutually exclusive with cloudRun / cloudFunction.
All three fields are optional — an empty block targets the App Engine app's default service / version. Populate service / version to pin a specific service or version, or supply urlMask to route across many at once.
- Annotations
-
- @immutable
Constructors
-
ComputeRegionNetworkEndpointGroupRegionNetworkEndpointGroupAppEngine({TfArg<
String> ? service, TfArg<String> ? version, TfArg<String> ? urlMask}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
service
→ TfArg<
String> ? -
Optional serving service name (1-63 chars, RFC1035). Example:
'default','my-service'.final -
urlMask
→ TfArg<
String> ? -
URL mask template for parsing
serviceandversionfrom the request URL. Allows one NEG + backend service to fan out to many App Engine services / versions.final -
version
→ TfArg<
String> ? -
Optional serving version (1-63 chars, RFC1035). Example:
'v1','v2'.final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toArgMap(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited