Class Resources (0.9.8)

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

The system resources for the pipeline run.

At least one zone or region must be specified or the pipeline run will fail.

Attributes

NameDescription
regions MutableSequence[str]
The list of regions allowed for VM allocation. If set, the zones field must not be set.
zones MutableSequence[str]
The list of zones allowed for VM allocation. If set, the regions field must not be set.
virtual_machine google.cloud.lifesciences_v2beta.types.VirtualMachine
The virtual machine specification.