VMInfo Interface
public interface VMInfo
An immutable client-side representation of VMInfo.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Auto |
autoUpdateSetting()
Gets the auto |
|
abstract
Availability |
availabilityState()
Gets the availability |
| abstract String |
hostGroup()
Gets the host |
| abstract String |
hostname()
Gets the hostname property: The name of the host. |
|
abstract
VMInfo |
innerModel()
Gets the inner com. |
|
abstract
Log |
logModule()
Gets the log |
|
abstract
Monitoring |
monitoringType()
Gets the monitoring |
| abstract String |
resourceId()
Gets the resource |
|
abstract
Update |
updateStatus()
Gets the update |
| 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:
availabilityState
public abstract AvailabilityState availabilityState()
Gets the availabilityState property: The availability state of OneAgent.
Returns:
hostGroup
public abstract String hostGroup()
Gets the hostGroup property: The name of the host group.
Returns:
hostname
public abstract String hostname()
Gets the hostname property: The name of the host.
Returns:
innerModel
public abstract VMInfoInner innerModel()
Gets the inner com.azure.resourcemanager.dynatrace.fluent.models.VMInfoInner object.
Returns:
logModule
public abstract LogModule logModule()
Gets the logModule property: Tells whether log modules are enabled or not.
Returns:
monitoringType
public abstract MonitoringType monitoringType()
Gets the monitoringType property: The monitoring mode of OneAgent.
Returns:
resourceId
public abstract String resourceId()
Gets the resourceId property: Azure VM resource ID.
Returns:
updateStatus
public abstract UpdateStatus updateStatus()
Gets the updateStatus property: The current update status of OneAgent.
Returns:
version
public abstract String version()
Gets the version property: Version of the Dynatrace agent installed on the VM.
Returns: