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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionclientCIDR(String clientCIDR) Set clientCIDR in a chainable fashion.booleanThe 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.inthashCode()serverAddress(String serverAddress) Set serverAddress in a chainable fashion.voidsetClientCIDR(String clientCIDR) Set the clientCIDR property valuevoidsetServerAddress(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- 
getClientCIDRThe CIDR with which clients can match their IP to figure out the server address that they should use.- Returns:
- the clientCIDR property value
 
- 
setClientCIDRSet the clientCIDR property value
- 
clientCIDRSet clientCIDR in a chainable fashion.- Returns:
- The same instance of V1ServerAddressByClientCIDR for chaining.
 
- 
getServerAddressAddress 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
 
- 
setServerAddressSet the serverAddress property value
- 
serverAddressSet serverAddress in a chainable fashion.- Returns:
- The same instance of V1ServerAddressByClientCIDR for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-