Class: TencentCloud::Chdfs::V20201112::CreateAccessGroupRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20201112::CreateAccessGroupRequest
- Defined in:
- lib/v20201112/models.rb
Overview
CreateAccessGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(accessgroupname = nil, vpctype = nil, vpcid = nil, description = nil) ⇒ CreateAccessGroupRequest
constructor
A new instance of CreateAccessGroupRequest.
Constructor Details
#initialize(accessgroupname = nil, vpctype = nil, vpcid = nil, description = nil) ⇒ CreateAccessGroupRequest
Returns a new instance of CreateAccessGroupRequest.
137 138 139 140 141 142 |
# File 'lib/v20201112/models.rb', line 137 def initialize(accessgroupname=nil, vpctype=nil, vpcid=nil, description=nil) @AccessGroupName = accessgroupname @VpcType = vpctype @VpcId = vpcid @Description = description end |
Instance Attribute Details
#AccessGroupName ⇒ Object
135 136 137 |
# File 'lib/v20201112/models.rb', line 135 def AccessGroupName @AccessGroupName end |
#Description ⇒ Object
135 136 137 |
# File 'lib/v20201112/models.rb', line 135 def Description @Description end |
#VpcId ⇒ Object
135 136 137 |
# File 'lib/v20201112/models.rb', line 135 def VpcId @VpcId end |
#VpcType ⇒ Object
135 136 137 |
# File 'lib/v20201112/models.rb', line 135 def VpcType @VpcType end |
Instance Method Details
#deserialize(params) ⇒ Object
144 145 146 147 148 149 |
# File 'lib/v20201112/models.rb', line 144 def deserialize(params) @AccessGroupName = params['AccessGroupName'] @VpcType = params['VpcType'] @VpcId = params['VpcId'] @Description = params['Description'] end |