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.
10697 10698 10699 |
# File 'lib/v20201207/models.rb', line 10697 def initialize(interface=nil) @Interface = interface end |
Instance Attribute Details
#Interface ⇒ Object
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 |