Skip to content

NodesProps

Properties for defining a Nodes.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ehpc-nodes

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ehpc;
new NodesProps {
    object ClusterId,
    object HostName = null,
    object HostNamePrefix = null,
    object HostNameSuffix = null,
    object PrivateIpAddress = null,
    object RefreshOptions = null,
    object Role = null
};

Properties

Name Type Description
ClusterId object Property clusterId: The ID of the cluster.
HostName object Property hostName: The name of the node.
HostNamePrefix object Property hostNamePrefix: The prefix of the hostname.
HostNameSuffix object Property hostNameSuffix: The suffix of the hostname.
PrivateIpAddress object Property privateIpAddress: The private IP address of the node.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Role object Property role: The type of the node.

ClusterIdRequired

public object ClusterId { get; set; }
  • Type: object

Property clusterId: The ID of the cluster.


HostNameOptional

public object HostName { get; set; }
  • Type: object

Property hostName: The name of the node.

You can perform a fuzzy search. MySQL regular expressions are supported.


HostNamePrefixOptional

public object HostNamePrefix { get; set; }
  • Type: object

Property hostNamePrefix: The prefix of the hostname.

You can query nodes that have a specified prefix.


HostNameSuffixOptional

public object HostNameSuffix { get; set; }
  • Type: object

Property hostNameSuffix: The suffix of the hostname.

You can query nodes that have a specified suffix.


PrivateIpAddressOptional

public object PrivateIpAddress { get; set; }
  • Type: object

Property privateIpAddress: The private IP address of the node.


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

RoleOptional

public object Role { get; set; }
  • Type: object

Property role: The type of the node.

Valid values: Manager: management node Login: logon node Compute: compute node