Class: TencentCloud::Cwp::V20180228::BashRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::BashRule
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20180228/models.rb
Overview
高危命令规则
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #DealOldEvents ⇒ Object
- #Decription ⇒ Object
- #Description ⇒ Object
- #Hostip ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #Level ⇒ Object
- #ModifyTime ⇒ Object
- #Name ⇒ Object
- #Operator ⇒ Object
- #Rule ⇒ Object
- #Status ⇒ Object
- #Uuid ⇒ Object
- #Uuids ⇒ Object
- #White ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, name = nil, level = nil, rule = nil, decription = nil, operator = nil, isglobal = nil, status = nil, createtime = nil, modifytime = nil, hostip = nil, uuids = nil, white = nil, dealoldevents = nil, description = nil) ⇒ BashRule
constructor
A new instance of BashRule.
Constructor Details
#initialize(id = nil, uuid = nil, name = nil, level = nil, rule = nil, decription = nil, operator = nil, isglobal = nil, status = nil, createtime = nil, modifytime = nil, hostip = nil, uuids = nil, white = nil, dealoldevents = nil, description = nil) ⇒ BashRule
Returns a new instance of BashRule.
4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 |
# File 'lib/v20180228/models.rb', line 4429 def initialize(id=nil, uuid=nil, name=nil, level=nil, rule=nil, decription=nil, operator=nil, isglobal=nil, status=nil, createtime=nil, modifytime=nil, hostip=nil, uuids=nil, white=nil, dealoldevents=nil, description=nil) @Id = id @Uuid = uuid @Name = name @Level = level @Rule = rule @Decription = decription @Operator = operator @IsGlobal = isglobal @Status = status @CreateTime = createtime @ModifyTime = modifytime @Hostip = hostip @Uuids = uuids @White = white @DealOldEvents = dealoldevents @Description = description end |
Instance Attribute Details
#CreateTime ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def CreateTime @CreateTime end |
#DealOldEvents ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def DealOldEvents @DealOldEvents end |
#Decription ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Decription @Decription end |
#Description ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Description @Description end |
#Hostip ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Hostip @Hostip end |
#Id ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Id @Id end |
#IsGlobal ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def IsGlobal @IsGlobal end |
#Level ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Level @Level end |
#ModifyTime ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def ModifyTime @ModifyTime end |
#Name ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Name @Name end |
#Operator ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Operator @Operator end |
#Rule ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Rule @Rule end |
#Status ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Status @Status end |
#Uuid ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Uuid @Uuid end |
#Uuids ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def Uuids @Uuids end |
#White ⇒ Object
4424 4425 4426 |
# File 'lib/v20180228/models.rb', line 4424 def White @White end |
Instance Method Details
#deserialize(params) ⇒ Object
4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 |
# File 'lib/v20180228/models.rb', line 4448 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @Name = params['Name'] @Level = params['Level'] @Rule = params['Rule'] @Decription = params['Decription'] @Operator = params['Operator'] @IsGlobal = params['IsGlobal'] @Status = params['Status'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] @Hostip = params['Hostip'] @Uuids = params['Uuids'] @White = params['White'] @DealOldEvents = params['DealOldEvents'] @Description = params['Description'] end |