Class LastPatchInstallationSummary

java.lang.Object
com.microsoft.azure.management.compute.LastPatchInstallationSummary

public class LastPatchInstallationSummary extends Object
Describes the properties of the last installed patch summary.
  • Constructor Details

    • LastPatchInstallationSummary

      public LastPatchInstallationSummary()
  • Method Details

    • status

      public PatchOperationStatus status()
      Get the overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Unknown", "Failed", "Succeeded", or "CompletedWithWarnings.". Possible values include: 'Unknown', 'InProgress', 'Failed', 'Succeeded', 'CompletedWithWarnings'.
      Returns:
      the status value
    • installationActivityId

      public String installationActivityId()
      Get the activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.
      Returns:
      the installationActivityId value
    • maintenanceWindowExceeded

      public Boolean maintenanceWindowExceeded()
      Get describes whether the operation ran out of time before it completed all its intended actions.
      Returns:
      the maintenanceWindowExceeded value
    • notSelectedPatchCount

      public Integer notSelectedPatchCount()
      Get the number of all available patches but not going to be installed because it didn't match a classification or inclusion list entry.
      Returns:
      the notSelectedPatchCount value
    • excludedPatchCount

      public Integer excludedPatchCount()
      Get the number of all available patches but excluded explicitly by a customer-specified exclusion list match.
      Returns:
      the excludedPatchCount value
    • pendingPatchCount

      public Integer pendingPatchCount()
      Get the number of all available patches expected to be installed over the course of the patch installation operation.
      Returns:
      the pendingPatchCount value
    • installedPatchCount

      public Integer installedPatchCount()
      Get the count of patches that successfully installed.
      Returns:
      the installedPatchCount value
    • failedPatchCount

      public Integer failedPatchCount()
      Get the count of patches that failed installation.
      Returns:
      the failedPatchCount value
    • startTime

      public org.joda.time.DateTime startTime()
      Get the UTC timestamp when the operation began.
      Returns:
      the startTime value
    • lastModifiedTime

      public org.joda.time.DateTime lastModifiedTime()
      Get the UTC timestamp when the operation began.
      Returns:
      the lastModifiedTime value
    • error

      public ApiError error()
      Get the errors that were encountered during execution of the operation. The details array contains the list of them.
      Returns:
      the error value