RosInstanceGroupProps
Properties for defining a RosInstanceGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-instancegroup
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudphone"
&alicloudroscdkcloudphone.RosInstanceGroupProps {
ImageId: interface{},
InstanceType: interface{},
SecurityGroupId: interface{},
VSwitchId: interface{},
Amount: interface{},
AutoPay: interface{},
AutoRenew: interface{},
ChargeType: interface{},
Description: interface{},
EipBandwidth: interface{},
InstanceName: interface{},
KeyPairName: interface{},
Period: interface{},
PeriodUnit: interface{},
Resolution: interface{},
Tag: interface{},
VncPassword: interface{},
}
Properties
Name | Type | Description |
---|---|---|
ImageId |
interface{} |
No description. |
InstanceType |
interface{} |
No description. |
SecurityGroupId |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
Amount |
interface{} |
No description. |
AutoPay |
interface{} |
No description. |
AutoRenew |
interface{} |
No description. |
ChargeType |
interface{} |
No description. |
Description |
interface{} |
No description. |
EipBandwidth |
interface{} |
No description. |
InstanceName |
interface{} |
No description. |
KeyPairName |
interface{} |
No description. |
Period |
interface{} |
No description. |
PeriodUnit |
interface{} |
No description. |
Resolution |
interface{} |
No description. |
Tag |
interface{} |
No description. |
VncPassword |
interface{} |
No description. |
ImageId
Required
ImageId interface{}
- Type: interface{}
InstanceType
Required
InstanceType interface{}
- Type: interface{}
SecurityGroupId
Required
SecurityGroupId interface{}
- Type: interface{}
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Amount
Optional
Amount interface{}
- Type: interface{}
AutoPay
Optional
AutoPay interface{}
- Type: interface{}
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
ChargeType
Optional
ChargeType interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
EipBandwidth
Optional
EipBandwidth interface{}
- Type: interface{}
InstanceName
Optional
InstanceName interface{}
- Type: interface{}
KeyPairName
Optional
KeyPairName interface{}
- Type: interface{}
Period
Optional
Period interface{}
- Type: interface{}
PeriodUnit
Optional
PeriodUnit interface{}
- Type: interface{}
Resolution
Optional
Resolution interface{}
- Type: interface{}
Tag
Optional
Tag interface{}
- Type: interface{}
VncPassword
Optional
VncPassword interface{}
- Type: interface{}