Class: TencentCloud::Tke::V20180525::ImageInstance

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

镜像信息

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#AliasObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Alias:

    镜像别名

  • OsName:

    操作系统名称

  • ImageId:

    镜像ID

  • OsCustomizeType:

    容器的镜像版本,“DOCKER_CUSTOMIZE”(容器定制版),“GENERAL”(普通版本,默认值)



12577
12578
12579
# File 'lib/v20180525/models.rb', line 12577

def Alias
  @Alias
end

#ImageIdObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Alias:

    镜像别名

  • OsName:

    操作系统名称

  • ImageId:

    镜像ID

  • OsCustomizeType:

    容器的镜像版本,“DOCKER_CUSTOMIZE”(容器定制版),“GENERAL”(普通版本,默认值)



12577
12578
12579
# File 'lib/v20180525/models.rb', line 12577

def ImageId
  @ImageId
end

#OsCustomizeTypeObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Alias:

    镜像别名

  • OsName:

    操作系统名称

  • ImageId:

    镜像ID

  • OsCustomizeType:

    容器的镜像版本,“DOCKER_CUSTOMIZE”(容器定制版),“GENERAL”(普通版本,默认值)



12577
12578
12579
# File 'lib/v20180525/models.rb', line 12577

def OsCustomizeType
  @OsCustomizeType
end

#OsNameObject

注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Alias:

    镜像别名

  • OsName:

    操作系统名称

  • ImageId:

    镜像ID

  • OsCustomizeType:

    容器的镜像版本,“DOCKER_CUSTOMIZE”(容器定制版),“GENERAL”(普通版本,默认值)



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