DedicatedHostProps
Properties for defining a DedicatedHost
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhost
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcddc"
&alicloudroscdkcddc.DedicatedHostProps {
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{} |
Property dedicatedHostGroupId: Dedicated Host Group ID. |
HostClass |
interface{} |
Property hostClass: Host Class. |
PaymentType |
interface{} |
Property paymentType: Payment Type. |
VSwitchId |
interface{} |
Property vSwitchId: VSwitch ID. |
ZoneId |
interface{} |
Property zoneId: Zone ID. |
AutoRenew |
interface{} |
Property autoRenew: Whether Auto Renew. |
HostName |
interface{} |
Property hostName: Host Name. |
ImageCategory |
interface{} |
Property imageCategory: Host Image Category. |
OsPassword |
interface{} |
Property osPassword:. |
Period |
interface{} |
Property period:. |
Tags |
*[]TagsProperty |
Property tags: The tag of the resource. |
UsedTime |
interface{} |
Property usedTime:. |
DedicatedHostGroupId
Required
DedicatedHostGroupId interface{}
- Type: interface{}
Property dedicatedHostGroupId: Dedicated Host Group ID.
HostClass
Required
HostClass interface{}
- Type: interface{}
Property hostClass: Host Class.
PaymentType
Required
PaymentType interface{}
- Type: interface{}
Property paymentType: Payment Type.
VSwitchId
Required
VSwitchId interface{}
- Type: interface{}
Property vSwitchId: VSwitch ID.
ZoneId
Required
ZoneId interface{}
- Type: interface{}
Property zoneId: Zone ID.
AutoRenew
Optional
AutoRenew interface{}
- Type: interface{}
Property autoRenew: Whether Auto Renew.
HostName
Optional
HostName interface{}
- Type: interface{}
Property hostName: Host Name.
ImageCategory
Optional
ImageCategory interface{}
- Type: interface{}
Property imageCategory: Host Image Category.
OsPassword
Optional
OsPassword interface{}
- Type: interface{}
Property osPassword:.
Period
Optional
Period interface{}
- Type: interface{}
Property period:.
Tags
Optional
Tags *[]TagsProperty
- Type: *[]TagsProperty
Property tags: The tag of the resource.
UsedTime
Optional
UsedTime interface{}
- Type: interface{}
Property usedTime:.