Class Resources (0.1.0)

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 Sequence[str]
The list of regions allowed for VM allocation. If set, the zones field must not be set.
zones Sequence[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.