public class DescribeSecurityIPGroupRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeSecurityIPGroupRequest() |
DescribeSecurityIPGroupRequest(DescribeSecurityIPGroupRequest 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 |
---|---|
Long[] |
getGroupIds()
Get 指定安全 IP 组 ID。
提供该参数时,仅查询指定 ID 的安全 IP 组配置;
不传递参数时,返回站点下所有安全 IP 组信息。
|
String |
getZoneId()
Get 站点 ID ,用于指定查询的站点范围。
|
void |
setGroupIds(Long[] GroupIds)
Set 指定安全 IP 组 ID。
提供该参数时,仅查询指定 ID 的安全 IP 组配置;
不传递参数时,返回站点下所有安全 IP 组信息。
|
void |
setZoneId(String 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, toJsonString
public DescribeSecurityIPGroupRequest()
public DescribeSecurityIPGroupRequest(DescribeSecurityIPGroupRequest source)
public String getZoneId()
public void setZoneId(String ZoneId)
ZoneId
- 站点 ID ,用于指定查询的站点范围。public Long[] getGroupIds()
public void setGroupIds(Long[] GroupIds)
GroupIds
- 指定安全 IP 组 ID。
Copyright © 2024. All rights reserved.