Class: TencentCloud::Tse::V20201207::NacosServerInterface

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

Overview

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(interface = nil) ⇒ NacosServerInterface

Returns a new instance of NacosServerInterface.



10697
10698
10699
# File 'lib/v20201207/models.rb', line 10697

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

Instance Attribute Details

#InterfaceObject

Parameters:

  • Interface:

    接口名



10695
10696
10697
# File 'lib/v20201207/models.rb', line 10695

def Interface
  @Interface
end

Instance Method Details

#deserialize(params) ⇒ Object



10701
10702
10703
# File 'lib/v20201207/models.rb', line 10701

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