NodeTransitionDescription Class

Definition

Describes information about how a node should be transitioned, and is used with StartNodeTransitionAsync().
This object should not be used directly, the derived classes should be used.

public abstract class NodeTransitionDescription
type NodeTransitionDescription = class
Public MustInherit Class NodeTransitionDescription
Inheritance
NodeTransitionDescription
Derived

Constructors

NodeTransitionDescription(NodeTransitionType, Guid, String, BigInteger)

Constructs a NodeTransitionDescription

Properties

NodeInstanceId

The node instance id of the target node. This can be determined through GetNodeListAsync().

NodeName

The name of the node to start or stop. The name can be determined through GetNodeListAsync().

NodeTransitionType

NodeTransitionType determines what type of transition to perform. Start will start a stopped node. Stop will stop an up node.

OperationId

A Guid to identify this operation. This should be unique, and should not be used with other operations.

Methods

ToString()

Prints a string representation of this object.

Applies to