Skip to content

RosInstanceCloneProps

Properties for defining a RosInstanceClone.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosInstanceCloneProps {
    SourceInstanceId: interface{},
    BackendServerWeight: interface{},
    DeletionProtection: interface{},
    Description: interface{},
    DiskMappings: interface{},
    ImageId: interface{},
    InstanceChargeType: interface{},
    InstanceName: interface{},
    InternetMaxBandwidthIn: interface{},
    KeyPairName: interface{},
    LoadBalancerIdToAttach: interface{},
    Password: interface{},
    Period: interface{},
    RamRoleName: interface{},
    ResourceGroupId: interface{},
    SecurityGroupId: interface{},
    SpotPriceLimit: interface{},
    SpotStrategy: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosInstanceClone.TagsProperty,
    ZoneId: interface{},
}

Properties

Name Type Description
SourceInstanceId interface{} No description.
BackendServerWeight interface{} No description.
DeletionProtection interface{} No description.
Description interface{} No description.
DiskMappings interface{} No description.
ImageId interface{} No description.
InstanceChargeType interface{} No description.
InstanceName interface{} No description.
InternetMaxBandwidthIn interface{} No description.
KeyPairName interface{} No description.
LoadBalancerIdToAttach interface{} No description.
Password interface{} No description.
Period interface{} No description.
RamRoleName interface{} No description.
ResourceGroupId interface{} No description.
SecurityGroupId interface{} No description.
SpotPriceLimit interface{} No description.
SpotStrategy interface{} No description.
Tags *[]TagsProperty No description.
ZoneId interface{} No description.

SourceInstanceIdRequired

SourceInstanceId interface{}
  • Type: interface{}

BackendServerWeightOptional

BackendServerWeight interface{}
  • Type: interface{}

DeletionProtectionOptional

DeletionProtection interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DiskMappingsOptional

DiskMappings interface{}
  • Type: interface{}

ImageIdOptional

ImageId interface{}
  • Type: interface{}

InstanceChargeTypeOptional

InstanceChargeType interface{}
  • Type: interface{}

InstanceNameOptional

InstanceName interface{}
  • Type: interface{}

InternetMaxBandwidthInOptional

InternetMaxBandwidthIn interface{}
  • Type: interface{}

KeyPairNameOptional

KeyPairName interface{}
  • Type: interface{}

LoadBalancerIdToAttachOptional

LoadBalancerIdToAttach interface{}
  • Type: interface{}

PasswordOptional

Password interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

RamRoleNameOptional

RamRoleName interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

SecurityGroupIdOptional

SecurityGroupId interface{}
  • Type: interface{}

SpotPriceLimitOptional

SpotPriceLimit interface{}
  • Type: interface{}

SpotStrategyOptional

SpotStrategy interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}