public class DiSourceCvm extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DiSourceCvm() | 
| DiSourceCvm(DiSourceCvm 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[] | getCvmIds()Get cvm列表 | 
| String[] | getLogPaths()Get 采集路径列表,支持通配符 | 
| String | getVpcId()Get 数据源所属vpc id,创建后不允许修改 | 
| void | setCvmIds(String[] CvmIds)Set cvm列表 | 
| void | setLogPaths(String[] LogPaths)Set 采集路径列表,支持通配符 | 
| void | setVpcId(String VpcId)Set 数据源所属vpc id,创建后不允许修改 | 
| 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 DiSourceCvm()
public DiSourceCvm(DiSourceCvm source)
public String getVpcId()
public void setVpcId(String VpcId)
VpcId - 数据源所属vpc id,创建后不允许修改public String[] getCvmIds()
public void setCvmIds(String[] CvmIds)
CvmIds - cvm列表public String[] getLogPaths()
public void setLogPaths(String[] LogPaths)
LogPaths - 采集路径列表,支持通配符Copyright © 2025. All rights reserved.