Class AvailablePatchSummary
java.lang.Object
com.microsoft.azure.management.compute.AvailablePatchSummary
Describes the properties of an virtual machine instance view for available
patch summary.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the activity ID of the operation that produced this result.Get the number of critical or security patches that have been detected as available and not yet installed.error()
Get the errors that were encountered during execution of the operation.org.joda.time.DateTime
Get the UTC timestamp when the operation began.Get the number of all available patches excluding critical and security.Get the overall reboot status of the VM.org.joda.time.DateTime
Get the UTC timestamp when the operation began.status()
Get the overall success or failure status of the operation.
-
Constructor Details
-
AvailablePatchSummary
public AvailablePatchSummary()
-
-
Method Details
-
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
-
assessmentActivityId
Get the activity ID of the operation that produced this result. It is used to correlate across CRP and extension logs.- Returns:
- the assessmentActivityId value
-
rebootPending
Get the overall reboot status of the VM. It will be true when partially installed patches require a reboot to complete installation but the reboot has not yet occurred.- Returns:
- the rebootPending value
-
criticalAndSecurityPatchCount
Get the number of critical or security patches that have been detected as available and not yet installed.- Returns:
- the criticalAndSecurityPatchCount value
-
otherPatchCount
Get the number of all available patches excluding critical and security.- Returns:
- the otherPatchCount 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
Get the errors that were encountered during execution of the operation. The details array contains the list of them.- Returns:
- the error value
-