AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is an object that represents the properties of the node range for a multi-node parallel job.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.NodeRangeProperty

Namespace: Amazon.Batch.Model
Assembly: AWSSDK.Batch.dll
Version: 3.x.y.z

Syntax

C#
public class NodeRangeProperty

The NodeRangeProperty type exposes the following members

Constructors

NameDescription
Public Method NodeRangeProperty()

Properties

NameTypeDescription
Public Property Container Amazon.Batch.Model.ContainerProperties

Gets and sets the property Container.

The container details for the node range.

Public Property EcsProperties Amazon.Batch.Model.EcsProperties

Gets and sets the property EcsProperties.

This is an object that represents the properties of the node range for a multi-node parallel job.

Public Property InstanceTypes System.Collections.Generic.List<System.String>

Gets and sets the property InstanceTypes.

The 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.

Public Property TargetNodes System.String

Gets and sets the property TargetNodes.

The range of nodes, using node index values. A range of 0:3 indicates nodes with index values of 0 through 3. If the starting range value is omitted (:n), then 0 is 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:10 and 4:5). In this case, the 4:5 range properties override the 0:10 properties.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5