Class Resources (1.0.0-beta02)

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

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
RepeatedField<String>

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
RepeatedField<String>