Class: TencentCloud::Chdfs::V20201112::ModifyFileSystemRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20201112::ModifyFileSystemRequest
- Defined in:
- lib/v20201112/models.rb
Overview
ModifyFileSystem请求参数结构体
Instance Attribute Summary collapse
-
#CapacityQuota ⇒ Object
注意:修改的文件系统容量不能小于当前使用量.
-
#Description ⇒ Object
注意:修改的文件系统容量不能小于当前使用量.
-
#EnableRanger ⇒ Object
注意:修改的文件系统容量不能小于当前使用量.
-
#FileSystemId ⇒ Object
注意:修改的文件系统容量不能小于当前使用量.
-
#FileSystemName ⇒ Object
注意:修改的文件系统容量不能小于当前使用量.
-
#PosixAcl ⇒ Object
注意:修改的文件系统容量不能小于当前使用量.
-
#RangerServiceAddresses ⇒ Object
注意:修改的文件系统容量不能小于当前使用量.
-
#SuperUsers ⇒ Object
注意:修改的文件系统容量不能小于当前使用量.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filesystemid = nil, filesystemname = nil, description = nil, capacityquota = nil, superusers = nil, posixacl = nil, enableranger = nil, rangerserviceaddresses = nil) ⇒ ModifyFileSystemRequest
constructor
A new instance of ModifyFileSystemRequest.
Constructor Details
#initialize(filesystemid = nil, filesystemname = nil, description = nil, capacityquota = nil, superusers = nil, posixacl = nil, enableranger = nil, rangerserviceaddresses = nil) ⇒ ModifyFileSystemRequest
Returns a new instance of ModifyFileSystemRequest.
1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 |
# File 'lib/v20201112/models.rb', line 1310 def initialize(filesystemid=nil, filesystemname=nil, description=nil, capacityquota=nil, superusers=nil, posixacl=nil, enableranger=nil, rangerserviceaddresses=nil) @FileSystemId = filesystemid @FileSystemName = filesystemname @Description = description @CapacityQuota = capacityquota @SuperUsers = superusers @PosixAcl = posixacl @EnableRanger = enableranger @RangerServiceAddresses = rangerserviceaddresses end |
Instance Attribute Details
#CapacityQuota ⇒ Object
注意:修改的文件系统容量不能小于当前使用量
1308 1309 1310 |
# File 'lib/v20201112/models.rb', line 1308 def CapacityQuota @CapacityQuota end |
#Description ⇒ Object
注意:修改的文件系统容量不能小于当前使用量
1308 1309 1310 |
# File 'lib/v20201112/models.rb', line 1308 def Description @Description end |
#EnableRanger ⇒ Object
注意:修改的文件系统容量不能小于当前使用量
1308 1309 1310 |
# File 'lib/v20201112/models.rb', line 1308 def EnableRanger @EnableRanger end |
#FileSystemId ⇒ Object
注意:修改的文件系统容量不能小于当前使用量
1308 1309 1310 |
# File 'lib/v20201112/models.rb', line 1308 def FileSystemId @FileSystemId end |
#FileSystemName ⇒ Object
注意:修改的文件系统容量不能小于当前使用量
1308 1309 1310 |
# File 'lib/v20201112/models.rb', line 1308 def FileSystemName @FileSystemName end |
#PosixAcl ⇒ Object
注意:修改的文件系统容量不能小于当前使用量
1308 1309 1310 |
# File 'lib/v20201112/models.rb', line 1308 def PosixAcl @PosixAcl end |
#RangerServiceAddresses ⇒ Object
注意:修改的文件系统容量不能小于当前使用量
1308 1309 1310 |
# File 'lib/v20201112/models.rb', line 1308 def RangerServiceAddresses @RangerServiceAddresses end |
#SuperUsers ⇒ Object
注意:修改的文件系统容量不能小于当前使用量
1308 1309 1310 |
# File 'lib/v20201112/models.rb', line 1308 def SuperUsers @SuperUsers end |
Instance Method Details
#deserialize(params) ⇒ Object
1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 |
# File 'lib/v20201112/models.rb', line 1321 def deserialize(params) @FileSystemId = params['FileSystemId'] @FileSystemName = params['FileSystemName'] @Description = params['Description'] @CapacityQuota = params['CapacityQuota'] @SuperUsers = params['SuperUsers'] @PosixAcl = params['PosixAcl'] @EnableRanger = params['EnableRanger'] @RangerServiceAddresses = params['RangerServiceAddresses'] end |