Class V1NodeAddress

java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1NodeAddress

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1NodeAddress extends Object
NodeAddress contains information for the node's address.
  • Field Details

  • Constructor Details

    • V1NodeAddress

      public V1NodeAddress(String address, String type)
  • Method Details

    • getAddress

      public String getAddress()
      The node address.
      Returns:
      the address property value
    • setAddress

      public void setAddress(String address)
      Set the address property value
    • address

      public V1NodeAddress address(String address)
      Set address in a chainable fashion.
      Returns:
      The same instance of V1NodeAddress for chaining.
    • getType

      public String getType()
      Node address type, one of Hostname, ExternalIP or InternalIP.
      Returns:
      the type property value
    • setType

      public void setType(String type)
      Set the type property value
    • type

      public V1NodeAddress type(String type)
      Set type in a chainable fashion.
      Returns:
      The same instance of V1NodeAddress for chaining.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object