Skip to content

DeploymentSetProps

Properties for defining a DeploymentSet.

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

Initializer

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

Properties

Name Type Description
DeploymentSetName interface{} Property deploymentSetName: The name of the deployment set.
Description interface{} Property description: The description of the deployment set.
GroupCount interface{} Property groupCount: Set the number of groups for the deployment set group high availability policy.
OnUnableToRedeployFailedInstance interface{} Property onUnableToRedeployFailedInstance: The emergency solution to redeploy failed instances in the deployment set.
Strategy interface{} Property strategy: Deployment strategy.

DeploymentSetNameOptional

DeploymentSetName interface{}
  • Type: interface{}

Property deploymentSetName: The name of the deployment set.

It must be 2 to 128 characters in length. It must start with a letter and cannot start with http:// or https://. It can contain letters, digits, colons (:), underscores (_), and hyphens (-).


DescriptionOptional

Description interface{}
  • Type: interface{}

Property description: The description of the deployment set.

It must be 2 to 256 characters in length. It cannot start with http:// or https://.


GroupCountOptional

GroupCount interface{}
  • Type: interface{}

Property groupCount: Set the number of groups for the deployment set group high availability policy.

Value range: 1~7. Default value: 3. This parameter only takes effect when Strategy=AvailabilityGroup.


OnUnableToRedeployFailedInstanceOptional

OnUnableToRedeployFailedInstance interface{}
  • Type: interface{}

Property onUnableToRedeployFailedInstance: The emergency solution to redeploy failed instances in the deployment set.

Valid values: CancelMembershipAndStart: restarts the instances immediately after they are shut down and migrated to other deployment sets. This is the default value. KeepStopped: keeps the instances shut down and restarts them after the deployment set is replenished.


StrategyOptional

Strategy interface{}
  • Type: interface{}

Property strategy: Deployment strategy.

Ranges: Availability: High availability strategy. AvailabilityGroup: Deployment group high availability strategy. LowLatency: Network low latency strategy.