DedicatedHostGroupProps
Properties for defining a DedicatedHostGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhostgroup
Initializer
import { DedicatedHostGroupProps } from '@alicloud/ros-cdk-cddc'
const dedicatedHostGroupProps: DedicatedHostGroupProps = { ... }
Properties
Name | Type | Description |
---|---|---|
engine |
string | @alicloud/ros-cdk-core.IResolvable |
Property engine: Database Engine Type. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
Property vpcId: VPC ID. |
allocationPolicy |
string | @alicloud/ros-cdk-core.IResolvable |
Property allocationPolicy: Allocation Policy. |
cpuAllocationRatio |
number | @alicloud/ros-cdk-core.IResolvable |
Property cpuAllocationRatio: Cpu Allocation Ratio. |
dedicatedHostGroupDesc |
string | @alicloud/ros-cdk-core.IResolvable |
Property dedicatedHostGroupDesc: Dedicated Host Group Description. |
diskAllocationRatio |
number | @alicloud/ros-cdk-core.IResolvable |
Property diskAllocationRatio: Disk Allocation Ratio. |
hostReplacePolicy |
string | @alicloud/ros-cdk-core.IResolvable |
Property hostReplacePolicy: Host Replace Policy. |
memAllocationRatio |
number | @alicloud/ros-cdk-core.IResolvable |
Property memAllocationRatio: Memory Allocation Ratio. |
openPermission |
string | @alicloud/ros-cdk-core.IResolvable |
Property openPermission: Whether Open OS Permission. |
engine
Required
public readonly engine: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property engine: Database Engine Type.
vpcId
Required
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property vpcId: VPC ID.
allocationPolicy
Optional
public readonly allocationPolicy: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property allocationPolicy: Allocation Policy.
cpuAllocationRatio
Optional
public readonly cpuAllocationRatio: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property cpuAllocationRatio: Cpu Allocation Ratio.
dedicatedHostGroupDesc
Optional
public readonly dedicatedHostGroupDesc: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property dedicatedHostGroupDesc: Dedicated Host Group Description.
diskAllocationRatio
Optional
public readonly diskAllocationRatio: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property diskAllocationRatio: Disk Allocation Ratio.
hostReplacePolicy
Optional
public readonly hostReplacePolicy: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property hostReplacePolicy: Host Replace Policy.
memAllocationRatio
Optional
public readonly memAllocationRatio: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
Property memAllocationRatio: Memory Allocation Ratio.
openPermission
Optional
public readonly openPermission: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Property openPermission: Whether Open OS Permission.