Skip to content

RosInstanceGroupCloneProps

Properties for defining a RosInstanceGroupClone.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosInstanceGroupCloneProps {
    MaxAmount: interface{},
    SourceInstanceId: interface{},
    AutoReleaseTime: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    BackendServerWeight: interface{},
    CpuOptions: interface{},
    DeletionProtection: interface{},
    DeploymentSetId: interface{},
    Description: interface{},
    DiskMappings: interface{},
    EniMappings: interface{},
    HostNames: interface{},
    HpcClusterId: interface{},
    ImageId: interface{},
    ImageOptions: interface{},
    InstanceName: interface{},
    InternetMaxBandwidthIn: interface{},
    InternetMaxBandwidthOut: interface{},
    Ipv6AddressCount: interface{},
    Ipv6Addresses: interface{},
    KeyPairName: interface{},
    LaunchTemplateId: interface{},
    LaunchTemplateName: interface{},
    LaunchTemplateVersion: interface{},
    LoadBalancerIdToAttach: interface{},
    NetworkInterfaceQueueNumber: interface{},
    NetworkOptions: interface{},
    Password: interface{},
    PasswordInherit: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    RamRoleName: interface{},
    ResourceGroupId: interface{},
    SecurityGroupId: interface{},
    SecurityGroupIds: interface{},
    SecurityOptions: interface{},
    SpotPriceLimit: interface{},
    SpotStrategy: interface{},
    SystemDiskAutoSnapshotPolicyId: interface{},
    SystemDiskBurstingEnabled: interface{},
    SystemDiskCategory: interface{},
    SystemDiskDescription: interface{},
    SystemDiskDiskName: interface{},
    SystemDiskEncryptAlgorithm: interface{},
    SystemDiskEncrypted: interface{},
    SystemDiskKmsKeyId: interface{},
    SystemDiskProvisionedIops: interface{},
    SystemDiskStorageClusterId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosInstanceGroupClone.TagsProperty,
    UniqueSuffix: interface{},
    UpdatePolicy: interface{},
    ZoneId: interface{},
}

Properties

Name Type Description
MaxAmount interface{} No description.
SourceInstanceId interface{} No description.
AutoReleaseTime interface{} No description.
AutoRenew interface{} No description.
AutoRenewPeriod interface{} No description.
BackendServerWeight interface{} No description.
CpuOptions interface{} No description.
DeletionProtection interface{} No description.
DeploymentSetId interface{} No description.
Description interface{} No description.
DiskMappings interface{} No description.
EniMappings interface{} No description.
HostNames interface{} No description.
HpcClusterId interface{} No description.
ImageId interface{} No description.
ImageOptions interface{} No description.
InstanceName interface{} No description.
InternetMaxBandwidthIn interface{} No description.
InternetMaxBandwidthOut 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.
LoadBalancerIdToAttach interface{} No description.
NetworkInterfaceQueueNumber interface{} No description.
NetworkOptions interface{} No description.
Password interface{} No description.
PasswordInherit interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
RamRoleName interface{} No description.
ResourceGroupId interface{} No description.
SecurityGroupId interface{} No description.
SecurityGroupIds interface{} No description.
SecurityOptions interface{} No description.
SpotPriceLimit interface{} No description.
SpotStrategy 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.
SystemDiskProvisionedIops interface{} No description.
SystemDiskStorageClusterId interface{} No description.
Tags *[]TagsProperty No description.
UniqueSuffix interface{} No description.
UpdatePolicy interface{} No description.
ZoneId interface{} No description.

MaxAmountRequired

MaxAmount interface{}
  • Type: interface{}

SourceInstanceIdRequired

SourceInstanceId interface{}
  • Type: interface{}

AutoReleaseTimeOptional

AutoReleaseTime interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

BackendServerWeightOptional

BackendServerWeight interface{}
  • Type: interface{}

CpuOptionsOptional

CpuOptions interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

DeploymentSetIdOptional

DeploymentSetId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DiskMappingsOptional

DiskMappings interface{}
  • Type: interface{}

EniMappingsOptional

EniMappings interface{}
  • Type: interface{}

HostNamesOptional

HostNames interface{}
  • Type: interface{}

HpcClusterIdOptional

HpcClusterId interface{}
  • Type: interface{}

ImageIdOptional

ImageId interface{}
  • Type: interface{}

ImageOptionsOptional

ImageOptions interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

InternetMaxBandwidthInOptional

InternetMaxBandwidthIn interface{}
  • Type: interface{}

InternetMaxBandwidthOutOptional

InternetMaxBandwidthOut 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{}

LoadBalancerIdToAttachOptional

LoadBalancerIdToAttach interface{}
  • Type: interface{}

NetworkInterfaceQueueNumberOptional

NetworkInterfaceQueueNumber interface{}
  • Type: interface{}

NetworkOptionsOptional

NetworkOptions interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

PasswordInheritOptional

PasswordInherit interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

RamRoleNameOptional

RamRoleName interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

SecurityGroupIdsOptional

SecurityGroupIds interface{}
  • Type: interface{}

SecurityOptionsOptional

SecurityOptions interface{}
  • Type: interface{}

SpotPriceLimitOptional

SpotPriceLimit interface{}
  • Type: interface{}

SpotStrategyOptional

SpotStrategy 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{}

SystemDiskProvisionedIopsOptional

SystemDiskProvisionedIops interface{}
  • Type: interface{}

SystemDiskStorageClusterIdOptional

SystemDiskStorageClusterId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

UniqueSuffixOptional

UniqueSuffix interface{}
  • Type: interface{}

UpdatePolicyOptional

UpdatePolicy interface{}
  • Type: interface{}

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}