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
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。.
-
#MountOption ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。.
-
#Protocol ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。.
-
#RemotePath ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。.
-
#StorageType ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>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.
345 346 347 348 349 350 351 |
# File 'lib/v20230321/models.rb', line 345 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
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
343 344 345 |
# File 'lib/v20230321/models.rb', line 343 def LocalPath @LocalPath end |
#MountOption ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
343 344 345 |
# File 'lib/v20230321/models.rb', line 343 def MountOption @MountOption end |
#Protocol ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
343 344 345 |
# File 'lib/v20230321/models.rb', line 343 def Protocol @Protocol end |
#RemotePath ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
343 344 345 |
# File 'lib/v20230321/models.rb', line 343 def RemotePath @RemotePath end |
#StorageType ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
343 344 345 |
# File 'lib/v20230321/models.rb', line 343 def StorageType @StorageType end |
Instance Method Details
#deserialize(params) ⇒ Object
353 354 355 356 357 358 359 |
# File 'lib/v20230321/models.rb', line 353 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Protocol = params['Protocol'] @StorageType = params['StorageType'] @MountOption = params['MountOption'] end |