RosLaunchTemplateProps
Properties for defining a RosLaunchTemplate
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-launchtemplate
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosLaunchTemplateProps {
object LaunchTemplateName,
object AutoReleaseTime = null,
object DeploymentSetId = null,
object Description = null,
object DiskMappings = null,
object HostName = null,
object ImageId = null,
object ImageOwnerAlias = null,
object InstanceChargeType = null,
object InstanceName = null,
object InstanceType = null,
object InternetChargeType = null,
object InternetMaxBandwidthOut = null,
object IoOptimized = null,
object Ipv6AddressCount = null,
object KeyPairName = null,
object NetworkInterfaces = null,
object NetworkType = null,
object PasswordInherit = null,
object Period = null,
object PrivateIpAddress = null,
object RamRoleName = null,
object ResourceGroupId = null,
object SecurityEnhancementStrategy = null,
object SecurityGroupId = null,
object SecurityGroupIds = null,
object SpotDuration = null,
object SpotPriceLimit = null,
object SpotStrategy = null,
object SystemDiskCategory = null,
object SystemDiskDeleteWithInstance = null,
object SystemDiskDescription = null,
object SystemDiskDiskName = null,
object SystemDiskPerformanceLevel = null,
object SystemDiskSize = null,
TagsProperty[] Tags = null,
object TemplateResourceGroupId = null,
object TemplateTags = null,
object UserData = null,
object VersionDescription = null,
object VSwitchId = null,
object ZoneId = null
};
Properties
Name | Type | Description |
---|---|---|
LaunchTemplateName |
object |
No description. |
AutoReleaseTime |
object |
No description. |
DeploymentSetId |
object |
No description. |
Description |
object |
No description. |
DiskMappings |
object |
No description. |
HostName |
object |
No description. |
ImageId |
object |
No description. |
ImageOwnerAlias |
object |
No description. |
InstanceChargeType |
object |
No description. |
InstanceName |
object |
No description. |
InstanceType |
object |
No description. |
InternetChargeType |
object |
No description. |
InternetMaxBandwidthOut |
object |
No description. |
IoOptimized |
object |
No description. |
Ipv6AddressCount |
object |
No description. |
KeyPairName |
object |
No description. |
NetworkInterfaces |
object |
No description. |
NetworkType |
object |
No description. |
PasswordInherit |
object |
No description. |
Period |
object |
No description. |
PrivateIpAddress |
object |
No description. |
RamRoleName |
object |
No description. |
ResourceGroupId |
object |
No description. |
SecurityEnhancementStrategy |
object |
No description. |
SecurityGroupId |
object |
No description. |
SecurityGroupIds |
object |
No description. |
SpotDuration |
object |
No description. |
SpotPriceLimit |
object |
No description. |
SpotStrategy |
object |
No description. |
SystemDiskCategory |
object |
No description. |
SystemDiskDeleteWithInstance |
object |
No description. |
SystemDiskDescription |
object |
No description. |
SystemDiskDiskName |
object |
No description. |
SystemDiskPerformanceLevel |
object |
No description. |
SystemDiskSize |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
TemplateResourceGroupId |
object |
No description. |
TemplateTags |
object |
No description. |
UserData |
object |
No description. |
VersionDescription |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
LaunchTemplateName
Required
public object LaunchTemplateName { get; set; }
- Type: object
AutoReleaseTime
Optional
public object AutoReleaseTime { get; set; }
- Type: object
DeploymentSetId
Optional
public object DeploymentSetId { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DiskMappings
Optional
public object DiskMappings { get; set; }
- Type: object
HostName
Optional
public object HostName { get; set; }
- Type: object
ImageId
Optional
public object ImageId { get; set; }
- Type: object
ImageOwnerAlias
Optional
public object ImageOwnerAlias { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
InstanceType
Optional
public object InstanceType { get; set; }
- Type: object
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
InternetMaxBandwidthOut
Optional
public object InternetMaxBandwidthOut { get; set; }
- Type: object
IoOptimized
Optional
public object IoOptimized { get; set; }
- Type: object
Ipv6AddressCount
Optional
public object Ipv6AddressCount { get; set; }
- Type: object
KeyPairName
Optional
public object KeyPairName { get; set; }
- Type: object
NetworkInterfaces
Optional
public object NetworkInterfaces { get; set; }
- Type: object
NetworkType
Optional
public object NetworkType { get; set; }
- Type: object
PasswordInherit
Optional
public object PasswordInherit { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PrivateIpAddress
Optional
public object PrivateIpAddress { get; set; }
- Type: object
RamRoleName
Optional
public object RamRoleName { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecurityEnhancementStrategy
Optional
public object SecurityEnhancementStrategy { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
SecurityGroupIds
Optional
public object SecurityGroupIds { get; set; }
- Type: object
SpotDuration
Optional
public object SpotDuration { get; set; }
- Type: object
SpotPriceLimit
Optional
public object SpotPriceLimit { get; set; }
- Type: object
SpotStrategy
Optional
public object SpotStrategy { get; set; }
- Type: object
SystemDiskCategory
Optional
public object SystemDiskCategory { get; set; }
- Type: object
SystemDiskDeleteWithInstance
Optional
public object SystemDiskDeleteWithInstance { get; set; }
- Type: object
SystemDiskDescription
Optional
public object SystemDiskDescription { get; set; }
- Type: object
SystemDiskDiskName
Optional
public object SystemDiskDiskName { get; set; }
- Type: object
SystemDiskPerformanceLevel
Optional
public object SystemDiskPerformanceLevel { get; set; }
- Type: object
SystemDiskSize
Optional
public object SystemDiskSize { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
TemplateResourceGroupId
Optional
public object TemplateResourceGroupId { get; set; }
- Type: object
TemplateTags
Optional
public object TemplateTags { get; set; }
- Type: object
UserData
Optional
public object UserData { get; set; }
- Type: object
VersionDescription
Optional
public object VersionDescription { get; set; }
- Type: object
VSwitchId
Optional
public object VSwitchId { get; set; }
- Type: object
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object