Class OsProfileUpdateLinuxConfiguration

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.OsProfileUpdateLinuxConfiguration

public final class OsProfileUpdateLinuxConfiguration extends Object
Specifies the linux configuration for update management.
  • Constructor Details

    • OsProfileUpdateLinuxConfiguration

      public OsProfileUpdateLinuxConfiguration()
  • Method Details

    • assessmentMode

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

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

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

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

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