Class: TencentCloud::Tcr::V20190924::RegistryCondition

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

Overview

实例创建过程

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(type = nil, status = nil, reason = nil) ⇒ RegistryCondition

Returns a new instance of RegistryCondition.



6187
6188
6189
6190
6191
# File 'lib/v20190924/models.rb', line 6187

def initialize(type=nil, status=nil, reason=nil)
  @Type = type
  @Status = status
  @Reason = reason
end

Instance Attribute Details

#Reason ⇒ Object

Parameters:

  • Type: —

    实例创建过程类型

  • Status: —

    实例创建过程状态

  • Reason: —

    转换到该过程的简明原因



6185
6186
6187
# File 'lib/v20190924/models.rb', line 6185

def Reason
  @Reason
end

#Status ⇒ Object

Parameters:

  • Type: —

    实例创建过程类型

  • Status: —

    实例创建过程状态

  • Reason: —

    转换到该过程的简明原因



6185
6186
6187
# File 'lib/v20190924/models.rb', line 6185

def Status
  @Status
end

#Type ⇒ Object

Parameters:

  • Type: —

    实例创建过程类型

  • Status: —

    实例创建过程状态

  • Reason: —

    转换到该过程的简明原因



6185
6186
6187
# File 'lib/v20190924/models.rb', line 6185

def Type
  @Type
end

Instance Method Details

#deserialize(params) ⇒ Object



6193
6194
6195
6196
6197
# File 'lib/v20190924/models.rb', line 6193

def deserialize(params)
  @Type = params['Type']
  @Status = params['Status']
  @Reason = params['Reason']
end