Skip to content

RosInstanceCloneProps

Properties for defining a RosInstanceClone.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Ecs;
new RosInstanceCloneProps {
    object SourceInstanceId,
    object BackendServerWeight = null,
    object DeletionProtection = null,
    object Description = null,
    object DiskMappings = null,
    object ImageId = null,
    object InstanceChargeType = null,
    object InstanceName = null,
    object InternetMaxBandwidthIn = null,
    object KeyPairName = null,
    object LoadBalancerIdToAttach = null,
    object Password = null,
    object Period = null,
    object RamRoleName = null,
    object ResourceGroupId = null,
    object SecurityGroupId = null,
    object SpotPriceLimit = null,
    object SpotStrategy = null,
    TagsProperty[] Tags = null,
    object ZoneId = null
};

Properties

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

SourceInstanceIdRequired

public object SourceInstanceId { get; set; }
  • Type: object

BackendServerWeightOptional

public object BackendServerWeight { get; set; }
  • Type: object

DeletionProtectionOptional

public object DeletionProtection { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

DiskMappingsOptional

public object DiskMappings { get; set; }
  • Type: object

ImageIdOptional

public object ImageId { get; set; }
  • Type: object

InstanceChargeTypeOptional

public object InstanceChargeType { get; set; }
  • Type: object

InstanceNameOptional

public object InstanceName { get; set; }
  • Type: object

InternetMaxBandwidthInOptional

public object InternetMaxBandwidthIn { get; set; }
  • Type: object

KeyPairNameOptional

public object KeyPairName { get; set; }
  • Type: object

LoadBalancerIdToAttachOptional

public object LoadBalancerIdToAttach { get; set; }
  • Type: object

PasswordOptional

public object Password { get; set; }
  • Type: object

PeriodOptional

public object Period { get; set; }
  • Type: object

RamRoleNameOptional

public object RamRoleName { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

SecurityGroupIdOptional

public object SecurityGroupId { get; set; }
  • Type: object

SpotPriceLimitOptional

public object SpotPriceLimit { get; set; }
  • Type: object

SpotStrategyOptional

public object SpotStrategy { get; set; }
  • Type: object

TagsOptional

public TagsProperty[] Tags { get; set; }

ZoneIdOptional

public object ZoneId { get; set; }
  • Type: object