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.

An object that represents the node properties of a multi-node parallel job.

Node properties can't be specified for Amazon EKS based job definitions.

Inheritance Hierarchy

System.Object
  Amazon.Batch.Model.NodeProperties

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

Syntax

C#
public class NodeProperties

The NodeProperties type exposes the following members

Constructors

NameDescription
Public Method NodeProperties()

Properties

NameTypeDescription
Public Property MainNode System.Int32

Gets and sets the property MainNode.

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.

Public Property NodeRangeProperties System.Collections.Generic.List<Amazon.Batch.Model.NodeRangeProperty>

Gets and sets the property NodeRangeProperties.

A list of node ranges and their properties that are associated with a multi-node parallel job.

Public Property NumNodes System.Int32

Gets and sets the property NumNodes.

The number of nodes that are associated with a multi-node parallel job.

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