Batch v1 API - Class ComputeResource (1.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ComputeResource : IMessage<ComputeResource>, IEquatable<ComputeResource>, IDeepCloneable<ComputeResource>, IBufferMessage, IMessageReference documentation and code samples for the Batch v1 API class ComputeResource.
Compute resource requirements
Implements
IMessage<ComputeResource>, IEquatable<ComputeResource>, IDeepCloneable<ComputeResource>, IBufferMessage, IMessageNamespace
Google.Cloud.Batch.V1Assembly
Google.Cloud.Batch.V1.dll
Constructors
ComputeResource()
public ComputeResource()ComputeResource(ComputeResource)
public ComputeResource(ComputeResource other)| Parameter | |
|---|---|
| Name | Description |
other |
ComputeResource |
Properties
BootDiskMib
public long BootDiskMib { get; set; }Extra boot disk size in MiB for each task.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
CpuMilli
public long CpuMilli { get; set; }The milliCPU count.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|
MemoryMib
public long MemoryMib { get; set; }Memory in MiB.
| Property Value | |
|---|---|
| Type | Description |
Int64 |
|