RosDedicatedHostProps
Properties for defining a RosDedicatedHost.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhost
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcddc"
&alicloudroscdkcddc.RosDedicatedHostProps {
DedicatedHostGroupId: interface{},
HostClass: interface{},
PaymentType: interface{},
VSwitchId: interface{},
ZoneId: interface{},
AutoRenew: interface{},
HostName: interface{},
ImageCategory: interface{},
OsPassword: interface{},
Period: interface{},
Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkcddc.RosDedicatedHost.TagsProperty,
UsedTime: interface{},
}
Properties
| Name | Type | Description |
|---|---|---|
DedicatedHostGroupId |
interface{} |
No description. |
HostClass |
interface{} |
No description. |
PaymentType |
interface{} |
No description. |
VSwitchId |
interface{} |
No description. |
ZoneId |
interface{} |
No description. |
AutoRenew |
interface{} |
No description. |
HostName |
interface{} |
No description. |
ImageCategory |
interface{} |
No description. |
OsPassword |
interface{} |
No description. |
Period |
interface{} |
No description. |
Tags |
*[]TagsProperty |
No description. |
UsedTime |
interface{} |
No description. |
DedicatedHostGroupIdRequired
DedicatedHostGroupId interface{}
- Type: interface{}
HostClassRequired
HostClass interface{}
- Type: interface{}
PaymentTypeRequired
PaymentType interface{}
- Type: interface{}
VSwitchIdRequired
VSwitchId interface{}
- Type: interface{}
ZoneIdRequired
ZoneId interface{}
- Type: interface{}
AutoRenewOptional
AutoRenew interface{}
- Type: interface{}
HostNameOptional
HostName interface{}
- Type: interface{}
ImageCategoryOptional
ImageCategory interface{}
- Type: interface{}
OsPasswordOptional
OsPassword interface{}
- Type: interface{}
PeriodOptional
Period interface{}
- Type: interface{}
TagsOptional
Tags *[]TagsProperty
- Type: *[]TagsProperty
UsedTimeOptional
UsedTime interface{}
- Type: interface{}