google_api_composer v0.5.0 GoogleApi.Composer.V1beta1.Model.Environment View Source
An environment for running orchestration tasks.
Attributes
- config (EnvironmentConfig): Configuration parameters for this environment. Defaults to:
null
. - createTime (DateTime.t): Output only. The time at which this environment was created. Defaults to:
null
. - labels (%{optional(String.t) => String.t}): Optional. User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size. Defaults to:
null
. - name (String.t): The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" Defaults to:
null
. state (String.t): The current state of the environment. Defaults to:
null
.- Enum - one of [STATE_UNSPECIFIED, CREATING, RUNNING, UPDATING, DELETING, ERROR]
- updateTime (DateTime.t): Output only. The time at which this environment was last modified. Defaults to:
null
. - uuid (String.t): Output only. The UUID (Universally Unique IDentifier) associated with this environment. This value is generated when the environment is created. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Composer.V1beta1.Model.Environment{
config: GoogleApi.Composer.V1beta1.Model.EnvironmentConfig.t(),
createTime: DateTime.t(),
labels: map(),
name: any(),
state: any(),
updateTime: DateTime.t(),
uuid: any()
}
t() :: %GoogleApi.Composer.V1beta1.Model.Environment{ config: GoogleApi.Composer.V1beta1.Model.EnvironmentConfig.t(), createTime: DateTime.t(), labels: map(), name: any(), state: any(), updateTime: DateTime.t(), uuid: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.