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

target.apidocs.com.google.api.services.compute.model.UDPHealthCheck.html Maven / Gradle / Ivy







UDPHealthCheck (Compute Engine API alpha-rev20200526-1.30.9)












com.google.api.services.compute.model

Class UDPHealthCheck

    • Constructor Detail

      • UDPHealthCheck

        public UDPHealthCheck()
    • Method Detail

      • getPort

        public Integer getPort()
        The UDP port number for the health check request. Valid values are 1 through 65535.
        Returns:
        value or null for none
      • setPort

        public UDPHealthCheck setPort(Integer port)
        The UDP port number for the health check request. Valid values are 1 through 65535.
        Parameters:
        port - port or null for none
      • getPortName

        public String getPortName()
        Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
        Returns:
        value or null for none
      • setPortName

        public UDPHealthCheck setPortName(String portName)
        Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence.
        Parameters:
        portName - portName or null for none
      • getRequest

        public String getRequest()
        Raw data of request to send in payload of UDP packet. It is an error if this is empty. The request data can only be ASCII.
        Returns:
        value or null for none
      • setRequest

        public UDPHealthCheck setRequest(String request)
        Raw data of request to send in payload of UDP packet. It is an error if this is empty. The request data can only be ASCII.
        Parameters:
        request - request or null for none
      • getResponse

        public String getResponse()
        The bytes to match against the beginning of the response data. It is an error if this is empty. The response data can only be ASCII.
        Returns:
        value or null for none
      • setResponse

        public UDPHealthCheck setResponse(String response)
        The bytes to match against the beginning of the response data. It is an error if this is empty. The response data can only be ASCII.
        Parameters:
        response - response or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy