java.lang.Object
com.azure.media.videoanalyzer.edge.models.OnvifDns

public final class OnvifDns extends Object
The ONVIF device DNS properties.
  • Constructor Details

    • OnvifDns

      public OnvifDns()
  • Method Details

    • isFromDhcp

      public Boolean isFromDhcp()
      Get the fromDhcp property: Result value showing if the ONVIF device is configured to use DHCP.
      Returns:
      the fromDhcp value.
    • setFromDhcp

      public OnvifDns setFromDhcp(Boolean fromDhcp)
      Set the fromDhcp property: Result value showing if the ONVIF device is configured to use DHCP.
      Parameters:
      fromDhcp - the fromDhcp value to set.
      Returns:
      the OnvifDns object itself.
    • getIpv4Address

      public List<String> getIpv4Address()
      Get the ipv4Address property: An array of IPv4 address for the discovered ONVIF device.
      Returns:
      the ipv4Address value.
    • setIpv4Address

      public OnvifDns setIpv4Address(List<String> ipv4Address)
      Set the ipv4Address property: An array of IPv4 address for the discovered ONVIF device.
      Parameters:
      ipv4Address - the ipv4Address value to set.
      Returns:
      the OnvifDns object itself.
    • getIpv6Address

      public List<String> getIpv6Address()
      Get the ipv6Address property: An array of IPv6 address for the discovered ONVIF device.
      Returns:
      the ipv6Address value.
    • setIpv6Address

      public OnvifDns setIpv6Address(List<String> ipv6Address)
      Set the ipv6Address property: An array of IPv6 address for the discovered ONVIF device.
      Parameters:
      ipv6Address - the ipv6Address value to set.
      Returns:
      the OnvifDns object itself.