Class CfnClusterMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pcs.CfnClusterMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClusterMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnClusterMixinProps
@Stability(Stable)
@Internal
public static final class CfnClusterMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClusterMixinProps
An implementation for
CfnClusterMixinProps-
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.cfnpropertymixins.services.pcs.CfnClusterMixinProps
CfnClusterMixinProps.Builder, CfnClusterMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnClusterMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnClusterMixinProps.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 StringgetName()The name that identifies the cluster.final ObjectThe networking configuration for the cluster's control plane.final ObjectThe cluster management and job scheduling software associated with the cluster.final StringgetSize()The size of the cluster.final ObjectAdditional options related to the Slurm scheduler.getTags()1 or more tags added to the resource.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 theCfnClusterMixinProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnClusterMixinPropsThe name that identifies the cluster.- Specified by:
getNamein interfaceCfnClusterMixinProps- See Also:
-
getNetworking
Description copied from interface:CfnClusterMixinPropsThe networking configuration for the cluster's control plane.Returns union: either
IResolvableorCfnClusterPropsMixin.NetworkingProperty- Specified by:
getNetworkingin interfaceCfnClusterMixinProps- See Also:
-
getScheduler
Description copied from interface:CfnClusterMixinPropsThe cluster management and job scheduling software associated with the cluster.Returns union: either
IResolvableorCfnClusterPropsMixin.SchedulerProperty- Specified by:
getSchedulerin interfaceCfnClusterMixinProps- See Also:
-
getSize
Description copied from interface:CfnClusterMixinPropsThe size of the cluster.SMALL: 32 compute nodes and 256 jobsMEDIUM: 512 compute nodes and 8192 jobsLARGE: 2048 compute nodes and 16,384 jobs
- Specified by:
getSizein interfaceCfnClusterMixinProps- See Also:
-
getSlurmConfiguration
Description copied from interface:CfnClusterMixinPropsAdditional options related to the Slurm scheduler.Returns union: either
IResolvableorCfnClusterPropsMixin.SlurmConfigurationProperty- Specified by:
getSlurmConfigurationin interfaceCfnClusterMixinProps- See Also:
-
getTags
Description copied from interface:CfnClusterMixinProps1 or more tags added to the resource.Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.
- Specified by:
getTagsin interfaceCfnClusterMixinProps- 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()
-