public class DeleteVirtualIpRequest extends AbstractModel
Constructor and Description |
---|
DeleteVirtualIpRequest() |
Modifier and Type | Method and Description |
---|---|
String[] |
getIps()
Get 退还的IP列表。
|
String |
getVpcId()
Get 私有网络唯一ID。
|
void |
setIps(String[] Ips)
Set 退还的IP列表。
|
void |
setVpcId(String VpcId)
Set 私有网络唯一ID。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getVpcId()
public void setVpcId(String VpcId)
VpcId
- 私有网络唯一ID。public String[] getIps()
public void setIps(String[] Ips)
Ips
- 退还的IP列表。Copyright © 2020. All rights reserved.