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. |
DedicatedHostGroupId
Required
DedicatedHostGroupId interface{}
- Type: interface{}
HostClass
Required
HostClass interface{}
- Type: interface{}
PaymentType
Required
PaymentType interface{}
- Type: interface{}
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
ZoneId
Required
ZoneId interface{}
- Type: interface{}
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
HostName
Optional
HostName interface{}
- Type: interface{}
ImageCategory
Optional
ImageCategory interface{}
- Type: interface{}
OsPassword
Optional
OsPassword interface{}
- Type: interface{}
Period
Optional
Period interface{}
- Type: interface{}
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
UsedTime
Optional
UsedTime interface{}
- Type: interface{}