Class CfnCluster.SlurmConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcs.CfnCluster.SlurmConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.SlurmConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.SlurmConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.SlurmConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.SlurmConfigurationProperty
An implementation for
CfnCluster.SlurmConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pcs.CfnCluster.SlurmConfigurationProperty
CfnCluster.SlurmConfigurationProperty.Builder, CfnCluster.SlurmConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.SlurmConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe shared Slurm key for authentication, also known as the cluster secret.final NumberThe time before an idle node is scaled down.final ObjectAdditional Slurm-specific configuration that directly maps to Slurm settings.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCluster.SlurmConfigurationProperty.Builder.
-
-
Method Details
-
getAuthKey
Description copied from interface:CfnCluster.SlurmConfigurationPropertyThe shared Slurm key for authentication, also known as the cluster secret.- Specified by:
getAuthKeyin interfaceCfnCluster.SlurmConfigurationProperty- See Also:
-
getScaleDownIdleTimeInSeconds
Description copied from interface:CfnCluster.SlurmConfigurationPropertyThe time before an idle node is scaled down.- Specified by:
getScaleDownIdleTimeInSecondsin interfaceCfnCluster.SlurmConfigurationProperty- See Also:
-
getSlurmCustomSettings
Description copied from interface:CfnCluster.SlurmConfigurationPropertyAdditional Slurm-specific configuration that directly maps to Slurm settings.- Specified by:
getSlurmCustomSettingsin interfaceCfnCluster.SlurmConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-