Class CfnJobDefinition.NodeRangePropertyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.NodeRangePropertyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinition.NodeRangePropertyProperty
CfnJobDefinition.NodeRangePropertyProperty-
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.CfnJobDefinition.NodeRangePropertyProperty
CfnJobDefinition.NodeRangePropertyProperty.Builder, CfnJobDefinition.NodeRangePropertyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinition.NodeRangePropertyProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectContains a list of consumable resources required by a job.final ObjectThe container details for the node range.final ObjectThis is an object that represents the properties of the node range for a multi-node parallel job.final ObjectThis is an object that represents the properties of the node range for a multi-node parallel job.The instance types of the underlying host infrastructure of a multi-node parallel job.final StringThe range of nodes, using node index values.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.NodeRangePropertyProperty.Builder.
-
-
Method Details
-
getTargetNodes
Description copied from interface:CfnJobDefinition.NodeRangePropertyPropertyThe range of nodes, using node index values.A range of
0:3indicates nodes with index values of0through3. If the starting range value is omitted (:n), then0is used to start the range. If the ending range value is omitted (n:), then the highest possible node index is used to end the range. Your accumulative node ranges must account for all nodes (0:n). You can nest node ranges (for example,0:10and4:5). In this case, the4:5range properties override the0:10properties.- Specified by:
getTargetNodesin interfaceCfnJobDefinition.NodeRangePropertyProperty- See Also:
-
getConsumableResourceProperties
Description copied from interface:CfnJobDefinition.NodeRangePropertyPropertyContains a list of consumable resources required by a job.Returns union: either
IResolvableorCfnJobDefinition.ConsumableResourcePropertiesProperty- Specified by:
getConsumableResourcePropertiesin interfaceCfnJobDefinition.NodeRangePropertyProperty- See Also:
-
getContainer
Description copied from interface:CfnJobDefinition.NodeRangePropertyPropertyThe container details for the node range.Returns union: either
IResolvableorCfnJobDefinition.ContainerPropertiesProperty- Specified by:
getContainerin interfaceCfnJobDefinition.NodeRangePropertyProperty- See Also:
-
getEcsProperties
Description copied from interface:CfnJobDefinition.NodeRangePropertyPropertyThis is an object that represents the properties of the node range for a multi-node parallel job.Returns union: either
IResolvableorCfnJobDefinition.MultiNodeEcsPropertiesProperty- Specified by:
getEcsPropertiesin interfaceCfnJobDefinition.NodeRangePropertyProperty- See Also:
-
getEksProperties
Description copied from interface:CfnJobDefinition.NodeRangePropertyPropertyThis is an object that represents the properties of the node range for a multi-node parallel job.Returns union: either
IResolvableorCfnJobDefinition.EksPropertiesProperty- Specified by:
getEksPropertiesin interfaceCfnJobDefinition.NodeRangePropertyProperty- See Also:
-
getInstanceTypes
Description copied from interface:CfnJobDefinition.NodeRangePropertyPropertyThe instance types of the underlying host infrastructure of a multi-node parallel job.This parameter isn't applicable to jobs that are running on Fargate resources.
In addition, this list object is currently limited to one element.
- Specified by:
getInstanceTypesin interfaceCfnJobDefinition.NodeRangePropertyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-