Class INodeRangeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.INodeRangeProps.Jsii$Proxy
- All Implemented Interfaces:
INodeRangeProps,INodeRangeProps.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- INodeRangeProps
@Internal
public static final class INodeRangeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements INodeRangeProps.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.INodeRangeProps
INodeRangeProps.Jsii$Default, INodeRangeProps.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal JobDefinitionContainer(experimental) The container details for the node range.final Number(experimental) The minimum node index value to apply this container definition against.final Number(experimental) The maximum node index value to apply this container definition against.final void(experimental) The container details for the node range.final voidsetFromNodeIndex(Number value) (experimental) The minimum node index value to apply this container definition against.final voidsetToNodeIndex(Number value) (experimental) The maximum node index value to apply this container definition against.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getContainer
(experimental) The container details for the node range.- Specified by:
getContainerin interfaceINodeRangeProps- Specified by:
getContainerin interfaceINodeRangeProps.Jsii$Default
-
setContainer
(experimental) The container details for the node range.- Specified by:
setContainerin interfaceINodeRangeProps- Specified by:
setContainerin interfaceINodeRangeProps.Jsii$Default
-
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- Specified by:
getFromNodeIndexin interfaceINodeRangeProps.Jsii$Default
-
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- Specified by:
setFromNodeIndexin interfaceINodeRangeProps.Jsii$Default
-
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- Specified by:
getToNodeIndexin interfaceINodeRangeProps.Jsii$Default
-
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- Specified by:
setToNodeIndexin interfaceINodeRangeProps.Jsii$Default
-