google_api_composer v0.12.0 GoogleApi.Composer.V1beta1.Model.PrivateEnvironmentConfig View Source
The configuration information for configuring a Private IP Cloud Composer environment.
Attributes
enablePrivateEnvironment
(type:boolean()
, default:nil
) - Optional. Iftrue
, a Private IP Cloud Composer environment is created. If this field is true,use_ip_aliases
must be true.privateClusterConfig
(type:GoogleApi.Composer.V1beta1.Model.PrivateClusterConfig.t
, default:nil
) - Optional. Configuration for the private GKE cluster for a Private IP Cloud Composer 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.V1beta1.Model.PrivateEnvironmentConfig{ enablePrivateEnvironment: boolean(), privateClusterConfig: GoogleApi.Composer.V1beta1.Model.PrivateClusterConfig.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.