Class: TencentCloud::Ckafka::V20190819::TdwParam

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

Overview

Tdw类型入参

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(bid = nil, tid = nil, isdomestic = nil, tdwhost = nil, tdwport = nil) ⇒ TdwParam

Returns a new instance of TdwParam.



11582
11583
11584
11585
11586
11587
11588
# File 'lib/v20190819/models.rb', line 11582

def initialize(bid=nil, tid=nil, isdomestic=nil, tdwhost=nil, tdwport=nil)
  @Bid = bid
  @Tid = tid
  @IsDomestic = isdomestic
  @TdwHost = tdwhost
  @TdwPort = tdwport
end

Instance Attribute Details

#BidObject

Parameters:

  • Bid:

    Tdw的bid

  • Tid:

    Tdw的tid

  • IsDomestic:

    默认true

  • TdwHost:

    TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com

  • TdwPort:

    TDW端口,默认8099



11580
11581
11582
# File 'lib/v20190819/models.rb', line 11580

def Bid
  @Bid
end

#IsDomesticObject

Parameters:

  • Bid:

    Tdw的bid

  • Tid:

    Tdw的tid

  • IsDomestic:

    默认true

  • TdwHost:

    TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com

  • TdwPort:

    TDW端口,默认8099



11580
11581
11582
# File 'lib/v20190819/models.rb', line 11580

def IsDomestic
  @IsDomestic
end

#TdwHostObject

Parameters:

  • Bid:

    Tdw的bid

  • Tid:

    Tdw的tid

  • IsDomestic:

    默认true

  • TdwHost:

    TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com

  • TdwPort:

    TDW端口,默认8099



11580
11581
11582
# File 'lib/v20190819/models.rb', line 11580

def TdwHost
  @TdwHost
end

#TdwPortObject

Parameters:

  • Bid:

    Tdw的bid

  • Tid:

    Tdw的tid

  • IsDomestic:

    默认true

  • TdwHost:

    TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com

  • TdwPort:

    TDW端口,默认8099



11580
11581
11582
# File 'lib/v20190819/models.rb', line 11580

def TdwPort
  @TdwPort
end

#TidObject

Parameters:

  • Bid:

    Tdw的bid

  • Tid:

    Tdw的tid

  • IsDomestic:

    默认true

  • TdwHost:

    TDW地址,默认tl-tdbank-tdmanager.tencent-distribute.com

  • TdwPort:

    TDW端口,默认8099



11580
11581
11582
# File 'lib/v20190819/models.rb', line 11580

def Tid
  @Tid
end

Instance Method Details

#deserialize(params) ⇒ Object



11590
11591
11592
11593
11594
11595
11596
# File 'lib/v20190819/models.rb', line 11590

def deserialize(params)
  @Bid = params['Bid']
  @Tid = params['Tid']
  @IsDomestic = params['IsDomestic']
  @TdwHost = params['TdwHost']
  @TdwPort = params['TdwPort']
end