Show / Hide Table of Contents

Class RuntimeConfig

RuntimeConfig represents the runtimes where the application is deployed.

Inheritance
object
RuntimeConfig
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.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class RuntimeConfig : IDirectResponseSchema

Properties

AppHubService

Output only. App Hub Service.

Declaration
[JsonProperty("appHubService")]
public virtual AppHubService AppHubService { get; set; }
Property Value
Type Description
AppHubService

AppHubWorkload

Output only. App Hub Workload.

Declaration
[JsonProperty("appHubWorkload")]
public virtual AppHubWorkload AppHubWorkload { get; set; }
Property Value
Type Description
AppHubWorkload

ETag

The ETag of the item.

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

GkeWorkload

Output only. Google Kubernetes Engine runtime.

Declaration
[JsonProperty("gkeWorkload")]
public virtual GKEWorkload GkeWorkload { get; set; }
Property Value
Type Description
GKEWorkload

GoogleCloudRun

Output only. Cloud Run runtime.

Declaration
[JsonProperty("googleCloudRun")]
public virtual GoogleCloudRun GoogleCloudRun { get; set; }
Property Value
Type Description
GoogleCloudRun

State

Output only. The state of the Runtime.

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

Uri

Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX