Skip to content

RosDedicatedHostProps

Properties for defining a RosDedicatedHost.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ecs-dedicatedhost

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs"
&alicloudroscdkecs.RosDedicatedHostProps {
    DedicatedHostType: interface{},
    ActionOnMaintenance: interface{},
    AutoPlacement: interface{},
    AutoReleaseTime: interface{},
    AutoRenew: interface{},
    AutoRenewPeriod: interface{},
    ChargeType: interface{},
    DedicatedHostName: interface{},
    Description: interface{},
    NetworkAttributesSlbUdpTimeout: interface{},
    NetworkAttributesUdpTimeout: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    Quantity: interface{},
    ResourceGroupId: interface{},
    Tags: *[]github.com/alibabacloud-go/ros-cdk/alicloudroscdkecs.RosDedicatedHost.TagsProperty,
    ZoneId: interface{},
}

Properties

Name Type Description
DedicatedHostType interface{} No description.
ActionOnMaintenance interface{} No description.
AutoPlacement interface{} No description.
AutoReleaseTime interface{} No description.
AutoRenew interface{} No description.
AutoRenewPeriod interface{} No description.
ChargeType interface{} No description.
DedicatedHostName interface{} No description.
Description interface{} No description.
NetworkAttributesSlbUdpTimeout interface{} No description.
NetworkAttributesUdpTimeout interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
Quantity interface{} No description.
ResourceGroupId interface{} No description.
Tags *[]TagsProperty No description.
ZoneId interface{} No description.

DedicatedHostTypeRequired

DedicatedHostType interface{}
  • Type: interface{}

ActionOnMaintenanceOptional

ActionOnMaintenance interface{}
  • Type: interface{}

AutoPlacementOptional

AutoPlacement interface{}
  • Type: interface{}

AutoReleaseTimeOptional

AutoReleaseTime interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

AutoRenewPeriodOptional

AutoRenewPeriod interface{}
  • Type: interface{}

ChargeTypeOptional

ChargeType interface{}
  • Type: interface{}

DedicatedHostNameOptional

DedicatedHostName interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

NetworkAttributesSlbUdpTimeoutOptional

NetworkAttributesSlbUdpTimeout interface{}
  • Type: interface{}

NetworkAttributesUdpTimeoutOptional

NetworkAttributesUdpTimeout interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

QuantityOptional

Quantity interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

TagsOptional

Tags *[]TagsProperty

ZoneIdOptional

ZoneId interface{}
  • Type: interface{}