Class Resources
The system resources for the pipeline run. At least one zone or region must be specified or the pipeline run will fail.
Implements
Inherited Members
Namespace: Google.Apis.CloudLifeSciences.v2beta.Data
Assembly: Google.Apis.CloudLifeSciences.v2beta.dll
Syntax
public class Resources : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Regions
The list of regions allowed for VM allocation. If set, the zones
field must not be set.
Declaration
[JsonProperty("regions")]
public virtual IList<string> Regions { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
VirtualMachine
The virtual machine specification.
Declaration
[JsonProperty("virtualMachine")]
public virtual VirtualMachine VirtualMachine { get; set; }
Property Value
Type | Description |
---|---|
VirtualMachine |
Zones
The list of zones allowed for VM allocation. If set, the regions
field must not be set.
Declaration
[JsonProperty("zones")]
public virtual IList<string> Zones { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |