Class: TencentCloud::Tke::V20180525::ImageInstance
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ImageInstance
- Defined in:
- lib/v20180525/models.rb
Overview
镜像信息
Instance Attribute Summary collapse
-
#Alias ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ImageId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#OsCustomizeType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#OsName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(_alias = nil, osname = nil, imageid = nil, oscustomizetype = nil) ⇒ ImageInstance
constructor
A new instance of ImageInstance.
Constructor Details
#initialize(_alias = nil, osname = nil, imageid = nil, oscustomizetype = nil) ⇒ ImageInstance
Returns a new instance of ImageInstance.
12579 12580 12581 12582 12583 12584 |
# File 'lib/v20180525/models.rb', line 12579 def initialize(_alias=nil, osname=nil, imageid=nil, oscustomizetype=nil) @Alias = _alias @OsName = osname @ImageId = imageid @OsCustomizeType = oscustomizetype end |
Instance Attribute Details
#Alias ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12577 12578 12579 |
# File 'lib/v20180525/models.rb', line 12577 def Alias @Alias end |
#ImageId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12577 12578 12579 |
# File 'lib/v20180525/models.rb', line 12577 def ImageId @ImageId end |
#OsCustomizeType ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12577 12578 12579 |
# File 'lib/v20180525/models.rb', line 12577 def OsCustomizeType @OsCustomizeType end |
#OsName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
12577 12578 12579 |
# File 'lib/v20180525/models.rb', line 12577 def OsName @OsName end |
Instance Method Details
#deserialize(params) ⇒ Object
12586 12587 12588 12589 12590 12591 |
# File 'lib/v20180525/models.rb', line 12586 def deserialize(params) @Alias = params['Alias'] @OsName = params['OsName'] @ImageId = params['ImageId'] @OsCustomizeType = params['OsCustomizeType'] end |