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.
24923 24924 24925 24926 24927 24928 24929 24930 24931 24932 24933 24934 24935 24936 24937 24938 24939 |
# File 'lib/v20180228/models.rb', line 24923 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
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def BashAction @BashAction end |
#DealOldEvents ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def DealOldEvents @DealOldEvents end |
#Descript ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Descript @Descript end |
#EventId ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def EventId @EventId end |
#HostIp ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def HostIp @HostIp end |
#Id ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Id @Id end |
#IsGlobal ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def IsGlobal @IsGlobal end |
#Level ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Level @Level end |
#Name ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Name @Name end |
#Quuids ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Quuids @Quuids end |
#Rule ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Rule @Rule end |
#Scope ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Scope @Scope end |
#Status ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Status @Status end |
#Uuids ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def Uuids @Uuids end |
#White ⇒ Object
24921 24922 24923 |
# File 'lib/v20180228/models.rb', line 24921 def White @White end |
Instance Method Details
#deserialize(params) ⇒ Object
24941 24942 24943 24944 24945 24946 24947 24948 24949 24950 24951 24952 24953 24954 24955 24956 24957 |
# File 'lib/v20180228/models.rb', line 24941 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 |