Interface protos.google.appengine.v1.IInstance (1.0.6)

Properties of an Instance.

Package

@google-cloud/appengine-admin!

Properties

appEngineRelease

appEngineRelease?: (string|null);

Instance appEngineRelease

Property Value
TypeDescription
(string|null)

availability

availability?: (google.appengine.v1.Instance.Availability|keyof typeof google.appengine.v1.Instance.Availability|null);

Instance availability

Property Value
TypeDescription
(google.appengine.v1.Instance.Availability|keyof typeof google.appengine.v1.Instance.Availability|null)

averageLatency

averageLatency?: (number|null);

Instance averageLatency

Property Value
TypeDescription
(number|null)

errors

errors?: (number|null);

Instance errors

Property Value
TypeDescription
(number|null)

id

id?: (string|null);

Instance id

Property Value
TypeDescription
(string|null)

memoryUsage

memoryUsage?: (number|Long|string|null);

Instance memoryUsage

Property Value
TypeDescription
(number|Long|string|null)

name

name?: (string|null);

Instance name

Property Value
TypeDescription
(string|null)

qps

qps?: (number|null);

Instance qps

Property Value
TypeDescription
(number|null)

requests

requests?: (number|null);

Instance requests

Property Value
TypeDescription
(number|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Instance startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

vmDebugEnabled

vmDebugEnabled?: (boolean|null);

Instance vmDebugEnabled

Property Value
TypeDescription
(boolean|null)

vmId

vmId?: (string|null);

Instance vmId

Property Value
TypeDescription
(string|null)

vmIp

vmIp?: (string|null);

Instance vmIp

Property Value
TypeDescription
(string|null)

vmLiveness

vmLiveness?: (google.appengine.v1.Instance.Liveness.LivenessState|keyof typeof google.appengine.v1.Instance.Liveness.LivenessState|null);

Instance vmLiveness

Property Value
TypeDescription
(google.appengine.v1.Instance.Liveness.LivenessState|keyof typeof google.appengine.v1.Instance.Liveness.LivenessState|null)

vmName

vmName?: (string|null);

Instance vmName

Property Value
TypeDescription
(string|null)

vmStatus

vmStatus?: (string|null);

Instance vmStatus

Property Value
TypeDescription
(string|null)

vmZoneName

vmZoneName?: (string|null);

Instance vmZoneName

Property Value
TypeDescription
(string|null)