Skip to content

DedicatedHostGroupProps

Properties for defining a DedicatedHostGroup.

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

Initializer

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

Properties

Name Type Description
Engine interface{} Property engine: Database Engine Type.
VpcId interface{} Property vpcId: VPC ID.
AllocationPolicy interface{} Property allocationPolicy: Allocation Policy.
CpuAllocationRatio interface{} Property cpuAllocationRatio: Cpu Allocation Ratio.
DedicatedHostGroupDesc interface{} Property dedicatedHostGroupDesc: Dedicated Host Group Description.
DiskAllocationRatio interface{} Property diskAllocationRatio: Disk Allocation Ratio.
HostReplacePolicy interface{} Property hostReplacePolicy: Host Replace Policy.
MemAllocationRatio interface{} Property memAllocationRatio: Memory Allocation Ratio.
OpenPermission interface{} Property openPermission: Whether Open OS Permission.

EngineRequired

Engine interface{}
  • Type: interface{}

Property engine: Database Engine Type.


VpcIdRequired

VpcId interface{}
  • Type: interface{}

Property vpcId: VPC ID.


AllocationPolicyOptional

AllocationPolicy interface{}
  • Type: interface{}

Property allocationPolicy: Allocation Policy.


CpuAllocationRatioOptional

CpuAllocationRatio interface{}
  • Type: interface{}

Property cpuAllocationRatio: Cpu Allocation Ratio.


DedicatedHostGroupDescOptional

DedicatedHostGroupDesc interface{}
  • Type: interface{}

Property dedicatedHostGroupDesc: Dedicated Host Group Description.


DiskAllocationRatioOptional

DiskAllocationRatio interface{}
  • Type: interface{}

Property diskAllocationRatio: Disk Allocation Ratio.


HostReplacePolicyOptional

HostReplacePolicy interface{}
  • Type: interface{}

Property hostReplacePolicy: Host Replace Policy.


MemAllocationRatioOptional

MemAllocationRatio interface{}
  • Type: interface{}

Property memAllocationRatio: Memory Allocation Ratio.


OpenPermissionOptional

OpenPermission interface{}
  • Type: interface{}

Property openPermission: Whether Open OS Permission.