public class ImageRepoRegistryInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
ImageRepoRegistryInfo() |
ImageRepoRegistryInfo(ImageRepoRegistryInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
RegistryConnDetectResult[] |
getConnDetectDetail()
Get 联通性检测详情
|
Long |
getConnDetectHostCount()
Get 联通性检测主机数
|
String |
getConnDetectType()
Get 联通性检测方式
|
String |
getConnectMsg()
Get 仓库连接错误信息,待废弃,请使用ConnDetectException
|
String |
getInstanceID()
Get tcr情况下的instance_id
|
String |
getLatestSyncTime()
Get 最近同步成功时间
|
String |
getName()
Get 仓库名
|
String |
getNetType()
Get 网络类型,列表:public
|
Long |
getRegistryId()
Get 仓库id
|
String |
getRegistryRegion()
Get 区域,列表:default
|
String |
getRegistryType()
Get 仓库类型,列表:harbor、tcr
|
String |
getRegistryVersion()
Get 仓库版本
|
String |
getSyncFailReason()
Get 同步失败原因
|
String |
getSyncMessage()
Get 同步失败信息
|
Long |
getSyncMode()
Get 同步方式,0全量同步,1增量同步
|
String |
getSyncSolution()
Get 同步失败解决方案
|
String |
getSyncStatus()
Get 同步状态
|
String |
getUrl()
Get 仓库url
|
void |
setConnDetectDetail(RegistryConnDetectResult[] ConnDetectDetail)
Set 联通性检测详情
|
void |
setConnDetectHostCount(Long ConnDetectHostCount)
Set 联通性检测主机数
|
void |
setConnDetectType(String ConnDetectType)
Set 联通性检测方式
|
void |
setConnectMsg(String ConnectMsg)
Set 仓库连接错误信息,待废弃,请使用ConnDetectException
|
void |
setInstanceID(String InstanceID)
Set tcr情况下的instance_id
|
void |
setLatestSyncTime(String LatestSyncTime)
Set 最近同步成功时间
|
void |
setName(String Name)
Set 仓库名
|
void |
setNetType(String NetType)
Set 网络类型,列表:public
|
void |
setRegistryId(Long RegistryId)
Set 仓库id
|
void |
setRegistryRegion(String RegistryRegion)
Set 区域,列表:default
|
void |
setRegistryType(String RegistryType)
Set 仓库类型,列表:harbor、tcr
|
void |
setRegistryVersion(String RegistryVersion)
Set 仓库版本
|
void |
setSyncFailReason(String SyncFailReason)
Set 同步失败原因
|
void |
setSyncMessage(String SyncMessage)
Set 同步失败信息
|
void |
setSyncMode(Long SyncMode)
Set 同步方式,0全量同步,1增量同步
|
void |
setSyncSolution(String SyncSolution)
Set 同步失败解决方案
|
void |
setSyncStatus(String SyncStatus)
Set 同步状态
|
void |
setUrl(String Url)
Set 仓库url
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ImageRepoRegistryInfo()
public ImageRepoRegistryInfo(ImageRepoRegistryInfo source)
public Long getRegistryId()
public void setRegistryId(Long RegistryId)
RegistryId
- 仓库idpublic String getName()
public void setName(String Name)
Name
- 仓库名public String getRegistryType()
public void setRegistryType(String RegistryType)
RegistryType
- 仓库类型,列表:harbor、tcrpublic String getUrl()
public void setUrl(String Url)
Url
- 仓库urlpublic String getNetType()
public void setNetType(String NetType)
NetType
- 网络类型,列表:publicpublic String getRegistryRegion()
public void setRegistryRegion(String RegistryRegion)
RegistryRegion
- 区域,列表:defaultpublic String getRegistryVersion()
public void setRegistryVersion(String RegistryVersion)
RegistryVersion
- 仓库版本public String getConnectMsg()
public void setConnectMsg(String ConnectMsg)
ConnectMsg
- 仓库连接错误信息,待废弃,请使用ConnDetectExceptionpublic String getConnDetectType()
public void setConnDetectType(String ConnDetectType)
ConnDetectType
- 联通性检测方式public Long getConnDetectHostCount()
public void setConnDetectHostCount(Long ConnDetectHostCount)
ConnDetectHostCount
- 联通性检测主机数public RegistryConnDetectResult[] getConnDetectDetail()
public void setConnDetectDetail(RegistryConnDetectResult[] ConnDetectDetail)
ConnDetectDetail
- 联通性检测详情public String getInstanceID()
public void setInstanceID(String InstanceID)
InstanceID
- tcr情况下的instance_idpublic String getLatestSyncTime()
public void setLatestSyncTime(String LatestSyncTime)
LatestSyncTime
- 最近同步成功时间public String getSyncStatus()
public void setSyncStatus(String SyncStatus)
SyncStatus
- 同步状态public String getSyncFailReason()
public void setSyncFailReason(String SyncFailReason)
SyncFailReason
- 同步失败原因public String getSyncSolution()
public void setSyncSolution(String SyncSolution)
SyncSolution
- 同步失败解决方案public String getSyncMessage()
public void setSyncMessage(String SyncMessage)
SyncMessage
- 同步失败信息public Long getSyncMode()
public void setSyncMode(Long SyncMode)
SyncMode
- 同步方式,0全量同步,1增量同步Copyright © 2025. All rights reserved.