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.
1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 |
# File 'lib/v20201112/models.rb', line 1122 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
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def AppId @AppId end |
#BlockSize ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def BlockSize @BlockSize end |
#CapacityQuota ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def CapacityQuota @CapacityQuota end |
#CreateTime ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def CreateTime @CreateTime end |
#Description ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def Description @Description end |
#EnableRanger ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def EnableRanger @EnableRanger end |
#FileSystemId ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def FileSystemId @FileSystemId end |
#FileSystemName ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def FileSystemName @FileSystemName end |
#PosixAcl ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def PosixAcl @PosixAcl end |
#RangerServiceAddresses ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def RangerServiceAddresses @RangerServiceAddresses end |
#Region ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def Region @Region end |
#Status ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def Status @Status end |
#SuperUsers ⇒ Object
1120 1121 1122 |
# File 'lib/v20201112/models.rb', line 1120 def SuperUsers @SuperUsers end |
Instance Method Details
#deserialize(params) ⇒ Object
1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 |
# File 'lib/v20201112/models.rb', line 1138 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 |