Skip to content

RosLaunchTemplateProps

Properties for defining a RosLaunchTemplate.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-launchtemplate

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosLaunchTemplateProps {
    LaunchTemplateName: interface{},
    AutoReleaseTime: interface{},
    DeploymentSetId: interface{},
    Description: interface{},
    DiskMappings: interface{},
    HostName: interface{},
    ImageId: interface{},
    ImageOwnerAlias: interface{},
    InstanceChargeType: interface{},
    InstanceName: interface{},
    InstanceType: interface{},
    InternetChargeType: interface{},
    InternetMaxBandwidthOut: interface{},
    IoOptimized: interface{},
    Ipv6AddressCount: interface{},
    KeyPairName: interface{},
    NetworkInterfaces: interface{},
    NetworkType: interface{},
    PasswordInherit: interface{},
    Period: interface{},
    PrivateIpAddress: interface{},
    RamRoleName: interface{},
    ResourceGroupId: interface{},
    SecurityEnhancementStrategy: interface{},
    SecurityGroupId: interface{},
    SecurityGroupIds: interface{},
    SpotDuration: interface{},
    SpotPriceLimit: interface{},
    SpotStrategy: interface{},
    SystemDiskCategory: interface{},
    SystemDiskDeleteWithInstance: interface{},
    SystemDiskDescription: interface{},
    SystemDiskDiskName: interface{},
    SystemDiskPerformanceLevel: interface{},
    SystemDiskSize: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosLaunchTemplate.TagsProperty,
    TemplateResourceGroupId: interface{},
    TemplateTags: interface{},
    UserData: interface{},
    VersionDescription: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
LaunchTemplateName interface{} No description.
AutoReleaseTime interface{} No description.
DeploymentSetId interface{} No description.
Description interface{} No description.
DiskMappings interface{} No description.
HostName interface{} No description.
ImageId interface{} No description.
ImageOwnerAlias interface{} No description.
InstanceChargeType interface{} No description.
InstanceName interface{} No description.
InstanceType interface{} No description.
InternetChargeType interface{} No description.
InternetMaxBandwidthOut interface{} No description.
IoOptimized interface{} No description.
Ipv6AddressCount interface{} No description.
KeyPairName interface{} No description.
NetworkInterfaces interface{} No description.
NetworkType interface{} No description.
PasswordInherit interface{} No description.
Period interface{} No description.
PrivateIpAddress interface{} No description.
RamRoleName interface{} No description.
ResourceGroupId interface{} No description.
SecurityEnhancementStrategy interface{} No description.
SecurityGroupId interface{} No description.
SecurityGroupIds interface{} No description.
SpotDuration interface{} No description.
SpotPriceLimit interface{} No description.
SpotStrategy interface{} No description.
SystemDiskCategory interface{} No description.
SystemDiskDeleteWithInstance interface{} No description.
SystemDiskDescription interface{} No description.
SystemDiskDiskName interface{} No description.
SystemDiskPerformanceLevel interface{} No description.
SystemDiskSize interface{} No description.
Tags *[]TagsProperty No description.
TemplateResourceGroupId interface{} No description.
TemplateTags interface{} No description.
UserData interface{} No description.
VersionDescription interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.

LaunchTemplateNameRequired

LaunchTemplateName interface{}
  • Type: interface{}

AutoReleaseTimeOptional

AutoReleaseTime interface{}
  • Type: interface{}

DeploymentSetIdOptional

DeploymentSetId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DiskMappingsOptional

DiskMappings interface{}
  • Type: interface{}

HostNameOptional

HostName interface{}
  • Type: interface{}

ImageIdOptional

ImageId interface{}
  • Type: interface{}

ImageOwnerAliasOptional

ImageOwnerAlias interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

InstanceTypeOptional

InstanceType interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

InternetMaxBandwidthOutOptional

InternetMaxBandwidthOut interface{}
  • Type: interface{}

IoOptimizedOptional

IoOptimized interface{}
  • Type: interface{}

Ipv6AddressCountOptional

Ipv6AddressCount interface{}
  • Type: interface{}

KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

NetworkInterfacesOptional

NetworkInterfaces interface{}
  • Type: interface{}

NetworkTypeOptional

NetworkType interface{}
  • Type: interface{}

PasswordInheritOptional

PasswordInherit interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

RamRoleNameOptional

RamRoleName interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityEnhancementStrategyOptional

SecurityEnhancementStrategy interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

SecurityGroupIdsOptional

SecurityGroupIds interface{}
  • Type: interface{}

SpotDurationOptional

SpotDuration interface{}
  • Type: interface{}

SpotPriceLimitOptional

SpotPriceLimit interface{}
  • Type: interface{}

SpotStrategyOptional

SpotStrategy interface{}
  • Type: interface{}

SystemDiskCategoryOptional

SystemDiskCategory interface{}
  • Type: interface{}

SystemDiskDeleteWithInstanceOptional

SystemDiskDeleteWithInstance interface{}
  • Type: interface{}

SystemDiskDescriptionOptional

SystemDiskDescription interface{}
  • Type: interface{}

SystemDiskDiskNameOptional

SystemDiskDiskName interface{}
  • Type: interface{}

SystemDiskPerformanceLevelOptional

SystemDiskPerformanceLevel interface{}
  • Type: interface{}

SystemDiskSizeOptional

SystemDiskSize interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TemplateResourceGroupIdOptional

TemplateResourceGroupId interface{}
  • Type: interface{}

TemplateTagsOptional

TemplateTags interface{}
  • Type: interface{}

UserDataOptional

UserData interface{}
  • Type: interface{}

VersionDescriptionOptional

VersionDescription interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}