Class CreateApplicationProxyRuleRequest


  • public class CreateApplicationProxyRuleRequest
    extends AbstractModel
    • Constructor Detail

      • CreateApplicationProxyRuleRequest

        public CreateApplicationProxyRuleRequest()
      • CreateApplicationProxyRuleRequest

        public CreateApplicationProxyRuleRequest​(CreateApplicationProxyRuleRequest 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.
    • Method Detail

      • getZoneId

        public String getZoneId()
        Get 站点ID。
        Returns:
        ZoneId 站点ID。
      • setZoneId

        public void setZoneId​(String ZoneId)
        Set 站点ID。
        Parameters:
        ZoneId - 站点ID。
      • getProxyId

        public String getProxyId()
        Get 代理ID。
        Returns:
        ProxyId 代理ID。
      • setProxyId

        public void setProxyId​(String ProxyId)
        Set 代理ID。
        Parameters:
        ProxyId - 代理ID。
      • getProto

        public String getProto()
        Get 协议,取值有:
      • TCP:TCP协议;
      • UDP:UDP协议。
Returns:
Proto 协议,取值有:
  • TCP:TCP协议;
  • UDP:UDP协议。
  • Parameters:
    Proto - 协议,取值有:
  • TCP:TCP协议;
  • UDP:UDP协议。