Class: TencentCloud::Iss::V20230517::AddUserDeviceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::AddUserDeviceRequest
- Defined in:
- lib/v20230517/models.rb
Overview
AddUserDevice请求参数结构体
Instance Attribute Summary collapse
- #AccessProtocol ⇒ Object
- #AppName ⇒ Object
- #ClusterId ⇒ Object
- #Description ⇒ Object
- #GatewayId ⇒ Object
- #Ip ⇒ Object
- #Name ⇒ Object
- #OrganizationId ⇒ Object
- #Password ⇒ Object
- #Port ⇒ Object
- #ProtocolType ⇒ Object
- #SNCode ⇒ Object
- #StreamName ⇒ Object
- #TransportProtocol ⇒ Object
- #Type ⇒ Object
- #Username ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, accessprotocol = nil, type = nil, organizationid = nil, clusterid = nil, transportprotocol = nil, password = nil, description = nil, gatewayid = nil, protocoltype = nil, ip = nil, port = nil, username = nil, sncode = nil, appname = nil, streamname = nil) ⇒ AddUserDeviceRequest
constructor
A new instance of AddUserDeviceRequest.
Constructor Details
#initialize(name = nil, accessprotocol = nil, type = nil, organizationid = nil, clusterid = nil, transportprotocol = nil, password = nil, description = nil, gatewayid = nil, protocoltype = nil, ip = nil, port = nil, username = nil, sncode = nil, appname = nil, streamname = nil) ⇒ AddUserDeviceRequest
Returns a new instance of AddUserDeviceRequest.
1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 |
# File 'lib/v20230517/models.rb', line 1137 def initialize(name=nil, accessprotocol=nil, type=nil, organizationid=nil, clusterid=nil, transportprotocol=nil, password=nil, description=nil, gatewayid=nil, protocoltype=nil, ip=nil, port=nil, username=nil, sncode=nil, appname=nil, streamname=nil) @Name = name @AccessProtocol = accessprotocol @Type = type @OrganizationId = organizationid @ClusterId = clusterid @TransportProtocol = transportprotocol @Password = password @Description = description @GatewayId = gatewayid @ProtocolType = protocoltype @Ip = ip @Port = port @Username = username @SNCode = sncode @AppName = appname @StreamName = streamname end |
Instance Attribute Details
#AccessProtocol ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def AccessProtocol @AccessProtocol end |
#AppName ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def AppName @AppName end |
#ClusterId ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def ClusterId @ClusterId end |
#Description ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def Description @Description end |
#GatewayId ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def GatewayId @GatewayId end |
#Ip ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def Ip @Ip end |
#Name ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def Name @Name end |
#OrganizationId ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def OrganizationId @OrganizationId end |
#Password ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def Password @Password end |
#Port ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def Port @Port end |
#ProtocolType ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def ProtocolType @ProtocolType end |
#SNCode ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def SNCode @SNCode end |
#StreamName ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def StreamName @StreamName end |
#TransportProtocol ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def TransportProtocol @TransportProtocol end |
#Type ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def Type @Type end |
#Username ⇒ Object
1135 1136 1137 |
# File 'lib/v20230517/models.rb', line 1135 def Username @Username end |
Instance Method Details
#deserialize(params) ⇒ Object
1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/v20230517/models.rb', line 1156 def deserialize(params) @Name = params['Name'] @AccessProtocol = params['AccessProtocol'] @Type = params['Type'] @OrganizationId = params['OrganizationId'] @ClusterId = params['ClusterId'] @TransportProtocol = params['TransportProtocol'] @Password = params['Password'] @Description = params['Description'] @GatewayId = params['GatewayId'] @ProtocolType = params['ProtocolType'] @Ip = params['Ip'] @Port = params['Port'] @Username = params['Username'] @SNCode = params['SNCode'] @AppName = params['AppName'] @StreamName = params['StreamName'] end |