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.
11258 11259 11260 11261 11262 11263 11264 11265 11266 11267 |
# File 'lib/v20201207/models.rb', line 11258 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
11256 11257 11258 |
# File 'lib/v20201207/models.rb', line 11256 def Hosts @Hosts end |
#Id ⇒ Object
11256 11257 11258 |
# File 'lib/v20201207/models.rb', line 11256 def Id @Id end |
#Methods ⇒ Object
11256 11257 11258 |
# File 'lib/v20201207/models.rb', line 11256 def Methods @Methods end |
#Name ⇒ Object
11256 11257 11258 |
# File 'lib/v20201207/models.rb', line 11256 def Name @Name end |
#Paths ⇒ Object
11256 11257 11258 |
# File 'lib/v20201207/models.rb', line 11256 def Paths @Paths end |
#ServiceId ⇒ Object
11256 11257 11258 |
# File 'lib/v20201207/models.rb', line 11256 def ServiceId @ServiceId end |
#ServiceName ⇒ Object
11256 11257 11258 |
# File 'lib/v20201207/models.rb', line 11256 def ServiceName @ServiceName end |
#Status ⇒ Object
11256 11257 11258 |
# File 'lib/v20201207/models.rb', line 11256 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
11269 11270 11271 11272 11273 11274 11275 11276 11277 11278 |
# File 'lib/v20201207/models.rb', line 11269 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 |