Skip to content

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.

engineRequired

public readonly engine: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property engine: Database Engine Type.


vpcIdRequired

public readonly vpcId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property vpcId: VPC ID.


allocationPolicyOptional

public readonly allocationPolicy: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property allocationPolicy: Allocation Policy.


cpuAllocationRatioOptional

public readonly cpuAllocationRatio: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property cpuAllocationRatio: Cpu Allocation Ratio.


dedicatedHostGroupDescOptional

public readonly dedicatedHostGroupDesc: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dedicatedHostGroupDesc: Dedicated Host Group Description.


diskAllocationRatioOptional

public readonly diskAllocationRatio: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property diskAllocationRatio: Disk Allocation Ratio.


hostReplacePolicyOptional

public readonly hostReplacePolicy: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property hostReplacePolicy: Host Replace Policy.


memAllocationRatioOptional

public readonly memAllocationRatio: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property memAllocationRatio: Memory Allocation Ratio.


openPermissionOptional

public readonly openPermission: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property openPermission: Whether Open OS Permission.