Class: TencentCloud::Tem::V20201221::StorageConf
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20201221::StorageConf
- Defined in:
- lib/v20201221/models.rb
Overview
存储卷配置
Instance Attribute Summary collapse
-
#StorageVolIp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#StorageVolName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#StorageVolPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storagevolname = nil, storagevolpath = nil, storagevolip = nil) ⇒ StorageConf
constructor
A new instance of StorageConf.
Constructor Details
#initialize(storagevolname = nil, storagevolpath = nil, storagevolip = nil) ⇒ StorageConf
Returns a new instance of StorageConf.
1790 1791 1792 1793 1794 |
# File 'lib/v20201221/models.rb', line 1790 def initialize(storagevolname=nil, storagevolpath=nil, storagevolip=nil) @StorageVolName = storagevolname @StorageVolPath = storagevolpath @StorageVolIp = storagevolip end |
Instance Attribute Details
#StorageVolIp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1788 1789 1790 |
# File 'lib/v20201221/models.rb', line 1788 def StorageVolIp @StorageVolIp end |
#StorageVolName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1788 1789 1790 |
# File 'lib/v20201221/models.rb', line 1788 def StorageVolName @StorageVolName end |
#StorageVolPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1788 1789 1790 |
# File 'lib/v20201221/models.rb', line 1788 def StorageVolPath @StorageVolPath end |
Instance Method Details
#deserialize(params) ⇒ Object
1796 1797 1798 1799 1800 |
# File 'lib/v20201221/models.rb', line 1796 def deserialize(params) @StorageVolName = params['StorageVolName'] @StorageVolPath = params['StorageVolPath'] @StorageVolIp = params['StorageVolIp'] end |