HpcClusterProps
Properties for defining a HpcCluster
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-hpccluster
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new HpcClusterProps {
object HpcClusterId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
HpcClusterId |
object |
Property hpcClusterId: The ID of cluster. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
HpcClusterId
Required
public object HpcClusterId { get; set; }
- Type: object
Property hpcClusterId: The ID of cluster.
RefreshOptions
Optional
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.