AvailablePatchCountByClassification Class
- java.
lang. Object - com.
azure. resourcemanager. connectedvmware. models. AvailablePatchCountByClassification
- com.
public final class AvailablePatchCountByClassification
Summarization of patches available for installation on the machine by classification.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| AvailablePatchCountByClassification() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Integer |
critical()
Get the critical property: Number of critical patches available for installation. |
| Integer |
definition()
Get the definition property: Number of definition patches available for installation. |
| Integer |
featurePack()
Get the feature |
| Integer |
other()
Get the other property: Number of other patches available for installation. |
| Integer |
security()
Get the security property: Number of security patches available for installation. |
| Integer |
servicePack()
Get the service |
| Integer |
tools()
Get the tools property: Number of tools patches available for installation. |
| Integer |
updateRollup()
Get the update |
| Integer |
updates()
Get the updates property: Number of updates category patches available for installation. |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
AvailablePatchCountByClassification
public AvailablePatchCountByClassification()
Method Details
critical
public Integer critical()
Get the critical property: Number of critical patches available for installation.
Returns:
definition
public Integer definition()
Get the definition property: Number of definition patches available for installation.
Returns:
featurePack
public Integer featurePack()
Get the featurePack property: Number of feature pack patches available for installation.
Returns:
other
public Integer other()
Get the other property: Number of other patches available for installation.
Returns:
security
public Integer security()
Get the security property: Number of security patches available for installation.
Returns:
servicePack
public Integer servicePack()
Get the servicePack property: Number of service pack patches available for installation.
Returns:
tools
public Integer tools()
Get the tools property: Number of tools patches available for installation.
Returns:
updateRollup
public Integer updateRollup()
Get the updateRollup property: Number of update Rollup patches available for installation.
Returns:
updates
public Integer updates()
Get the updates property: Number of updates category patches available for installation.
Returns:
validate
public void validate()
Validates the instance.