Package net.stickycode.kuuty.model.v18
Class IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR 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 Modifier and Type Field Description static StringJSON_PROPERTY_CLIENT_C_I_D_Rstatic StringJSON_PROPERTY_SERVER_ADDRESS
-
Constructor Summary
Constructors Constructor Description IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDRclientCIDR(String clientCIDR)booleanequals(Object o)StringgetClientCIDR()The CIDR with which clients can match their IP to figure out the server address that they should use.StringgetServerAddress()Address of this server, suitable for a client that matches the above CIDR.inthashCode()IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDRserverAddress(String serverAddress)voidsetClientCIDR(String clientCIDR)voidsetServerAddress(String serverAddress)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_CLIENT_C_I_D_R
public static final String JSON_PROPERTY_CLIENT_C_I_D_R
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SERVER_ADDRESS
public static final String JSON_PROPERTY_SERVER_ADDRESS
- See Also:
- Constant Field Values
-
-
Method Detail
-
clientCIDR
public IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR clientCIDR(String clientCIDR)
-
getClientCIDR
public String getClientCIDR()
The CIDR with which clients can match their IP to figure out the server address that they should use.- Returns:
- clientCIDR
-
setClientCIDR
public void setClientCIDR(String clientCIDR)
-
serverAddress
public IoK8sApimachineryPkgApisMetaV1ServerAddressByClientCIDR serverAddress(String serverAddress)
-
getServerAddress
public String 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
public void setServerAddress(String serverAddress)
-
-