NodePoolInfoProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cs;
new NodePoolInfoProperty {
object Name,
object ResourceGroupId = null,
object Type = null
};
Properties
Name | Type | Description |
---|---|---|
Name |
object |
No description. |
ResourceGroupId |
object |
No description. |
Type |
object |
No description. |
Name
Required
public object Name { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object