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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.pcs.CfnCluster.AccountingProperty
CfnCluster.AccountingProperty.Builder, CfnCluster.AccountingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCluster.AccountingProperty.Builder.protectedJsii$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.AccountingPropertyThe default value formodeisSTANDARD.A value of
STANDARDmeans Slurm accounting is enabled.Default: - "NONE"
- Specified by:
getModein interfaceCfnCluster.AccountingProperty- See Also:
-
getDefaultPurgeTimeInDays
Description copied from interface:CfnCluster.AccountingPropertyThe default value for all purge settings forslurmdbd.conf. For more information, see the slurmdbd.conf documentation at SchedMD .The default value for
defaultPurgeTimeInDaysis-1.A value of
-1means there is no purge time and records persist as long as the cluster exists.0isn't a valid value.Default: - -1
- Specified by:
getDefaultPurgeTimeInDaysin interfaceCfnCluster.AccountingProperty- 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()
-