RosDedicatedHostGroupProps
Properties for defining a RosDedicatedHostGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cddc-dedicatedhostgroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cddc;
new RosDedicatedHostGroupProps {
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 |
No description. |
VpcId |
object |
No description. |
AllocationPolicy |
object |
No description. |
CpuAllocationRatio |
object |
No description. |
DedicatedHostGroupDesc |
object |
No description. |
DiskAllocationRatio |
object |
No description. |
HostReplacePolicy |
object |
No description. |
MemAllocationRatio |
object |
No description. |
OpenPermission |
object |
No description. |
EngineRequired
public object Engine { get; set; }
- Type: object
VpcIdRequired
public object VpcId { get; set; }
- Type: object
AllocationPolicyOptional
public object AllocationPolicy { get; set; }
- Type: object
CpuAllocationRatioOptional
public object CpuAllocationRatio { get; set; }
- Type: object
DedicatedHostGroupDescOptional
public object DedicatedHostGroupDesc { get; set; }
- Type: object
DiskAllocationRatioOptional
public object DiskAllocationRatio { get; set; }
- Type: object
HostReplacePolicyOptional
public object HostReplacePolicy { get; set; }
- Type: object
MemAllocationRatioOptional
public object MemAllocationRatio { get; set; }
- Type: object
OpenPermissionOptional
public object OpenPermission { get; set; }
- Type: object