Interface INodeRangeProps.Jsii$Default
- All Superinterfaces:
INodeRangeProps,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
INodeRangeProps.Jsii$Proxy
- Enclosing interface:
- INodeRangeProps
Internal default implementation for
INodeRangeProps.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.INodeRangeProps
INodeRangeProps.Jsii$Default, INodeRangeProps.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault JobDefinitionContainer(experimental) The container details for the node range.default Number(experimental) The minimum node index value to apply this container definition against.default Number(experimental) The maximum node index value to apply this container definition against.default void(experimental) The container details for the node range.default voidsetFromNodeIndex(Number value) (experimental) The minimum node index value to apply this container definition against.default voidsetToNodeIndex(Number value) (experimental) The maximum node index value to apply this container definition against.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getContainer
(experimental) The container details for the node range.- Specified by:
getContainerin interfaceINodeRangeProps
-
setContainer
(experimental) The container details for the node range.- Specified by:
setContainerin interfaceINodeRangeProps
-
getFromNodeIndex
(experimental) The minimum node index value to apply this container definition against.You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Default: 0
- Specified by:
getFromNodeIndexin interfaceINodeRangeProps
-
setFromNodeIndex
(experimental) The minimum node index value to apply this container definition against.You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Default: 0
- Specified by:
setFromNodeIndexin interfaceINodeRangeProps
-
getToNodeIndex
(experimental) The maximum node index value to apply this container definition against. If omitted, the highest value is used relative.to the number of nodes associated with the job. You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Default:
IMultiNodeprops.count- Specified by:
getToNodeIndexin interfaceINodeRangeProps
-
setToNodeIndex
(experimental) The maximum node index value to apply this container definition against. If omitted, the highest value is used relative.to the number of nodes associated with the job. You may nest node ranges, for example 0:10 and 4:5, in which case the 4:5 range properties override the 0:10 properties.
Default:
IMultiNodeprops.count- Specified by:
setToNodeIndexin interfaceINodeRangeProps
-