@Internal public static final class INodeRangeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements INodeRangeProps.Jsii$Default
software.amazon.jsii.JsiiObject.InitializationModeINodeRangeProps.Jsii$Default, INodeRangeProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionContainer |
getContainer()
(experimental) The container details for the node range.
|
Number |
getFromNodeIndex()
(experimental) The minimum node index value to apply this container definition against.
|
Number |
getToNodeIndex()
(experimental) The maximum node index value to apply this container definition against.
|
void |
setContainer(JobDefinitionContainer value)
(experimental) The container details for the node range.
|
void |
setFromNodeIndex(Number value)
(experimental) The minimum node index value to apply this container definition against.
|
void |
setToNodeIndex(Number value)
(experimental) The maximum node index value to apply this container definition against.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Experimental) @NotNull public final JobDefinitionContainer getContainer()
getContainer in interface INodeRangePropsgetContainer in interface INodeRangeProps.Jsii$Default@Stability(value=Experimental)
public final void setContainer(@NotNull
JobDefinitionContainer value)
setContainer in interface INodeRangePropssetContainer in interface INodeRangeProps.Jsii$Default@Stability(value=Experimental) @Nullable public final Number getFromNodeIndex()
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
getFromNodeIndex in interface INodeRangePropsgetFromNodeIndex in interface INodeRangeProps.Jsii$Default@Stability(value=Experimental)
public final void setFromNodeIndex(@Nullable
Number value)
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
setFromNodeIndex in interface INodeRangePropssetFromNodeIndex in interface INodeRangeProps.Jsii$Default@Stability(value=Experimental) @Nullable public final Number getToNodeIndex()
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
getToNodeIndex in interface INodeRangePropsgetToNodeIndex in interface INodeRangeProps.Jsii$Default@Stability(value=Experimental)
public final void setToNodeIndex(@Nullable
Number value)
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
setToNodeIndex in interface INodeRangePropssetToNodeIndex in interface INodeRangeProps.Jsii$DefaultCopyright © 2021. All rights reserved.