View Source GoogleApi.ContainerAnalysis.V1beta1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig (google_api_container_analysis v0.26.0)

Configuration per workload for both Private Pools and Hybrid Pools.

Attributes

  • diskSizeGb (type: String.t, default: nil) - The disk size (in GB) which is requested for the build container. If unset, a value of 10 GB will be used.
  • memoryGb (type: number(), default: nil) - The memory (in GB) which is requested for the build container. If unset, a value of 4 GB will be used.
  • vcpuCount (type: number(), default: nil) - The number of vCPUs which are requested for the build container. If unset, a value of 1 will be used.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.ContainerAnalysis.V1beta1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1BuildOptionsPoolOptionWorkerConfig{
    diskSizeGb: String.t() | nil,
    memoryGb: number() | nil,
    vcpuCount: number() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.