Github API - Test Config

nullable-codespace-machine [object]

A description of the machine powering a codespace.

Attributes
cpus integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

How many cores are available to the codespace.

display_name string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The display name of the machine includes cores, memory, and storage.

memory_in_bytes integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

How much memory is available to the codespace.

name string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The name of the machine.

operating_system string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

The operating system of the machine.

prebuild_availability string

string [scalar]

The OpenAPI string type

API:
Github Open API
(version: 1.1.4)

Whether a prebuild is currently available when creating a codespace for this machine and repository. If a branch was not specified as a ref, the default branch will be assumed. Value will be "null" if prebuilds are not supported or prebuild availability could not be determined. Value will be "none" if no prebuild is available. Latest values "ready" and "in_progress" indicate the prebuild availability status.

storage_in_bytes integer

integer [scalar]

The OpenAPI integer type

API:
Github Open API
(version: 1.1.4)

How much storage is available to the codespace.

API:
Github Open API
(version: 1.1.4)