Skip to content

LaunchConfigurationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new LaunchConfigurationProperty {
    object ImageId,
    object SecurityGroupId,
    object CreditSpecification = null,
    object DataDisk = null,
    object HostName = null,
    object InstanceDescription = null,
    object InstanceName = null,
    object InternetChargeType = null,
    object InternetMaxBandwidthOut = null,
    object IoOptimized = null,
    object KeyPairName = null,
    object PasswordInherit = null,
    object RamRoleName = null,
    object ResourceGroupId = null,
    object SecurityEnhancementStrategy = null,
    object SystemDiskCategory = null,
    object SystemDiskDescription = null,
    object SystemDiskName = null,
    object SystemDiskPerformanceLevel = null,
    object SystemDiskSize = null,
    object Tag = null,
    object UserData = null
};

Properties

Name Type Description
ImageId object No description.
SecurityGroupId object No description.
CreditSpecification object No description.
DataDisk object No description.
HostName object No description.
InstanceDescription object No description.
InstanceName object No description.
InternetChargeType object No description.
InternetMaxBandwidthOut object No description.
IoOptimized object No description.
KeyPairName object No description.
PasswordInherit object No description.
RamRoleName object No description.
ResourceGroupId object No description.
SecurityEnhancementStrategy object No description.
SystemDiskCategory object No description.
SystemDiskDescription object No description.
SystemDiskName object No description.
SystemDiskPerformanceLevel object No description.
SystemDiskSize object No description.
Tag object No description.
UserData object No description.

ImageIdRequired

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

SecurityGroupIdRequired

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

CreditSpecificationOptional

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

DataDiskOptional

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

HostNameOptional

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

InstanceDescriptionOptional

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

InstanceNameOptional

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

InternetChargeTypeOptional

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

InternetMaxBandwidthOutOptional

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

IoOptimizedOptional

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

KeyPairNameOptional

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

PasswordInheritOptional

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

RamRoleNameOptional

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

ResourceGroupIdOptional

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

SecurityEnhancementStrategyOptional

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

SystemDiskCategoryOptional

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

SystemDiskDescriptionOptional

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

SystemDiskNameOptional

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

SystemDiskPerformanceLevelOptional

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

SystemDiskSizeOptional

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

TagOptional

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

UserDataOptional

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