Class: TencentCloud::Chdfs::V20190718::MountPoint
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20190718::MountPoint
- Defined in:
- lib/v20190718/models.rb
Overview
挂载点
Instance Attribute Summary collapse
- #AccessGroupId ⇒ Object
- #CreateTime ⇒ Object
- #FileSystemId ⇒ Object
- #MountPointId ⇒ Object
- #MountPointName ⇒ Object
- #Status ⇒ Object
- #VpcId ⇒ Object
- #VpcType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mountpointid = nil, mountpointname = nil, filesystemid = nil, accessgroupid = nil, vpcid = nil, status = nil, createtime = nil, vpctype = nil) ⇒ MountPoint
constructor
A new instance of MountPoint.
Constructor Details
#initialize(mountpointid = nil, mountpointname = nil, filesystemid = nil, accessgroupid = nil, vpcid = nil, status = nil, createtime = nil, vpctype = nil) ⇒ MountPoint
Returns a new instance of MountPoint.
1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 |
# File 'lib/v20190718/models.rb', line 1335 def initialize(mountpointid=nil, mountpointname=nil, filesystemid=nil, accessgroupid=nil, vpcid=nil, status=nil, createtime=nil, vpctype=nil) @MountPointId = mountpointid @MountPointName = mountpointname @FileSystemId = filesystemid @AccessGroupId = accessgroupid @VpcId = vpcid @Status = status @CreateTime = createtime @VpcType = vpctype end |
Instance Attribute Details
#AccessGroupId ⇒ Object
1333 1334 1335 |
# File 'lib/v20190718/models.rb', line 1333 def AccessGroupId @AccessGroupId end |
#CreateTime ⇒ Object
1333 1334 1335 |
# File 'lib/v20190718/models.rb', line 1333 def CreateTime @CreateTime end |
#FileSystemId ⇒ Object
1333 1334 1335 |
# File 'lib/v20190718/models.rb', line 1333 def FileSystemId @FileSystemId end |
#MountPointId ⇒ Object
1333 1334 1335 |
# File 'lib/v20190718/models.rb', line 1333 def MountPointId @MountPointId end |
#MountPointName ⇒ Object
1333 1334 1335 |
# File 'lib/v20190718/models.rb', line 1333 def MountPointName @MountPointName end |
#Status ⇒ Object
1333 1334 1335 |
# File 'lib/v20190718/models.rb', line 1333 def Status @Status end |
#VpcId ⇒ Object
1333 1334 1335 |
# File 'lib/v20190718/models.rb', line 1333 def VpcId @VpcId end |
#VpcType ⇒ Object
1333 1334 1335 |
# File 'lib/v20190718/models.rb', line 1333 def VpcType @VpcType end |
Instance Method Details
#deserialize(params) ⇒ Object
1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 |
# File 'lib/v20190718/models.rb', line 1346 def deserialize(params) @MountPointId = params['MountPointId'] @MountPointName = params['MountPointName'] @FileSystemId = params['FileSystemId'] @AccessGroupId = params['AccessGroupId'] @VpcId = params['VpcId'] @Status = params['Status'] @CreateTime = params['CreateTime'] @VpcType = params['VpcType'] end |