RosDedicatedHostProps
Properties for defining a RosDedicatedHost
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhost
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cddc;
new RosDedicatedHostProps {
object DedicatedHostGroupId,
object HostClass,
object PaymentType,
object VSwitchId,
object ZoneId,
object AutoRenew = null,
object HostName = null,
object ImageCategory = null,
object OsPassword = null,
object Period = null,
TagsProperty[] Tags = null,
object UsedTime = null
};
Properties
Name | Type | Description |
---|---|---|
DedicatedHostGroupId |
object |
No description. |
HostClass |
object |
No description. |
PaymentType |
object |
No description. |
VSwitchId |
object |
No description. |
ZoneId |
object |
No description. |
AutoRenew |
object |
No description. |
HostName |
object |
No description. |
ImageCategory |
object |
No description. |
OsPassword |
object |
No description. |
Period |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
UsedTime |
object |
No description. |
DedicatedHostGroupId
Required
public object DedicatedHostGroupId { get; set; }
- Type: object
HostClass
Required
public object HostClass { get; set; }
- Type: object
PaymentType
Required
public object PaymentType { 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
HostName
Optional
public object HostName { get; set; }
- Type: object
ImageCategory
Optional
public object ImageCategory { get; set; }
- Type: object
OsPassword
Optional
public object OsPassword { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
UsedTime
Optional
public object UsedTime { get; set; }
- Type: object