google_api_composer v0.15.1 GoogleApi.Composer.V1.Model.EnvironmentConfig View Source
Configuration information for an environment.
Attributes
airflowUri
(type:String.t
, default:nil
) - Output only. The URI of the Apache Airflow Web UI hosted within this environment (see Airflow web interface).dagGcsPrefix
(type:String.t
, default:nil
) - Output only. The Cloud Storage prefix of the DAGs for this environment. Although Cloud Storage objects reside in a flat namespace, a hierarchical file tree can be simulated using "/"-delimited object name prefixes. DAG objects for this environment reside in a simulated directory with the given prefix.gkeCluster
(type:String.t
, default:nil
) - Output only. The Kubernetes Engine cluster used to run this environment.nodeConfig
(type:GoogleApi.Composer.V1.Model.NodeConfig.t
, default:nil
) - The configuration used for the Kubernetes Engine cluster.nodeCount
(type:integer()
, default:nil
) - The number of nodes in the Kubernetes Engine cluster that will be used to run this environment.privateEnvironmentConfig
(type:GoogleApi.Composer.V1.Model.PrivateEnvironmentConfig.t
, default:nil
) - The configuration used for the Private IP Cloud Composer environment.softwareConfig
(type:GoogleApi.Composer.V1.Model.SoftwareConfig.t
, default:nil
) - The configuration settings for software inside the environment.
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 Sourcet() :: %GoogleApi.Composer.V1.Model.EnvironmentConfig{ airflowUri: String.t(), dagGcsPrefix: String.t(), gkeCluster: String.t(), nodeConfig: GoogleApi.Composer.V1.Model.NodeConfig.t(), nodeCount: integer(), privateEnvironmentConfig: GoogleApi.Composer.V1.Model.PrivateEnvironmentConfig.t(), softwareConfig: GoogleApi.Composer.V1.Model.SoftwareConfig.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.