Class: TencentCloud::Cwp::V20180228::EditReverseShellRulesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::EditReverseShellRulesRequest
- Defined in:
- lib/v20180228/models.rb
Overview
EditReverseShellRules请求参数结构体
Instance Attribute Summary collapse
- #DestIp ⇒ Object
- #DestPort ⇒ Object
- #EventId ⇒ Object
- #HostIp ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #ProcessName ⇒ Object
- #Uuids ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuids = nil, hostip = nil, destip = nil, destport = nil, processname = nil, isglobal = nil, eventid = nil) ⇒ EditReverseShellRulesRequest
constructor
A new instance of EditReverseShellRulesRequest.
Constructor Details
#initialize(id = nil, uuids = nil, hostip = nil, destip = nil, destport = nil, processname = nil, isglobal = nil, eventid = nil) ⇒ EditReverseShellRulesRequest
Returns a new instance of EditReverseShellRulesRequest.
25438 25439 25440 25441 25442 25443 25444 25445 25446 25447 |
# File 'lib/v20180228/models.rb', line 25438 def initialize(id=nil, uuids=nil, hostip=nil, destip=nil, destport=nil, processname=nil, isglobal=nil, eventid=nil) @Id = id @Uuids = uuids @HostIp = hostip @DestIp = destip @DestPort = destport @ProcessName = processname @IsGlobal = isglobal @EventId = eventid end |
Instance Attribute Details
#DestIp ⇒ Object
25436 25437 25438 |
# File 'lib/v20180228/models.rb', line 25436 def DestIp @DestIp end |
#DestPort ⇒ Object
25436 25437 25438 |
# File 'lib/v20180228/models.rb', line 25436 def DestPort @DestPort end |
#EventId ⇒ Object
25436 25437 25438 |
# File 'lib/v20180228/models.rb', line 25436 def EventId @EventId end |
#HostIp ⇒ Object
25436 25437 25438 |
# File 'lib/v20180228/models.rb', line 25436 def HostIp @HostIp end |
#Id ⇒ Object
25436 25437 25438 |
# File 'lib/v20180228/models.rb', line 25436 def Id @Id end |
#IsGlobal ⇒ Object
25436 25437 25438 |
# File 'lib/v20180228/models.rb', line 25436 def IsGlobal @IsGlobal end |
#ProcessName ⇒ Object
25436 25437 25438 |
# File 'lib/v20180228/models.rb', line 25436 def ProcessName @ProcessName end |
#Uuids ⇒ Object
25436 25437 25438 |
# File 'lib/v20180228/models.rb', line 25436 def Uuids @Uuids end |
Instance Method Details
#deserialize(params) ⇒ Object
25449 25450 25451 25452 25453 25454 25455 25456 25457 25458 |
# File 'lib/v20180228/models.rb', line 25449 def deserialize(params) @Id = params['Id'] @Uuids = params['Uuids'] @HostIp = params['HostIp'] @DestIp = params['DestIp'] @DestPort = params['DestPort'] @ProcessName = params['ProcessName'] @IsGlobal = params['IsGlobal'] @EventId = params['EventId'] end |