Class: TencentCloud::Tcr::V20190924::ReplicationRegistry

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

Overview

企业版复制实例

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(registryid = nil, replicationregistryid = nil, replicationregionid = nil, replicationregionname = nil, status = nil, createdat = nil) ⇒ ReplicationRegistry

Returns a new instance of ReplicationRegistry.



6420
6421
6422
6423
6424
6425
6426
6427
# File 'lib/v20190924/models.rb', line 6420

def initialize(registryid=nil, replicationregistryid=nil, replicationregionid=nil, replicationregionname=nil, status=nil, createdat=nil)
  @RegistryId = registryid
  @ReplicationRegistryId = replicationregistryid
  @ReplicationRegionId = replicationregionid
  @ReplicationRegionName = replicationregionname
  @Status = status
  @CreatedAt = createdat
end

Instance Attribute Details

#CreatedAt ⇒ Object

Parameters:

  • RegistryId: —

    主实例ID

  • ReplicationRegistryId: —

    复制实例ID

  • ReplicationRegionId: —

    复制实例的地域ID

  • ReplicationRegionName: —

    复制实例的地域名称

  • Status: —

    复制实例的状态

  • CreatedAt: —

    创建时间



6418
6419
6420
# File 'lib/v20190924/models.rb', line 6418

def CreatedAt
  @CreatedAt
end

#RegistryId ⇒ Object

Parameters:

  • RegistryId: —

    主实例ID

  • ReplicationRegistryId: —

    复制实例ID

  • ReplicationRegionId: —

    复制实例的地域ID

  • ReplicationRegionName: —

    复制实例的地域名称

  • Status: —

    复制实例的状态

  • CreatedAt: —

    创建时间



6418
6419
6420
# File 'lib/v20190924/models.rb', line 6418

def RegistryId
  @RegistryId
end

#ReplicationRegionId ⇒ Object

Parameters:

  • RegistryId: —

    主实例ID

  • ReplicationRegistryId: —

    复制实例ID

  • ReplicationRegionId: —

    复制实例的地域ID

  • ReplicationRegionName: —

    复制实例的地域名称

  • Status: —

    复制实例的状态

  • CreatedAt: —

    创建时间



6418
6419
6420
# File 'lib/v20190924/models.rb', line 6418

def ReplicationRegionId
  @ReplicationRegionId
end

#ReplicationRegionName ⇒ Object

Parameters:

  • RegistryId: —

    主实例ID

  • ReplicationRegistryId: —

    复制实例ID

  • ReplicationRegionId: —

    复制实例的地域ID

  • ReplicationRegionName: —

    复制实例的地域名称

  • Status: —

    复制实例的状态

  • CreatedAt: —

    创建时间



6418
6419
6420
# File 'lib/v20190924/models.rb', line 6418

def ReplicationRegionName
  @ReplicationRegionName
end

#ReplicationRegistryId ⇒ Object

Parameters:

  • RegistryId: —

    主实例ID

  • ReplicationRegistryId: —

    复制实例ID

  • ReplicationRegionId: —

    复制实例的地域ID

  • ReplicationRegionName: —

    复制实例的地域名称

  • Status: —

    复制实例的状态

  • CreatedAt: —

    创建时间



6418
6419
6420
# File 'lib/v20190924/models.rb', line 6418

def ReplicationRegistryId
  @ReplicationRegistryId
end

#Status ⇒ Object

Parameters:

  • RegistryId: —

    主实例ID

  • ReplicationRegistryId: —

    复制实例ID

  • ReplicationRegionId: —

    复制实例的地域ID

  • ReplicationRegionName: —

    复制实例的地域名称

  • Status: —

    复制实例的状态

  • CreatedAt: —

    创建时间



6418
6419
6420
# File 'lib/v20190924/models.rb', line 6418

def Status
  @Status
end

Instance Method Details

#deserialize(params) ⇒ Object



6429
6430
6431
6432
6433
6434
6435
6436
# File 'lib/v20190924/models.rb', line 6429

def deserialize(params)
  @RegistryId = params['RegistryId']
  @ReplicationRegistryId = params['ReplicationRegistryId']
  @ReplicationRegionId = params['ReplicationRegionId']
  @ReplicationRegionName = params['ReplicationRegionName']
  @Status = params['Status']
  @CreatedAt = params['CreatedAt']
end