Reference documentation and code samples for the Cloud Life Sciences V2beta API class Google::Cloud::LifeSciences::V2beta::Resources.
The system resources for the pipeline run.
At least one zone or region must be specified or the pipeline run will fail.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#regions
def regions() -> ::Array<::String>
Returns
-
(::Array<::String>) — The list of regions allowed for VM allocation. If set, the
zones
field must not be set.
#regions=
def regions=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — 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.
#virtual_machine
def virtual_machine() -> ::Google::Cloud::LifeSciences::V2beta::VirtualMachine
Returns
- (::Google::Cloud::LifeSciences::V2beta::VirtualMachine) — The virtual machine specification.
#virtual_machine=
def virtual_machine=(value) -> ::Google::Cloud::LifeSciences::V2beta::VirtualMachine
Parameter
- value (::Google::Cloud::LifeSciences::V2beta::VirtualMachine) — The virtual machine specification.
Returns
- (::Google::Cloud::LifeSciences::V2beta::VirtualMachine) — The virtual machine specification.
#zones
def zones() -> ::Array<::String>
Returns
-
(::Array<::String>) — The list of zones allowed for VM allocation. If set, the
regions
field must not be set.
#zones=
def zones=(value) -> ::Array<::String>
Parameter
-
value (::Array<::String>) — 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.