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. |
Engine
Required
public object Engine { get; set; }
- Type: object
VpcId
Required
public object VpcId { get; set; }
- Type: object
AllocationPolicy
Optional
public object AllocationPolicy { get; set; }
- Type: object
CpuAllocationRatio
Optional
public object CpuAllocationRatio { get; set; }
- Type: object
DedicatedHostGroupDesc
Optional
public object DedicatedHostGroupDesc { get; set; }
- Type: object
DiskAllocationRatio
Optional
public object DiskAllocationRatio { get; set; }
- Type: object
HostReplacePolicy
Optional
public object HostReplacePolicy { get; set; }
- Type: object
MemAllocationRatio
Optional
public object MemAllocationRatio { get; set; }
- Type: object
OpenPermission
Optional
public object OpenPermission { get; set; }
- Type: object