Class GuestAgentProfile

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.GuestAgentProfile

public final class GuestAgentProfile extends Object
Defines the resource properties.
  • Constructor Details

    • GuestAgentProfile

      public GuestAgentProfile()
  • Method Details

    • vmUuid

      public String vmUuid()
      Get the vmUuid property: Specifies the VM's unique SMBIOS ID.
      Returns:
      the vmUuid value.
    • status

      public StatusTypes status()
      Get the status property: The status of the hybrid machine agent.
      Returns:
      the status value.
    • lastStatusChange

      public OffsetDateTime lastStatusChange()
      Get the lastStatusChange property: The time of the last status change.
      Returns:
      the lastStatusChange value.
    • agentVersion

      public String agentVersion()
      Get the agentVersion property: The hybrid machine agent full version.
      Returns:
      the agentVersion value.
    • errorDetails

      public List<ErrorDetail> errorDetails()
      Get the errorDetails property: Details about the error state.
      Returns:
      the errorDetails value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.