Class: TencentCloud::Chdfs::V20190718::MountPoint

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190718/models.rb

Overview

挂载点

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AccessGroupIdObject

Parameters:

  • MountPointId:

    挂载点ID

  • MountPointName:

    挂载点名称

  • FileSystemId:

    文件系统ID

  • AccessGroupId:

    权限组ID

  • VpcId:

    VPC网络ID

  • Status:

    挂载点状态(1:打开;2:关闭)

  • CreateTime:

    创建时间

  • VpcType:

    VPC网络类型



1333
1334
1335
# File 'lib/v20190718/models.rb', line 1333

def AccessGroupId
  @AccessGroupId
end

#CreateTimeObject

Parameters:

  • MountPointId:

    挂载点ID

  • MountPointName:

    挂载点名称

  • FileSystemId:

    文件系统ID

  • AccessGroupId:

    权限组ID

  • VpcId:

    VPC网络ID

  • Status:

    挂载点状态(1:打开;2:关闭)

  • CreateTime:

    创建时间

  • VpcType:

    VPC网络类型



1333
1334
1335
# File 'lib/v20190718/models.rb', line 1333

def CreateTime
  @CreateTime
end

#FileSystemIdObject

Parameters:

  • MountPointId:

    挂载点ID

  • MountPointName:

    挂载点名称

  • FileSystemId:

    文件系统ID

  • AccessGroupId:

    权限组ID

  • VpcId:

    VPC网络ID

  • Status:

    挂载点状态(1:打开;2:关闭)

  • CreateTime:

    创建时间

  • VpcType:

    VPC网络类型



1333
1334
1335
# File 'lib/v20190718/models.rb', line 1333

def FileSystemId
  @FileSystemId
end

#MountPointIdObject

Parameters:

  • MountPointId:

    挂载点ID

  • MountPointName:

    挂载点名称

  • FileSystemId:

    文件系统ID

  • AccessGroupId:

    权限组ID

  • VpcId:

    VPC网络ID

  • Status:

    挂载点状态(1:打开;2:关闭)

  • CreateTime:

    创建时间

  • VpcType:

    VPC网络类型



1333
1334
1335
# File 'lib/v20190718/models.rb', line 1333

def MountPointId
  @MountPointId
end

#MountPointNameObject

Parameters:

  • MountPointId:

    挂载点ID

  • MountPointName:

    挂载点名称

  • FileSystemId:

    文件系统ID

  • AccessGroupId:

    权限组ID

  • VpcId:

    VPC网络ID

  • Status:

    挂载点状态(1:打开;2:关闭)

  • CreateTime:

    创建时间

  • VpcType:

    VPC网络类型



1333
1334
1335
# File 'lib/v20190718/models.rb', line 1333

def MountPointName
  @MountPointName
end

#StatusObject

Parameters:

  • MountPointId:

    挂载点ID

  • MountPointName:

    挂载点名称

  • FileSystemId:

    文件系统ID

  • AccessGroupId:

    权限组ID

  • VpcId:

    VPC网络ID

  • Status:

    挂载点状态(1:打开;2:关闭)

  • CreateTime:

    创建时间

  • VpcType:

    VPC网络类型



1333
1334
1335
# File 'lib/v20190718/models.rb', line 1333

def Status
  @Status
end

#VpcIdObject

Parameters:

  • MountPointId:

    挂载点ID

  • MountPointName:

    挂载点名称

  • FileSystemId:

    文件系统ID

  • AccessGroupId:

    权限组ID

  • VpcId:

    VPC网络ID

  • Status:

    挂载点状态(1:打开;2:关闭)

  • CreateTime:

    创建时间

  • VpcType:

    VPC网络类型



1333
1334
1335
# File 'lib/v20190718/models.rb', line 1333

def VpcId
  @VpcId
end

#VpcTypeObject

Parameters:

  • MountPointId:

    挂载点ID

  • MountPointName:

    挂载点名称

  • FileSystemId:

    文件系统ID

  • AccessGroupId:

    权限组ID

  • VpcId:

    VPC网络ID

  • Status:

    挂载点状态(1:打开;2:关闭)

  • CreateTime:

    创建时间

  • VpcType:

    VPC网络类型



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