Class: TencentCloud::Thpc::V20230321::CFSOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::CFSOption
- Defined in:
- lib/v20230321/models.rb
Overview
描述CFS文件系统版本和挂载信息
Instance Attribute Summary collapse
-
#FileSystemId ⇒ Object
- NFS 3.0
- NFS 4.0
- TURBO
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport - NFS 4.0默认值:vers=4.0,noresvport - TURBO默认值:user_xattr. -
#LocalPath ⇒ Object
- NFS 3.0
- NFS 4.0
- TURBO
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport - NFS 4.0默认值:vers=4.0,noresvport - TURBO默认值:user_xattr. -
#MountOption ⇒ Object
- NFS 3.0
- NFS 4.0
- TURBO
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport - NFS 4.0默认值:vers=4.0,noresvport - TURBO默认值:user_xattr. -
#Protocol ⇒ Object
- NFS 3.0
- NFS 4.0
- TURBO
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport - NFS 4.0默认值:vers=4.0,noresvport - TURBO默认值:user_xattr. -
#RemotePath ⇒ Object
- NFS 3.0
- NFS 4.0
- TURBO
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport - NFS 4.0默认值:vers=4.0,noresvport - TURBO默认值:user_xattr. -
#StorageType ⇒ Object
- NFS 3.0
- NFS 4.0
- TURBO
- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport - NFS 4.0默认值:vers=4.0,noresvport - TURBO默认值:user_xattr.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(localpath = nil, remotepath = nil, protocol = nil, storagetype = nil, mountoption = nil, filesystemid = nil) ⇒ CFSOption
constructor
A new instance of CFSOption.
Constructor Details
#initialize(localpath = nil, remotepath = nil, protocol = nil, storagetype = nil, mountoption = nil, filesystemid = nil) ⇒ CFSOption
Returns a new instance of CFSOption.
388 389 390 391 392 393 394 395 |
# File 'lib/v20230321/models.rb', line 388 def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil, mountoption=nil, filesystemid=nil) @LocalPath = localpath @RemotePath = remotepath @Protocol = protocol @StorageType = storagetype @MountOption = mountoption @FileSystemId = filesystemid end |
Instance Attribute Details
#FileSystemId ⇒ Object
386 387 388 |
# File 'lib/v20230321/models.rb', line 386 def FileSystemId @FileSystemId end |
#LocalPath ⇒ Object
386 387 388 |
# File 'lib/v20230321/models.rb', line 386 def LocalPath @LocalPath end |
#MountOption ⇒ Object
386 387 388 |
# File 'lib/v20230321/models.rb', line 386 def MountOption @MountOption end |
#Protocol ⇒ Object
386 387 388 |
# File 'lib/v20230321/models.rb', line 386 def Protocol @Protocol end |
#RemotePath ⇒ Object
386 387 388 |
# File 'lib/v20230321/models.rb', line 386 def RemotePath @RemotePath end |
#StorageType ⇒ Object
386 387 388 |
# File 'lib/v20230321/models.rb', line 386 def StorageType @StorageType end |
Instance Method Details
#deserialize(params) ⇒ Object
397 398 399 400 401 402 403 404 |
# File 'lib/v20230321/models.rb', line 397 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Protocol = params['Protocol'] @StorageType = params['StorageType'] @MountOption = params['MountOption'] @FileSystemId = params['FileSystemId'] end |