Skip to content

ScalingGroupProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cs;
new ScalingGroupProperty {
    object InstanceTypes,
    object SystemDiskSize,
    object VSwitchIds,
    object DataDisks = null,
    object ImageId = null,
    object InstanceChargeType = null,
    object InternetChargeType = null,
    object InternetMaxBandwidthOut = null,
    object IsEnterpriseSecurityGroup = null,
    object KeyPair = null,
    object LoginPassword = null,
    object Period = null,
    object PeriodUnit = null,
    object Platform = null,
    object RdsInstances = null,
    object SystemDiskCategory = null,
    object SystemDiskPerformanceLevel = null,
    ScalingGroupTagsProperty[] Tags = null,
    object ZoneIds = null
};

Properties

Name Type Description
InstanceTypes object No description.
SystemDiskSize object No description.
VSwitchIds object No description.
DataDisks object No description.
ImageId object No description.
InstanceChargeType object No description.
InternetChargeType object No description.
InternetMaxBandwidthOut object No description.
IsEnterpriseSecurityGroup object No description.
KeyPair object No description.
LoginPassword object No description.
Period object No description.
PeriodUnit object No description.
Platform object No description.
RdsInstances object No description.
SystemDiskCategory object No description.
SystemDiskPerformanceLevel object No description.
Tags ScalingGroupTagsProperty[] No description.
ZoneIds object No description.

InstanceTypesRequired

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

SystemDiskSizeRequired

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

VSwitchIdsRequired

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

DataDisksOptional

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

ImageIdOptional

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

InstanceChargeTypeOptional

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

InternetChargeTypeOptional

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

InternetMaxBandwidthOutOptional

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

IsEnterpriseSecurityGroupOptional

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

KeyPairOptional

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

LoginPasswordOptional

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

PeriodOptional

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

PeriodUnitOptional

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

PlatformOptional

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

RdsInstancesOptional

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

SystemDiskCategoryOptional

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

SystemDiskPerformanceLevelOptional

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

TagsOptional

public ScalingGroupTagsProperty[] Tags { get; set; }

ZoneIdsOptional

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