Package kubevirt.io
Class V1ServerAddressByClientCIDR
java.lang.Object
kubevirt.io.V1ServerAddressByClientCIDR
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
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) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
clientCIDR
-
serverAddress
-
-
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
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-