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.
35693 35694 35695 35696 35697 35698 35699 35700 35701 35702 35703 35704 |
# File 'lib/v20180228/models.rb', line 35693 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
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def CreateTime @CreateTime end |
#Hostip ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def Hostip @Hostip end |
#Id ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def Id @Id end |
#IsGlobal ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def IsGlobal @IsGlobal end |
#ModifyTime ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def ModifyTime @ModifyTime end |
#Operator ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def Operator @Operator end |
#ProcessName ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def ProcessName @ProcessName end |
#SMode ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def SMode @SMode end |
#Status ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def Status @Status end |
#Uuid ⇒ Object
35691 35692 35693 |
# File 'lib/v20180228/models.rb', line 35691 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
35706 35707 35708 35709 35710 35711 35712 35713 35714 35715 35716 35717 |
# File 'lib/v20180228/models.rb', line 35706 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 |