Class: TencentCloud::Tse::V20201207::ZookeeperServerInterface
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::ZookeeperServerInterface
- Defined in:
- lib/v20201207/models.rb
Overview
Zookeeper服务端接口列表,用于云监控
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(interface = nil) ⇒ ZookeeperServerInterface
constructor
A new instance of ZookeeperServerInterface.
Constructor Details
#initialize(interface = nil) ⇒ ZookeeperServerInterface
Returns a new instance of ZookeeperServerInterface.
12265 12266 12267 |
# File 'lib/v20201207/models.rb', line 12265 def initialize(interface=nil) @Interface = interface end |
Instance Attribute Details
#Interface ⇒ Object
12263 12264 12265 |
# File 'lib/v20201207/models.rb', line 12263 def Interface @Interface end |
Instance Method Details
#deserialize(params) ⇒ Object
12269 12270 12271 |
# File 'lib/v20201207/models.rb', line 12269 def deserialize(params) @Interface = params['Interface'] end |