Cloud Life Sciences v2beta API - Class Resources (2.0.0-beta05)

public sealed class Resources : IMessage<Resources>, IEquatable<Resources>, IDeepCloneable<Resources>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Life Sciences v2beta API class Resources.

The system resources for the pipeline run.

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

Inheritance

object > Resources

Namespace

Google.Cloud.LifeSciences.V2Beta

Assembly

Google.Cloud.LifeSciences.V2Beta.dll

Constructors

Resources()

public Resources()

Resources(Resources)

public Resources(Resources other)
Parameter
NameDescription
otherResources

Properties

Regions

public RepeatedField<string> Regions { get; }

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

Property Value
TypeDescription
RepeatedFieldstring

VirtualMachine

public VirtualMachine VirtualMachine { get; set; }

The virtual machine specification.

Property Value
TypeDescription
VirtualMachine

Zones

public RepeatedField<string> Zones { get; }

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

Property Value
TypeDescription
RepeatedFieldstring