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.



6979
6980
6981
# File 'lib/v20201207/models.rb', line 6979

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

Instance Attribute Details

#InterfaceObject

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

Parameters:

  • Interface:

    接口名



6977
6978
6979
# File 'lib/v20201207/models.rb', line 6977

def Interface
  @Interface
end

Instance Method Details

#deserialize(params) ⇒ Object



6983
6984
6985
# File 'lib/v20201207/models.rb', line 6983

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