Class CustomizationGlobalIPSettings

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.CustomizationGlobalIPSettings
All Implemented Interfaces:
Serializable

public class CustomizationGlobalIPSettings extends DynamicData
See Also:
  • Field Details

    • dnsSuffixList

      public String[] dnsSuffixList
    • dnsServerList

      public String[] dnsServerList
  • Constructor Details

    • CustomizationGlobalIPSettings

      public CustomizationGlobalIPSettings()
  • Method Details

    • getDnsSuffixList

      public String[] getDnsSuffixList()
    • getDnsServerList

      public String[] getDnsServerList()
    • setDnsSuffixList

      public void setDnsSuffixList(String[] dnsSuffixList)
    • setDnsServerList

      public void setDnsServerList(String[] dnsServerList)