DedicatedHostProps
Properties for defining a DedicatedHost
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhost
Initializer
import { DedicatedHostProps } from '@alicloud/ros-cdk-cddc'
const dedicatedHostProps: DedicatedHostProps = { ... }
Properties
Name | Type | Description |
---|---|---|
dedicatedHostGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
Property dedicatedHostGroupId: Dedicated Host Group ID. |
hostClass |
string | @alicloud/ros-cdk-core.IResolvable |
Property hostClass: Host Class. |
paymentType |
string | @alicloud/ros-cdk-core.IResolvable |
Property paymentType: Payment Type. |
vSwitchId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vSwitchId: VSwitch ID. |
zoneId |
string | @alicloud/ros-cdk-core.IResolvable |
Property zoneId: Zone ID. |
autoRenew |
string | @alicloud/ros-cdk-core.IResolvable |
Property autoRenew: Whether Auto Renew. |
hostName |
string | @alicloud/ros-cdk-core.IResolvable |
Property hostName: Host Name. |
imageCategory |
string | @alicloud/ros-cdk-core.IResolvable |
Property imageCategory: Host Image Category. |
osPassword |
string | @alicloud/ros-cdk-core.IResolvable |
Property osPassword:. |
period |
string | @alicloud/ros-cdk-core.IResolvable |
Property period:. |
tags |
TagsProperty[] |
Property tags: The tag of the resource. |
usedTime |
string | @alicloud/ros-cdk-core.IResolvable |
Property usedTime:. |
dedicatedHostGroupId
Required
public readonly dedicatedHostGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dedicatedHostGroupId: Dedicated Host Group ID.
hostClass
Required
public readonly hostClass: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property hostClass: Host Class.
paymentType
Required
public readonly paymentType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property paymentType: Payment Type.
vSwitchId
Required
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vSwitchId: VSwitch ID.
zoneId
Required
public readonly zoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property zoneId: Zone ID.
autoRenew
Optional
public readonly autoRenew: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property autoRenew: Whether Auto Renew.
hostName
Optional
public readonly hostName: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property hostName: Host Name.
imageCategory
Optional
public readonly imageCategory: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property imageCategory: Host Image Category.
osPassword
Optional
public readonly osPassword: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property osPassword:.
period
Optional
public readonly period: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property period:.
tags
Optional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
Property tags: The tag of the resource.
usedTime
Optional
public readonly usedTime: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property usedTime:.