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. |
EcsClassListRequired
public object EcsClassList { get; set; }
- Type: object
EngineRequired
public object Engine { get; set; }
- Type: object
PayTypeRequired
public object PayType { get; set; }
- Type: object
PeriodRequired
public object Period { get; set; }
- Type: object
SecurityGroupIdRequired
public object SecurityGroupId { get; set; }
- Type: object
VpcIdRequired
public object VpcId { get; set; }
- Type: object
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object
AutoRenewOptional
public object AutoRenew { get; set; }
- Type: object
DedicatedHostGroupDescriptionOptional
public object DedicatedHostGroupDescription { get; set; }
- Type: object
DedicatedHostGroupIdOptional
public object DedicatedHostGroupId { get; set; }
- Type: object
EcsDeploymentSetIdOptional
public object EcsDeploymentSetId { get; set; }
- Type: object
EcsHostNameOptional
public object EcsHostName { get; set; }
- Type: object
EcsInstanceNameOptional
public object EcsInstanceName { get; set; }
- Type: object
EcsUniqueSuffixOptional
public object EcsUniqueSuffix { get; set; }
- Type: object
ImageIdOptional
public object ImageId { get; set; }
- Type: object
InternetChargeTypeOptional
public object InternetChargeType { get; set; }
- Type: object
InternetMaxBandwidthOutOptional
public object InternetMaxBandwidthOut { get; set; }
- Type: object
KeyPairNameOptional
public object KeyPairName { get; set; }
- Type: object
OsPasswordOptional
public object OsPassword { get; set; }
- Type: object
PasswordInheritOptional
public object PasswordInherit { get; set; }
- Type: object
PeriodTypeOptional
public object PeriodType { get; set; }
- Type: object
ResourceGroupIdOptional
public object ResourceGroupId { get; set; }
- Type: object
UserDataOptional
public object UserData { get; set; }
- Type: object
UserDataInBase64Optional
public object UserDataInBase64 { get; set; }
- Type: object