Class: TencentCloud::Yunjing::V20180228::EditPrivilegeRuleRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::V20180228::EditPrivilegeRuleRequest
- Defined in:
- lib/v20180228/models.rb
Overview
EditPrivilegeRule请求参数结构体
Instance Attribute Summary collapse
- #Hostip ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #ProcessName ⇒ Object
- #SMode ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, hostip = nil, processname = nil, smode = nil, isglobal = nil) ⇒ EditPrivilegeRuleRequest
constructor
A new instance of EditPrivilegeRuleRequest.
Constructor Details
#initialize(id = nil, uuid = nil, hostip = nil, processname = nil, smode = nil, isglobal = nil) ⇒ EditPrivilegeRuleRequest
Returns a new instance of EditPrivilegeRuleRequest.
4351 4352 4353 4354 4355 4356 4357 4358 |
# File 'lib/v20180228/models.rb', line 4351 def initialize(id=nil, uuid=nil, hostip=nil, processname=nil, smode=nil, isglobal=nil) @Id = id @Uuid = uuid @Hostip = hostip @ProcessName = processname @SMode = smode @IsGlobal = isglobal end |
Instance Attribute Details
#Hostip ⇒ Object
4349 4350 4351 |
# File 'lib/v20180228/models.rb', line 4349 def Hostip @Hostip end |
#Id ⇒ Object
4349 4350 4351 |
# File 'lib/v20180228/models.rb', line 4349 def Id @Id end |
#IsGlobal ⇒ Object
4349 4350 4351 |
# File 'lib/v20180228/models.rb', line 4349 def IsGlobal @IsGlobal end |
#ProcessName ⇒ Object
4349 4350 4351 |
# File 'lib/v20180228/models.rb', line 4349 def ProcessName @ProcessName end |
#SMode ⇒ Object
4349 4350 4351 |
# File 'lib/v20180228/models.rb', line 4349 def SMode @SMode end |
#Uuid ⇒ Object
4349 4350 4351 |
# File 'lib/v20180228/models.rb', line 4349 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
4360 4361 4362 4363 4364 4365 4366 4367 |
# File 'lib/v20180228/models.rb', line 4360 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @Hostip = params['Hostip'] @ProcessName = params['ProcessName'] @SMode = params['SMode'] @IsGlobal = params['IsGlobal'] end |