Class: TencentCloud::Eb::V20210416::DTSParams

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

Overview

Data Transfer Service参数

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(consumergroupname = nil, account = nil, password = nil) ⇒ DTSParams

Returns a new instance of DTSParams.



609
610
611
612
613
# File 'lib/v20210416/models.rb', line 609

def initialize(consumergroupname=nil, =nil, password=nil)
  @ConsumerGroupName = consumergroupname
  @Account = 
  @Password = password
end

Instance Attribute Details

#AccountObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ConsumerGroupName:

    Consumer Group Name

  • Account:

    账户名

  • Password:

    密码



607
608
609
# File 'lib/v20210416/models.rb', line 607

def 
  @Account
end

#ConsumerGroupNameObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ConsumerGroupName:

    Consumer Group Name

  • Account:

    账户名

  • Password:

    密码



607
608
609
# File 'lib/v20210416/models.rb', line 607

def ConsumerGroupName
  @ConsumerGroupName
end

#PasswordObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ConsumerGroupName:

    Consumer Group Name

  • Account:

    账户名

  • Password:

    密码



607
608
609
# File 'lib/v20210416/models.rb', line 607

def Password
  @Password
end

Instance Method Details

#deserialize(params) ⇒ Object



615
616
617
618
619
# File 'lib/v20210416/models.rb', line 615

def deserialize(params)
  @ConsumerGroupName = params['ConsumerGroupName']
  @Account = params['Account']
  @Password = params['Password']
end