Class: TencentCloud::Thpc::V20230321::CFSOptionOverview
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20230321::CFSOptionOverview
- Defined in:
- lib/v20230321/models.rb
Overview
CFS存储选项概览信息。
Instance Attribute Summary collapse
-
#LocalPath ⇒ Object
- NFS 3.0。
- NFS 4.0。
- TURBO。.
-
#MountOption ⇒ Object
- NFS 3.0。
- NFS 4.0。
- TURBO。.
-
#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
- #deserialize(params) ⇒ Object
-
#initialize(localpath = nil, remotepath = nil, protocol = nil, storagetype = nil, mountoption = nil) ⇒ CFSOptionOverview
constructor
A new instance of CFSOptionOverview.
Constructor Details
#initialize(localpath = nil, remotepath = nil, protocol = nil, storagetype = nil, mountoption = nil) ⇒ CFSOptionOverview
Returns a new instance of CFSOptionOverview.
425 426 427 428 429 430 431 |
# File 'lib/v20230321/models.rb', line 425 def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil, mountoption=nil) @LocalPath = localpath @RemotePath = remotepath @Protocol = protocol @StorageType = storagetype @MountOption = mountoption end |
Instance Attribute Details
#LocalPath ⇒ Object
423 424 425 |
# File 'lib/v20230321/models.rb', line 423 def LocalPath @LocalPath end |
#MountOption ⇒ Object
423 424 425 |
# File 'lib/v20230321/models.rb', line 423 def MountOption @MountOption end |
#Protocol ⇒ Object
423 424 425 |
# File 'lib/v20230321/models.rb', line 423 def Protocol @Protocol end |
#RemotePath ⇒ Object
423 424 425 |
# File 'lib/v20230321/models.rb', line 423 def RemotePath @RemotePath end |
#StorageType ⇒ Object
423 424 425 |
# File 'lib/v20230321/models.rb', line 423 def StorageType @StorageType end |
Instance Method Details
#deserialize(params) ⇒ Object
433 434 435 436 437 438 439 |
# File 'lib/v20230321/models.rb', line 433 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Protocol = params['Protocol'] @StorageType = params['StorageType'] @MountOption = params['MountOption'] end |