Module variable (0.33.1)

Create / interact with Google Cloud RuntimeConfig variables.

.. data:: STATE_UNSPECIFIED

The default variable state.  See
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables#VariableState

.. data:: STATE_UPDATED

Indicates the variable was updated, while `variables.watch` was executing.
See
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables#VariableState

.. data:: STATE_DELETED

Indicates the variable was deleted, while `variables.watch`_ was executing.
See
https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables#VariableState

.. _variables.watch: https://cloud.google.com/deployment-manager/runtime-configurator/reference/rest/v1beta1/projects.configs.variables/watch

Classes

Variable

Variable(name, config)
Parameters
NameDescription
name str

The name of the variable. This corresponds to the unique path of the variable in the config.

config Config

The config to which this variable belongs.