Class SecondaryBootDisk (2.43.0)

SecondaryBootDisk(mapping=None, *, ignore_unknown_fields=False, **kwargs)

SecondaryBootDisk represents a persistent disk attached to a node with special configurations based on its mode.

Attributes

NameDescription
mode google.cloud.container_v1.types.SecondaryBootDisk.Mode
Disk mode (container image cache, etc.)
disk_image str
Fully-qualified resource ID for an existing disk image.

Classes

Mode

Mode(value)

Mode specifies how the secondary boot disk will be used. This triggers mode-specified logic in the control plane.

Values: MODE_UNSPECIFIED (0): MODE_UNSPECIFIED is when mode is not set. CONTAINER_IMAGE_CACHE (1): CONTAINER_IMAGE_CACHE is for using the secondary boot disk as a container image cache.