DedicatedHostProps
Properties for defining a DedicatedHost.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhost
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cddc;
new DedicatedHostProps {
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 |
Property dedicatedHostGroupId: Dedicated Host Group ID. |
HostClass |
object |
Property hostClass: Host Class. |
PaymentType |
object |
Property paymentType: Payment Type. |
VSwitchId |
object |
Property vSwitchId: VSwitch ID. |
ZoneId |
object |
Property zoneId: Zone ID. |
AutoRenew |
object |
Property autoRenew: Whether Auto Renew. |
HostName |
object |
Property hostName: Host Name. |
ImageCategory |
object |
Property imageCategory: Host Image Category. |
OsPassword |
object |
Property osPassword:. |
Period |
object |
Property period:. |
Tags |
TagsProperty[] |
Property tags: The tag of the resource. |
UsedTime |
object |
Property usedTime:. |
DedicatedHostGroupIdRequired
public object DedicatedHostGroupId { get; set; }
- Type: object
Property dedicatedHostGroupId: Dedicated Host Group ID.
HostClassRequired
public object HostClass { get; set; }
- Type: object
Property hostClass: Host Class.
PaymentTypeRequired
public object PaymentType { get; set; }
- Type: object
Property paymentType: Payment Type.
VSwitchIdRequired
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: VSwitch ID.
ZoneIdRequired
public object ZoneId { get; set; }
- Type: object
Property zoneId: Zone ID.
AutoRenewOptional
public object AutoRenew { get; set; }
- Type: object
Property autoRenew: Whether Auto Renew.
HostNameOptional
public object HostName { get; set; }
- Type: object
Property hostName: Host Name.
ImageCategoryOptional
public object ImageCategory { get; set; }
- Type: object
Property imageCategory: Host Image Category.
OsPasswordOptional
public object OsPassword { get; set; }
- Type: object
Property osPassword:.
PeriodOptional
public object Period { get; set; }
- Type: object
Property period:.
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: The tag of the resource.
UsedTimeOptional
public object UsedTime { get; set; }
- Type: object
Property usedTime:.