Interface VMInfo


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

    • resourceId

      String resourceId()
      Gets the resourceId property: Azure VM resource ID.
      Returns:
      the resourceId value.
    • version

      String version()
      Gets the version property: Version of the Dynatrace agent installed on the VM.
      Returns:
      the version value.
    • monitoringType

      MonitoringType monitoringType()
      Gets the monitoringType property: The monitoring mode of OneAgent.
      Returns:
      the monitoringType value.
    • autoUpdateSetting

      AutoUpdateSetting autoUpdateSetting()
      Gets the autoUpdateSetting property: Update settings of OneAgent.
      Returns:
      the autoUpdateSetting value.
    • updateStatus

      UpdateStatus updateStatus()
      Gets the updateStatus property: The current update status of OneAgent.
      Returns:
      the updateStatus value.
    • availabilityState

      AvailabilityState availabilityState()
      Gets the availabilityState property: The availability state of OneAgent.
      Returns:
      the availabilityState value.
    • logModule

      LogModule logModule()
      Gets the logModule property: Tells whether log modules are enabled or not.
      Returns:
      the logModule value.
    • hostGroup

      String hostGroup()
      Gets the hostGroup property: The name of the host group.
      Returns:
      the hostGroup value.
    • hostname

      String hostname()
      Gets the hostname property: The name of the host.
      Returns:
      the hostname value.
    • innerModel

      VMInfoInner innerModel()
      Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.VMInfoInner object.
      Returns:
      the inner object.