Class AvailablePatchCountByClassification
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.AvailablePatchCountByClassification
Summarization of patches available for installation on the machine by classification.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncritical()
Get the critical property: Number of critical patches available for installation.Get the definition property: Number of definition patches available for installation.Get the featurePack property: Number of feature pack patches available for installation.other()
Get the other property: Number of other patches available for installation.security()
Get the security property: Number of security patches available for installation.Get the servicePack property: Number of service pack patches available for installation.tools()
Get the tools property: Number of tools patches available for installation.Get the updateRollup property: Number of update Rollup patches available for installation.updates()
Get the updates property: Number of updates category patches available for installation.void
validate()
Validates the instance.
-
Constructor Details
-
AvailablePatchCountByClassification
public AvailablePatchCountByClassification()
-
-
Method Details
-
security
Get the security property: Number of security patches available for installation.- Returns:
- the security value.
-
critical
Get the critical property: Number of critical patches available for installation.- Returns:
- the critical value.
-
definition
Get the definition property: Number of definition patches available for installation.- Returns:
- the definition value.
-
updateRollup
Get the updateRollup property: Number of update Rollup patches available for installation.- Returns:
- the updateRollup value.
-
featurePack
Get the featurePack property: Number of feature pack patches available for installation.- Returns:
- the featurePack value.
-
servicePack
Get the servicePack property: Number of service pack patches available for installation.- Returns:
- the servicePack value.
-
tools
Get the tools property: Number of tools patches available for installation.- Returns:
- the tools value.
-
updates
Get the updates property: Number of updates category patches available for installation.- Returns:
- the updates value.
-
other
Get the other property: Number of other patches available for installation.- Returns:
- the other value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-