Class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse
- java.lang.Object
-
- com.pulumi.azurenative.compute.outputs.LinuxVMGuestPatchAutomaticByPlatformSettingsResponse
-
public final class LinuxVMGuestPatchAutomaticByPlatformSettingsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LinuxVMGuestPatchAutomaticByPlatformSettingsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LinuxVMGuestPatchAutomaticByPlatformSettingsResponse.Builder
builder()
static LinuxVMGuestPatchAutomaticByPlatformSettingsResponse.Builder
builder(LinuxVMGuestPatchAutomaticByPlatformSettingsResponse defaults)
java.util.Optional<java.lang.Boolean>
bypassPlatformSafetyChecksOnUserSchedule()
java.util.Optional<java.lang.String>
rebootSetting()
-
-
-
Method Detail
-
bypassPlatformSafetyChecksOnUserSchedule
public java.util.Optional<java.lang.Boolean> bypassPlatformSafetyChecksOnUserSchedule()
- Returns:
- Enables customer to schedule patching without accidental upgrades
-
rebootSetting
public java.util.Optional<java.lang.String> rebootSetting()
- Returns:
- Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
-
builder
public static LinuxVMGuestPatchAutomaticByPlatformSettingsResponse.Builder builder()
-
builder
public static LinuxVMGuestPatchAutomaticByPlatformSettingsResponse.Builder builder(LinuxVMGuestPatchAutomaticByPlatformSettingsResponse defaults)
-
-