java.lang.Object
com.azure.resourcemanager.connectedvmware.fluent.models.PatchSettings

public final class PatchSettings extends Object
Specifies the patch settings.
  • Constructor Details

    • PatchSettings

      public PatchSettings()
  • Method Details

    • assessmentMode

      public String assessmentMode()
      Get the assessmentMode property: Specifies the assessment mode.
      Returns:
      the assessmentMode value.
    • withAssessmentMode

      public PatchSettings withAssessmentMode(String assessmentMode)
      Set the assessmentMode property: Specifies the assessment mode.
      Parameters:
      assessmentMode - the assessmentMode value to set.
      Returns:
      the PatchSettings object itself.
    • patchMode

      public String patchMode()
      Get the patchMode property: Specifies the patch mode.
      Returns:
      the patchMode value.
    • withPatchMode

      public PatchSettings withPatchMode(String patchMode)
      Set the patchMode property: Specifies the patch mode.
      Parameters:
      patchMode - the patchMode value to set.
      Returns:
      the PatchSettings object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.