public class ConfigLayer4RemarkRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
ConfigLayer4RemarkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConfigLayer4RemarkRequest |
build(Map<String,?> map) |
String |
getListeners() |
ConfigLayer4RemarkRequest |
setListeners(String listeners) |
@NameInMap(value="Listeners") public String listeners
The port forwarding rule that you want to manage.
This parameter is a string that consists of JSON arrays. Each element in a JSON array indicates a port forwarding rule. You can perform this operation only on one port forwarding rule at a time.
You can call the DescribeNetworkRules to query existing port forwarding rules.
Each port forwarding rule contains the following fields:
, . + - * / _. The value can be up to 200 characters in length.This parameter is required.
example:[{\"InstanceId\":\"ddosDip-sg-4hr2b3l****\",\"FrontendPort\":2020,\"Protocol\":\"udp\",\"Remark\":\"test\"}]
public static ConfigLayer4RemarkRequest build(Map<String,?> map) throws Exception
Exceptionpublic ConfigLayer4RemarkRequest setListeners(String listeners)
public String getListeners()
Copyright © 2026. All rights reserved.