Class ComputeInstanceSlurmNodeSet (0.1.0)

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

When set in a SlurmNodeSet, indicates that the nodeset should be backed by Compute Engine VM instances.

Attributes

Name Description
startup_script str
Optional. `Startup script
labels MutableMapping[str, str]
Optional. Labels __ that should be applied to each VM instance in the nodeset.
boot_disk google.cloud.hypercomputecluster_v1beta.types.BootDisk
Optional. Boot disk for the compute instance

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.