Class: TencentCloud::Tem::V20210701::StorageConf
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tem::V20210701::StorageConf
- Defined in:
- lib/v20210701/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.
4816 4817 4818 4819 4820 |
# File 'lib/v20210701/models.rb', line 4816 def initialize(storagevolname=nil, storagevolpath=nil, storagevolip=nil) @StorageVolName = storagevolname @StorageVolPath = storagevolpath @StorageVolIp = storagevolip end |
Instance Attribute Details
#StorageVolIp ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4814 4815 4816 |
# File 'lib/v20210701/models.rb', line 4814 def StorageVolIp @StorageVolIp end |
#StorageVolName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4814 4815 4816 |
# File 'lib/v20210701/models.rb', line 4814 def StorageVolName @StorageVolName end |
#StorageVolPath ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
4814 4815 4816 |
# File 'lib/v20210701/models.rb', line 4814 def StorageVolPath @StorageVolPath end |
Instance Method Details
#deserialize(params) ⇒ Object
4822 4823 4824 4825 4826 |
# File 'lib/v20210701/models.rb', line 4822 def deserialize(params) @StorageVolName = params['StorageVolName'] @StorageVolPath = params['StorageVolPath'] @StorageVolIp = params['StorageVolIp'] end |