public class CreateServerlessSpaceV2Request extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateServerlessSpaceV2Request() | 
| CreateServerlessSpaceV2Request(CreateServerlessSpaceV2Request 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[] | getKibanaWhiteIpList()Get 白名单列表 | 
| String | getSpaceName()Get 索引空间名 | 
| TagInfo[] | getTagList()Get 标签信息 | 
| VpcInfo[] | getVpcInfo()Get vpc信息 | 
| String | getZone()Get 空间名称 | 
| Long | getZoneId()Get 空间id | 
| void | setKibanaWhiteIpList(String[] KibanaWhiteIpList)Set 白名单列表 | 
| void | setSpaceName(String SpaceName)Set 索引空间名 | 
| void | setTagList(TagInfo[] TagList)Set 标签信息 | 
| void | setVpcInfo(VpcInfo[] VpcInfo)Set vpc信息 | 
| void | setZone(String Zone)Set 空间名称 | 
| void | setZoneId(Long ZoneId)Set 空间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 CreateServerlessSpaceV2Request()
public CreateServerlessSpaceV2Request(CreateServerlessSpaceV2Request source)
public VpcInfo[] getVpcInfo()
public void setVpcInfo(VpcInfo[] VpcInfo)
VpcInfo - vpc信息public String getSpaceName()
public void setSpaceName(String SpaceName)
SpaceName - 索引空间名public String getZone()
public void setZone(String Zone)
Zone - 空间名称public String[] getKibanaWhiteIpList()
public void setKibanaWhiteIpList(String[] KibanaWhiteIpList)
KibanaWhiteIpList - 白名单列表public Long getZoneId()
public void setZoneId(Long ZoneId)
ZoneId - 空间idpublic TagInfo[] getTagList()
public void setTagList(TagInfo[] TagList)
TagList - 标签信息Copyright © 2025. All rights reserved.