Interface IMultiNodeProps.Jsii$Default
- All Superinterfaces:
IMultiNodeProps
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IMultiNodeProps.Jsii$Proxy
- Enclosing interface:
- IMultiNodeProps
Internal default implementation for
IMultiNodeProps
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.IMultiNodeProps
IMultiNodeProps.Jsii$Default, IMultiNodeProps.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault Number
getCount()
(experimental) The number of nodes associated with a multi-node parallel job.default Number
(experimental) Specifies the node index for the main node of a multi-node parallel job.default List<INodeRangeProps>
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.default void
(experimental) The number of nodes associated with a multi-node parallel job.default void
setMainNode
(Number value) (experimental) Specifies the node index for the main node of a multi-node parallel job.default void
setRangeProps
(List<INodeRangeProps> value) (experimental) A list of node ranges and their properties associated with a multi-node parallel job.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCount
(experimental) The number of nodes associated with a multi-node parallel job.- Specified by:
getCount
in interfaceIMultiNodeProps
-
setCount
(experimental) The number of nodes associated with a multi-node parallel job.- Specified by:
setCount
in interfaceIMultiNodeProps
-
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
-
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
-
getRangeProps
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.- Specified by:
getRangeProps
in interfaceIMultiNodeProps
-
setRangeProps
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.- Specified by:
setRangeProps
in interfaceIMultiNodeProps
-