Skip to content

RosDedicatedHostGroupProps

Properties for defining a RosDedicatedHostGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhostgroup

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcddc"
&alicloudroscdkcddc.RosDedicatedHostGroupProps {
    Engine: interface{},
    VpcId: interface{},
    AllocationPolicy: interface{},
    CpuAllocationRatio: interface{},
    DedicatedHostGroupDesc: interface{},
    DiskAllocationRatio: interface{},
    HostReplacePolicy: interface{},
    MemAllocationRatio: interface{},
    OpenPermission: interface{},
}

Properties

Name Type Description
Engine interface{} No description.
VpcId interface{} No description.
AllocationPolicy interface{} No description.
CpuAllocationRatio interface{} No description.
DedicatedHostGroupDesc interface{} No description.
DiskAllocationRatio interface{} No description.
HostReplacePolicy interface{} No description.
MemAllocationRatio interface{} No description.
OpenPermission interface{} No description.

EngineRequired

Engine interface{}
  • Type: interface{}

VpcIdRequired

VpcId interface{}
  • Type: interface{}

AllocationPolicyOptional

AllocationPolicy interface{}
  • Type: interface{}

CpuAllocationRatioOptional

CpuAllocationRatio interface{}
  • Type: interface{}

DedicatedHostGroupDescOptional

DedicatedHostGroupDesc interface{}
  • Type: interface{}

DiskAllocationRatioOptional

DiskAllocationRatio interface{}
  • Type: interface{}

HostReplacePolicyOptional

HostReplacePolicy interface{}
  • Type: interface{}

MemAllocationRatioOptional

MemAllocationRatio interface{}
  • Type: interface{}

OpenPermissionOptional

OpenPermission interface{}
  • Type: interface{}