Поделиться через


VMInfo Interface

public interface VMInfo

An immutable client-side representation of VMInfo.

Method Summary

Modifier and Type Method and Description
abstract AutoUpdateSetting autoUpdateSetting()

Gets the autoUpdateSetting property: Update settings of OneAgent.

abstract AvailabilityState availabilityState()

Gets the availabilityState property: The availability state of OneAgent.

abstract String hostGroup()

Gets the hostGroup property: The name of the host group.

abstract String hostname()

Gets the hostname property: The name of the host.

abstract VMInfoInner innerModel()

Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.VMInfoInner object.

abstract LogModule logModule()

Gets the logModule property: Tells whether log modules are enabled or not.

abstract MonitoringType monitoringType()

Gets the monitoringType property: The monitoring mode of OneAgent.

abstract String resourceId()

Gets the resourceId property: Azure VM resource ID.

abstract UpdateStatus updateStatus()

Gets the updateStatus property: The current update status of OneAgent.

abstract String version()

Gets the version property: Version of the Dynatrace agent installed on the VM.

Method Details

autoUpdateSetting

public abstract AutoUpdateSetting autoUpdateSetting()

Gets the autoUpdateSetting property: Update settings of OneAgent.

Returns:

the autoUpdateSetting value.

availabilityState

public abstract AvailabilityState availabilityState()

Gets the availabilityState property: The availability state of OneAgent.

Returns:

the availabilityState value.

hostGroup

public abstract String hostGroup()

Gets the hostGroup property: The name of the host group.

Returns:

the hostGroup value.

hostname

public abstract String hostname()

Gets the hostname property: The name of the host.

Returns:

the hostname value.

innerModel

public abstract VMInfoInner innerModel()

Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.VMInfoInner object.

Returns:

the inner object.

logModule

public abstract LogModule logModule()

Gets the logModule property: Tells whether log modules are enabled or not.

Returns:

the logModule value.

monitoringType

public abstract MonitoringType monitoringType()

Gets the monitoringType property: The monitoring mode of OneAgent.

Returns:

the monitoringType value.

resourceId

public abstract String resourceId()

Gets the resourceId property: Azure VM resource ID.

Returns:

the resourceId value.

updateStatus

public abstract UpdateStatus updateStatus()

Gets the updateStatus property: The current update status of OneAgent.

Returns:

the updateStatus value.

version

public abstract String version()

Gets the version property: Version of the Dynatrace agent installed on the VM.

Returns:

the version value.

Applies to