RosHpcClusterProps
Properties for defining a RosHpcCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-hpccluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosHpcClusterProps {
object HpcClusterId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
HpcClusterId |
object |
No description. |
RefreshOptions |
object |
No description. |
HpcClusterId
Required
public object HpcClusterId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object