public static final class INodeRangeProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements INodeRangeProps.Jsii$Default
INodeRangeProps.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.
|
java.lang.Number |
getFromNodeIndex()
(experimental) The minimum node index value to apply this container definition against.
|
java.lang.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(java.lang.Number value)
(experimental) The minimum node index value to apply this container definition against.
|
void |
setToNodeIndex(java.lang.Number value)
(experimental) The maximum node index value to apply this container definition against.
|
public final JobDefinitionContainer getContainer()
getContainer
in interface INodeRangeProps
getContainer
in interface INodeRangeProps.Jsii$Default
public final void setContainer(JobDefinitionContainer value)
setContainer
in interface INodeRangeProps
setContainer
in interface INodeRangeProps.Jsii$Default
public final java.lang.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 INodeRangeProps
getFromNodeIndex
in interface INodeRangeProps.Jsii$Default
public final void setFromNodeIndex(java.lang.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 INodeRangeProps
setFromNodeIndex
in interface INodeRangeProps.Jsii$Default
public final java.lang.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 INodeRangeProps
getToNodeIndex
in interface INodeRangeProps.Jsii$Default
public final void setToNodeIndex(java.lang.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 INodeRangeProps
setToNodeIndex
in interface INodeRangeProps.Jsii$Default