GoogleApi.CloudBuild.V1.Model.PrivatePoolV1Config (google_api_cloud_build v0.54.0)

View Source

Configuration for a V1 PrivatePool.

Attributes

  • networkConfig (type: GoogleApi.CloudBuild.V1.Model.NetworkConfig.t, default: nil) - Network configuration for the pool.
  • privateServiceConnect (type: GoogleApi.CloudBuild.V1.Model.PrivateServiceConnect.t, default: nil) - Immutable. Private Service Connect(PSC) 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.