Class IngressRule

    • Constructor Detail

      • IngressRule

        public IngressRule()
      • IngressRule

        public IngressRule​(IngressRule 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

      • getHttp

        public IngressRuleValue getHttp()
        Get ingress rule value
        Returns:
        Http ingress rule value
      • setHttp

        public void setHttp​(IngressRuleValue Http)
        Set ingress rule value
        Parameters:
        Http - ingress rule value
      • getHost

        public String getHost()
        Get host 地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Host host 地址 注意:此字段可能返回 null,表示取不到有效值。
      • setHost

        public void setHost​(String Host)
        Set host 地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Host - host 地址 注意:此字段可能返回 null,表示取不到有效值。
      • getProtocol

        public String getProtocol()
        Get 协议,选项为 http, https,默认为 http
        Returns:
        Protocol 协议,选项为 http, https,默认为 http
      • setProtocol

        public void setProtocol​(String Protocol)
        Set 协议,选项为 http, https,默认为 http
        Parameters:
        Protocol - 协议,选项为 http, https,默认为 http