public class UpdateCloudNativeAPIGatewaySpecRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
UpdateCloudNativeAPIGatewaySpecRequest() |
UpdateCloudNativeAPIGatewaySpecRequest(UpdateCloudNativeAPIGatewaySpecRequest 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
|
CloudNativeAPIGatewayNodeConfig |
getNodeConfig()
Get 网关分组节点规格配置。
|
void |
setGatewayId(String GatewayId)
Set 云原生API网关实例ID。
只支持后付费实例
|
void |
setGroupId(String GroupId)
Set 网关分组id
|
void |
setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)
Set 网关分组节点规格配置。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public UpdateCloudNativeAPIGatewaySpecRequest()
public UpdateCloudNativeAPIGatewaySpecRequest(UpdateCloudNativeAPIGatewaySpecRequest source)
public String getGatewayId()
public void setGatewayId(String GatewayId)
GatewayId
- 云原生API网关实例ID。
只支持后付费实例public String getGroupId()
public void setGroupId(String GroupId)
GroupId
- 网关分组idpublic CloudNativeAPIGatewayNodeConfig getNodeConfig()
public void setNodeConfig(CloudNativeAPIGatewayNodeConfig NodeConfig)
NodeConfig
- 网关分组节点规格配置。Copyright © 2024. All rights reserved.