Class NetworkDataService
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkDataService
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NetworkDataServiceBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NetworkDataService extends Object implements io.fabric8.kubernetes.api.builder.Editable<NetworkDataServiceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NetworkDataService represents a service object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkDataService()No args constructor for use in serializationNetworkDataService(List<String> dns, String dnsFromIPPool)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkDataServiceBuilderedit()Map<String,Object>getAdditionalProperties()List<String>getDns()DNS is a list of DNS servicesStringgetDnsFromIPPool()DNSFromIPPool is the name of the IPPool from which to get the DNS serversvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDns(List<String> dns)DNS is a list of DNS servicesvoidsetDnsFromIPPool(String dnsFromIPPool)DNSFromIPPool is the name of the IPPool from which to get the DNS serversNetworkDataServiceBuildertoBuilder()
-
-
-
Method Detail
-
getDnsFromIPPool
public String getDnsFromIPPool()
DNSFromIPPool is the name of the IPPool from which to get the DNS servers
-
setDnsFromIPPool
public void setDnsFromIPPool(String dnsFromIPPool)
DNSFromIPPool is the name of the IPPool from which to get the DNS servers
-
edit
public NetworkDataServiceBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NetworkDataServiceBuilder>
-
toBuilder
public NetworkDataServiceBuilder toBuilder()
-
-