Class IMultiNodeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.IMultiNodeProps.Jsii$Proxy
- All Implemented Interfaces:
IMultiNodeProps
,IMultiNodeProps.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IMultiNodeProps
@Internal
public static final class IMultiNodeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IMultiNodeProps.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
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.batch.IMultiNodeProps
IMultiNodeProps.Jsii$Default, IMultiNodeProps.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal Number
getCount()
(experimental) The number of nodes associated with a multi-node parallel job.final Number
(experimental) Specifies the node index for the main node of a multi-node parallel job.final List<INodeRangeProps>
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.final void
(experimental) The number of nodes associated with a multi-node parallel job.final void
setMainNode
(Number value) (experimental) Specifies the node index for the main node of a multi-node parallel job.final void
setRangeProps
(List<INodeRangeProps> value) (experimental) A list of node ranges and their properties associated with a multi-node parallel job.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getCount
(experimental) The number of nodes associated with a multi-node parallel job.- Specified by:
getCount
in interfaceIMultiNodeProps
- Specified by:
getCount
in interfaceIMultiNodeProps.Jsii$Default
-
setCount
(experimental) The number of nodes associated with a multi-node parallel job.- Specified by:
setCount
in interfaceIMultiNodeProps
- Specified by:
setCount
in interfaceIMultiNodeProps.Jsii$Default
-
getMainNode
(experimental) Specifies the node index for the main node of a multi-node parallel job.This node index value must be fewer than the number of nodes.
- Specified by:
getMainNode
in interfaceIMultiNodeProps
- Specified by:
getMainNode
in interfaceIMultiNodeProps.Jsii$Default
-
setMainNode
(experimental) Specifies the node index for the main node of a multi-node parallel job.This node index value must be fewer than the number of nodes.
- Specified by:
setMainNode
in interfaceIMultiNodeProps
- Specified by:
setMainNode
in interfaceIMultiNodeProps.Jsii$Default
-
getRangeProps
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.- Specified by:
getRangeProps
in interfaceIMultiNodeProps
- Specified by:
getRangeProps
in interfaceIMultiNodeProps.Jsii$Default
-
setRangeProps
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.- Specified by:
setRangeProps
in interfaceIMultiNodeProps
- Specified by:
setRangeProps
in interfaceIMultiNodeProps.Jsii$Default
-