InputLinuxParameters Class
- java.
lang. Object - com.
azure. resourcemanager. maintenance. models. InputLinuxParameters
- com.
public final class InputLinuxParameters
Input properties for patching a Linux machine.
Constructor Summary
| Constructor | Description |
|---|---|
| InputLinuxParameters() |
Creates an instance of Input |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
classificationsToInclude()
Get the classifications |
| List<String> |
packageNameMasksToExclude()
Get the package |
| List<String> |
packageNameMasksToInclude()
Get the package |
| void |
validate()
Validates the instance. |
|
Input |
withClassificationsToInclude(List<String> classificationsToInclude)
Set the classifications |
|
Input |
withPackageNameMasksToExclude(List<String> packageNameMasksToExclude)
Set the package |
|
Input |
withPackageNameMasksToInclude(List<String> packageNameMasksToInclude)
Set the package |
Methods inherited from java.lang.Object
Constructor Details
InputLinuxParameters
public InputLinuxParameters()
Creates an instance of InputLinuxParameters class.
Method Details
classificationsToInclude
public List<String> classificationsToInclude()
Get the classificationsToInclude property: Classification category of patches to be patched.
Returns:
packageNameMasksToExclude
public List<String> packageNameMasksToExclude()
Get the packageNameMasksToExclude property: Package names to be excluded for patching.
Returns:
packageNameMasksToInclude
public List<String> packageNameMasksToInclude()
Get the packageNameMasksToInclude property: Package names to be included for patching.
Returns:
validate
public void validate()
Validates the instance.
withClassificationsToInclude
public InputLinuxParameters withClassificationsToInclude(List<String> classificationsToInclude)
Set the classificationsToInclude property: Classification category of patches to be patched.
Parameters:
Returns:
withPackageNameMasksToExclude
public InputLinuxParameters withPackageNameMasksToExclude(List<String> packageNameMasksToExclude)
Set the packageNameMasksToExclude property: Package names to be excluded for patching.
Parameters:
Returns:
withPackageNameMasksToInclude
public InputLinuxParameters withPackageNameMasksToInclude(List<String> packageNameMasksToInclude)
Set the packageNameMasksToInclude property: Package names to be included for patching.
Parameters:
Returns: