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.
Implements
IMessage<Resources>, IEquatable<Resources>, IDeepCloneable<Resources>, IBufferMessage, IMessageNamespace
Google.Cloud.LifeSciences.V2BetaAssembly
Google.Cloud.LifeSciences.V2Beta.dll
Constructors
Resources()
public Resources()
Resources(Resources)
public Resources(Resources other)
Parameter | |
---|---|
Name | Description |
other | Resources |
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 | |
---|---|
Type | Description |
RepeatedField<String> |
VirtualMachine
public VirtualMachine VirtualMachine { get; set; }
The virtual machine specification.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<String> |