Skip to content

LaunchConfigurationProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new LaunchConfigurationProperty {
    object ImageId,
    object SecurityGroupId,
    object AutoReleaseTime = null,
    object CreditSpecification = null,
    object DataDisk = null,
    object DeploymentSetId = null,
    object HostName = null,
    object HostNames = null,
    object ImageFamily = 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 SecurityGroupIds = null,
    object SystemDiskBurstingEnabled = null,
    object SystemDiskCategory = null,
    object SystemDiskDescription = null,
    object SystemDiskEncrypted = null,
    object SystemDiskKmsKeyId = null,
    object SystemDiskName = null,
    object SystemDiskPerformanceLevel = null,
    object SystemDiskProvisionedIops = null,
    object SystemDiskSize = null,
    object Tag = null,
    object UserData = null
};

Properties

Name Type Description
ImageId object No description.
SecurityGroupId object No description.
AutoReleaseTime object No description.
CreditSpecification object No description.
DataDisk object No description.
DeploymentSetId object No description.
HostName object No description.
HostNames object No description.
ImageFamily 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.
SecurityGroupIds object No description.
SystemDiskBurstingEnabled object No description.
SystemDiskCategory object No description.
SystemDiskDescription object No description.
SystemDiskEncrypted object No description.
SystemDiskKmsKeyId object No description.
SystemDiskName object No description.
SystemDiskPerformanceLevel object No description.
SystemDiskProvisionedIops 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

AutoReleaseTimeOptional

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

CreditSpecificationOptional

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

DataDiskOptional

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

DeploymentSetIdOptional

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

HostNameOptional

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

HostNamesOptional

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

ImageFamilyOptional

public object ImageFamily { 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

SecurityGroupIdsOptional

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

SystemDiskBurstingEnabledOptional

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

SystemDiskCategoryOptional

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

SystemDiskDescriptionOptional

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

SystemDiskEncryptedOptional

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

SystemDiskKmsKeyIdOptional

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

SystemDiskNameOptional

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

SystemDiskPerformanceLevelOptional

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

SystemDiskProvisionedIopsOptional

public object SystemDiskProvisionedIops { 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