Class: TencentCloud::Cwp::V20180228::PrivilegeRule
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cwp::V20180228::PrivilegeRule
- Defined in:
- lib/v20180228/models.rb
Overview
本地提权规则
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #Hostip ⇒ Object
- #Id ⇒ Object
- #IsGlobal ⇒ Object
- #ModifyTime ⇒ Object
- #Operator ⇒ Object
- #ProcessName ⇒ Object
- #SMode ⇒ Object
- #Status ⇒ Object
- #Uuid ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, uuid = nil, processname = nil, smode = nil, operator = nil, isglobal = nil, status = nil, createtime = nil, modifytime = nil, hostip = nil) ⇒ PrivilegeRule
constructor
A new instance of PrivilegeRule.
Constructor Details
#initialize(id = nil, uuid = nil, processname = nil, smode = nil, operator = nil, isglobal = nil, status = nil, createtime = nil, modifytime = nil, hostip = nil) ⇒ PrivilegeRule
Returns a new instance of PrivilegeRule.
35323 35324 35325 35326 35327 35328 35329 35330 35331 35332 35333 35334 |
# File 'lib/v20180228/models.rb', line 35323 def initialize(id=nil, uuid=nil, processname=nil, smode=nil, operator=nil, isglobal=nil, status=nil, createtime=nil, modifytime=nil, hostip=nil) @Id = id @Uuid = uuid @ProcessName = processname @SMode = smode @Operator = operator @IsGlobal = isglobal @Status = status @CreateTime = createtime @ModifyTime = modifytime @Hostip = hostip end |
Instance Attribute Details
#CreateTime ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def CreateTime @CreateTime end |
#Hostip ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def Hostip @Hostip end |
#Id ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def Id @Id end |
#IsGlobal ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def IsGlobal @IsGlobal end |
#ModifyTime ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def ModifyTime @ModifyTime end |
#Operator ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def Operator @Operator end |
#ProcessName ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def ProcessName @ProcessName end |
#SMode ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def SMode @SMode end |
#Status ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def Status @Status end |
#Uuid ⇒ Object
35321 35322 35323 |
# File 'lib/v20180228/models.rb', line 35321 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
35336 35337 35338 35339 35340 35341 35342 35343 35344 35345 35346 35347 |
# File 'lib/v20180228/models.rb', line 35336 def deserialize(params) @Id = params['Id'] @Uuid = params['Uuid'] @ProcessName = params['ProcessName'] @SMode = params['SMode'] @Operator = params['Operator'] @IsGlobal = params['IsGlobal'] @Status = params['Status'] @CreateTime = params['CreateTime'] @ModifyTime = params['ModifyTime'] @Hostip = params['Hostip'] end |