Class: TencentCloud::Thpc::V20220401::CFSOptionOverview

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

Overview

CFS存储选项概览信息。

Instance Attribute Summary collapse

  • #Protocol ⇒ Object
  • NFS 3.0。
  • NFS 4.0。
  • TURBO。.
  • #RemotePath ⇒ Object
  • NFS 3.0。
  • NFS 4.0。
  • TURBO。.
  • #StorageType ⇒ Object
  • NFS 3.0。
  • NFS 4.0。
  • TURBO。.
  • Instance Method Summary collapse

    Constructor Details

    #initialize(localpath = nil, remotepath = nil, protocol = nil, storagetype = nil) ⇒ CFSOptionOverview

    Returns a new instance of CFSOptionOverview.

    
    
    343
    344
    345
    346
    347
    348
    # File 'lib/v20220401/models.rb', line 343
    
    def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil)
      @LocalPath = localpath
      @RemotePath = remotepath
      @Protocol = protocol
      @StorageType = storagetype
    end

    Instance Attribute Details

    #LocalPathObject

  • NFS 3.0。
  • NFS 4.0。
  • TURBO。
  • Parameters:

    • 文件系统本地挂载路径。

    • 文件系统远程挂载ip及路径。

    • 文件系统协议类型。

    • 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。

    
    
    341
    342
    343
    # File 'lib/v20220401/models.rb', line 341
    
    def LocalPath
      @LocalPath
    end

    #ProtocolObject

  • NFS 3.0。
  • NFS 4.0。
  • TURBO。
  • Parameters:

    • 文件系统本地挂载路径。

    • 文件系统远程挂载ip及路径。

    • 文件系统协议类型。

    • 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。

    
    
    341
    342
    343
    # File 'lib/v20220401/models.rb', line 341
    
    def Protocol
      @Protocol
    end

    #RemotePathObject

  • NFS 3.0。
  • NFS 4.0。
  • TURBO。
  • Parameters:

    • 文件系统本地挂载路径。

    • 文件系统远程挂载ip及路径。

    • 文件系统协议类型。

    • 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。

    
    
    341
    342
    343
    # File 'lib/v20220401/models.rb', line 341
    
    def RemotePath
      @RemotePath
    end

    #StorageTypeObject

  • NFS 3.0。
  • NFS 4.0。
  • TURBO。
  • Parameters:

    • 文件系统本地挂载路径。

    • 文件系统远程挂载ip及路径。

    • 文件系统协议类型。

    • 文件系统存储类型,默认值SD;其中 SD 为通用标准型标准型存储, HP为通用性能型存储, TB为turbo标准型, TP 为turbo性能型。

    
    
    341
    342
    343
    # File 'lib/v20220401/models.rb', line 341
    
    def StorageType
      @StorageType
    end

    Instance Method Details

    #deserialize(params) ⇒ Object

    
    
    350
    351
    352
    353
    354
    355
    # File 'lib/v20220401/models.rb', line 350
    
    def deserialize(params)
      @LocalPath = params['LocalPath']
      @RemotePath = params['RemotePath']
      @Protocol = params['Protocol']
      @StorageType = params['StorageType']
    end