PatchSettings Class

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

public final class PatchSettings

Specifies the patch settings.

Constructor Summary

Constructor Description
PatchSettings()

Method Summary

Modifier and Type Method and Description
String assessmentMode()

Get the assessmentMode property: Specifies the assessment mode.

String patchMode()

Get the patchMode property: Specifies the patch mode.

void validate()

Validates the instance.

PatchSettings withAssessmentMode(String assessmentMode)

Set the assessmentMode property: Specifies the assessment mode.

PatchSettings withPatchMode(String patchMode)

Set the patchMode property: Specifies the patch mode.

Methods inherited from java.lang.Object

Constructor Details

PatchSettings

public PatchSettings()

Method Details

assessmentMode

public String assessmentMode()

Get the assessmentMode property: Specifies the assessment mode.

Returns:

the assessmentMode value.

patchMode

public String patchMode()

Get the patchMode property: Specifies the patch mode.

Returns:

the patchMode value.

validate

public void validate()

Validates the instance.

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.

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.

Applies to