google_api_composer v0.5.0 GoogleApi.Composer.V1beta1.Model.PrivateEnvironmentConfig View Source

The configuration information for configuring a Private IP Cloud Composer environment.

Attributes

  • enablePrivateEnvironment (boolean()): Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is true, `use_ip_aliases` must be true. Defaults to: null.
  • privateClusterConfig (PrivateClusterConfig): Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer environment. 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() :: %GoogleApi.Composer.V1beta1.Model.PrivateEnvironmentConfig{
  enablePrivateEnvironment: any(),
  privateClusterConfig:
    GoogleApi.Composer.V1beta1.Model.PrivateClusterConfig.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.