Skip to content

InstanceGroupProps

Properties for defining a InstanceGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudphone-instancegroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudphone;
new InstanceGroupProps {
    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 Property imageId: The image id.
InstanceType object Property instanceType: instance type.
SecurityGroupId object Property securityGroupId: Security group to create ecs instance.
VSwitchId object Property vSwitchId: vswitch id.
Amount object Property amount: Specifies the number of ECS instances to create.Value range: 1~100 Default:1.
AutoPay object Property autoPay: Whether to pay automatically, the default is true.
AutoRenew object Property autoRenew: Whether renew the fee automatically.
ChargeType object Property chargeType: Instance internet access charge type.
Description object Property description: Description of instance.
EipBandwidth object Property eipBandwidth: EIP bandwidth value, the value range is 1-200.
InstanceName object Property instanceName: "Display name of the instance, [2, 128] English or Chinese characters, must start with a letter or Chinese in size, can contain numbers, "_" or ".", "-".
KeyPairName object Property keyPairName: Cloud phone instance key pair name.
Period object Property period: Prepaid time period.
PeriodUnit object Property periodUnit: Unit of prepaid time period, it could be Month\/Year.
Resolution object Property resolution: You can use the DescribeInstanceTypes interface to query the list of resolutions supported by the current specification and select an appropriate resolution.
Tag object Property tag: Tags to attach to instance.
VncPassword object Property vncPassword: Cloud phone VNC password.

ImageIdRequired

public object ImageId { get; set; }
  • Type: object

Property imageId: The image id.


InstanceTypeRequired

public object InstanceType { get; set; }
  • Type: object

Property instanceType: instance type.


SecurityGroupIdRequired

public object SecurityGroupId { get; set; }
  • Type: object

Property securityGroupId: Security group to create ecs instance.

For classic instance need the security group not belong to VPC, for VPC instance, please make sure the security group belong to specified VPC.


VSwitchIdRequired

public object VSwitchId { get; set; }
  • Type: object

Property vSwitchId: vswitch id.


AmountOptional

public object Amount { get; set; }
  • Type: object

Property amount: Specifies the number of ECS instances to create.Value range: 1~100 Default:1.


AutoPayOptional

public object AutoPay { get; set; }
  • Type: object

Property autoPay: Whether to pay automatically, the default is true.


AutoRenewOptional

public object AutoRenew { get; set; }
  • Type: object

Property autoRenew: Whether renew the fee automatically.

When the parameter InstanceChargeType is PrePaid, it will take effect. Range of value:True: automatic renewal. False: no automatic renewal. Default value is False.


ChargeTypeOptional

public object ChargeType { get; set; }
  • Type: object

Property chargeType: Instance internet access charge type.


DescriptionOptional

public object Description { get; set; }
  • Type: object

Property description: Description of instance.

The length is 2~256 English or Chinese characters and cannot start with http:// and https://.


EipBandwidthOptional

public object EipBandwidth { get; set; }
  • Type: object

Property eipBandwidth: EIP bandwidth value, the value range is 1-200.

Setting this parameter will automatically create an EIP instance corresponding to the bandwidth and bind the EIP instance to the cloud phone instance. When the instance is released, this EIP instance will be released and recycled together.


InstanceNameOptional

public object InstanceName { get; set; }
  • Type: object

Property instanceName: "Display name of the instance, [2, 128] English or Chinese characters, must start with a letter or Chinese in size, can contain numbers, "_" or ".", "-".


KeyPairNameOptional

public object KeyPairName { get; set; }
  • Type: object

Property keyPairName: Cloud phone instance key pair name.

The cloud phone key can be imported through the ImportKeyPair interface.


PeriodOptional

public object Period { get; set; }
  • Type: object

Property period: Prepaid time period.

While PeriodUnit is month, it could be 1, 2, 3, 6. While PeriodUnit is year, it could be from 1 to 5Default value is 1.


PeriodUnitOptional

public object PeriodUnit { get; set; }
  • Type: object

Property periodUnit: Unit of prepaid time period, it could be Month\/Year.

Default value is Month.


ResolutionOptional

public object Resolution { get; set; }
  • Type: object

Property resolution: You can use the DescribeInstanceTypes interface to query the list of resolutions supported by the current specification and select an appropriate resolution.


TagOptional

public object Tag { get; set; }
  • Type: object

Property tag: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.


VncPasswordOptional

public object VncPassword { get; set; }
  • Type: object

Property vncPassword: Cloud phone VNC password.

The password must be six characters long, and must contain only uppercase, lowercase English letters and Arabic numerals.