Class: TencentCloud::Chdfs::V20201112::FileSystem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20201112::FileSystem
- Defined in:
- lib/v20201112/models.rb
Overview
文件系统
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #BlockSize ⇒ Object
- #CapacityQuota ⇒ Object
- #CreateTime ⇒ Object
- #Description ⇒ Object
- #EnableRanger ⇒ Object
- #FileSystemId ⇒ Object
- #FileSystemName ⇒ Object
- #PosixAcl ⇒ Object
- #RangerServiceAddresses ⇒ Object
- #Region ⇒ Object
- #Status ⇒ Object
- #SuperUsers ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, filesystemname = nil, description = nil, region = nil, filesystemid = nil, createtime = nil, blocksize = nil, capacityquota = nil, status = nil, superusers = nil, posixacl = nil, enableranger = nil, rangerserviceaddresses = nil) ⇒ FileSystem
constructor
A new instance of FileSystem.
Constructor Details
#initialize(appid = nil, filesystemname = nil, description = nil, region = nil, filesystemid = nil, createtime = nil, blocksize = nil, capacityquota = nil, status = nil, superusers = nil, posixacl = nil, enableranger = nil, rangerserviceaddresses = nil) ⇒ FileSystem
Returns a new instance of FileSystem.
1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/v20201112/models.rb', line 1159 def initialize(appid=nil, filesystemname=nil, description=nil, region=nil, filesystemid=nil, createtime=nil, blocksize=nil, capacityquota=nil, status=nil, superusers=nil, posixacl=nil, enableranger=nil, rangerserviceaddresses=nil) @AppId = appid @FileSystemName = filesystemname @Description = description @Region = region @FileSystemId = filesystemid @CreateTime = createtime @BlockSize = blocksize @CapacityQuota = capacityquota @Status = status @SuperUsers = superusers @PosixAcl = posixacl @EnableRanger = enableranger @RangerServiceAddresses = rangerserviceaddresses end |
Instance Attribute Details
#AppId ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def AppId @AppId end |
#BlockSize ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def BlockSize @BlockSize end |
#CapacityQuota ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def CapacityQuota @CapacityQuota end |
#CreateTime ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def CreateTime @CreateTime end |
#Description ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def Description @Description end |
#EnableRanger ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def EnableRanger @EnableRanger end |
#FileSystemId ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def FileSystemId @FileSystemId end |
#FileSystemName ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def FileSystemName @FileSystemName end |
#PosixAcl ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def PosixAcl @PosixAcl end |
#RangerServiceAddresses ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def RangerServiceAddresses @RangerServiceAddresses end |
#Region ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def Region @Region end |
#Status ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def Status @Status end |
#SuperUsers ⇒ Object
1157 1158 1159 |
# File 'lib/v20201112/models.rb', line 1157 def SuperUsers @SuperUsers end |
Instance Method Details
#deserialize(params) ⇒ Object
1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/v20201112/models.rb', line 1175 def deserialize(params) @AppId = params['AppId'] @FileSystemName = params['FileSystemName'] @Description = params['Description'] @Region = params['Region'] @FileSystemId = params['FileSystemId'] @CreateTime = params['CreateTime'] @BlockSize = params['BlockSize'] @CapacityQuota = params['CapacityQuota'] @Status = params['Status'] @SuperUsers = params['SuperUsers'] @PosixAcl = params['PosixAcl'] @EnableRanger = params['EnableRanger'] @RangerServiceAddresses = params['RangerServiceAddresses'] end |