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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet address in a chainable fashion.boolean
The node address.getType()
Node address type, one of Hostname, ExternalIP or InternalIP.int
hashCode()
void
setAddress
(String address) Set the address property valuevoid
Set the type property valuetoString()
Set type in a chainable fashion.
-
Field Details
-
JSON_PROPERTY_ADDRESS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
V1NodeAddress
-
-
Method Details
-
getAddress
The node address.- Returns:
- the address property value
-
setAddress
Set the address property value -
address
Set address in a chainable fashion.- Returns:
- The same instance of V1NodeAddress for chaining.
-
getType
Node address type, one of Hostname, ExternalIP or InternalIP.- Returns:
- the type property value
-
setType
Set the type property value -
type
Set type in a chainable fashion.- Returns:
- The same instance of V1NodeAddress for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-