Skip to content

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.

ImageIdRequired

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

InstanceTypeRequired

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

SecurityGroupIdRequired

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

VSwitchIdRequired

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

AmountOptional

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

AutoPayOptional

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

AutoRenewOptional

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

ChargeTypeOptional

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

DescriptionOptional

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

EipBandwidthOptional

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

InstanceNameOptional

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

KeyPairNameOptional

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

PeriodOptional

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

PeriodUnitOptional

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

ResolutionOptional

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

TagOptional

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

VncPasswordOptional

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