Class: Google::Cloud::LifeSciences::V2beta::Resources

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#regions::Array<::String>

Returns The list of regions allowed for VM allocation. If set, the zones field must not be set.

Returns:

  • (::Array<::String>)

    The list of regions allowed for VM allocation. If set, the zones field must not be set.



348
349
350
351
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 348

class Resources
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#virtual_machine::Google::Cloud::LifeSciences::V2beta::VirtualMachine

Returns The virtual machine specification.

Returns:



348
349
350
351
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 348

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.

Returns:

  • (::Array<::String>)

    The list of zones allowed for VM allocation. If set, the regions field must not be set.



348
349
350
351
# File 'proto_docs/google/cloud/lifesciences/v2beta/workflows.rb', line 348

class Resources
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end