DedicatedHostProps
Properties for defining a DedicatedHost.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhost
Initializer
import ros_cdk_cddc
ros_cdk_cddc.DedicatedHostProps(
dedicated_host_group_id: typing.Union[str, IResolvable],
host_class: typing.Union[str, IResolvable],
payment_type: typing.Union[str, IResolvable],
v_switch_id: typing.Union[str, IResolvable],
zone_id: typing.Union[str, IResolvable],
auto_renew: typing.Union[str, IResolvable] = None,
host_name: typing.Union[str, IResolvable] = None,
image_category: typing.Union[str, IResolvable] = None,
os_password: typing.Union[str, IResolvable] = None,
period: typing.Union[str, IResolvable] = None,
tags: typing.List[TagsProperty] = None,
used_time: typing.Union[str, IResolvable] = None
)
Properties
| Name | Type | Description |
|---|---|---|
dedicated_host_group_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dedicatedHostGroupId: Dedicated Host Group ID. |
host_class |
typing.Union[str, ros_cdk_core.IResolvable] |
Property hostClass: Host Class. |
payment_type |
typing.Union[str, ros_cdk_core.IResolvable] |
Property paymentType: Payment Type. |
v_switch_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property vSwitchId: VSwitch ID. |
zone_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property zoneId: Zone ID. |
auto_renew |
typing.Union[str, ros_cdk_core.IResolvable] |
Property autoRenew: Whether Auto Renew. |
host_name |
typing.Union[str, ros_cdk_core.IResolvable] |
Property hostName: Host Name. |
image_category |
typing.Union[str, ros_cdk_core.IResolvable] |
Property imageCategory: Host Image Category. |
os_password |
typing.Union[str, ros_cdk_core.IResolvable] |
Property osPassword:. |
period |
typing.Union[str, ros_cdk_core.IResolvable] |
Property period:. |
tags |
typing.List[TagsProperty] |
Property tags: The tag of the resource. |
used_time |
typing.Union[str, ros_cdk_core.IResolvable] |
Property usedTime:. |
dedicated_host_group_idRequired
dedicated_host_group_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dedicatedHostGroupId: Dedicated Host Group ID.
host_classRequired
host_class: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property hostClass: Host Class.
payment_typeRequired
payment_type: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property paymentType: Payment Type.
v_switch_idRequired
v_switch_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property vSwitchId: VSwitch ID.
zone_idRequired
zone_id: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property zoneId: Zone ID.
auto_renewOptional
auto_renew: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property autoRenew: Whether Auto Renew.
host_nameOptional
host_name: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property hostName: Host Name.
image_categoryOptional
image_category: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property imageCategory: Host Image Category.
os_passwordOptional
os_password: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property osPassword:.
periodOptional
period: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property period:.
tagsOptional
tags: typing.List[TagsProperty]
- Type: typing.List[TagsProperty]
Property tags: The tag of the resource.
used_timeOptional
used_time: typing.Union[str, IResolvable]
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property usedTime:.