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. |
Engine
Required
Engine interface{}
- Type: interface{}
Property engine: Database Engine Type.
VpcId
Required
VpcId interface{}
- Type: interface{}
Property vpcId: VPC ID.
AllocationPolicy
Optional
AllocationPolicy interface{}
- Type: interface{}
Property allocationPolicy: Allocation Policy.
CpuAllocationRatio
Optional
CpuAllocationRatio interface{}
- Type: interface{}
Property cpuAllocationRatio: Cpu Allocation Ratio.
DedicatedHostGroupDesc
Optional
DedicatedHostGroupDesc interface{}
- Type: interface{}
Property dedicatedHostGroupDesc: Dedicated Host Group Description.
DiskAllocationRatio
Optional
DiskAllocationRatio interface{}
- Type: interface{}
Property diskAllocationRatio: Disk Allocation Ratio.
HostReplacePolicy
Optional
HostReplacePolicy interface{}
- Type: interface{}
Property hostReplacePolicy: Host Replace Policy.
MemAllocationRatio
Optional
MemAllocationRatio interface{}
- Type: interface{}
Property memAllocationRatio: Memory Allocation Ratio.
OpenPermission
Optional
OpenPermission interface{}
- Type: interface{}
Property openPermission: Whether Open OS Permission.