Class: TencentCloud::Tse::V20201207::RouteWafStatus
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tse::V20201207::RouteWafStatus
- Defined in:
- lib/v20201207/models.rb
Overview
路由 WAF 状态
Instance Attribute Summary collapse
- #Hosts ⇒ Object
- #Id ⇒ Object
- #Methods ⇒ Object
- #Name ⇒ Object
- #Paths ⇒ Object
- #ServiceId ⇒ Object
- #ServiceName ⇒ Object
- #Status ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, id = nil, status = nil, methods = nil, paths = nil, hosts = nil, servicename = nil, serviceid = nil) ⇒ RouteWafStatus
constructor
A new instance of RouteWafStatus.
Constructor Details
#initialize(name = nil, id = nil, status = nil, methods = nil, paths = nil, hosts = nil, servicename = nil, serviceid = nil) ⇒ RouteWafStatus
Returns a new instance of RouteWafStatus.
11276 11277 11278 11279 11280 11281 11282 11283 11284 11285 |
# File 'lib/v20201207/models.rb', line 11276 def initialize(name=nil, id=nil, status=nil, methods=nil, paths=nil, hosts=nil, servicename=nil, serviceid=nil) @Name = name @Id = id @Status = status @Methods = methods @Paths = paths @Hosts = hosts @ServiceName = servicename @ServiceId = serviceid end |
Instance Attribute Details
#Hosts ⇒ Object
11274 11275 11276 |
# File 'lib/v20201207/models.rb', line 11274 def Hosts @Hosts end |
#Id ⇒ Object
11274 11275 11276 |
# File 'lib/v20201207/models.rb', line 11274 def Id @Id end |
#Methods ⇒ Object
11274 11275 11276 |
# File 'lib/v20201207/models.rb', line 11274 def Methods @Methods end |
#Name ⇒ Object
11274 11275 11276 |
# File 'lib/v20201207/models.rb', line 11274 def Name @Name end |
#Paths ⇒ Object
11274 11275 11276 |
# File 'lib/v20201207/models.rb', line 11274 def Paths @Paths end |
#ServiceId ⇒ Object
11274 11275 11276 |
# File 'lib/v20201207/models.rb', line 11274 def ServiceId @ServiceId end |
#ServiceName ⇒ Object
11274 11275 11276 |
# File 'lib/v20201207/models.rb', line 11274 def ServiceName @ServiceName end |
#Status ⇒ Object
11274 11275 11276 |
# File 'lib/v20201207/models.rb', line 11274 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
11287 11288 11289 11290 11291 11292 11293 11294 11295 11296 |
# File 'lib/v20201207/models.rb', line 11287 def deserialize(params) @Name = params['Name'] @Id = params['Id'] @Status = params['Status'] @Methods = params['Methods'] @Paths = params['Paths'] @Hosts = params['Hosts'] @ServiceName = params['ServiceName'] @ServiceId = params['ServiceId'] end |