Class: TencentCloud::Cwp::V20180228::EditBashRulesRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::EditBashRulesRequest
- Defined in:
- lib/v20180228/models.rb
Overview
EditBashRules请求参数结构体
Instance Attribute Summary collapse
- #BashAction ⇒ Object
- #DealOldEvents ⇒ Object
- #Descript ⇒ Object
- #EventId ⇒ Object
- #HostIp ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #Level ⇒ Object
- #Name ⇒ Object
- #Quuids ⇒ Object
- #Rule ⇒ Object
- #Scope ⇒ Object
- #Status ⇒ Object
- #Uuids ⇒ Object
- #White ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuids = nil, hostip = nil, name = nil, level = nil, rule = nil, isglobal = nil, white = nil, eventid = nil, dealoldevents = nil, descript = nil, status = nil, bashaction = nil, scope = nil, quuids = nil) ⇒ EditBashRulesRequest
constructor
A new instance of EditBashRulesRequest.
Constructor Details
#initialize(id = nil, uuids = nil, hostip = nil, name = nil, level = nil, rule = nil, isglobal = nil, white = nil, eventid = nil, dealoldevents = nil, descript = nil, status = nil, bashaction = nil, scope = nil, quuids = nil) ⇒ EditBashRulesRequest
Returns a new instance of EditBashRulesRequest.
25308 25309 25310 25311 25312 25313 25314 25315 25316 25317 25318 25319 25320 25321 25322 25323 25324 |
# File 'lib/v20180228/models.rb', line 25308 def initialize(id=nil, uuids=nil, hostip=nil, name=nil, level=nil, rule=nil, isglobal=nil, white=nil, eventid=nil, dealoldevents=nil, descript=nil, status=nil, bashaction=nil, scope=nil, quuids=nil) @Id = id @Uuids = uuids @HostIp = hostip @Name = name @Level = level @Rule = rule @IsGlobal = isglobal @White = white @EventId = eventid @DealOldEvents = dealoldevents @Descript = descript @Status = status @BashAction = bashaction @Scope = scope @Quuids = quuids end |
Instance Attribute Details
#BashAction ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def BashAction @BashAction end |
#DealOldEvents ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def DealOldEvents @DealOldEvents end |
#Descript ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Descript @Descript end |
#EventId ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def EventId @EventId end |
#HostIp ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def HostIp @HostIp end |
#Id ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Id @Id end |
#IsGlobal ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def IsGlobal @IsGlobal end |
#Level ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Level @Level end |
#Name ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Name @Name end |
#Quuids ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Quuids @Quuids end |
#Rule ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Rule @Rule end |
#Scope ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Scope @Scope end |
#Status ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Status @Status end |
#Uuids ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def Uuids @Uuids end |
#White ⇒ Object
25306 25307 25308 |
# File 'lib/v20180228/models.rb', line 25306 def White @White end |
Instance Method Details
#deserialize(params) ⇒ Object
25326 25327 25328 25329 25330 25331 25332 25333 25334 25335 25336 25337 25338 25339 25340 25341 25342 |
# File 'lib/v20180228/models.rb', line 25326 def deserialize(params) @Id = params['Id'] @Uuids = params['Uuids'] @HostIp = params['HostIp'] @Name = params['Name'] @Level = params['Level'] @Rule = params['Rule'] @IsGlobal = params['IsGlobal'] @White = params['White'] @EventId = params['EventId'] @DealOldEvents = params['DealOldEvents'] @Descript = params['Descript'] @Status = params['Status'] @BashAction = params['BashAction'] @Scope = params['Scope'] @Quuids = params['Quuids'] end |