Class: TencentCloud::Tse::V20201207::NacosServerInterface
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::NacosServerInterface
- Defined in:
- lib/v20201207/models.rb
Overview
nacos服务端接口列表,用于云监控
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(interface = nil) ⇒ NacosServerInterface
constructor
A new instance of NacosServerInterface.
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
#Interface ⇒ Object
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 |