Skip to content

RosHpcClusterProps

Properties for defining a RosHpcCluster.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-hpccluster

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosHpcClusterProps {
    object Name,
    object Description = null
};

Properties

Name Type Description
Name object No description.
Description object No description.

NameRequired

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

DescriptionOptional

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