Package kubevirt.io
Class V1PodDNSConfigOption
java.lang.Object
kubevirt.io.V1PodDNSConfigOption
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1PodDNSConfigOption
extends Object
PodDNSConfigOption defines DNS resolver options of a pod.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
-
value
-
-
Constructor Details
-
V1PodDNSConfigOption
public V1PodDNSConfigOption()
-
-
Method Details
-
name
-
getName
Required.- Returns:
- name
-
setName
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-