class TencentCloud::Tke::V20220501::NodePool

def initialize(clusterid=nil, nodepoolid=nil, tags=nil, taints=nil, deletionprotection=nil, unschedulable=nil, type=nil, labels=nil, lifestate=nil, createdat=nil, name=nil, native=nil, annotations=nil, _super=nil, regular=nil, external=nil)

def initialize(clusterid=nil, nodepoolid=nil, tags=nil, taints=nil, deletionprotection=nil, unschedulable=nil, type=nil, labels=nil, lifestate=nil, createdat=nil, name=nil, native=nil, annotations=nil, _super=nil, regular=nil, external=nil)
  @ClusterId = clusterid
  @NodePoolId = nodepoolid
  @Tags = tags
  @Taints = taints
  @DeletionProtection = deletionprotection
  @Unschedulable = unschedulable
  @Type = type
  @Labels = labels
  @LifeState = lifestate
  @CreatedAt = createdat
  @Name = name
  @Native = native
  @Annotations = annotations
  @Super = _super
  @Regular = regular
  @External = external
end