RosInstanceGroupProps
Properties for defining a RosInstanceGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-instancegroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new RosInstanceGroupProps {
object ImageId,
object InstanceType,
object SecurityGroupId,
object VSwitchId,
object Amount = null,
object AutoPay = null,
object AutoRenew = null,
object ChargeType = null,
object Description = null,
object EipBandwidth = null,
object InstanceName = null,
object KeyPairName = null,
object Period = null,
object PeriodUnit = null,
object Resolution = null,
object Tag = null,
object VncPassword = null
};
Properties
Name | Type | Description |
---|---|---|
ImageId |
object |
No description. |
InstanceType |
object |
No description. |
SecurityGroupId |
object |
No description. |
VSwitchId |
object |
No description. |
Amount |
object |
No description. |
AutoPay |
object |
No description. |
AutoRenew |
object |
No description. |
ChargeType |
object |
No description. |
Description |
object |
No description. |
EipBandwidth |
object |
No description. |
InstanceName |
object |
No description. |
KeyPairName |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
Resolution |
object |
No description. |
Tag |
object |
No description. |
VncPassword |
object |
No description. |
ImageId
Required
public object ImageId { get; set; }
- Type: object
InstanceType
Required
public object InstanceType { get; set; }
- Type: object
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
Amount
Optional
public object Amount { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
ChargeType
Optional
public object ChargeType { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
EipBandwidth
Optional
public object EipBandwidth { get; set; }
- Type: object
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
KeyPairName
Optional
public object KeyPairName { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
Resolution
Optional
public object Resolution { get; set; }
- Type: object
Tag
Optional
public object Tag { get; set; }
- Type: object
VncPassword
Optional
public object VncPassword { get; set; }
- Type: object