Class: TencentCloud::Csip::V20221121::RepositoryImageVO
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Csip::V20221121::RepositoryImageVO
- Defined in:
- lib/v20221121/models.rb
Overview
仓库镜像列表
Instance Attribute Summary collapse
- #AppId ⇒ Object
- #AuthStatus ⇒ Object
- #BuildCount ⇒ Object
- #CheckCount ⇒ Object
- #CheckTime ⇒ Object
- #InstanceCreateTime ⇒ Object
- #InstanceId ⇒ Object
- #InstanceName ⇒ Object
- #InstanceSize ⇒ Object
- #InstanceType ⇒ Object
- #InstanceVersion ⇒ Object
- #IsCore ⇒ Object
- #IsNewAsset ⇒ Object
- #NickName ⇒ Object
- #Region ⇒ Object
- #RepositoryName ⇒ Object
- #RepositoryUrl ⇒ Object
- #Uin ⇒ Object
- #VulRisk ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(appid = nil, uin = nil, nickname = nil, instanceid = nil, instancename = nil, instancecreatetime = nil, instancesize = nil, buildcount = nil, instancetype = nil, authstatus = nil, instanceversion = nil, region = nil, repositoryurl = nil, repositoryname = nil, iscore = nil, vulrisk = nil, checkcount = nil, checktime = nil, isnewasset = nil) ⇒ RepositoryImageVO
constructor
A new instance of RepositoryImageVO.
Constructor Details
#initialize(appid = nil, uin = nil, nickname = nil, instanceid = nil, instancename = nil, instancecreatetime = nil, instancesize = nil, buildcount = nil, instancetype = nil, authstatus = nil, instanceversion = nil, region = nil, repositoryurl = nil, repositoryname = nil, iscore = nil, vulrisk = nil, checkcount = nil, checktime = nil, isnewasset = nil) ⇒ RepositoryImageVO
Returns a new instance of RepositoryImageVO.
11068 11069 11070 11071 11072 11073 11074 11075 11076 11077 11078 11079 11080 11081 11082 11083 11084 11085 11086 11087 11088 |
# File 'lib/v20221121/models.rb', line 11068 def initialize(appid=nil, uin=nil, nickname=nil, instanceid=nil, instancename=nil, instancecreatetime=nil, instancesize=nil, buildcount=nil, instancetype=nil, authstatus=nil, instanceversion=nil, region=nil, repositoryurl=nil, repositoryname=nil, iscore=nil, vulrisk=nil, checkcount=nil, checktime=nil, isnewasset=nil) @AppId = appid @Uin = uin @NickName = nickname @InstanceId = instanceid @InstanceName = instancename @InstanceCreateTime = instancecreatetime @InstanceSize = instancesize @BuildCount = buildcount @InstanceType = instancetype @AuthStatus = authstatus @InstanceVersion = instanceversion @Region = region @RepositoryUrl = repositoryurl @RepositoryName = repositoryname @IsCore = iscore @VulRisk = vulrisk @CheckCount = checkcount @CheckTime = checktime @IsNewAsset = isnewasset end |
Instance Attribute Details
#AppId ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def AppId @AppId end |
#AuthStatus ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def AuthStatus @AuthStatus end |
#BuildCount ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def BuildCount @BuildCount end |
#CheckCount ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def CheckCount @CheckCount end |
#CheckTime ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def CheckTime @CheckTime end |
#InstanceCreateTime ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def InstanceCreateTime @InstanceCreateTime end |
#InstanceId ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def InstanceId @InstanceId end |
#InstanceName ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def InstanceName @InstanceName end |
#InstanceSize ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def InstanceSize @InstanceSize end |
#InstanceType ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def InstanceType @InstanceType end |
#InstanceVersion ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def InstanceVersion @InstanceVersion end |
#IsCore ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def IsCore @IsCore end |
#IsNewAsset ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def IsNewAsset @IsNewAsset end |
#NickName ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def NickName @NickName end |
#Region ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def Region @Region end |
#RepositoryName ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def RepositoryName @RepositoryName end |
#RepositoryUrl ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def RepositoryUrl @RepositoryUrl end |
#Uin ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def Uin @Uin end |
#VulRisk ⇒ Object
11066 11067 11068 |
# File 'lib/v20221121/models.rb', line 11066 def VulRisk @VulRisk end |
Instance Method Details
#deserialize(params) ⇒ Object
11090 11091 11092 11093 11094 11095 11096 11097 11098 11099 11100 11101 11102 11103 11104 11105 11106 11107 11108 11109 11110 |
# File 'lib/v20221121/models.rb', line 11090 def deserialize(params) @AppId = params['AppId'] @Uin = params['Uin'] @NickName = params['NickName'] @InstanceId = params['InstanceId'] @InstanceName = params['InstanceName'] @InstanceCreateTime = params['InstanceCreateTime'] @InstanceSize = params['InstanceSize'] @BuildCount = params['BuildCount'] @InstanceType = params['InstanceType'] @AuthStatus = params['AuthStatus'] @InstanceVersion = params['InstanceVersion'] @Region = params['Region'] @RepositoryUrl = params['RepositoryUrl'] @RepositoryName = params['RepositoryName'] @IsCore = params['IsCore'] @VulRisk = params['VulRisk'] @CheckCount = params['CheckCount'] @CheckTime = params['CheckTime'] @IsNewAsset = params['IsNewAsset'] end |