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