Interface WorkloadNetworkDnsService


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

    • 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

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

      Gets the status property: DNS Service status.
      Returns:
      the status value.
    • provisioningState

      Gets the provisioningState property: The provisioning state.
      Returns:
      the provisioningState value.
    • revision

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

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.avs.fluent.models.WorkloadNetworkDnsServiceInner object.
      Returns:
      the inner object.
    • update

      Begins update for the WorkloadNetworkDnsService resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • 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.