public class SourceInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
SourceInfo() |
SourceInfo(SourceInfo 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[] |
getAddresses()
Get 微服务引擎接入IP地址信息
|
SourceInstanceAuth |
getAuth()
Get 微服务引擎鉴权信息
注意:此字段可能返回 null,表示取不到有效值。
|
SourceInstanceVpcInfo |
getVpcInfo()
Get 微服务引擎VPC信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAddresses(String[] Addresses)
Set 微服务引擎接入IP地址信息
|
void |
setAuth(SourceInstanceAuth Auth)
Set 微服务引擎鉴权信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setVpcInfo(SourceInstanceVpcInfo VpcInfo)
Set 微服务引擎VPC信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 SourceInfo()
public SourceInfo(SourceInfo source)
public String[] getAddresses()
public void setAddresses(String[] Addresses)
Addresses
- 微服务引擎接入IP地址信息public SourceInstanceVpcInfo getVpcInfo()
public void setVpcInfo(SourceInstanceVpcInfo VpcInfo)
VpcInfo
- 微服务引擎VPC信息
注意:此字段可能返回 null,表示取不到有效值。public SourceInstanceAuth getAuth()
public void setAuth(SourceInstanceAuth Auth)
Auth
- 微服务引擎鉴权信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.