Class: TencentCloud::Tem::V20210701::StorageConf

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210701/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.



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

#StorageVolIpObject

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

Parameters:

  • StorageVolName:

    存储卷名称

  • StorageVolPath:

    存储卷路径

  • StorageVolIp:

    存储卷IP



4814
4815
4816
# File 'lib/v20210701/models.rb', line 4814

def StorageVolIp
  @StorageVolIp
end

#StorageVolNameObject

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

Parameters:

  • StorageVolName:

    存储卷名称

  • StorageVolPath:

    存储卷路径

  • StorageVolIp:

    存储卷IP



4814
4815
4816
# File 'lib/v20210701/models.rb', line 4814

def StorageVolName
  @StorageVolName
end

#StorageVolPathObject

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

Parameters:

  • StorageVolName:

    存储卷名称

  • StorageVolPath:

    存储卷路径

  • StorageVolIp:

    存储卷IP



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