View Source GoogleApi.CloudBuild.V1.Model.PrivatePoolV1Config (google_api_cloud_build v0.50.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.PrivatePoolV1Config{
  networkConfig: GoogleApi.CloudBuild.V1.Model.NetworkConfig.t() | nil,
  workerConfig: GoogleApi.CloudBuild.V1.Model.WorkerConfig.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.