Class CfnCluster.AccountingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pcs.CfnCluster.AccountingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCluster.AccountingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCluster.AccountingProperty
@Stability(Stable)
@Internal
public static final class CfnCluster.AccountingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCluster.AccountingProperty
An implementation for
CfnCluster.AccountingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pcs.CfnCluster.AccountingProperty
CfnCluster.AccountingProperty.Builder, CfnCluster.AccountingProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCluster.AccountingProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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.AccountingProperty.Builder
.
-
-
Method Details
-
getMode
Description copied from interface:CfnCluster.AccountingProperty
The default value formode
isSTANDARD
.A value of
STANDARD
means Slurm accounting is enabled.Default: - "NONE"
- Specified by:
getMode
in interfaceCfnCluster.AccountingProperty
- See Also:
-
getDefaultPurgeTimeInDays
Description copied from interface:CfnCluster.AccountingProperty
The default value for all purge settings forslurmdbd.conf
. For more information, see the slurmdbd.conf documentation at SchedMD .The default value
-1
means there is no purge time and records persist as long as the cluster exists.0
isn't a valid value.Default: - -1
- Specified by:
getDefaultPurgeTimeInDays
in interfaceCfnCluster.AccountingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-