All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.acep.ListPortMappingRuleQuery Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.acep;


import com.alibaba.fastjson.JSON;

/**
 * ListPortMappingRuleQuery
 */
@lombok.Data
public final class ListPortMappingRuleQuery  {

    /**
     * 

云手机业务 ID,可在「云手机控制台-业务管理-业务详情」中获取。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ProductId") private String productId; /** *

筛选条件,端口映射规则 ID。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "PortMappingRuleId") private String portMappingRuleId; /** *

筛选条件,端口映射的协议类型,取值如下:

* * * *

- `tcp`:TCP 协议类型。

* *

- `udp`:UDP 协议类型。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Protocol") private String protocol; /** *

资源所在的物理区域,包含以下选项:

* * * *

- `inner`:中国大陆(默认值)

* *

- `cn-hongkong-pop`:中国香港

*/ @com.alibaba.fastjson.annotation.JSONField(name = "VolcRegion") private String volcRegion; /** *

筛选条件,分页参数,偏移量。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Offset") private Long offset; /** *

筛选条件,分页参数,查询数量。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Count") private Long count; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy