Skip to content

RosDeploymentSetProps

Properties for defining a RosDeploymentSet.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosDeploymentSetProps {
    DeploymentSetName: interface{},
    Description: interface{},
    GroupCount: interface{},
    OnUnableToRedeployFailedInstance: interface{},
    Strategy: interface{},
}

Properties

Name Type Description
DeploymentSetName interface{} No description.
Description interface{} No description.
GroupCount interface{} No description.
OnUnableToRedeployFailedInstance interface{} No description.
Strategy interface{} No description.

DeploymentSetNameOptional

DeploymentSetName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

GroupCountOptional

GroupCount interface{}
  • Type: interface{}

OnUnableToRedeployFailedInstanceOptional

OnUnableToRedeployFailedInstance interface{}
  • Type: interface{}

StrategyOptional

Strategy interface{}
  • Type: interface{}