public class DeleteCloudNativeAPIGatewayPublicNetworkRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DeleteCloudNativeAPIGatewayPublicNetworkRequest() |
DeleteCloudNativeAPIGatewayPublicNetworkRequest(DeleteCloudNativeAPIGatewayPublicNetworkRequest 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 |
getGatewayId()
Get 云原生API网关实例ID。
|
String |
getGroupId()
Get 分组id,kong类型时必填
|
String |
getInternetAddressVersion()
Get 公网类型
- IPV4 (默认值)
- IPV6
|
String |
getVip()
Get 公网ip,存在多个公网时必填
|
void |
setGatewayId(String GatewayId)
Set 云原生API网关实例ID。
|
void |
setGroupId(String GroupId)
Set 分组id,kong类型时必填
|
void |
setInternetAddressVersion(String InternetAddressVersion)
Set 公网类型
- IPV4 (默认值)
- IPV6
|
void |
setVip(String Vip)
Set 公网ip,存在多个公网时必填
|
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 DeleteCloudNativeAPIGatewayPublicNetworkRequest()
public DeleteCloudNativeAPIGatewayPublicNetworkRequest(DeleteCloudNativeAPIGatewayPublicNetworkRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 云原生API网关实例ID。public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 分组id,kong类型时必填public String getInternetAddressVersion()
public void setInternetAddressVersion(String InternetAddressVersion)
InternetAddressVersion
- 公网类型
- IPV4 (默认值)
- IPV6public String getVip()
public void setVip(String Vip)
Vip
- 公网ip,存在多个公网时必填Copyright © 2025. All rights reserved.