Skip to content

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:.

DedicatedHostGroupIdRequired

DedicatedHostGroupId interface{}
  • Type: interface{}

Property dedicatedHostGroupId: Dedicated Host Group ID.


HostClassRequired

HostClass interface{}
  • Type: interface{}

Property hostClass: Host Class.


PaymentTypeRequired

PaymentType interface{}
  • Type: interface{}

Property paymentType: Payment Type.


VSwitchIdRequired

VSwitchId interface{}
  • Type: interface{}

Property vSwitchId: VSwitch ID.


ZoneIdRequired

ZoneId interface{}
  • Type: interface{}

Property zoneId: Zone ID.


AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

Property autoRenew: Whether Auto Renew.


HostNameOptional

HostName interface{}
  • Type: interface{}

Property hostName: Host Name.


ImageCategoryOptional

ImageCategory interface{}
  • Type: interface{}

Property imageCategory: Host Image Category.


OsPasswordOptional

OsPassword interface{}
  • Type: interface{}

Property osPassword:.


PeriodOptional

Period interface{}
  • Type: interface{}

Property period:.


TagsOptional

Tags *[]TagsProperty

Property tags: The tag of the resource.


UsedTimeOptional

UsedTime interface{}
  • Type: interface{}

Property usedTime:.