RosDeploymentSetProps
Properties for defining a RosDeploymentSet.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-deploymentset
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosDeploymentSetProps {
object DeploymentSetName = null,
object Description = null,
object GroupCount = null,
object OnUnableToRedeployFailedInstance = null,
object Strategy = null
};
Properties
| Name | Type | Description |
|---|---|---|
DeploymentSetName |
object |
No description. |
Description |
object |
No description. |
GroupCount |
object |
No description. |
OnUnableToRedeployFailedInstance |
object |
No description. |
Strategy |
object |
No description. |
DeploymentSetNameOptional
public object DeploymentSetName { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
GroupCountOptional
public object GroupCount { get; set; }
- Type: object
OnUnableToRedeployFailedInstanceOptional
public object OnUnableToRedeployFailedInstance { get; set; }
- Type: object
StrategyOptional
public object Strategy { get; set; }
- Type: object