Class: TencentCloud::Cfs::V20190719::ScaleUpFileSystemResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::ScaleUpFileSystemResponse
- Defined in:
- lib/v20190719/models.rb
Overview
ScaleUpFileSystem返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filesystemid = nil, targetcapacity = nil, requestid = nil) ⇒ ScaleUpFileSystemResponse
constructor
A new instance of ScaleUpFileSystemResponse.
Constructor Details
#initialize(filesystemid = nil, targetcapacity = nil, requestid = nil) ⇒ ScaleUpFileSystemResponse
Returns a new instance of ScaleUpFileSystemResponse.
3613 3614 3615 3616 3617 |
# File 'lib/v20190719/models.rb', line 3613 def initialize(filesystemid=nil, targetcapacity=nil, requestid=nil) @FileSystemId = filesystemid @TargetCapacity = targetcapacity @RequestId = requestid end |
Instance Attribute Details
#FileSystemId ⇒ Object
3611 3612 3613 |
# File 'lib/v20190719/models.rb', line 3611 def FileSystemId @FileSystemId end |
#RequestId ⇒ Object
3611 3612 3613 |
# File 'lib/v20190719/models.rb', line 3611 def RequestId @RequestId end |
#TargetCapacity ⇒ Object
3611 3612 3613 |
# File 'lib/v20190719/models.rb', line 3611 def TargetCapacity @TargetCapacity end |
Instance Method Details
#deserialize(params) ⇒ Object
3619 3620 3621 3622 3623 |
# File 'lib/v20190719/models.rb', line 3619 def deserialize(params) @FileSystemId = params['FileSystemId'] @TargetCapacity = params['TargetCapacity'] @RequestId = params['RequestId'] end |