@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T17:53:15.616Z") @Stability(value=Experimental) public interface INodeRangeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INodeRangeProps.Jsii$Default
Internal default implementation for
INodeRangeProps. |
static class |
INodeRangeProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
JobDefinitionContainer |
getContainer()
(experimental) The container details for the node range.
|
default Number |
getFromNodeIndex()
(experimental) The minimum node index value to apply this container definition against.
|
default 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.
|
default void |
setFromNodeIndex(Number value)
(experimental) The minimum node index value to apply this container definition against.
|
default void |
setToNodeIndex(Number value)
(experimental) The maximum node index value to apply this container definition against.
|
@Stability(value=Experimental) @NotNull JobDefinitionContainer getContainer()
void setContainer(@NotNull
JobDefinitionContainer value)
@Stability(value=Experimental) @Nullable default 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
@Optional
default 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
@Stability(value=Experimental) @Nullable default 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
@Optional
default 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
Copyright © 2021. All rights reserved.