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

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

#InterfaceObject

Parameters:

  • Interface:

    接口名



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