Class: TencentCloud::Goosefs::V20220519::ExpandCapacityRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Goosefs::V20220519::ExpandCapacityRequest
- Defined in:
- lib/v20220519/models.rb
Overview
ExpandCapacity请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filesystemid = nil, expandedcapacity = nil, modifytype = nil) ⇒ ExpandCapacityRequest
constructor
A new instance of ExpandCapacityRequest.
Constructor Details
#initialize(filesystemid = nil, expandedcapacity = nil, modifytype = nil) ⇒ ExpandCapacityRequest
Returns a new instance of ExpandCapacityRequest.
1149 1150 1151 1152 1153 |
# File 'lib/v20220519/models.rb', line 1149 def initialize(filesystemid=nil, =nil, modifytype=nil) @FileSystemId = filesystemid @ExpandedCapacity = @ModifyType = modifytype end |
Instance Attribute Details
#ExpandedCapacity ⇒ Object
1147 1148 1149 |
# File 'lib/v20220519/models.rb', line 1147 def ExpandedCapacity @ExpandedCapacity end |
#FileSystemId ⇒ Object
1147 1148 1149 |
# File 'lib/v20220519/models.rb', line 1147 def FileSystemId @FileSystemId end |
#ModifyType ⇒ Object
1147 1148 1149 |
# File 'lib/v20220519/models.rb', line 1147 def ModifyType @ModifyType end |
Instance Method Details
#deserialize(params) ⇒ Object
1155 1156 1157 1158 1159 |
# File 'lib/v20220519/models.rb', line 1155 def deserialize(params) @FileSystemId = params['FileSystemId'] @ExpandedCapacity = params['ExpandedCapacity'] @ModifyType = params['ModifyType'] end |