Class: TencentCloud::Cdwch::V20200915::DescribeInstanceNodesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cdwch::V20200915::DescribeInstanceNodesRequest
- Defined in:
- lib/v20200915/models.rb
Overview
DescribeInstanceNodes请求参数结构体
Instance Attribute Summary collapse
- #DisplayPolicy ⇒ Object
- #ForceAll ⇒ Object
- #InstanceId ⇒ Object
- #Limit ⇒ Object
- #NodeRole ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, noderole = nil, offset = nil, limit = nil, displaypolicy = nil, forceall = nil) ⇒ DescribeInstanceNodesRequest
constructor
A new instance of DescribeInstanceNodesRequest.
Constructor Details
#initialize(instanceid = nil, noderole = nil, offset = nil, limit = nil, displaypolicy = nil, forceall = nil) ⇒ DescribeInstanceNodesRequest
Returns a new instance of DescribeInstanceNodesRequest.
1295 1296 1297 1298 1299 1300 1301 1302 |
# File 'lib/v20200915/models.rb', line 1295 def initialize(instanceid=nil, noderole=nil, offset=nil, limit=nil, displaypolicy=nil, forceall=nil) @InstanceId = instanceid @NodeRole = noderole @Offset = offset @Limit = limit @DisplayPolicy = displaypolicy @ForceAll = forceall end |
Instance Attribute Details
#DisplayPolicy ⇒ Object
1293 1294 1295 |
# File 'lib/v20200915/models.rb', line 1293 def DisplayPolicy @DisplayPolicy end |
#ForceAll ⇒ Object
1293 1294 1295 |
# File 'lib/v20200915/models.rb', line 1293 def ForceAll @ForceAll end |
#InstanceId ⇒ Object
1293 1294 1295 |
# File 'lib/v20200915/models.rb', line 1293 def InstanceId @InstanceId end |
#Limit ⇒ Object
1293 1294 1295 |
# File 'lib/v20200915/models.rb', line 1293 def Limit @Limit end |
#NodeRole ⇒ Object
1293 1294 1295 |
# File 'lib/v20200915/models.rb', line 1293 def NodeRole @NodeRole end |
#Offset ⇒ Object
1293 1294 1295 |
# File 'lib/v20200915/models.rb', line 1293 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
1304 1305 1306 1307 1308 1309 1310 1311 |
# File 'lib/v20200915/models.rb', line 1304 def deserialize(params) @InstanceId = params['InstanceId'] @NodeRole = params['NodeRole'] @Offset = params['Offset'] @Limit = params['Limit'] @DisplayPolicy = params['DisplayPolicy'] @ForceAll = params['ForceAll'] end |