ResourceSpecProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Flink;
new ResourceSpecProperty {
object Cpu = null,
object MemoryGb = null
};
Properties
| Name | Type | Description |
|---|---|---|
Cpu |
object |
No description. |
MemoryGb |
object |
No description. |
CpuOptional
public object Cpu { get; set; }
- Type: object
MemoryGbOptional
public object MemoryGb { get; set; }
- Type: object