RosMyBaseProps
Properties for defining a RosMyBase
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-mybase
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cddc;
new RosMyBaseProps {
object EcsClassList,
object Engine,
object PayType,
object Period,
object SecurityGroupId,
object VpcId,
object VSwitchId,
object ZoneId,
object AutoRenew = null,
object DedicatedHostGroupDescription = null,
object DedicatedHostGroupId = null,
object EcsDeploymentSetId = null,
object EcsHostName = null,
object EcsInstanceName = null,
object EcsUniqueSuffix = null,
object ImageId = null,
object InternetChargeType = null,
object InternetMaxBandwidthOut = null,
object KeyPairName = null,
object OsPassword = null,
object PasswordInherit = null,
object PeriodType = null,
object ResourceGroupId = null,
object UserData = null,
object UserDataInBase64 = null
};
Properties
Name | Type | Description |
---|---|---|
EcsClassList |
object |
No description. |
Engine |
object |
No description. |
PayType |
object |
No description. |
Period |
object |
No description. |
SecurityGroupId |
object |
No description. |
VpcId |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
AutoRenew |
object |
No description. |
DedicatedHostGroupDescription |
object |
No description. |
DedicatedHostGroupId |
object |
No description. |
EcsDeploymentSetId |
object |
No description. |
EcsHostName |
object |
No description. |
EcsInstanceName |
object |
No description. |
EcsUniqueSuffix |
object |
No description. |
ImageId |
object |
No description. |
InternetChargeType |
object |
No description. |
InternetMaxBandwidthOut |
object |
No description. |
KeyPairName |
object |
No description. |
OsPassword |
object |
No description. |
PasswordInherit |
object |
No description. |
PeriodType |
object |
No description. |
ResourceGroupId |
object |
No description. |
UserData |
object |
No description. |
UserDataInBase64 |
object |
No description. |
EcsClassList
Required
public object EcsClassList { get; set; }
- Type: object
Engine
Required
public object Engine { get; set; }
- Type: object
PayType
Required
public object PayType { get; set; }
- Type: object
Period
Required
public object Period { get; set; }
- Type: object
SecurityGroupId
Required
public object SecurityGroupId { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
DedicatedHostGroupDescription
Optional
public object DedicatedHostGroupDescription { get; set; }
- Type: object
DedicatedHostGroupId
Optional
public object DedicatedHostGroupId { get; set; }
- Type: object
EcsDeploymentSetId
Optional
public object EcsDeploymentSetId { get; set; }
- Type: object
EcsHostName
Optional
public object EcsHostName { get; set; }
- Type: object
EcsInstanceName
Optional
public object EcsInstanceName { get; set; }
- Type: object
EcsUniqueSuffix
Optional
public object EcsUniqueSuffix { get; set; }
- Type: object
ImageId
Optional
public object ImageId { get; set; }
- Type: object
InternetChargeType
Optional
public object InternetChargeType { get; set; }
- Type: object
InternetMaxBandwidthOut
Optional
public object InternetMaxBandwidthOut { get; set; }
- Type: object
KeyPairName
Optional
public object KeyPairName { get; set; }
- Type: object
OsPassword
Optional
public object OsPassword { get; set; }
- Type: object
PasswordInherit
Optional
public object PasswordInherit { get; set; }
- Type: object
PeriodType
Optional
public object PeriodType { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
UserData
Optional
public object UserData { get; set; }
- Type: object
UserDataInBase64
Optional
public object UserDataInBase64 { get; set; }
- Type: object