Skip to content

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.

ImageIdRequired

ImageId interface{}
  • Type: interface{}

InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}

SecurityGroupIdRequired

SecurityGroupId interface{}
  • Type: interface{}

VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

AmountOptional

Amount interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

EipBandwidthOptional

EipBandwidth interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

ResolutionOptional

Resolution interface{}
  • Type: interface{}

TagOptional

Tag interface{}
  • Type: interface{}

VncPasswordOptional

VncPassword interface{}
  • Type: interface{}