Class: TencentCloud::Clb::V20180317::ExtraInfo

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

Overview

暂做保留,一般用户无需关注。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(zhitong = nil, tgwgroupname = nil) ⇒ ExtraInfo

Returns a new instance of ExtraInfo.



4402
4403
4404
4405
# File 'lib/v20180317/models.rb', line 4402

def initialize(zhitong=nil, tgwgroupname=nil)
  @ZhiTong = zhitong
  @TgwGroupName = tgwgroupname
end

Instance Attribute Details

#TgwGroupNameObject

Parameters:

  • ZhiTong:

    是否开通VIP直通

  • TgwGroupName:

    TgwGroup名称



4400
4401
4402
# File 'lib/v20180317/models.rb', line 4400

def TgwGroupName
  @TgwGroupName
end

#ZhiTongObject

Parameters:

  • ZhiTong:

    是否开通VIP直通

  • TgwGroupName:

    TgwGroup名称



4400
4401
4402
# File 'lib/v20180317/models.rb', line 4400

def ZhiTong
  @ZhiTong
end

Instance Method Details

#deserialize(params) ⇒ Object



4407
4408
4409
4410
# File 'lib/v20180317/models.rb', line 4407

def deserialize(params)
  @ZhiTong = params['ZhiTong']
  @TgwGroupName = params['TgwGroupName']
end