Class Instance (1.0.0)

public sealed class Instance : IMessage<Instance>, IEquatable<Instance>, IDeepCloneable<Instance>, IBufferMessage, IMessage

An Instance resource is the computing unit that App Engine uses to automatically scale an application.

Inheritance

Object > Instance

Implements

Google.Protobuf.IMessage<Instance>, IEquatable<Instance>, Google.Protobuf.IDeepCloneable<Instance>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

Instance()

public Instance()

Instance(Instance)

public Instance(Instance other)
Parameter
NameDescription
otherInstance

Properties

AppEngineRelease

public string AppEngineRelease { get; set; }

App Engine release this instance is running on.

@OutputOnly

Property Value
TypeDescription
String

Availability

public Instance.Types.Availability Availability { get; set; }

Availability of the instance.

@OutputOnly

Property Value
TypeDescription
Instance.Types.Availability

AverageLatency

public int AverageLatency { get; set; }

Average latency (ms) over the last minute.

@OutputOnly

Property Value
TypeDescription
Int32

Errors

public int Errors { get; set; }

Number of errors since this instance was started.

@OutputOnly

Property Value
TypeDescription
Int32

Id

public string Id { get; set; }

Relative name of the instance within the version. Example: instance-1.

@OutputOnly

Property Value
TypeDescription
String

MemoryUsage

public long MemoryUsage { get; set; }

Total memory in use (bytes).

@OutputOnly

Property Value
TypeDescription
Int64

Name

public string Name { get; set; }

Full path to the Instance resource in the API. Example: apps/myapp/services/default/versions/v1/instances/instance-1.

@OutputOnly

Property Value
TypeDescription
String

Qps

public float Qps { get; set; }

Average queries per second (QPS) over the last minute.

@OutputOnly

Property Value
TypeDescription
Single

Requests

public int Requests { get; set; }

Number of requests since this instance was started.

@OutputOnly

Property Value
TypeDescription
Int32

StartTime

public Timestamp StartTime { get; set; }

Time that this instance was started.

@OutputOnly

Property Value
TypeDescription
Google.Protobuf.WellKnownTypes.Timestamp

VmDebugEnabled

public bool VmDebugEnabled { get; set; }

Whether this instance is in debug mode. Only applicable for instances in App Engine flexible environment.

@OutputOnly

Property Value
TypeDescription
Boolean

VmId

public string VmId { get; set; }

Virtual machine ID of this instance. Only applicable for instances in App Engine flexible environment.

@OutputOnly

Property Value
TypeDescription
String

VmIp

public string VmIp { get; set; }

The IP address of this instance. Only applicable for instances in App Engine flexible environment.

@OutputOnly

Property Value
TypeDescription
String

VmName

public string VmName { get; set; }

Name of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.

@OutputOnly

Property Value
TypeDescription
String

VmStatus

public string VmStatus { get; set; }

Status of the virtual machine where this instance lives. Only applicable for instances in App Engine flexible environment.

@OutputOnly

Property Value
TypeDescription
String

VmZoneName

public string VmZoneName { get; set; }

Zone where the virtual machine is located. Only applicable for instances in App Engine flexible environment.

@OutputOnly

Property Value
TypeDescription
String