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. |
SourceInstanceId
Required
public object SourceInstanceId { get; set; }
- Type: object
BackendServerWeight
Optional
public object BackendServerWeight { get; set; }
- Type: object
DeletionProtection
Optional
public object DeletionProtection { get; set; }
- Type: object
Description
Optional
public object Description { get; set; }
- Type: object
DiskMappings
Optional
public object DiskMappings { get; set; }
- Type: object
ImageId
Optional
public object ImageId { get; set; }
- Type: object
InstanceChargeType
Optional
public object InstanceChargeType { get; set; }
- Type: object
InstanceName
Optional
public object InstanceName { get; set; }
- Type: object
InternetMaxBandwidthIn
Optional
public object InternetMaxBandwidthIn { get; set; }
- Type: object
KeyPairName
Optional
public object KeyPairName { get; set; }
- Type: object
LoadBalancerIdToAttach
Optional
public object LoadBalancerIdToAttach { get; set; }
- Type: object
Password
Optional
public object Password { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
RamRoleName
Optional
public object RamRoleName { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
SecurityGroupId
Optional
public object SecurityGroupId { get; set; }
- Type: object
SpotPriceLimit
Optional
public object SpotPriceLimit { get; set; }
- Type: object
SpotStrategy
Optional
public object SpotStrategy { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
ZoneId
Optional
public object ZoneId { get; set; }
- Type: object