Package net.stickycode.kuuty.model.v18
Class IoK8sApiCoreV1PodIP
- java.lang.Object
-
- net.stickycode.kuuty.model.v18.IoK8sApiCoreV1PodIP
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-11-26T11:01:11.402583+13:00[Pacific/Auckland]") public class IoK8sApiCoreV1PodIP extends Object
IP address information for entries in the (plural) PodIPs field. Each entry includes: IP: An IP address allocated to the pod. Routable at least within the cluster.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IP
-
Constructor Summary
Constructors Constructor Description IoK8sApiCoreV1PodIP()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetIp()ip is an IP address (IPv4 or IPv6) assigned to the podinthashCode()IoK8sApiCoreV1PodIPip(String ip)voidsetIp(String ip)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_IP
public static final String JSON_PROPERTY_IP
- See Also:
- Constant Field Values
-
-
Method Detail
-
ip
public IoK8sApiCoreV1PodIP ip(String ip)
-
getIp
@Nullable public String getIp()
ip is an IP address (IPv4 or IPv6) assigned to the pod- Returns:
- ip
-
setIp
public void setIp(String ip)
-
-