Class IMultiNodeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.IMultiNodeProps.Jsii$Proxy
- All Implemented Interfaces:
IMultiNodeProps,IMultiNodeProps.Jsii$Default,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IMultiNodeProps
@Internal
public static final class IMultiNodeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IMultiNodeProps.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.IMultiNodeProps
IMultiNodeProps.Jsii$Default, IMultiNodeProps.Jsii$Proxy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal NumbergetCount()(experimental) The number of nodes associated with a multi-node parallel job.final Number(experimental) Specifies the node index for the main node of a multi-node parallel job.final List<INodeRangeProps>(experimental) A list of node ranges and their properties associated with a multi-node parallel job.final void(experimental) The number of nodes associated with a multi-node parallel job.final voidsetMainNode(Number value) (experimental) Specifies the node index for the main node of a multi-node parallel job.final voidsetRangeProps(List<INodeRangeProps> value) (experimental) A list of node ranges and their properties associated with a multi-node parallel job.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
-
getCount
(experimental) The number of nodes associated with a multi-node parallel job.- Specified by:
getCountin interfaceIMultiNodeProps- Specified by:
getCountin interfaceIMultiNodeProps.Jsii$Default
-
setCount
(experimental) The number of nodes associated with a multi-node parallel job.- Specified by:
setCountin interfaceIMultiNodeProps- Specified by:
setCountin interfaceIMultiNodeProps.Jsii$Default
-
getMainNode
(experimental) Specifies the node index for the main node of a multi-node parallel job.This node index value must be fewer than the number of nodes.
- Specified by:
getMainNodein interfaceIMultiNodeProps- Specified by:
getMainNodein interfaceIMultiNodeProps.Jsii$Default
-
setMainNode
(experimental) Specifies the node index for the main node of a multi-node parallel job.This node index value must be fewer than the number of nodes.
- Specified by:
setMainNodein interfaceIMultiNodeProps- Specified by:
setMainNodein interfaceIMultiNodeProps.Jsii$Default
-
getRangeProps
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.- Specified by:
getRangePropsin interfaceIMultiNodeProps- Specified by:
getRangePropsin interfaceIMultiNodeProps.Jsii$Default
-
setRangeProps
(experimental) A list of node ranges and their properties associated with a multi-node parallel job.- Specified by:
setRangePropsin interfaceIMultiNodeProps- Specified by:
setRangePropsin interfaceIMultiNodeProps.Jsii$Default
-