Class: TencentCloud::Teo::V20220901::DescribeSecurityIPGroupContentResponse

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

Overview

DescribeSecurityIPGroupContent返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(iptotalcount = nil, iplist = nil, requestid = nil) ⇒ DescribeSecurityIPGroupContentResponse

Returns a new instance of DescribeSecurityIPGroupContentResponse.



10568
10569
10570
10571
10572
# File 'lib/v20220901/models.rb', line 10568

def initialize(iptotalcount=nil, iplist=nil, requestid=nil)
  @IPTotalCount = iptotalcount
  @IPList = iplist
  @RequestId = requestid
end

Instance Attribute Details

#IPListObject

Parameters:

  • IPTotalCount:

    IP 组中正在生效的 IP 或网段个数。

  • IPList:

    满足查询条件的 IP 或网段列表。受 Limit 和 Offset 参数限制。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



10566
10567
10568
# File 'lib/v20220901/models.rb', line 10566

def IPList
  @IPList
end

#IPTotalCountObject

Parameters:

  • IPTotalCount:

    IP 组中正在生效的 IP 或网段个数。

  • IPList:

    满足查询条件的 IP 或网段列表。受 Limit 和 Offset 参数限制。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



10566
10567
10568
# File 'lib/v20220901/models.rb', line 10566

def IPTotalCount
  @IPTotalCount
end

#RequestIdObject

Parameters:

  • IPTotalCount:

    IP 组中正在生效的 IP 或网段个数。

  • IPList:

    满足查询条件的 IP 或网段列表。受 Limit 和 Offset 参数限制。

  • RequestId:

    唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。



10566
10567
10568
# File 'lib/v20220901/models.rb', line 10566

def RequestId
  @RequestId
end

Instance Method Details

#deserialize(params) ⇒ Object



10574
10575
10576
10577
10578
# File 'lib/v20220901/models.rb', line 10574

def deserialize(params)
  @IPTotalCount = params['IPTotalCount']
  @IPList = params['IPList']
  @RequestId = params['RequestId']
end