Class: TencentCloud::Yunjing::V20180228::PrivilegeRule
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Yunjing::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.
5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 |
# File 'lib/v20180228/models.rb', line 5851 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
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def CreateTime @CreateTime end |
#Hostip ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def Hostip @Hostip end |
#Id ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def Id @Id end |
#IsGlobal ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def IsGlobal @IsGlobal end |
#ModifyTime ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def ModifyTime @ModifyTime end |
#Operator ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def Operator @Operator end |
#ProcessName ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def ProcessName @ProcessName end |
#SMode ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def SMode @SMode end |
#Status ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def Status @Status end |
#Uuid ⇒ Object
5849 5850 5851 |
# File 'lib/v20180228/models.rb', line 5849 def Uuid @Uuid end |
Instance Method Details
#deserialize(params) ⇒ Object
5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 |
# File 'lib/v20180228/models.rb', line 5864 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 |