public static interface PatchJobs.PatchConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PatchJobs.AptSettings |
getApt()
Apt update settings.
|
PatchJobs.AptSettingsOrBuilder |
getAptOrBuilder()
Apt update settings.
|
PatchJobs.GooSettings |
getGoo()
Goo update settings.
|
PatchJobs.GooSettingsOrBuilder |
getGooOrBuilder()
Goo update settings.
|
boolean |
getMigInstancesAllowed()
Allows the patch job to run on Managed instance groups (MIGs).
|
PatchJobs.ExecStep |
getPostStep()
The `ExecStep` to run after the patch update.
|
PatchJobs.ExecStepOrBuilder |
getPostStepOrBuilder()
The `ExecStep` to run after the patch update.
|
PatchJobs.ExecStep |
getPreStep()
The `ExecStep` to run before the patch update.
|
PatchJobs.ExecStepOrBuilder |
getPreStepOrBuilder()
The `ExecStep` to run before the patch update.
|
PatchJobs.PatchConfig.RebootConfig |
getRebootConfig()
Post-patch reboot settings.
|
int |
getRebootConfigValue()
Post-patch reboot settings.
|
PatchJobs.WindowsUpdateSettings |
getWindowsUpdate()
Windows update settings.
|
PatchJobs.WindowsUpdateSettingsOrBuilder |
getWindowsUpdateOrBuilder()
Windows update settings.
|
PatchJobs.YumSettings |
getYum()
Yum update settings.
|
PatchJobs.YumSettingsOrBuilder |
getYumOrBuilder()
Yum update settings.
|
PatchJobs.ZypperSettings |
getZypper()
Zypper update settings.
|
PatchJobs.ZypperSettingsOrBuilder |
getZypperOrBuilder()
Zypper update settings.
|
boolean |
hasApt()
Apt update settings.
|
boolean |
hasGoo()
Goo update settings.
|
boolean |
hasPostStep()
The `ExecStep` to run after the patch update.
|
boolean |
hasPreStep()
The `ExecStep` to run before the patch update.
|
boolean |
hasWindowsUpdate()
Windows update settings.
|
boolean |
hasYum()
Yum update settings.
|
boolean |
hasZypper()
Zypper update settings.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRebootConfigValue()
Post-patch reboot settings.
.google.cloud.osconfig.v1.PatchConfig.RebootConfig reboot_config = 1;PatchJobs.PatchConfig.RebootConfig getRebootConfig()
Post-patch reboot settings.
.google.cloud.osconfig.v1.PatchConfig.RebootConfig reboot_config = 1;boolean hasApt()
Apt update settings. Use this setting to override the default `apt` patch rules.
.google.cloud.osconfig.v1.AptSettings apt = 3;PatchJobs.AptSettings getApt()
Apt update settings. Use this setting to override the default `apt` patch rules.
.google.cloud.osconfig.v1.AptSettings apt = 3;PatchJobs.AptSettingsOrBuilder getAptOrBuilder()
Apt update settings. Use this setting to override the default `apt` patch rules.
.google.cloud.osconfig.v1.AptSettings apt = 3;boolean hasYum()
Yum update settings. Use this setting to override the default `yum` patch rules.
.google.cloud.osconfig.v1.YumSettings yum = 4;PatchJobs.YumSettings getYum()
Yum update settings. Use this setting to override the default `yum` patch rules.
.google.cloud.osconfig.v1.YumSettings yum = 4;PatchJobs.YumSettingsOrBuilder getYumOrBuilder()
Yum update settings. Use this setting to override the default `yum` patch rules.
.google.cloud.osconfig.v1.YumSettings yum = 4;boolean hasGoo()
Goo update settings. Use this setting to override the default `goo` patch rules.
.google.cloud.osconfig.v1.GooSettings goo = 5;PatchJobs.GooSettings getGoo()
Goo update settings. Use this setting to override the default `goo` patch rules.
.google.cloud.osconfig.v1.GooSettings goo = 5;PatchJobs.GooSettingsOrBuilder getGooOrBuilder()
Goo update settings. Use this setting to override the default `goo` patch rules.
.google.cloud.osconfig.v1.GooSettings goo = 5;boolean hasZypper()
Zypper update settings. Use this setting to override the default `zypper` patch rules.
.google.cloud.osconfig.v1.ZypperSettings zypper = 6;PatchJobs.ZypperSettings getZypper()
Zypper update settings. Use this setting to override the default `zypper` patch rules.
.google.cloud.osconfig.v1.ZypperSettings zypper = 6;PatchJobs.ZypperSettingsOrBuilder getZypperOrBuilder()
Zypper update settings. Use this setting to override the default `zypper` patch rules.
.google.cloud.osconfig.v1.ZypperSettings zypper = 6;boolean hasWindowsUpdate()
Windows update settings. Use this override the default windows patch rules.
.google.cloud.osconfig.v1.WindowsUpdateSettings windows_update = 7;PatchJobs.WindowsUpdateSettings getWindowsUpdate()
Windows update settings. Use this override the default windows patch rules.
.google.cloud.osconfig.v1.WindowsUpdateSettings windows_update = 7;PatchJobs.WindowsUpdateSettingsOrBuilder getWindowsUpdateOrBuilder()
Windows update settings. Use this override the default windows patch rules.
.google.cloud.osconfig.v1.WindowsUpdateSettings windows_update = 7;boolean hasPreStep()
The `ExecStep` to run before the patch update.
.google.cloud.osconfig.v1.ExecStep pre_step = 8;PatchJobs.ExecStep getPreStep()
The `ExecStep` to run before the patch update.
.google.cloud.osconfig.v1.ExecStep pre_step = 8;PatchJobs.ExecStepOrBuilder getPreStepOrBuilder()
The `ExecStep` to run before the patch update.
.google.cloud.osconfig.v1.ExecStep pre_step = 8;boolean hasPostStep()
The `ExecStep` to run after the patch update.
.google.cloud.osconfig.v1.ExecStep post_step = 9;PatchJobs.ExecStep getPostStep()
The `ExecStep` to run after the patch update.
.google.cloud.osconfig.v1.ExecStep post_step = 9;PatchJobs.ExecStepOrBuilder getPostStepOrBuilder()
The `ExecStep` to run after the patch update.
.google.cloud.osconfig.v1.ExecStep post_step = 9;boolean getMigInstancesAllowed()
Allows the patch job to run on Managed instance groups (MIGs).
bool mig_instances_allowed = 10;Copyright © 2023 Google LLC. All rights reserved.