Class V1ServerAddressByClientCIDR
java.lang.Object
io.kubernetes.client.openapi.models.V1ServerAddressByClientCIDR
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-18T15:05:57.863601Z[Etc/UTC]")
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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientCIDR(String clientCIDR) 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) voidsetClientCIDR(String clientCIDR) voidsetServerAddress(String serverAddress) toString()
-
Field Details
-
SERIALIZED_NAME_CLIENT_C_I_D_R
- See Also:
-
SERIALIZED_NAME_SERVER_ADDRESS
- See Also:
-
-
Constructor Details
-
V1ServerAddressByClientCIDR
public V1ServerAddressByClientCIDR()
-
-
Method Details
-
clientCIDR
-
getClientCIDR
The CIDR with which clients can match their IP to figure out the server address that they should use.- Returns:
- clientCIDR
-
setClientCIDR
-
serverAddress
-
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:
- serverAddress
-
setServerAddress
-
equals
-
hashCode
public int hashCode() -
toString
-