Class: TencentCloud::Cls::V20201016::EsInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cls::V20201016::EsInfo
- Defined in:
- lib/v20201016/models.rb
Overview
es集群配置信息
Instance Attribute Summary collapse
-
#AccessMode ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
-
#Address ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
-
#EsType ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
-
#InstanceId ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
-
#Password ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
-
#Port ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
-
#User ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
-
#VirtualGatewayType ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
-
#VpcId ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(estype = nil, accessmode = nil, instanceid = nil, user = nil, address = nil, port = nil, vpcid = nil, virtualgatewaytype = nil, password = nil) ⇒ EsInfo
constructor
A new instance of EsInfo.
Constructor Details
#initialize(estype = nil, accessmode = nil, instanceid = nil, user = nil, address = nil, port = nil, vpcid = nil, virtualgatewaytype = nil, password = nil) ⇒ EsInfo
Returns a new instance of EsInfo.
10684 10685 10686 10687 10688 10689 10690 10691 10692 10693 10694 |
# File 'lib/v20201016/models.rb', line 10684 def initialize(estype=nil, accessmode=nil, instanceid=nil, user=nil, address=nil, port=nil, vpcid=nil, virtualgatewaytype=nil, password=nil) @EsType = estype @AccessMode = accessmode @InstanceId = instanceid @User = user @Address = address @Port = port @VpcId = vpcid @VirtualGatewayType = virtualgatewaytype @Password = password end |
Instance Attribute Details
#AccessMode ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def AccessMode @AccessMode end |
#Address ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def Address @Address end |
#EsType ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def EsType @EsType end |
#InstanceId ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def InstanceId @InstanceId end |
#Password ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def Password @Password end |
#Port ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def Port @Port end |
#User ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def User @User end |
#VirtualGatewayType ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def VirtualGatewayType @VirtualGatewayType end |
#VpcId ⇒ Object
负载均衡 CLB:1025 云服务器CVM:0
10682 10683 10684 |
# File 'lib/v20201016/models.rb', line 10682 def VpcId @VpcId end |
Instance Method Details
#deserialize(params) ⇒ Object
10696 10697 10698 10699 10700 10701 10702 10703 10704 10705 10706 |
# File 'lib/v20201016/models.rb', line 10696 def deserialize(params) @EsType = params['EsType'] @AccessMode = params['AccessMode'] @InstanceId = params['InstanceId'] @User = params['User'] @Address = params['Address'] @Port = params['Port'] @VpcId = params['VpcId'] @VirtualGatewayType = params['VirtualGatewayType'] @Password = params['Password'] end |