RosElasticityAssuranceProps
Properties for defining a RosElasticityAssurance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-elasticityassurance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosElasticityAssuranceProps {
object InstanceAmount,
object InstanceTypes,
object ZoneId,
object Description = null,
object Period = null,
object PeriodUnit = null,
object PrivatePoolOptions = null,
object ResourceGroupId = null,
object StartTime = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
InstanceAmount |
object |
No description. |
InstanceTypes |
object |
No description. |
ZoneId |
object |
No description. |
Description |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
PrivatePoolOptions |
object |
No description. |
ResourceGroupId |
object |
No description. |
StartTime |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
InstanceAmountRequired
public object InstanceAmount { get; set; }
- Type: object
InstanceTypesRequired
public object InstanceTypes { get; set; }
- Type: object
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object
DescriptionOptional
public object Description { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodUnitOptional
public object PeriodUnit { get; set; }
- Type: object
PrivatePoolOptionsOptional
public object PrivatePoolOptions { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
StartTimeOptional
public object StartTime { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]