Class: TencentCloud::Chdfs::V20201112::AccessGroup
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20201112::AccessGroup
- Defined in:
- lib/v20201112/models.rb
Overview
权限组
Instance Attribute Summary collapse
- #AccessGroupId ⇒ Object
- #AccessGroupName ⇒ Object
- #CreateTime ⇒ Object
- #Description ⇒ Object
- #VpcId ⇒ Object
- #VpcType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accessgroupid = nil, accessgroupname = nil, description = nil, createtime = nil, vpctype = nil, vpcid = nil) ⇒ AccessGroup
constructor
A new instance of AccessGroup.
Constructor Details
#initialize(accessgroupid = nil, accessgroupname = nil, description = nil, createtime = nil, vpctype = nil, vpcid = nil) ⇒ AccessGroup
Returns a new instance of AccessGroup.
37 38 39 40 41 42 43 44 |
# File 'lib/v20201112/models.rb', line 37 def initialize(accessgroupid=nil, accessgroupname=nil, description=nil, createtime=nil, vpctype=nil, vpcid=nil) @AccessGroupId = accessgroupid @AccessGroupName = accessgroupname @Description = description @CreateTime = createtime @VpcType = vpctype @VpcId = vpcid end |
Instance Attribute Details
#AccessGroupId ⇒ Object
35 36 37 |
# File 'lib/v20201112/models.rb', line 35 def AccessGroupId @AccessGroupId end |
#AccessGroupName ⇒ Object
35 36 37 |
# File 'lib/v20201112/models.rb', line 35 def AccessGroupName @AccessGroupName end |
#CreateTime ⇒ Object
35 36 37 |
# File 'lib/v20201112/models.rb', line 35 def CreateTime @CreateTime end |
#Description ⇒ Object
35 36 37 |
# File 'lib/v20201112/models.rb', line 35 def Description @Description end |
#VpcId ⇒ Object
35 36 37 |
# File 'lib/v20201112/models.rb', line 35 def VpcId @VpcId end |
#VpcType ⇒ Object
35 36 37 |
# File 'lib/v20201112/models.rb', line 35 def VpcType @VpcType end |
Instance Method Details
#deserialize(params) ⇒ Object
46 47 48 49 50 51 52 53 |
# File 'lib/v20201112/models.rb', line 46 def deserialize(params) @AccessGroupId = params['AccessGroupId'] @AccessGroupName = params['AccessGroupName'] @Description = params['Description'] @CreateTime = params['CreateTime'] @VpcType = params['VpcType'] @VpcId = params['VpcId'] end |