public sealed class Orchestrator : IMessage<Orchestrator>, IEquatable<Orchestrator>, IDeepCloneable<Orchestrator>, IBufferMessage, IMessageReference documentation and code samples for the Cluster Director v1 API class Orchestrator.
The component responsible for scheduling and running workloads on the cluster as well as providing the user interface for interacting with the cluster at runtime.
Implements
IMessageOrchestrator, IEquatableOrchestrator, IDeepCloneableOrchestrator, IBufferMessage, IMessageNamespace
Google.Cloud.HypercomputeCluster.V1Assembly
Google.Cloud.HypercomputeCluster.V1.dll
Constructors
Orchestrator()
public Orchestrator()Orchestrator(Orchestrator)
public Orchestrator(Orchestrator other)| Parameter | |
|---|---|
| Name | Description |
other |
Orchestrator |
Properties
OptionCase
public Orchestrator.OptionOneofCase OptionCase { get; }| Property Value | |
|---|---|
| Type | Description |
OrchestratorOptionOneofCase |
|
Slurm
public SlurmOrchestrator Slurm { get; set; }Optional. If set, indicates that the cluster should use Slurm as the orchestrator.
| Property Value | |
|---|---|
| Type | Description |
SlurmOrchestrator |
|