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 NumbergetCount()(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 voidsetMainNode(Number value) (experimental) Specifies the node index for the main node of a multi-node parallel job.default voidsetRangeProps(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:
getCountin interfaceIMultiNodeProps
-
setCount
(experimental) The number of nodes associated with a multi-node parallel job.- Specified by:
setCountin 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:
getMainNodein 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:
setMainNodein interfaceIMultiNodeProps
-
getRangeProps
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.- Specified by:
getRangePropsin interfaceIMultiNodeProps
-
setRangeProps
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.- Specified by:
setRangePropsin interfaceIMultiNodeProps
-