GoogleApi.CloudBuild.V1.Model.PrivatePoolV1Config (google_api_cloud_build v0.38.0) View Source
Configuration for a V1 PrivatePool
.
Attributes
-
networkConfig
(type:GoogleApi.CloudBuild.V1.Model.NetworkConfig.t
, default:nil
) - Network configuration for the pool. -
workerConfig
(type:GoogleApi.CloudBuild.V1.Model.WorkerConfig.t
, default:nil
) - Machine configuration for the workers in the pool.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.CloudBuild.V1.Model.PrivatePoolV1Config{ networkConfig: GoogleApi.CloudBuild.V1.Model.NetworkConfig.t() | nil, workerConfig: GoogleApi.CloudBuild.V1.Model.WorkerConfig.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.