Cluster Director v1beta API - Class Orchestrator (1.0.0-beta01)

public sealed class Orchestrator : IMessage<Orchestrator>, IEquatable<Orchestrator>, IDeepCloneable<Orchestrator>, IBufferMessage, IMessage

Reference documentation and code samples for the Cluster Director v1beta 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.

Inheritance

object > Orchestrator

Namespace

Google.Cloud.HypercomputeCluster.V1Beta

Assembly

Google.Cloud.HypercomputeCluster.V1Beta.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