DedicatedHostGroupProps
Properties for defining a DedicatedHostGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhostgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cddc;
new DedicatedHostGroupProps {
object Engine,
object VpcId,
object AllocationPolicy = null,
object CpuAllocationRatio = null,
object DedicatedHostGroupDesc = null,
object DiskAllocationRatio = null,
object HostReplacePolicy = null,
object MemAllocationRatio = null,
object OpenPermission = null
};
Properties
| Name | Type | Description |
|---|---|---|
Engine | object | Property engine: Database Engine Type. |
VpcId | object | Property vpcId: VPC ID. |
AllocationPolicy | object | Property allocationPolicy: Allocation Policy. |
CpuAllocationRatio | object | Property cpuAllocationRatio: Cpu Allocation Ratio. |
DedicatedHostGroupDesc | object | Property dedicatedHostGroupDesc: Dedicated Host Group Description. |
DiskAllocationRatio | object | Property diskAllocationRatio: Disk Allocation Ratio. |
HostReplacePolicy | object | Property hostReplacePolicy: Host Replace Policy. |
MemAllocationRatio | object | Property memAllocationRatio: Memory Allocation Ratio. |
OpenPermission | object | Property openPermission: Whether Open OS Permission. |
EngineRequired
public object Engine { get; set; }
- Type: object
Property engine: Database Engine Type.
VpcIdRequired
public object VpcId { get; set; }
- Type: object
Property vpcId: VPC ID.
AllocationPolicyOptional
public object AllocationPolicy { get; set; }
- Type: object
Property allocationPolicy: Allocation Policy.
CpuAllocationRatioOptional
public object CpuAllocationRatio { get; set; }
- Type: object
Property cpuAllocationRatio: Cpu Allocation Ratio.
DedicatedHostGroupDescOptional
public object DedicatedHostGroupDesc { get; set; }
- Type: object
Property dedicatedHostGroupDesc: Dedicated Host Group Description.
DiskAllocationRatioOptional
public object DiskAllocationRatio { get; set; }
- Type: object
Property diskAllocationRatio: Disk Allocation Ratio.
HostReplacePolicyOptional
public object HostReplacePolicy { get; set; }
- Type: object
Property hostReplacePolicy: Host Replace Policy.
MemAllocationRatioOptional
public object MemAllocationRatio { get; set; }
- Type: object
Property memAllocationRatio: Memory Allocation Ratio.
OpenPermissionOptional
public object OpenPermission { get; set; }
- Type: object
Property openPermission: Whether Open OS Permission.