Class: TencentCloud::Thpc::V20211109::CFSOption
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Thpc::V20211109::CFSOption
- Defined in:
- lib/v20211109/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) ⇒ CFSOption
constructor
A new instance of CFSOption.
Constructor Details
#initialize(localpath = nil, remotepath = nil, protocol = nil, storagetype = nil) ⇒ CFSOption
Returns a new instance of CFSOption.
104 105 106 107 108 109 |
# File 'lib/v20211109/models.rb', line 104 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。
102 103 104 |
# File 'lib/v20211109/models.rb', line 102 def LocalPath @LocalPath end |
#Protocol ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
102 103 104 |
# File 'lib/v20211109/models.rb', line 102 def Protocol @Protocol end |
#RemotePath ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
102 103 104 |
# File 'lib/v20211109/models.rb', line 102 def RemotePath @RemotePath end |
#StorageType ⇒ Object
<li>NFS 3.0。 <li>NFS 4.0。 <li>TURBO。
102 103 104 |
# File 'lib/v20211109/models.rb', line 102 def StorageType @StorageType end |
Instance Method Details
#deserialize(params) ⇒ Object
111 112 113 114 115 116 |
# File 'lib/v20211109/models.rb', line 111 def deserialize(params) @LocalPath = params['LocalPath'] @RemotePath = params['RemotePath'] @Protocol = params['Protocol'] @StorageType = params['StorageType'] end |