Interface OrchestratorOrBuilder (0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface OrchestratorOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getOptionCase()
publicabstractOrchestrator.OptionCasegetOptionCase()| Returns | |
|---|---|
| Type | Description |
Orchestrator.OptionCase |
|
getSlurm()
publicabstractSlurmOrchestratorgetSlurm()Optional. If set, indicates that the cluster should use Slurm as the orchestrator.
.google.cloud.hypercomputecluster.v1beta.SlurmOrchestrator slurm = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SlurmOrchestrator |
The slurm. |
getSlurmOrBuilder()
publicabstractSlurmOrchestratorOrBuildergetSlurmOrBuilder()Optional. If set, indicates that the cluster should use Slurm as the orchestrator.
.google.cloud.hypercomputecluster.v1beta.SlurmOrchestrator slurm = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SlurmOrchestratorOrBuilder |
|
hasSlurm()
publicabstractbooleanhasSlurm()Optional. If set, indicates that the cluster should use Slurm as the orchestrator.
.google.cloud.hypercomputecluster.v1beta.SlurmOrchestrator slurm = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the slurm field is set. |