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.



10715
10716
10717
# File 'lib/v20201207/models.rb', line 10715

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

Instance Attribute Details

#InterfaceObject

Parameters:

  • Interface:

    接口名



10713
10714
10715
# File 'lib/v20201207/models.rb', line 10713

def Interface
  @Interface
end

Instance Method Details

#deserialize(params) ⇒ Object



10719
10720
10721
# File 'lib/v20201207/models.rb', line 10719

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