Class: TencentCloud::Tke::V20180525::DescribeClusterCommonNamesRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

DescribeClusterCommonNames请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, subaccountuins = nil, roleids = nil) ⇒ DescribeClusterCommonNamesRequest

Returns a new instance of DescribeClusterCommonNamesRequest.



6081
6082
6083
6084
6085
# File 'lib/v20180525/models.rb', line 6081

def initialize(clusterid=nil, subaccountuins=nil, roleids=nil)
  @ClusterId = clusterid
  @SubaccountUins = subaccountuins
  @RoleIds = roleids
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • 集群ID

  • 子账户列表,不可超出最大值50

  • 角色ID列表,不可超出最大值50



6079
6080
6081
# File 'lib/v20180525/models.rb', line 6079

def ClusterId
  @ClusterId
end

#RoleIdsObject

Parameters:

  • 集群ID

  • 子账户列表,不可超出最大值50

  • 角色ID列表,不可超出最大值50



6079
6080
6081
# File 'lib/v20180525/models.rb', line 6079

def RoleIds
  @RoleIds
end

#SubaccountUinsObject

Parameters:

  • 集群ID

  • 子账户列表,不可超出最大值50

  • 角色ID列表,不可超出最大值50



6079
6080
6081
# File 'lib/v20180525/models.rb', line 6079

def SubaccountUins
  @SubaccountUins
end

Instance Method Details

#deserialize(params) ⇒ Object



6087
6088
6089
6090
6091
# File 'lib/v20180525/models.rb', line 6087

def deserialize(params)
  @ClusterId = params['ClusterId']
  @SubaccountUins = params['SubaccountUins']
  @RoleIds = params['RoleIds']
end