Class: TencentCloud::Tem::V20201221::StorageConf

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20201221/models.rb

Overview

存储卷配置

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#StorageVolIpObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • StorageVolName:

    存储卷名称

  • StorageVolPath:

    存储卷路径

  • StorageVolIp:

    存储卷IP



1788
1789
1790
# File 'lib/v20201221/models.rb', line 1788

def StorageVolIp
  @StorageVolIp
end

#StorageVolNameObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • StorageVolName:

    存储卷名称

  • StorageVolPath:

    存储卷路径

  • StorageVolIp:

    存储卷IP



1788
1789
1790
# File 'lib/v20201221/models.rb', line 1788

def StorageVolName
  @StorageVolName
end

#StorageVolPathObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • StorageVolName:

    存储卷名称

  • StorageVolPath:

    存储卷路径

  • StorageVolIp:

    存储卷IP



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