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 accounting configuration includes configurable settings for Slurm accounting.final ObjectThe shared Slurm key for authentication, also known as the cluster secret .final NumberThe time (in seconds) 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
-
getAccounting
Description copied from interface:CfnCluster.SlurmConfigurationPropertyThe accounting configuration includes configurable settings for Slurm accounting.Returns union: either
IResolvableorCfnCluster.AccountingProperty- Specified by:
getAccountingin interfaceCfnCluster.SlurmConfigurationProperty- See Also:
-
getAuthKey
Description copied from interface:CfnCluster.SlurmConfigurationPropertyThe shared Slurm key for authentication, also known as the cluster secret .Returns union: either
IResolvableorCfnCluster.AuthKeyProperty- Specified by:
getAuthKeyin interfaceCfnCluster.SlurmConfigurationProperty- See Also:
-
getScaleDownIdleTimeInSeconds
Description copied from interface:CfnCluster.SlurmConfigurationPropertyThe time (in seconds) before an idle node is scaled down.Default:
600- Specified by:
getScaleDownIdleTimeInSecondsin interfaceCfnCluster.SlurmConfigurationProperty- See Also:
-
getSlurmCustomSettings
Description copied from interface:CfnCluster.SlurmConfigurationPropertyAdditional Slurm-specific configuration that directly maps to Slurm settings.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnCluster.SlurmCustomSettingProperty>- 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()
-