Class: TencentCloud::Tke::V20180525::DriverVersion
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::DriverVersion
- Defined in:
- lib/v20180525/models.rb
Overview
GPU驱动和CUDA的版本信息
Instance Attribute Summary collapse
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Version ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(version = nil, name = nil) ⇒ DriverVersion
constructor
A new instance of DriverVersion.
Constructor Details
#initialize(version = nil, name = nil) ⇒ DriverVersion
Returns a new instance of DriverVersion.
10771 10772 10773 10774 |
# File 'lib/v20180525/models.rb', line 10771 def initialize(version=nil, name=nil) @Version = version @Name = name end |
Instance Attribute Details
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
10769 10770 10771 |
# File 'lib/v20180525/models.rb', line 10769 def Name @Name end |
#Version ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
10769 10770 10771 |
# File 'lib/v20180525/models.rb', line 10769 def Version @Version end |
Instance Method Details
#deserialize(params) ⇒ Object
10776 10777 10778 10779 |
# File 'lib/v20180525/models.rb', line 10776 def deserialize(params) @Version = params['Version'] @Name = params['Name'] end |