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
- 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) ⇒ 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.
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
#LocalPath ⇒ Object
341 342 343 |
# File 'lib/v20220401/models.rb', line 341 def LocalPath @LocalPath end |
#Protocol ⇒ Object
341 342 343 |
# File 'lib/v20220401/models.rb', line 341 def Protocol @Protocol end |
#RemotePath ⇒ Object
341 342 343 |
# File 'lib/v20220401/models.rb', line 341 def RemotePath @RemotePath end |
#StorageType ⇒ Object
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 |