Class: TencentCloud::Thpc::V20220401::CFSOptionOverview
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20220401::CFSOptionOverview
- Defined in:
- lib/v20220401/models.rb
Overview
CFS存储选项概览信息。
Instance Attribute Summary collapse
-
#LocalPath ⇒ 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) ⇒ CFSOptionOverview
constructor
A new instance of CFSOptionOverview.
Constructor Details
#initialize(localpath = nil, remotepath = nil, protocol = nil, storagetype = nil) ⇒ CFSOptionOverview
Returns a new instance of CFSOptionOverview.
349 350 351 352 353 354 |
# File 'lib/v20220401/models.rb', line 349 def initialize(localpath=nil, remotepath=nil, protocol=nil, storagetype=nil) @LocalPath = localpath @RemotePath = remotepath @Protocol = protocol @StorageType = storagetype end |
Instance Attribute Details
#LocalPath ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
347 348 349 |
# File 'lib/v20220401/models.rb', line 347 def LocalPath @LocalPath end |
#Protocol ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
347 348 349 |
# File 'lib/v20220401/models.rb', line 347 def Protocol @Protocol end |
#RemotePath ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
347 348 349 |
# File 'lib/v20220401/models.rb', line 347 def RemotePath @RemotePath end |
#StorageType ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
347 348 349 |
# File 'lib/v20220401/models.rb', line 347 def StorageType @StorageType end |
Instance Method Details
#deserialize(params) ⇒ Object
356 357 358 359 360 361 |
# File 'lib/v20220401/models.rb', line 356 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Protocol = params['Protocol'] @StorageType = params['StorageType'] end |