GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildexecutionAdminV1alphaSoleTenancyConfig (google_api_remote_build_execution v0.15.0) View Source

SoleTenancyConfig specifies information required to host a pool on STNs.

Attributes

  • nodeType (type: String.t, default: nil) - The sole-tenant node type to host the pool's workers on.
  • nodesZone (type: String.t, default: nil) - Zone in which STNs are reserved.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildexecutionAdminV1alphaSoleTenancyConfig{
    nodeType: String.t(),
    nodesZone: String.t()
  }

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.