Class V1ServerAddressByClientCIDR
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1ServerAddressByClientCIDR
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1ServerAddressByClientCIDR
extends Object
ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionclientCIDR
(String clientCIDR) Set clientCIDR in a chainable fashion.boolean
The CIDR with which clients can match their IP to figure out the server address that they should use.Address of this server, suitable for a client that matches the above CIDR.int
hashCode()
serverAddress
(String serverAddress) Set serverAddress in a chainable fashion.void
setClientCIDR
(String clientCIDR) Set the clientCIDR property valuevoid
setServerAddress
(String serverAddress) Set the serverAddress property valuetoString()
-
Field Details
-
JSON_PROPERTY_CLIENT_C_I_D_R
- See Also:
-
JSON_PROPERTY_SERVER_ADDRESS
- See Also:
-
-
Constructor Details
-
V1ServerAddressByClientCIDR
-
-
Method Details
-
getClientCIDR
The CIDR with which clients can match their IP to figure out the server address that they should use.- Returns:
- the clientCIDR property value
-
setClientCIDR
Set the clientCIDR property value -
clientCIDR
Set clientCIDR in a chainable fashion.- Returns:
- The same instance of V1ServerAddressByClientCIDR for chaining.
-
getServerAddress
Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port.- Returns:
- the serverAddress property value
-
setServerAddress
Set the serverAddress property value -
serverAddress
Set serverAddress in a chainable fashion.- Returns:
- The same instance of V1ServerAddressByClientCIDR for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-