Class RuntimeConfig (0.1.10)

RuntimeConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

RuntimeConfig represents the runtimes where the application is deployed.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
gke_workload google.cloud.developerconnect_v1.types.GKEWorkload
Output only. Google Kubernetes Engine runtime. This field is a member of oneof_ runtime.
app_hub_workload google.cloud.developerconnect_v1.types.AppHubWorkload
Output only. App Hub Workload. This field is a member of oneof_ derived_from.
uri str
Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
state google.cloud.developerconnect_v1.types.RuntimeConfig.State
Output only. The state of the Runtime.

Classes

State

State(value)

The state of the runtime in the InsightsConfig. Whether the runtime is linked to the InsightsConfig.