public class DeleteNetworkRuleRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
networkRule
An array that consists of the information about the port forwarding rule.
|
| 构造器和说明 |
|---|
DeleteNetworkRuleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteNetworkRuleRequest |
build(Map<String,?> map) |
String |
getNetworkRule() |
DeleteNetworkRuleRequest |
setNetworkRule(String networkRule) |
@NameInMap(value="NetworkRule") public String networkRule
An array that consists of the information about the port forwarding rule. This parameter is a JSON string. The string contains the following fields:
This parameter is required.
example:[{"InstanceId":"ddoscoo-cn-mp91j1ao****","Protocol":"tcp","FrontendPort":8080}]
public static DeleteNetworkRuleRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteNetworkRuleRequest setNetworkRule(String networkRule)
public String getNetworkRule()
Copyright © 2026. All rights reserved.