Class: TencentCloud::Emr::V20190103::DiskGroup
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::DiskGroup
- Defined in:
- lib/v20190103/models.rb
Overview
磁盘组。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(spec = nil, count = nil) ⇒ DiskGroup
constructor
A new instance of DiskGroup.
Constructor Details
#initialize(spec = nil, count = nil) ⇒ DiskGroup
Returns a new instance of DiskGroup.
6203 6204 6205 6206 |
# File 'lib/v20190103/models.rb', line 6203 def initialize(spec=nil, count=nil) @Spec = spec @Count = count end |
Instance Attribute Details
#Count ⇒ Object
6201 6202 6203 |
# File 'lib/v20190103/models.rb', line 6201 def Count @Count end |
#Spec ⇒ Object
6201 6202 6203 |
# File 'lib/v20190103/models.rb', line 6201 def Spec @Spec end |