Class: TencentCloud::Csip::V20221121::ServiceSupport

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

Overview

产品支持情况

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(servicename = nil, supporthandledcount = nil, supporttotalcount = nil, issupport = nil) ⇒ ServiceSupport

Returns a new instance of ServiceSupport.



11851
11852
11853
11854
11855
11856
# File 'lib/v20221121/models.rb', line 11851

def initialize(servicename=nil, supporthandledcount=nil, supporttotalcount=nil, issupport=nil)
  @ServiceName = servicename
  @SupportHandledCount = supporthandledcount
  @SupportTotalCount = supporttotalcount
  @IsSupport = issupport
end

Instance Attribute Details

#IsSupportObject

“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”

Parameters:

  • ServiceName:

    产品名称:

  • SupportHandledCount:

    已处理的资产总数

  • SupportTotalCount:

    支持的资产总数

  • IsSupport:

    是否支持该产品1支持;0不支持



11849
11850
11851
# File 'lib/v20221121/models.rb', line 11849

def IsSupport
  @IsSupport
end

#ServiceNameObject

“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”

Parameters:

  • ServiceName:

    产品名称:

  • SupportHandledCount:

    已处理的资产总数

  • SupportTotalCount:

    支持的资产总数

  • IsSupport:

    是否支持该产品1支持;0不支持



11849
11850
11851
# File 'lib/v20221121/models.rb', line 11849

def ServiceName
  @ServiceName
end

#SupportHandledCountObject

“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”

Parameters:

  • ServiceName:

    产品名称:

  • SupportHandledCount:

    已处理的资产总数

  • SupportTotalCount:

    支持的资产总数

  • IsSupport:

    是否支持该产品1支持;0不支持



11849
11850
11851
# File 'lib/v20221121/models.rb', line 11849

def SupportHandledCount
  @SupportHandledCount
end

#SupportTotalCountObject

“cfw_waf_virtual”, “cwp_detect”, “cwp_defense”, “cwp_fix”

Parameters:

  • ServiceName:

    产品名称:

  • SupportHandledCount:

    已处理的资产总数

  • SupportTotalCount:

    支持的资产总数

  • IsSupport:

    是否支持该产品1支持;0不支持



11849
11850
11851
# File 'lib/v20221121/models.rb', line 11849

def SupportTotalCount
  @SupportTotalCount
end

Instance Method Details

#deserialize(params) ⇒ Object



11858
11859
11860
11861
11862
11863
# File 'lib/v20221121/models.rb', line 11858

def deserialize(params)
  @ServiceName = params['ServiceName']
  @SupportHandledCount = params['SupportHandledCount']
  @SupportTotalCount = params['SupportTotalCount']
  @IsSupport = params['IsSupport']
end