Class: Google::Cloud::LifeSciences::V2beta::Resources
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::Resources
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
The system resources for the pipeline run.
At least one zone or region must be specified or the pipeline run will fail.
Instance Attribute Summary collapse
-
#regions ⇒ ::Array<::String>
The list of regions allowed for VM allocation.
-
#virtual_machine ⇒ ::Google::Cloud::LifeSciences::V2beta::VirtualMachine
The virtual machine specification.
-
#zones ⇒ ::Array<::String>
The list of zones allowed for VM allocation.
Instance Attribute Details
#regions ⇒ ::Array<::String>
Returns The list of regions allowed for VM allocation. If set, the zones
field
must not be set.
350 351 352 353 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 350 class Resources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#virtual_machine ⇒ ::Google::Cloud::LifeSciences::V2beta::VirtualMachine
Returns The virtual machine specification.
350 351 352 353 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 350 class Resources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#zones ⇒ ::Array<::String>
Returns The list of zones allowed for VM allocation. If set, the regions
field
must not be set.
350 351 352 353 |
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 350 class Resources include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |