Class: TencentCloud::Chdfs::V20190718::FileSystem
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Chdfs::V20190718::FileSystem
- Defined in:
- lib/v20190718/models.rb
Overview
文件系统
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #BlockSize ⇒ Object
- #CapacityQuota ⇒ Object
- #CreateTime ⇒ Object
- #Description ⇒ Object
- #FileSystemId ⇒ Object
- #FileSystemName ⇒ Object
- #Region ⇒ Object
- #Status ⇒ 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) ⇒ 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) ⇒ FileSystem
Returns a new instance of FileSystem.
976 977 978 979 980 981 982 983 984 985 986 |
# File 'lib/v20190718/models.rb', line 976 def initialize(appid=nil, filesystemname=nil, description=nil, region=nil, filesystemid=nil, createtime=nil, blocksize=nil, capacityquota=nil, status=nil) @AppId = appid @FileSystemName = filesystemname @Description = description @Region = region @FileSystemId = filesystemid @CreateTime = createtime @BlockSize = blocksize @CapacityQuota = capacityquota @Status = status end |
Instance Attribute Details
#AppId ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def AppId @AppId end |
#BlockSize ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def BlockSize @BlockSize end |
#CapacityQuota ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def CapacityQuota @CapacityQuota end |
#CreateTime ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def CreateTime @CreateTime end |
#Description ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def Description @Description end |
#FileSystemId ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def FileSystemId @FileSystemId end |
#FileSystemName ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def FileSystemName @FileSystemName end |
#Region ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def Region @Region end |
#Status ⇒ Object
974 975 976 |
# File 'lib/v20190718/models.rb', line 974 def Status @Status end |
Instance Method Details
#deserialize(params) ⇒ Object
988 989 990 991 992 993 994 995 996 997 998 |
# File 'lib/v20190718/models.rb', line 988 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'] end |