Interface WorkloadNetworkDnsService


  • public interface WorkloadNetworkDnsService
    An immutable client-side representation of WorkloadNetworkDnsService.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • displayName

        String displayName()
        Gets the displayName property: Display name of the DNS Service.
        Returns:
        the displayName value.
      • dnsServiceIp

        String dnsServiceIp()
        Gets the dnsServiceIp property: DNS service IP of the DNS Service.
        Returns:
        the dnsServiceIp value.
      • defaultDnsZone

        String defaultDnsZone()
        Gets the defaultDnsZone property: Default DNS zone of the DNS Service.
        Returns:
        the defaultDnsZone value.
      • fqdnZones

        List<String> fqdnZones()
        Gets the fqdnZones property: FQDN zones of the DNS Service.
        Returns:
        the fqdnZones value.
      • logLevel

        DnsServiceLogLevelEnum logLevel()
        Gets the logLevel property: DNS Service log level.
        Returns:
        the logLevel value.
      • status

        DnsServiceStatusEnum status()
        Gets the status property: DNS Service status.
        Returns:
        the status value.
      • revision

        Long revision()
        Gets the revision property: NSX revision number.
        Returns:
        the revision value.
      • innerModel

        WorkloadNetworkDnsServiceInner innerModel()
        Gets the inner com.azure.resourcemanager.avs.fluent.models.WorkloadNetworkDnsServiceInner object.
        Returns:
        the inner object.
      • refresh

        WorkloadNetworkDnsService refresh​(com.azure.core.util.Context context)
        Refreshes the resource to sync with Azure.
        Parameters:
        context - The context to associate with this operation.
        Returns:
        the refreshed resource.