public class DeleteVpcEndPointRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteVpcEndPointRequest() |
DeleteVpcEndPointRequest(DeleteVpcEndPointRequest 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 |
getEndPointId()
Get 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
String |
getIpAddressType()
Get 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
void |
setEndPointId(String EndPointId)
Set 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。
|
void |
setIpAddressType(String IpAddressType)
Set 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。
|
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 DeleteVpcEndPointRequest()
public DeleteVpcEndPointRequest(DeleteVpcEndPointRequest source)
public String getEndPointId()
public void setEndPointId(String EndPointId)
EndPointId
- 终端节点ID。可通过[DescribeVpcEndPoint](https://cloud.tencent.com/document/product/215/54679) 获取。public String getIpAddressType()
public void setIpAddressType(String IpAddressType)
IpAddressType
- 协议类型,支持 Ipv4,Ipv6,默认 Ipv4。Copyright © 2025. All rights reserved.