Class PortStatus

    • Constructor Detail

      • PortStatus

        public PortStatus()
        No args constructor for use in serialization
    • Method Detail

      • getError

        public String getError()
        Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use

        CamelCase names

        - cloud provider specific error values must have names that comply with the

        format foo.example.com/CamelCase.

      • setError

        public void setError​(String error)
        Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use

        CamelCase names

        - cloud provider specific error values must have names that comply with the

        format foo.example.com/CamelCase.

      • getPort

        public Integer getPort()
        Port is the port number of the service port of which status is recorded here
      • setPort

        public void setPort​(Integer port)
        Port is the port number of the service port of which status is recorded here
      • getProtocol

        public String getProtocol()
        Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
      • setProtocol

        public void setProtocol​(String protocol)
        Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)