Class: TencentCloud::Tke::V20220501::HealthCheckPolicyBinding

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

Overview

健康检测策略和节点池的绑定关系

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, createdat = nil, nodepools = nil) ⇒ HealthCheckPolicyBinding



1371
1372
1373
1374
1375
# File 'lib/v20220501/models.rb', line 1371

def initialize(name=nil, createdat=nil, nodepools=nil)
  @Name = name
  @CreatedAt = createdat
  @NodePools = nodepools
end

Instance Attribute Details

#CreatedAtObject



1369
1370
1371
# File 'lib/v20220501/models.rb', line 1369

def CreatedAt
  @CreatedAt
end

#NameObject



1369
1370
1371
# File 'lib/v20220501/models.rb', line 1369

def Name
  @Name
end

#NodePoolsObject



1369
1370
1371
# File 'lib/v20220501/models.rb', line 1369

def NodePools
  @NodePools
end

Instance Method Details

#deserialize(params) ⇒ Object



1377
1378
1379
1380
1381
# File 'lib/v20220501/models.rb', line 1377

def deserialize(params)
  @Name = params['Name']
  @CreatedAt = params['CreatedAt']
  @NodePools = params['NodePools']
end