public sealed class BatchComputeResources : IMessage<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IEquatable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IBufferMessage, IMessage
Batch compute resources associated with the task.
Implements
IMessage<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IEquatable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IDeepCloneable<Task.Types.InfrastructureSpec.Types.BatchComputeResources>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
BatchComputeResources()
public BatchComputeResources()
BatchComputeResources(Task.Types.InfrastructureSpec.Types.BatchComputeResources)
public BatchComputeResources(Task.Types.InfrastructureSpec.Types.BatchComputeResources other)
Parameter | |
---|---|
Name | Description |
other | Task.Types.InfrastructureSpec.Types.BatchComputeResources |
Properties
ExecutorsCount
public int ExecutorsCount { get; set; }
Optional. Total number of job executors.
Property Value | |
---|---|
Type | Description |
Int32 |
MaxExecutorsCount
public int MaxExecutorsCount { get; set; }
Optional. Max configurable executors. If max_executors_count > executors_count, then auto-scaling is enabled.
Property Value | |
---|---|
Type | Description |
Int32 |