Class: TencentCloud::Cfw::V20190904::SwitchListsData
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfw::V20190904::SwitchListsData
- Defined in:
- lib/v20190904/models.rb
Overview
防火墙开关列表对象
Instance Attribute Summary collapse
- #Area ⇒ Object
- #AssetType ⇒ Object
- #Id ⇒ Object
- #InstanceId ⇒ Object
- #InstanceName ⇒ Object
- #IntranetIp ⇒ Object
- #LastTime ⇒ Object
- #PortTimes ⇒ Object
- #PublicIp ⇒ Object
- #PublicIpType ⇒ Object
- #ScanMode ⇒ Object
- #ScanStatus ⇒ Object
- #Switch ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(publicip = nil, intranetip = nil, instancename = nil, instanceid = nil, assettype = nil, area = nil, switch = nil, id = nil, publiciptype = nil, porttimes = nil, lasttime = nil, scanmode = nil, scanstatus = nil) ⇒ SwitchListsData
constructor
A new instance of SwitchListsData.
Constructor Details
#initialize(publicip = nil, intranetip = nil, instancename = nil, instanceid = nil, assettype = nil, area = nil, switch = nil, id = nil, publiciptype = nil, porttimes = nil, lasttime = nil, scanmode = nil, scanstatus = nil) ⇒ SwitchListsData
Returns a new instance of SwitchListsData.
10586 10587 10588 10589 10590 10591 10592 10593 10594 10595 10596 10597 10598 10599 10600 |
# File 'lib/v20190904/models.rb', line 10586 def initialize(publicip=nil, intranetip=nil, instancename=nil, instanceid=nil, assettype=nil, area=nil, switch=nil, id=nil, publiciptype=nil, porttimes=nil, lasttime=nil, scanmode=nil, scanstatus=nil) @PublicIp = publicip @IntranetIp = intranetip @InstanceName = instancename @InstanceId = instanceid @AssetType = assettype @Area = area @Switch = switch @Id = id @PublicIpType = publiciptype @PortTimes = porttimes @LastTime = lasttime @ScanMode = scanmode @ScanStatus = scanstatus end |
Instance Attribute Details
#Area ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def Area @Area end |
#AssetType ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def AssetType @AssetType end |
#Id ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def Id @Id end |
#InstanceId ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def InstanceName @InstanceName end |
#IntranetIp ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def IntranetIp @IntranetIp end |
#LastTime ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def LastTime @LastTime end |
#PortTimes ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def PortTimes @PortTimes end |
#PublicIp ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def PublicIp @PublicIp end |
#PublicIpType ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def PublicIpType @PublicIpType end |
#ScanMode ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def ScanMode @ScanMode end |
#ScanStatus ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def ScanStatus @ScanStatus end |
#Switch ⇒ Object
10584 10585 10586 |
# File 'lib/v20190904/models.rb', line 10584 def Switch @Switch end |
Instance Method Details
#deserialize(params) ⇒ Object
10602 10603 10604 10605 10606 10607 10608 10609 10610 10611 10612 10613 10614 10615 10616 |
# File 'lib/v20190904/models.rb', line 10602 def deserialize(params) @PublicIp = params['PublicIp'] @IntranetIp = params['IntranetIp'] @InstanceName = params['InstanceName'] @InstanceId = params['InstanceId'] @AssetType = params['AssetType'] @Area = params['Area'] @Switch = params['Switch'] @Id = params['Id'] @PublicIpType = params['PublicIpType'] @PortTimes = params['PortTimes'] @LastTime = params['LastTime'] @ScanMode = params['ScanMode'] @ScanStatus = params['ScanStatus'] end |