DeploymentSetsProps
Properties for defining a DeploymentSets
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-ecs-deploymentsets
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new DeploymentSetsProps {
object DeploymentSetIds = null,
object DeploymentSetName = null,
object Domain = null,
object RefreshOptions = null,
object Strategy = null
};
Properties
Name | Type | Description |
---|---|---|
DeploymentSetIds |
object |
Property deploymentSetIds: he IDs of deployment sets. |
DeploymentSetName |
object |
Property deploymentSetName: The name of the deployment set. |
Domain |
object |
Property domain: The deployment domain. |
RefreshOptions |
object |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
Strategy |
object |
Property strategy: The deployment strategy. |
DeploymentSetIds
Optional
public object DeploymentSetIds { get; set; }
- Type: object
Property deploymentSetIds: he IDs of deployment sets.
The value can be a JSON array that consists of up to 100 deployment set IDs in the format of ["ds-xxxxxxxxx", "ds-yyyyyyyyy", … "ds-zzzzzzzzz"]. Separate multiple deployment set IDs with commas (,).
DeploymentSetName
Optional
public object DeploymentSetName { get; set; }
- Type: object
Property deploymentSetName: The name of the deployment set.
Domain
Optional
public object Domain { get; set; }
- Type: object
Property domain: The deployment domain.
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.
Strategy
Optional
public object Strategy { get; set; }
- Type: object
Property strategy: The deployment strategy.
Valid values: Availability: high availability strategy. AvailabilityGroup: high availability group strategy.