public class ImageRegistryInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ImageRegistryInfo() | 
| ImageRegistryInfo(ImageRegistryInfo 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 | 
|---|---|
| String | getAddress()Get 仓库地址 | 
| String | getName()Get 仓库名称 | 
| String | getType()Get 仓库类型
aws
ccr
harbor
jfrog
other-tcr
quay
tcr | 
| void | setAddress(String Address)Set 仓库地址 | 
| void | setName(String Name)Set 仓库名称 | 
| void | setType(String Type)Set 仓库类型
aws
ccr
harbor
jfrog
other-tcr
quay
tcr | 
| 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, toJsonStringpublic ImageRegistryInfo()
public ImageRegistryInfo(ImageRegistryInfo source)
public String getName()
public void setName(String Name)
Name - 仓库名称public String getType()
public void setType(String Type)
Type - 仓库类型
aws
ccr
harbor
jfrog
other-tcr
quay
tcrpublic String getAddress()
public void setAddress(String Address)
Address - 仓库地址Copyright © 2025. All rights reserved.