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. |
Cpu
Optional
public object Cpu { get; set; }
- Type: object
MemoryGb
Optional
public object MemoryGb { get; set; }
- Type: object