Class: TencentCloud::Tione::V20211111::CFSConfig
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::CFSConfig
- Defined in:
- lib/v20211111/models.rb
Overview
CFS存储的配置
Instance Attribute Summary collapse
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#MountType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Path ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Protocol ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, path = nil, mounttype = nil, protocol = nil) ⇒ CFSConfig
constructor
A new instance of CFSConfig.
Constructor Details
#initialize(id = nil, path = nil, mounttype = nil, protocol = nil) ⇒ CFSConfig
Returns a new instance of CFSConfig.
166 167 168 169 170 171 |
# File 'lib/v20211111/models.rb', line 166 def initialize(id=nil, path=nil, mounttype=nil, protocol=nil) @Id = id @Path = path @MountType = mounttype @Protocol = protocol end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
164 165 166 |
# File 'lib/v20211111/models.rb', line 164 def Id @Id end |
#MountType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
164 165 166 |
# File 'lib/v20211111/models.rb', line 164 def MountType @MountType end |
#Path ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
164 165 166 |
# File 'lib/v20211111/models.rb', line 164 def Path @Path end |
#Protocol ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
164 165 166 |
# File 'lib/v20211111/models.rb', line 164 def Protocol @Protocol end |
Instance Method Details
#deserialize(params) ⇒ Object
173 174 175 176 177 178 |
# File 'lib/v20211111/models.rb', line 173 def deserialize(params) @Id = params['Id'] @Path = params['Path'] @MountType = params['MountType'] @Protocol = params['Protocol'] end |