Developer Connect v1 API - Class RuntimeConfig (1.0.0-beta02)

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

Reference documentation and code samples for the Developer Connect v1 API class RuntimeConfig.

RuntimeConfig represents the runtimes where the application is deployed.

Inheritance

object > RuntimeConfig

Namespace

Google.Cloud.DeveloperConnect.V1

Assembly

Google.Cloud.DeveloperConnect.V1.dll

Constructors

RuntimeConfig()

public RuntimeConfig()

RuntimeConfig(RuntimeConfig)

public RuntimeConfig(RuntimeConfig other)
Parameter
Name Description
other RuntimeConfig

Properties

AppHubWorkload

public AppHubWorkload AppHubWorkload { get; set; }

Output only. App Hub Workload.

Property Value
Type Description
AppHubWorkload

DerivedFromCase

public RuntimeConfig.DerivedFromOneofCase DerivedFromCase { get; }
Property Value
Type Description
RuntimeConfigDerivedFromOneofCase

GkeWorkload

public GKEWorkload GkeWorkload { get; set; }

Output only. Google Kubernetes Engine runtime.

Property Value
Type Description
GKEWorkload

RuntimeCase

public RuntimeConfig.RuntimeOneofCase RuntimeCase { get; }
Property Value
Type Description
RuntimeConfigRuntimeOneofCase

State

public RuntimeConfig.Types.State State { get; set; }

Output only. The state of the Runtime.

Property Value
Type Description
RuntimeConfigTypesState

Uri

public string Uri { get; set; }

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

Property Value
Type Description
string