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.
2508 2509 2510 2511 2512 |
# File 'lib/v20190719/models.rb', line 2508 def initialize(filesystemid=nil, targetcapacity=nil, requestid=nil) @FileSystemId = filesystemid @TargetCapacity = targetcapacity @RequestId = requestid end |
Instance Attribute Details
#FileSystemId ⇒ Object
2506 2507 2508 |
# File 'lib/v20190719/models.rb', line 2506 def FileSystemId @FileSystemId end |
#RequestId ⇒ Object
2506 2507 2508 |
# File 'lib/v20190719/models.rb', line 2506 def RequestId @RequestId end |
#TargetCapacity ⇒ Object
2506 2507 2508 |
# File 'lib/v20190719/models.rb', line 2506 def TargetCapacity @TargetCapacity end |
Instance Method Details
#deserialize(params) ⇒ Object
2514 2515 2516 2517 2518 |
# File 'lib/v20190719/models.rb', line 2514 def deserialize(params) @FileSystemId = params['FileSystemId'] @TargetCapacity = params['TargetCapacity'] @RequestId = params['RequestId'] end |