Skip to content

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.

NameRequired

public object Name { get; set; }
  • Type: object

ResourceGroupIdOptional

public object ResourceGroupId { get; set; }
  • Type: object

TypeOptional

public object Type { get; set; }
  • Type: object