Skip to content

RosInstanceGroupProps

Properties for defining a RosInstanceGroup.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosInstanceGroupProps {
    InstanceType: interface{},
    MaxAmount: interface{},
    Affinity: interface{},
    AllocatePublicIp: interface{},
    AutoReleaseTime: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    CpuOptions: interface{},
    CreditSpecification: interface{},
    DedicatedHostId: interface{},
    DeletionForce: interface{},
    DeletionProtection: interface{},
    DeploymentSetGroupNo: interface{},
    DeploymentSetId: interface{},
    Description: interface{},
    DiskMappings: interface{},
    EniMappings: interface{},
    HostName: interface{},
    HostNames: interface{},
    HpcClusterId: interface{},
    HttpEndpoint: interface{},
    HttpTokens: interface{},
    ImageFamily: interface{},
    ImageId: interface{},
    ImageOptions: interface{},
    InstanceChargeType: interface{},
    InstanceName: interface{},
    InternetChargeType: interface{},
    InternetMaxBandwidthOut: interface{},
    IoOptimized: interface{},
    Ipv6AddressCount: interface{},
    Ipv6Addresses: interface{},
    KeyPairName: interface{},
    LaunchTemplateId: interface{},
    LaunchTemplateName: interface{},
    LaunchTemplateVersion: interface{},
    NetworkInterfaceQueueNumber: interface{},
    NetworkOptions: interface{},
    NetworkType: interface{},
    Password: interface{},
    PasswordInherit: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    PrivateIpAddress: interface{},
    PrivatePoolOptions: interface{},
    RamRoleName: interface{},
    ResourceGroupId: interface{},
    SchedulerOptions: interface{},
    SecurityEnhancementStrategy: interface{},
    SecurityGroupId: interface{},
    SecurityGroupIds: interface{},
    SecurityOptions: interface{},
    SpotDuration: interface{},
    SpotInterruptionBehavior: interface{},
    SpotPriceLimit: interface{},
    SpotStrategy: interface{},
    StorageSetId: interface{},
    StorageSetPartitionNumber: interface{},
    SystemDiskAutoSnapshotPolicyId: interface{},
    SystemDiskBurstingEnabled: interface{},
    SystemDiskCategory: interface{},
    SystemDiskDescription: interface{},
    SystemDiskDiskName: interface{},
    SystemDiskEncryptAlgorithm: interface{},
    SystemDiskEncrypted: interface{},
    SystemDiskKmsKeyId: interface{},
    SystemDiskPerformanceLevel: interface{},
    SystemDiskProvisionedIops: interface{},
    SystemDiskSize: interface{},
    SystemDiskStorageClusterId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosInstanceGroup.TagsProperty,
    Tenancy: interface{},
    UniqueSuffix: interface{},
    UpdatePolicy: interface{},
    UseAdditionalService: interface{},
    UserData: interface{},
    VpcId: interface{},
    VSwitchId: interface{},
    ZoneId: interface{},
    ZoneIds: interface{},
}

Properties

Name Type Description
InstanceType interface{} No description.
MaxAmount interface{} No description.
Affinity interface{} No description.
AllocatePublicIp interface{} No description.
AutoReleaseTime interface{} No description.
AutoRenew interface{} No description.
AutoRenewPeriod interface{} No description.
CpuOptions interface{} No description.
CreditSpecification interface{} No description.
DedicatedHostId interface{} No description.
DeletionForce interface{} No description.
DeletionProtection interface{} No description.
DeploymentSetGroupNo interface{} No description.
DeploymentSetId interface{} No description.
Description interface{} No description.
DiskMappings interface{} No description.
EniMappings interface{} No description.
HostName interface{} No description.
HostNames interface{} No description.
HpcClusterId interface{} No description.
HttpEndpoint interface{} No description.
HttpTokens interface{} No description.
ImageFamily interface{} No description.
ImageId interface{} No description.
ImageOptions interface{} No description.
InstanceChargeType interface{} No description.
InstanceName interface{} No description.
InternetChargeType interface{} No description.
InternetMaxBandwidthOut interface{} No description.
IoOptimized interface{} No description.
Ipv6AddressCount interface{} No description.
Ipv6Addresses interface{} No description.
KeyPairName interface{} No description.
LaunchTemplateId interface{} No description.
LaunchTemplateName interface{} No description.
LaunchTemplateVersion interface{} No description.
NetworkInterfaceQueueNumber interface{} No description.
NetworkOptions interface{} No description.
NetworkType interface{} No description.
Password interface{} No description.
PasswordInherit interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
PrivateIpAddress interface{} No description.
PrivatePoolOptions interface{} No description.
RamRoleName interface{} No description.
ResourceGroupId interface{} No description.
SchedulerOptions interface{} No description.
SecurityEnhancementStrategy interface{} No description.
SecurityGroupId interface{} No description.
SecurityGroupIds interface{} No description.
SecurityOptions interface{} No description.
SpotDuration interface{} No description.
SpotInterruptionBehavior interface{} No description.
SpotPriceLimit interface{} No description.
SpotStrategy interface{} No description.
StorageSetId interface{} No description.
StorageSetPartitionNumber interface{} No description.
SystemDiskAutoSnapshotPolicyId interface{} No description.
SystemDiskBurstingEnabled interface{} No description.
SystemDiskCategory interface{} No description.
SystemDiskDescription interface{} No description.
SystemDiskDiskName interface{} No description.
SystemDiskEncryptAlgorithm interface{} No description.
SystemDiskEncrypted interface{} No description.
SystemDiskKmsKeyId interface{} No description.
SystemDiskPerformanceLevel interface{} No description.
SystemDiskProvisionedIops interface{} No description.
SystemDiskSize interface{} No description.
SystemDiskStorageClusterId interface{} No description.
Tags *[]TagsProperty No description.
Tenancy interface{} No description.
UniqueSuffix interface{} No description.
UpdatePolicy interface{} No description.
UseAdditionalService interface{} No description.
UserData interface{} No description.
VpcId interface{} No description.
VSwitchId interface{} No description.
ZoneId interface{} No description.
ZoneIds interface{} No description.

InstanceTypeRequired

InstanceType interface{}
  • Type: interface{}

MaxAmountRequired

MaxAmount interface{}
  • Type: interface{}

AffinityOptional

Affinity interface{}
  • Type: interface{}

AllocatePublicIpOptional

AllocatePublicIp interface{}
  • Type: interface{}

AutoReleaseTimeOptional

AutoReleaseTime interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

CpuOptionsOptional

CpuOptions interface{}
  • Type: interface{}

CreditSpecificationOptional

CreditSpecification interface{}
  • Type: interface{}

DedicatedHostIdOptional

DedicatedHostId interface{}
  • Type: interface{}

DeletionForceOptional

DeletionForce interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

DeploymentSetGroupNoOptional

DeploymentSetGroupNo interface{}
  • Type: interface{}

DeploymentSetIdOptional

DeploymentSetId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DiskMappingsOptional

DiskMappings interface{}
  • Type: interface{}

EniMappingsOptional

EniMappings interface{}
  • Type: interface{}

HostNameOptional

HostName interface{}
  • Type: interface{}

HostNamesOptional

HostNames interface{}
  • Type: interface{}

HpcClusterIdOptional

HpcClusterId interface{}
  • Type: interface{}

HttpEndpointOptional

HttpEndpoint interface{}
  • Type: interface{}

HttpTokensOptional

HttpTokens interface{}
  • Type: interface{}

ImageFamilyOptional

ImageFamily interface{}
  • Type: interface{}

ImageIdOptional

ImageId interface{}
  • Type: interface{}

ImageOptionsOptional

ImageOptions interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

InternetChargeTypeOptional

InternetChargeType interface{}
  • Type: interface{}

InternetMaxBandwidthOutOptional

InternetMaxBandwidthOut interface{}
  • Type: interface{}

IoOptimizedOptional

IoOptimized interface{}
  • Type: interface{}

Ipv6AddressCountOptional

Ipv6AddressCount interface{}
  • Type: interface{}

Ipv6AddressesOptional

Ipv6Addresses interface{}
  • Type: interface{}

KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

LaunchTemplateIdOptional

LaunchTemplateId interface{}
  • Type: interface{}

LaunchTemplateNameOptional

LaunchTemplateName interface{}
  • Type: interface{}

LaunchTemplateVersionOptional

LaunchTemplateVersion interface{}
  • Type: interface{}

NetworkInterfaceQueueNumberOptional

NetworkInterfaceQueueNumber interface{}
  • Type: interface{}

NetworkOptionsOptional

NetworkOptions interface{}
  • Type: interface{}

NetworkTypeOptional

NetworkType interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

PasswordInheritOptional

PasswordInherit interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

PrivateIpAddressOptional

PrivateIpAddress interface{}
  • Type: interface{}

PrivatePoolOptionsOptional

PrivatePoolOptions interface{}
  • Type: interface{}

RamRoleNameOptional

RamRoleName interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SchedulerOptionsOptional

SchedulerOptions interface{}
  • Type: interface{}

SecurityEnhancementStrategyOptional

SecurityEnhancementStrategy interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

SecurityGroupIdsOptional

SecurityGroupIds interface{}
  • Type: interface{}

SecurityOptionsOptional

SecurityOptions interface{}
  • Type: interface{}

SpotDurationOptional

SpotDuration interface{}
  • Type: interface{}

SpotInterruptionBehaviorOptional

SpotInterruptionBehavior interface{}
  • Type: interface{}

SpotPriceLimitOptional

SpotPriceLimit interface{}
  • Type: interface{}

SpotStrategyOptional

SpotStrategy interface{}
  • Type: interface{}

StorageSetIdOptional

StorageSetId interface{}
  • Type: interface{}

StorageSetPartitionNumberOptional

StorageSetPartitionNumber interface{}
  • Type: interface{}

SystemDiskAutoSnapshotPolicyIdOptional

SystemDiskAutoSnapshotPolicyId interface{}
  • Type: interface{}

SystemDiskBurstingEnabledOptional

SystemDiskBurstingEnabled interface{}
  • Type: interface{}

SystemDiskCategoryOptional

SystemDiskCategory interface{}
  • Type: interface{}

SystemDiskDescriptionOptional

SystemDiskDescription interface{}
  • Type: interface{}

SystemDiskDiskNameOptional

SystemDiskDiskName interface{}
  • Type: interface{}

SystemDiskEncryptAlgorithmOptional

SystemDiskEncryptAlgorithm interface{}
  • Type: interface{}

SystemDiskEncryptedOptional

SystemDiskEncrypted interface{}
  • Type: interface{}

SystemDiskKmsKeyIdOptional

SystemDiskKmsKeyId interface{}
  • Type: interface{}

SystemDiskPerformanceLevelOptional

SystemDiskPerformanceLevel interface{}
  • Type: interface{}

SystemDiskProvisionedIopsOptional

SystemDiskProvisionedIops interface{}
  • Type: interface{}

SystemDiskSizeOptional

SystemDiskSize interface{}
  • Type: interface{}

SystemDiskStorageClusterIdOptional

SystemDiskStorageClusterId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

TenancyOptional

Tenancy interface{}
  • Type: interface{}

UniqueSuffixOptional

UniqueSuffix interface{}
  • Type: interface{}

UpdatePolicyOptional

UpdatePolicy interface{}
  • Type: interface{}

UseAdditionalServiceOptional

UseAdditionalService interface{}
  • Type: interface{}

UserDataOptional

UserData interface{}
  • Type: interface{}

VpcIdOptional

VpcId interface{}
  • Type: interface{}

VSwitchIdOptional

VSwitchId interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}

ZoneIdsOptional

ZoneIds interface{}
  • Type: interface{}