Interface CfnCluster.SlurmRestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnCluster.SlurmRestProperty.Jsii$Proxy
- Enclosing class:
CfnCluster
@Stability(Stable)
public static interface CfnCluster.SlurmRestProperty
extends software.amazon.jsii.JsiiSerializable
The Slurm REST API configuration includes settings for enabling and configuring the Slurm REST API.
It's a property of the ClusterSlurmConfiguration object.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pcs.*;
SlurmRestProperty slurmRestProperty = SlurmRestProperty.builder()
.mode("mode")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCluster.SlurmRestPropertystatic final classAn implementation forCfnCluster.SlurmRestProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMode
The default value formodeisSTANDARD.A value of
STANDARDmeans the Slurm REST API is enabled.Default: - "NONE"
- See Also:
-
builder
-