Class: TencentCloud::Tse::V20201207::ZookeeperServerInterface

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

Overview

Zookeeper服务端接口列表,用于云监控

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(interface = nil) ⇒ ZookeeperServerInterface



12247
12248
12249
# File 'lib/v20201207/models.rb', line 12247

def initialize(interface=nil)
  @Interface = interface
end

Instance Attribute Details

#InterfaceObject



12245
12246
12247
# File 'lib/v20201207/models.rb', line 12245

def Interface
  @Interface
end

Instance Method Details

#deserialize(params) ⇒ Object



12251
12252
12253
# File 'lib/v20201207/models.rb', line 12251

def deserialize(params)
  @Interface = params['Interface']
end