Class LinuxParameters
java.lang.Object
com.azure.resourcemanager.compute.models.LinuxParameters
Input for InstallPatches on a Linux VM, as directly received by the API.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the classificationsToInclude property: The update classifications to select when installing patches for Linux.Get the maintenanceRunId property: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.Get the packageNameMasksToExclude property: packages to exclude in the patch operation.Get the packageNameMasksToInclude property: packages to include in the patch operation.voidvalidate()Validates the instance.withClassificationsToInclude(List<VMGuestPatchClassificationLinux> classificationsToInclude) Set the classificationsToInclude property: The update classifications to select when installing patches for Linux.withMaintenanceRunId(String maintenanceRunId) Set the maintenanceRunId property: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.withPackageNameMasksToExclude(List<String> packageNameMasksToExclude) Set the packageNameMasksToExclude property: packages to exclude in the patch operation.withPackageNameMasksToInclude(List<String> packageNameMasksToInclude) Set the packageNameMasksToInclude property: packages to include in the patch operation.
-
Constructor Details
-
LinuxParameters
public LinuxParameters()
-
-
Method Details
-
classificationsToInclude
Get the classificationsToInclude property: The update classifications to select when installing patches for Linux.- Returns:
- the classificationsToInclude value.
-
withClassificationsToInclude
public LinuxParameters withClassificationsToInclude(List<VMGuestPatchClassificationLinux> classificationsToInclude) Set the classificationsToInclude property: The update classifications to select when installing patches for Linux.- Parameters:
classificationsToInclude- the classificationsToInclude value to set.- Returns:
- the LinuxParameters object itself.
-
packageNameMasksToInclude
Get the packageNameMasksToInclude property: packages to include in the patch operation. Format: packageName_packageVersion.- Returns:
- the packageNameMasksToInclude value.
-
withPackageNameMasksToInclude
Set the packageNameMasksToInclude property: packages to include in the patch operation. Format: packageName_packageVersion.- Parameters:
packageNameMasksToInclude- the packageNameMasksToInclude value to set.- Returns:
- the LinuxParameters object itself.
-
packageNameMasksToExclude
Get the packageNameMasksToExclude property: packages to exclude in the patch operation. Format: packageName_packageVersion.- Returns:
- the packageNameMasksToExclude value.
-
withPackageNameMasksToExclude
Set the packageNameMasksToExclude property: packages to exclude in the patch operation. Format: packageName_packageVersion.- Parameters:
packageNameMasksToExclude- the packageNameMasksToExclude value to set.- Returns:
- the LinuxParameters object itself.
-
maintenanceRunId
Get the maintenanceRunId property: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.- Returns:
- the maintenanceRunId value.
-
withMaintenanceRunId
Set the maintenanceRunId property: This is used as a maintenance run identifier for Auto VM Guest Patching in Linux.- Parameters:
maintenanceRunId- the maintenanceRunId value to set.- Returns:
- the LinuxParameters object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-