Class: TencentCloud::Iotvideoindustry::V20201201::ServerConfiguration
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::ServerConfiguration
- Defined in:
- lib/v20201201/models.rb
Overview
SIIP服务器相关配置项
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(host = nil, port = nil, serial = nil, realm = nil) ⇒ ServerConfiguration
constructor
A new instance of ServerConfiguration.
Constructor Details
#initialize(host = nil, port = nil, serial = nil, realm = nil) ⇒ ServerConfiguration
Returns a new instance of ServerConfiguration.
6096 6097 6098 6099 6100 6101 |
# File 'lib/v20201201/models.rb', line 6096 def initialize(host=nil, port=nil, serial=nil, realm=nil) @Host = host @Port = port @Serial = serial @Realm = realm end |
Instance Attribute Details
#Host ⇒ Object
6094 6095 6096 |
# File 'lib/v20201201/models.rb', line 6094 def Host @Host end |
#Port ⇒ Object
6094 6095 6096 |
# File 'lib/v20201201/models.rb', line 6094 def Port @Port end |
#Realm ⇒ Object
6094 6095 6096 |
# File 'lib/v20201201/models.rb', line 6094 def Realm @Realm end |
#Serial ⇒ Object
6094 6095 6096 |
# File 'lib/v20201201/models.rb', line 6094 def Serial @Serial end |
Instance Method Details
#deserialize(params) ⇒ Object
6103 6104 6105 6106 6107 6108 |
# File 'lib/v20201201/models.rb', line 6103 def deserialize(params) @Host = params['Host'] @Port = params['Port'] @Serial = params['Serial'] @Realm = params['Realm'] end |