Package com.pulumi.gcp.compute.outputs
Class RegionNetworkEndpointGroupServerlessDeployment
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.RegionNetworkEndpointGroupServerlessDeployment
-
public final class RegionNetworkEndpointGroupServerlessDeployment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RegionNetworkEndpointGroupServerlessDeployment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RegionNetworkEndpointGroupServerlessDeployment.Builder
builder()
static RegionNetworkEndpointGroupServerlessDeployment.Builder
builder(RegionNetworkEndpointGroupServerlessDeployment defaults)
java.lang.String
platform()
java.util.Optional<java.lang.String>
resource()
java.util.Optional<java.lang.String>
urlMask()
java.util.Optional<java.lang.String>
version()
-
-
-
Method Detail
-
platform
public java.lang.String platform()
- Returns:
- The platform of the NEG backend target(s). Possible values: API Gateway: apigateway.googleapis.com
-
resource
public java.util.Optional<java.lang.String> resource()
- Returns:
- The user-defined name of the workload/instance. This value must be provided explicitly or in the urlMask. The resource identified by this value is platform-specific and is as follows: API Gateway: The gateway ID, App Engine: The service name, Cloud Functions: The function name, Cloud Run: The service name
-
urlMask
public java.util.Optional<java.lang.String> urlMask()
- Returns:
- A template to parse platform-specific fields from a request URL. URL mask allows for routing to multiple resources on the same serverless platform without having to create multiple Network Endpoint Groups and backend resources. The fields parsed by this template are platform-specific and are as follows: API Gateway: The gateway ID, App Engine: The service and version, Cloud Functions: The function name, Cloud Run: The service and tag
-
version
public java.util.Optional<java.lang.String> version()
- Returns:
- The optional resource version. The version identified by this value is platform-specific and is follows: API Gateway: Unused, App Engine: The service version, Cloud Functions: Unused, Cloud Run: The service tag
-
builder
public static RegionNetworkEndpointGroupServerlessDeployment.Builder builder()
-
builder
public static RegionNetworkEndpointGroupServerlessDeployment.Builder builder(RegionNetworkEndpointGroupServerlessDeployment defaults)
-
-