VirtualMachineInstallPatchesResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. fluent. models. VirtualMachineInstallPatchesResultInner
- com.
public final class VirtualMachineInstallPatchesResultInner
The result summary of an installation operation.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| VirtualMachineInstallPatchesResultInner() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Error |
errorDetails()
Get the error |
| Integer |
excludedPatchCount()
Get the excluded |
| Integer |
failedPatchCount()
Get the failed |
| String |
installationActivityId()
Get the installation |
| Integer |
installedPatchCount()
Get the installed |
|
Offset |
lastModifiedDateTime()
Get the last |
| Boolean |
maintenanceWindowExceeded()
Get the maintenance |
| Integer |
notSelectedPatchCount()
Get the not |
|
Os |
osType()
Get the os |
|
Patch |
patchServiceUsed()
Get the patch |
| Integer |
pendingPatchCount()
Get the pending |
|
VMGuest |
rebootStatus()
Get the reboot |
|
Offset |
startDateTime()
Get the start |
|
Patch |
startedBy()
Get the started |
|
Patch |
status()
Get the status property: The overall success or failure status of the operation. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
VirtualMachineInstallPatchesResultInner
public VirtualMachineInstallPatchesResultInner()
Method Details
errorDetails
public ErrorDetail errorDetails()
Get the errorDetails property: Error details.
The errors that were encountered during execution of the operation. The details array contains the list of them.
Returns:
excludedPatchCount
public Integer excludedPatchCount()
Get the excludedPatchCount property: The number of patches that were not installed due to the user blocking their installation.
Returns:
failedPatchCount
public Integer failedPatchCount()
Get the failedPatchCount property: The number of patches that could not be installed due to some issue. See errors for details.
Returns:
installationActivityId
public String installationActivityId()
Get the installationActivityId property: The activity ID of the operation that produced this result.
Returns:
installedPatchCount
public Integer installedPatchCount()
Get the installedPatchCount property: The number of patches successfully installed.
Returns:
lastModifiedDateTime
public OffsetDateTime lastModifiedDateTime()
Get the lastModifiedDateTime property: The UTC timestamp when the operation finished.
Returns:
maintenanceWindowExceeded
public Boolean maintenanceWindowExceeded()
Get the maintenanceWindowExceeded property: Whether the operation ran out of time before it completed all its intended actions.
Returns:
notSelectedPatchCount
public Integer notSelectedPatchCount()
Get the notSelectedPatchCount property: The number of patches that were detected as available for install, but did not meet the operation's criteria.
Returns:
osType
public OsTypeUM osType()
Get the osType property: The operating system type of the machine.
Returns:
patchServiceUsed
public PatchServiceUsed patchServiceUsed()
Get the patchServiceUsed property: Specifies the patch service used for the operation.
Returns:
pendingPatchCount
public Integer pendingPatchCount()
Get the pendingPatchCount property: The number of patches that were identified as meeting the installation criteria, but were not able to be installed. Typically this happens when maintenanceWindowExceeded == true.
Returns:
rebootStatus
public VMGuestPatchRebootStatus rebootStatus()
Get the rebootStatus property: The reboot state of the VM following completion of the operation.
Returns:
startDateTime
public OffsetDateTime startDateTime()
Get the startDateTime property: The UTC timestamp when the operation began.
Returns:
startedBy
public PatchOperationStartedBy startedBy()
Get the startedBy property: Indicates if operation was triggered by user or by platform.
Returns:
status
public PatchOperationStatus status()
Get the status property: The overall success or failure status of the operation. It remains "InProgress" until the operation completes. At that point it will become "Failed", "Succeeded", "Unknown" or "CompletedWithWarnings.".
Returns:
validate
public void validate()
Validates the instance.