CpuOptionsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ecs;
new CpuOptionsProperty {
object Core = null,
object ThreadsPerCore = null
};
Properties
| Name | Type | Description |
|---|---|---|
Core |
object |
No description. |
ThreadsPerCore |
object |
No description. |
CoreOptional
public object Core { get; set; }
- Type: object
ThreadsPerCoreOptional
public object ThreadsPerCore { get; set; }
- Type: object