Class: TencentCloud::Chdfs::V20190718::CreateMountPointRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20190718::CreateMountPointRequest
- Defined in:
- lib/v20190718/models.rb
Overview
CreateMountPoint请求参数结构体
Instance Attribute Summary collapse
- #AccessGroupId ⇒ Object
- #FileSystemId ⇒ Object
- #MountPointName ⇒ Object
- #MountPointStatus ⇒ Object
- #VpcId ⇒ Object
- #VpcType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mountpointname = nil, filesystemid = nil, accessgroupid = nil, vpcid = nil, mountpointstatus = nil, vpctype = nil) ⇒ CreateMountPointRequest
constructor
A new instance of CreateMountPointRequest.
Constructor Details
#initialize(mountpointname = nil, filesystemid = nil, accessgroupid = nil, vpcid = nil, mountpointstatus = nil, vpctype = nil) ⇒ CreateMountPointRequest
Returns a new instance of CreateMountPointRequest.
273 274 275 276 277 278 279 280 |
# File 'lib/v20190718/models.rb', line 273 def initialize(mountpointname=nil, filesystemid=nil, accessgroupid=nil, vpcid=nil, mountpointstatus=nil, vpctype=nil) @MountPointName = mountpointname @FileSystemId = filesystemid @AccessGroupId = accessgroupid @VpcId = vpcid @MountPointStatus = mountpointstatus @VpcType = vpctype end |
Instance Attribute Details
#AccessGroupId ⇒ Object
271 272 273 |
# File 'lib/v20190718/models.rb', line 271 def AccessGroupId @AccessGroupId end |
#FileSystemId ⇒ Object
271 272 273 |
# File 'lib/v20190718/models.rb', line 271 def FileSystemId @FileSystemId end |
#MountPointName ⇒ Object
271 272 273 |
# File 'lib/v20190718/models.rb', line 271 def MountPointName @MountPointName end |
#MountPointStatus ⇒ Object
271 272 273 |
# File 'lib/v20190718/models.rb', line 271 def MountPointStatus @MountPointStatus end |
#VpcId ⇒ Object
271 272 273 |
# File 'lib/v20190718/models.rb', line 271 def VpcId @VpcId end |
#VpcType ⇒ Object
271 272 273 |
# File 'lib/v20190718/models.rb', line 271 def VpcType @VpcType end |
Instance Method Details
#deserialize(params) ⇒ Object
282 283 284 285 286 287 288 289 |
# File 'lib/v20190718/models.rb', line 282 def deserialize(params) @MountPointName = params['MountPointName'] @FileSystemId = params['FileSystemId'] @AccessGroupId = params['AccessGroupId'] @VpcId = params['VpcId'] @MountPointStatus = params['MountPointStatus'] @VpcType = params['VpcType'] end |