RosDrdsInstanceProps
Properties for defining a RosDrdsInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-drds-drdsinstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Drds;
new RosDrdsInstanceProps {
object Description,
object InstanceSeries,
object PayType,
object Specification,
object Type,
object ZoneId,
object Duration = null,
object IsAutoRenew = null,
object MySqlVersion = null,
object PricingCycle = null,
object ResourceGroupId = null,
TagsProperty[] Tags = null,
object VpcId = null,
object VswitchId = null
};
Properties
Name | Type | Description |
---|---|---|
Description |
object |
No description. |
InstanceSeries |
object |
No description. |
PayType |
object |
No description. |
Specification |
object |
No description. |
Type |
object |
No description. |
ZoneId |
object |
No description. |
Duration |
object |
No description. |
IsAutoRenew |
object |
No description. |
MySqlVersion |
object |
No description. |
PricingCycle |
object |
No description. |
ResourceGroupId |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
VpcId |
object |
No description. |
VswitchId |
object |
No description. |
Description
Required
public object Description { get; set; }
- Type: object
InstanceSeries
Required
public object InstanceSeries { get; set; }
- Type: object
PayType
Required
public object PayType { get; set; }
- Type: object
Specification
Required
public object Specification { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
Duration
Optional
public object Duration { get; set; }
- Type: object
IsAutoRenew
Optional
public object IsAutoRenew { get; set; }
- Type: object
MySqlVersion
Optional
public object MySqlVersion { get; set; }
- Type: object
PricingCycle
Optional
public object PricingCycle { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
VpcId
Optional
public object VpcId { get; set; }
- Type: object
VswitchId
Optional
public object VswitchId { get; set; }
- Type: object