Show / Hide Table of Contents

Class InstanceStatus

InstanceStatus represents the current state of an Instance.

Inheritance
object
InstanceStatus
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class InstanceStatus : IDirectResponseSchema

Properties

Conditions

Output only. Conditions communicate information about ongoing/complete reconciliation processes that bring the "spec" inline with the observed state of the world. Instance-specific conditions include: * Ready: True when the Instance is ready to be executed.

Declaration
[JsonProperty("conditions")]
public virtual IList<GoogleCloudRunV1Condition> Conditions { get; set; }
Property Value
Type Description
IList<GoogleCloudRunV1Condition>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LogUri

Optional. URI where logs for this execution can be found in Cloud Console.

Declaration
[JsonProperty("logUri")]
public virtual string LogUri { get; set; }
Property Value
Type Description
string

ObservedGeneration

Output only. The 'generation' of the Instance that was last processed by the controller.

Declaration
[JsonProperty("observedGeneration")]
public virtual int? ObservedGeneration { get; set; }
Property Value
Type Description
int?

Urls

Output only. All URLs serving traffic for this Instance.

Declaration
[JsonProperty("urls")]
public virtual IList<string> Urls { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX