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:. |
DedicatedHostGroupId
Required
public object DedicatedHostGroupId { get; set; }
- Type: object
Property dedicatedHostGroupId: Dedicated Host Group ID.
HostClass
Required
public object HostClass { get; set; }
- Type: object
Property hostClass: Host Class.
PaymentType
Required
public object PaymentType { get; set; }
- Type: object
Property paymentType: Payment Type.
VSwitchId
Required
public object VSwitchId { get; set; }
- Type: object
Property vSwitchId: VSwitch ID.
ZoneId
Required
public object ZoneId { get; set; }
- Type: object
Property zoneId: Zone ID.
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
Property autoRenew: Whether Auto Renew.
HostName
Optional
public object HostName { get; set; }
- Type: object
Property hostName: Host Name.
ImageCategory
Optional
public object ImageCategory { get; set; }
- Type: object
Property imageCategory: Host Image Category.
OsPassword
Optional
public object OsPassword { get; set; }
- Type: object
Property osPassword:.
Period
Optional
public object Period { get; set; }
- Type: object
Property period:.
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]
Property tags: The tag of the resource.
UsedTime
Optional
public object UsedTime { get; set; }
- Type: object
Property usedTime:.