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
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Genomics.v2alpha1.Data
Assembly: Google.Apis.Genomics.v2alpha1.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 |
ProjectId
The project ID to allocate resources in.
Declaration
[JsonProperty("projectId")]
public virtual string ProjectId { 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 |
---|---|
System.Collections.Generic.IList<T><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 |
---|---|
System.Collections.Generic.IList<T><string> |