Class V1IPAddressSpec

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

@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen") public class V1IPAddressSpec extends Object
IPAddressSpec describe the attributes in an IP Address.
  • Field Details

  • Constructor Details

  • Method Details

    • getParentRef

      public V1ParentReference getParentRef()
      Returns:
      the parentRef property value
    • setParentRef

      public void setParentRef(V1ParentReference parentRef)
      Set the parentRef property value
      Parameters:
      parentRef - property value to set
    • parentRef

      public V1IPAddressSpec parentRef(V1ParentReference parentRef)
      Set parentRef in a chainable fashion.
      Returns:
      The same instance of V1IPAddressSpec 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