Class: TencentCloud::Iss::V20230517::UpdateDeviceData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::UpdateDeviceData
- Defined in:
- lib/v20230517/models.rb
Overview
修改设备接口返回数据
Instance Attribute Summary collapse
- #AccessProtocol ⇒ Object
- #AppId ⇒ Object
- #ClusterId ⇒ Object
- #ClusterName ⇒ Object
- #Code ⇒ Object
- #Description ⇒ Object
- #DeviceId ⇒ Object
- #GatewayId ⇒ Object
- #Ip ⇒ Object
- #Name ⇒ Object
- #OrganizationId ⇒ Object
- #Password ⇒ Object
- #Port ⇒ Object
- #ProtocolType ⇒ Object
- #Status ⇒ Object
- #TransportProtocol ⇒ Object
- #Type ⇒ Object
- #Username ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(deviceid = nil, code = nil, name = nil, accessprotocol = nil, type = nil, clusterid = nil, clustername = nil, transportprotocol = nil, password = nil, description = nil, status = nil, organizationid = nil, gatewayid = nil, protocoltype = nil, ip = nil, port = nil, username = nil, appid = nil) ⇒ UpdateDeviceData
constructor
A new instance of UpdateDeviceData.
Constructor Details
#initialize(deviceid = nil, code = nil, name = nil, accessprotocol = nil, type = nil, clusterid = nil, clustername = nil, transportprotocol = nil, password = nil, description = nil, status = nil, organizationid = nil, gatewayid = nil, protocoltype = nil, ip = nil, port = nil, username = nil, appid = nil) ⇒ UpdateDeviceData
Returns a new instance of UpdateDeviceData.
7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 |
# File 'lib/v20230517/models.rb', line 7205 def initialize(deviceid=nil, code=nil, name=nil, accessprotocol=nil, type=nil, clusterid=nil, clustername=nil, transportprotocol=nil, password=nil, description=nil, status=nil, organizationid=nil, gatewayid=nil, protocoltype=nil, ip=nil, port=nil, username=nil, appid=nil) @DeviceId = deviceid @Code = code @Name = name @AccessProtocol = accessprotocol @Type = type @ClusterId = clusterid @ClusterName = clustername @TransportProtocol = transportprotocol @Password = password @Description = description @Status = status @OrganizationId = organizationid @GatewayId = gatewayid @ProtocolType = protocoltype @Ip = ip @Port = port @Username = username @AppId = appid end |
Instance Attribute Details
#AccessProtocol ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def AccessProtocol @AccessProtocol end |
#AppId ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def AppId @AppId end |
#ClusterId ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def ClusterId @ClusterId end |
#ClusterName ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def ClusterName @ClusterName end |
#Code ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Code @Code end |
#Description ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Description @Description end |
#DeviceId ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def DeviceId @DeviceId end |
#GatewayId ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def GatewayId @GatewayId end |
#Ip ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Ip @Ip end |
#Name ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Name @Name end |
#OrganizationId ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def OrganizationId @OrganizationId end |
#Password ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Password @Password end |
#Port ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Port @Port end |
#ProtocolType ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def ProtocolType @ProtocolType end |
#Status ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Status @Status end |
#TransportProtocol ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def TransportProtocol @TransportProtocol end |
#Type ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Type @Type end |
#Username ⇒ Object
7203 7204 7205 |
# File 'lib/v20230517/models.rb', line 7203 def Username @Username end |
Instance Method Details
#deserialize(params) ⇒ Object
7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 |
# File 'lib/v20230517/models.rb', line 7226 def deserialize(params) @DeviceId = params['DeviceId'] @Code = params['Code'] @Name = params['Name'] @AccessProtocol = params['AccessProtocol'] @Type = params['Type'] @ClusterId = params['ClusterId'] @ClusterName = params['ClusterName'] @TransportProtocol = params['TransportProtocol'] @Password = params['Password'] @Description = params['Description'] @Status = params['Status'] @OrganizationId = params['OrganizationId'] @GatewayId = params['GatewayId'] @ProtocolType = params['ProtocolType'] @Ip = params['Ip'] @Port = params['Port'] @Username = params['Username'] @AppId = params['AppId'] end |