gcp_appengine_version

Google Cloud Platform AppEngine Version

Name

Type

Nullable

apiConfig

ApiConfigHandler

automaticScaling

AutomaticScaling

basicScaling

BasicScaling

buildEnvVariables

Map<String,String>

createTime

String

createdBy

String

defaultExpiration

String

endpointsApiService

EndpointsApiService

entrypoint

Entrypoint

env

String

envVariables

Map<String,String>

errorHandlers

List

handlers

List

healthCheck

HealthCheck

id

String

inboundServices

List

instanceClass

String

libraries

List

livenessCheck

LivenessCheck

manualScaling

ManualScaling

name

String

network

Network

nobuildFilesRegex

String

project

String

readinessCheck

ReadinessCheck

resources

Resources

runtime

String

runtimeApiVersion

String

runtimeChannel

String

runtimeMainExecutablePath

String

servingStatus

String

threadsafe

Boolean

versionUrl

String

vm

Boolean

vpcAccessConnector

VpcAccessConnector

zones

List

ApiConfigHandler

Name

Type

Nullable

authFailAction

String

login

String

script

String

securityLevel

String

url

String

AutomaticScaling

Name

Type

Nullable

coolDownPeriod

String

maxConcurrentRequests

Int

maxIdleInstances

Int

maxPendingLatency

String

maxTotalInstances

Int

minIdleInstances

Int

minPendingLatency

String

minTotalInstances

Int

BasicScaling

Name

Type

Nullable

idleTimeout

String

maxInstances

Int

EndpointsApiService

Name

Type

Nullable

configId

String

disableTraceSampling

Boolean

name

String

rolloutStrategy

String

Entrypoint

Name

Type

Nullable

shell

String

ErrorHandler

Name

Type

Nullable

errorCode

String

mimeType

String

staticFile

String

GCPResource

Name

Type

Nullable

groupKey

String

HealthCheck

Name

Type

Nullable

checkInterval

String

disableHealthCheck

Boolean

healthyThreshold

Int

host

String

restartThreshold

Int

timeout

String

unhealthyThreshold

Int

Library

Name

Type

Nullable

name

String

version

String

LivenessCheck

Name

Type

Nullable

checkInterval

String

failureThreshold

Int

host

String

initialDelay

String

path

String

successThreshold

Int

timeout

String

ManualScaling

Name

Type

Nullable

instances

Int

Network

Name

Type

Nullable

forwardedPorts

List

instanceTag

String

name

String

sessionAffinity

Boolean

subnetworkName

String

ReadinessCheck

Name

Type

Nullable

appStartTimeout

String

checkInterval

String

failureThreshold

Int

host

String

path

String

successThreshold

Int

timeout

String

Resources

Name

Type

Nullable

cpu

Number

diskGb

Number

memoryGb

Number

volumes

List<Resources.Volume>

Resources.Volume

Name

Type

Nullable

name

String

volumeType

String

UrlMap

Name

Type

Nullable

apiEndpoint

UrlMap.ApiEndpointHandler

authFailAction

String

login

String

redirectHttpResponseCode

String

script

UrlMap.ScriptHandler

securityLevel

String

staticFiles

UrlMap.StaticFilesHandler

urlRegex

String

UrlMap.ApiEndpointHandler

Name

Type

Nullable

scriptPath

String

UrlMap.ScriptHandler

Name

Type

Nullable

scriptPath

String

UrlMap.StaticFilesHandler

Name

Type

Nullable

applicationReadable

Boolean

expiration

String

httpHeaders

Map<String,String>

mimeType

String

path

String

requireMatchingFile

Boolean

uploadPathRegex

String

VpcAccessConnector

Name

Type

Nullable

egressSetting

String

name

String

Last updated