Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.osconfig/v1.PatchDeployment
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Create an OS Config patch deployment.
Create PatchDeployment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PatchDeployment(name: string, args: PatchDeploymentArgs, opts?: CustomResourceOptions);
@overload
def PatchDeployment(resource_name: str,
args: PatchDeploymentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PatchDeployment(resource_name: str,
opts: Optional[ResourceOptions] = None,
instance_filter: Optional[PatchInstanceFilterArgs] = None,
one_time_schedule: Optional[OneTimeScheduleArgs] = None,
patch_deployment_id: Optional[str] = None,
recurring_schedule: Optional[RecurringScheduleArgs] = None,
description: Optional[str] = None,
duration: Optional[str] = None,
name: Optional[str] = None,
patch_config: Optional[PatchConfigArgs] = None,
project: Optional[str] = None,
rollout: Optional[PatchRolloutArgs] = None)
func NewPatchDeployment(ctx *Context, name string, args PatchDeploymentArgs, opts ...ResourceOption) (*PatchDeployment, error)
public PatchDeployment(string name, PatchDeploymentArgs args, CustomResourceOptions? opts = null)
public PatchDeployment(String name, PatchDeploymentArgs args)
public PatchDeployment(String name, PatchDeploymentArgs args, CustomResourceOptions options)
type: google-native:osconfig/v1:PatchDeployment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args PatchDeploymentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args PatchDeploymentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args PatchDeploymentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PatchDeploymentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PatchDeploymentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var patchDeploymentResource = new GoogleNative.OSConfig.V1.PatchDeployment("patchDeploymentResource", new()
{
InstanceFilter = new GoogleNative.OSConfig.V1.Inputs.PatchInstanceFilterArgs
{
All = false,
GroupLabels = new[]
{
new GoogleNative.OSConfig.V1.Inputs.PatchInstanceFilterGroupLabelArgs
{
Labels =
{
{ "string", "string" },
},
},
},
InstanceNamePrefixes = new[]
{
"string",
},
Instances = new[]
{
"string",
},
Zones = new[]
{
"string",
},
},
OneTimeSchedule = new GoogleNative.OSConfig.V1.Inputs.OneTimeScheduleArgs
{
ExecuteTime = "string",
},
PatchDeploymentId = "string",
RecurringSchedule = new GoogleNative.OSConfig.V1.Inputs.RecurringScheduleArgs
{
Frequency = GoogleNative.OSConfig.V1.RecurringScheduleFrequency.FrequencyUnspecified,
Monthly = new GoogleNative.OSConfig.V1.Inputs.MonthlyScheduleArgs
{
MonthDay = 0,
WeekDayOfMonth = new GoogleNative.OSConfig.V1.Inputs.WeekDayOfMonthArgs
{
DayOfWeek = GoogleNative.OSConfig.V1.WeekDayOfMonthDayOfWeek.DayOfWeekUnspecified,
WeekOrdinal = 0,
DayOffset = 0,
},
},
TimeOfDay = new GoogleNative.OSConfig.V1.Inputs.TimeOfDayArgs
{
Hours = 0,
Minutes = 0,
Nanos = 0,
Seconds = 0,
},
TimeZone = new GoogleNative.OSConfig.V1.Inputs.TimeZoneArgs
{
Id = "string",
Version = "string",
},
Weekly = new GoogleNative.OSConfig.V1.Inputs.WeeklyScheduleArgs
{
DayOfWeek = GoogleNative.OSConfig.V1.WeeklyScheduleDayOfWeek.DayOfWeekUnspecified,
},
EndTime = "string",
StartTime = "string",
},
Description = "string",
Duration = "string",
Name = "string",
PatchConfig = new GoogleNative.OSConfig.V1.Inputs.PatchConfigArgs
{
Apt = new GoogleNative.OSConfig.V1.Inputs.AptSettingsArgs
{
Excludes = new[]
{
"string",
},
ExclusivePackages = new[]
{
"string",
},
Type = GoogleNative.OSConfig.V1.AptSettingsType.TypeUnspecified,
},
Goo = null,
MigInstancesAllowed = false,
PostStep = new GoogleNative.OSConfig.V1.Inputs.ExecStepArgs
{
LinuxExecStepConfig = new GoogleNative.OSConfig.V1.Inputs.ExecStepConfigArgs
{
AllowedSuccessCodes = new[]
{
0,
},
GcsObject = new GoogleNative.OSConfig.V1.Inputs.GcsObjectArgs
{
Bucket = "string",
GenerationNumber = "string",
Object = "string",
},
Interpreter = GoogleNative.OSConfig.V1.ExecStepConfigInterpreter.InterpreterUnspecified,
LocalPath = "string",
},
WindowsExecStepConfig = new GoogleNative.OSConfig.V1.Inputs.ExecStepConfigArgs
{
AllowedSuccessCodes = new[]
{
0,
},
GcsObject = new GoogleNative.OSConfig.V1.Inputs.GcsObjectArgs
{
Bucket = "string",
GenerationNumber = "string",
Object = "string",
},
Interpreter = GoogleNative.OSConfig.V1.ExecStepConfigInterpreter.InterpreterUnspecified,
LocalPath = "string",
},
},
PreStep = new GoogleNative.OSConfig.V1.Inputs.ExecStepArgs
{
LinuxExecStepConfig = new GoogleNative.OSConfig.V1.Inputs.ExecStepConfigArgs
{
AllowedSuccessCodes = new[]
{
0,
},
GcsObject = new GoogleNative.OSConfig.V1.Inputs.GcsObjectArgs
{
Bucket = "string",
GenerationNumber = "string",
Object = "string",
},
Interpreter = GoogleNative.OSConfig.V1.ExecStepConfigInterpreter.InterpreterUnspecified,
LocalPath = "string",
},
WindowsExecStepConfig = new GoogleNative.OSConfig.V1.Inputs.ExecStepConfigArgs
{
AllowedSuccessCodes = new[]
{
0,
},
GcsObject = new GoogleNative.OSConfig.V1.Inputs.GcsObjectArgs
{
Bucket = "string",
GenerationNumber = "string",
Object = "string",
},
Interpreter = GoogleNative.OSConfig.V1.ExecStepConfigInterpreter.InterpreterUnspecified,
LocalPath = "string",
},
},
RebootConfig = GoogleNative.OSConfig.V1.PatchConfigRebootConfig.RebootConfigUnspecified,
WindowsUpdate = new GoogleNative.OSConfig.V1.Inputs.WindowsUpdateSettingsArgs
{
Classifications = new[]
{
GoogleNative.OSConfig.V1.WindowsUpdateSettingsClassificationsItem.ClassificationUnspecified,
},
Excludes = new[]
{
"string",
},
ExclusivePatches = new[]
{
"string",
},
},
Yum = new GoogleNative.OSConfig.V1.Inputs.YumSettingsArgs
{
Excludes = new[]
{
"string",
},
ExclusivePackages = new[]
{
"string",
},
Minimal = false,
Security = false,
},
Zypper = new GoogleNative.OSConfig.V1.Inputs.ZypperSettingsArgs
{
Categories = new[]
{
"string",
},
Excludes = new[]
{
"string",
},
ExclusivePatches = new[]
{
"string",
},
Severities = new[]
{
"string",
},
WithOptional = false,
WithUpdate = false,
},
},
Project = "string",
Rollout = new GoogleNative.OSConfig.V1.Inputs.PatchRolloutArgs
{
DisruptionBudget = new GoogleNative.OSConfig.V1.Inputs.FixedOrPercentArgs
{
Fixed = 0,
Percent = 0,
},
Mode = GoogleNative.OSConfig.V1.PatchRolloutMode.ModeUnspecified,
},
});
example, err := osconfig.NewPatchDeployment(ctx, "patchDeploymentResource", &osconfig.PatchDeploymentArgs{
InstanceFilter: &osconfig.PatchInstanceFilterArgs{
All: pulumi.Bool(false),
GroupLabels: osconfig.PatchInstanceFilterGroupLabelArray{
&osconfig.PatchInstanceFilterGroupLabelArgs{
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
},
},
InstanceNamePrefixes: pulumi.StringArray{
pulumi.String("string"),
},
Instances: pulumi.StringArray{
pulumi.String("string"),
},
Zones: pulumi.StringArray{
pulumi.String("string"),
},
},
OneTimeSchedule: &osconfig.OneTimeScheduleArgs{
ExecuteTime: pulumi.String("string"),
},
PatchDeploymentId: pulumi.String("string"),
RecurringSchedule: &osconfig.RecurringScheduleArgs{
Frequency: osconfig.RecurringScheduleFrequencyFrequencyUnspecified,
Monthly: &osconfig.MonthlyScheduleArgs{
MonthDay: pulumi.Int(0),
WeekDayOfMonth: &osconfig.WeekDayOfMonthArgs{
DayOfWeek: osconfig.WeekDayOfMonthDayOfWeekDayOfWeekUnspecified,
WeekOrdinal: pulumi.Int(0),
DayOffset: pulumi.Int(0),
},
},
TimeOfDay: &osconfig.TimeOfDayArgs{
Hours: pulumi.Int(0),
Minutes: pulumi.Int(0),
Nanos: pulumi.Int(0),
Seconds: pulumi.Int(0),
},
TimeZone: &osconfig.TimeZoneArgs{
Id: pulumi.String("string"),
Version: pulumi.String("string"),
},
Weekly: &osconfig.WeeklyScheduleArgs{
DayOfWeek: osconfig.WeeklyScheduleDayOfWeekDayOfWeekUnspecified,
},
EndTime: pulumi.String("string"),
StartTime: pulumi.String("string"),
},
Description: pulumi.String("string"),
Duration: pulumi.String("string"),
Name: pulumi.String("string"),
PatchConfig: &osconfig.PatchConfigArgs{
Apt: &osconfig.AptSettingsArgs{
Excludes: pulumi.StringArray{
pulumi.String("string"),
},
ExclusivePackages: pulumi.StringArray{
pulumi.String("string"),
},
Type: osconfig.AptSettingsTypeTypeUnspecified,
},
Goo: nil,
MigInstancesAllowed: pulumi.Bool(false),
PostStep: &osconfig.ExecStepArgs{
LinuxExecStepConfig: &osconfig.ExecStepConfigArgs{
AllowedSuccessCodes: pulumi.IntArray{
pulumi.Int(0),
},
GcsObject: &osconfig.GcsObjectArgs{
Bucket: pulumi.String("string"),
GenerationNumber: pulumi.String("string"),
Object: pulumi.String("string"),
},
Interpreter: osconfig.ExecStepConfigInterpreterInterpreterUnspecified,
LocalPath: pulumi.String("string"),
},
WindowsExecStepConfig: &osconfig.ExecStepConfigArgs{
AllowedSuccessCodes: pulumi.IntArray{
pulumi.Int(0),
},
GcsObject: &osconfig.GcsObjectArgs{
Bucket: pulumi.String("string"),
GenerationNumber: pulumi.String("string"),
Object: pulumi.String("string"),
},
Interpreter: osconfig.ExecStepConfigInterpreterInterpreterUnspecified,
LocalPath: pulumi.String("string"),
},
},
PreStep: &osconfig.ExecStepArgs{
LinuxExecStepConfig: &osconfig.ExecStepConfigArgs{
AllowedSuccessCodes: pulumi.IntArray{
pulumi.Int(0),
},
GcsObject: &osconfig.GcsObjectArgs{
Bucket: pulumi.String("string"),
GenerationNumber: pulumi.String("string"),
Object: pulumi.String("string"),
},
Interpreter: osconfig.ExecStepConfigInterpreterInterpreterUnspecified,
LocalPath: pulumi.String("string"),
},
WindowsExecStepConfig: &osconfig.ExecStepConfigArgs{
AllowedSuccessCodes: pulumi.IntArray{
pulumi.Int(0),
},
GcsObject: &osconfig.GcsObjectArgs{
Bucket: pulumi.String("string"),
GenerationNumber: pulumi.String("string"),
Object: pulumi.String("string"),
},
Interpreter: osconfig.ExecStepConfigInterpreterInterpreterUnspecified,
LocalPath: pulumi.String("string"),
},
},
RebootConfig: osconfig.PatchConfigRebootConfigRebootConfigUnspecified,
WindowsUpdate: &osconfig.WindowsUpdateSettingsArgs{
Classifications: osconfig.WindowsUpdateSettingsClassificationsItemArray{
osconfig.WindowsUpdateSettingsClassificationsItemClassificationUnspecified,
},
Excludes: pulumi.StringArray{
pulumi.String("string"),
},
ExclusivePatches: pulumi.StringArray{
pulumi.String("string"),
},
},
Yum: &osconfig.YumSettingsArgs{
Excludes: pulumi.StringArray{
pulumi.String("string"),
},
ExclusivePackages: pulumi.StringArray{
pulumi.String("string"),
},
Minimal: pulumi.Bool(false),
Security: pulumi.Bool(false),
},
Zypper: &osconfig.ZypperSettingsArgs{
Categories: pulumi.StringArray{
pulumi.String("string"),
},
Excludes: pulumi.StringArray{
pulumi.String("string"),
},
ExclusivePatches: pulumi.StringArray{
pulumi.String("string"),
},
Severities: pulumi.StringArray{
pulumi.String("string"),
},
WithOptional: pulumi.Bool(false),
WithUpdate: pulumi.Bool(false),
},
},
Project: pulumi.String("string"),
Rollout: &osconfig.PatchRolloutArgs{
DisruptionBudget: &osconfig.FixedOrPercentArgs{
Fixed: pulumi.Int(0),
Percent: pulumi.Int(0),
},
Mode: osconfig.PatchRolloutModeModeUnspecified,
},
})
var patchDeploymentResource = new PatchDeployment("patchDeploymentResource", PatchDeploymentArgs.builder()
.instanceFilter(PatchInstanceFilterArgs.builder()
.all(false)
.groupLabels(PatchInstanceFilterGroupLabelArgs.builder()
.labels(Map.of("string", "string"))
.build())
.instanceNamePrefixes("string")
.instances("string")
.zones("string")
.build())
.oneTimeSchedule(OneTimeScheduleArgs.builder()
.executeTime("string")
.build())
.patchDeploymentId("string")
.recurringSchedule(RecurringScheduleArgs.builder()
.frequency("FREQUENCY_UNSPECIFIED")
.monthly(MonthlyScheduleArgs.builder()
.monthDay(0)
.weekDayOfMonth(WeekDayOfMonthArgs.builder()
.dayOfWeek("DAY_OF_WEEK_UNSPECIFIED")
.weekOrdinal(0)
.dayOffset(0)
.build())
.build())
.timeOfDay(TimeOfDayArgs.builder()
.hours(0)
.minutes(0)
.nanos(0)
.seconds(0)
.build())
.timeZone(TimeZoneArgs.builder()
.id("string")
.version("string")
.build())
.weekly(WeeklyScheduleArgs.builder()
.dayOfWeek("DAY_OF_WEEK_UNSPECIFIED")
.build())
.endTime("string")
.startTime("string")
.build())
.description("string")
.duration("string")
.name("string")
.patchConfig(PatchConfigArgs.builder()
.apt(AptSettingsArgs.builder()
.excludes("string")
.exclusivePackages("string")
.type("TYPE_UNSPECIFIED")
.build())
.goo()
.migInstancesAllowed(false)
.postStep(ExecStepArgs.builder()
.linuxExecStepConfig(ExecStepConfigArgs.builder()
.allowedSuccessCodes(0)
.gcsObject(GcsObjectArgs.builder()
.bucket("string")
.generationNumber("string")
.object("string")
.build())
.interpreter("INTERPRETER_UNSPECIFIED")
.localPath("string")
.build())
.windowsExecStepConfig(ExecStepConfigArgs.builder()
.allowedSuccessCodes(0)
.gcsObject(GcsObjectArgs.builder()
.bucket("string")
.generationNumber("string")
.object("string")
.build())
.interpreter("INTERPRETER_UNSPECIFIED")
.localPath("string")
.build())
.build())
.preStep(ExecStepArgs.builder()
.linuxExecStepConfig(ExecStepConfigArgs.builder()
.allowedSuccessCodes(0)
.gcsObject(GcsObjectArgs.builder()
.bucket("string")
.generationNumber("string")
.object("string")
.build())
.interpreter("INTERPRETER_UNSPECIFIED")
.localPath("string")
.build())
.windowsExecStepConfig(ExecStepConfigArgs.builder()
.allowedSuccessCodes(0)
.gcsObject(GcsObjectArgs.builder()
.bucket("string")
.generationNumber("string")
.object("string")
.build())
.interpreter("INTERPRETER_UNSPECIFIED")
.localPath("string")
.build())
.build())
.rebootConfig("REBOOT_CONFIG_UNSPECIFIED")
.windowsUpdate(WindowsUpdateSettingsArgs.builder()
.classifications("CLASSIFICATION_UNSPECIFIED")
.excludes("string")
.exclusivePatches("string")
.build())
.yum(YumSettingsArgs.builder()
.excludes("string")
.exclusivePackages("string")
.minimal(false)
.security(false)
.build())
.zypper(ZypperSettingsArgs.builder()
.categories("string")
.excludes("string")
.exclusivePatches("string")
.severities("string")
.withOptional(false)
.withUpdate(false)
.build())
.build())
.project("string")
.rollout(PatchRolloutArgs.builder()
.disruptionBudget(FixedOrPercentArgs.builder()
.fixed(0)
.percent(0)
.build())
.mode("MODE_UNSPECIFIED")
.build())
.build());
patch_deployment_resource = google_native.osconfig.v1.PatchDeployment("patchDeploymentResource",
instance_filter=google_native.osconfig.v1.PatchInstanceFilterArgs(
all=False,
group_labels=[google_native.osconfig.v1.PatchInstanceFilterGroupLabelArgs(
labels={
"string": "string",
},
)],
instance_name_prefixes=["string"],
instances=["string"],
zones=["string"],
),
one_time_schedule=google_native.osconfig.v1.OneTimeScheduleArgs(
execute_time="string",
),
patch_deployment_id="string",
recurring_schedule=google_native.osconfig.v1.RecurringScheduleArgs(
frequency=google_native.osconfig.v1.RecurringScheduleFrequency.FREQUENCY_UNSPECIFIED,
monthly=google_native.osconfig.v1.MonthlyScheduleArgs(
month_day=0,
week_day_of_month=google_native.osconfig.v1.WeekDayOfMonthArgs(
day_of_week=google_native.osconfig.v1.WeekDayOfMonthDayOfWeek.DAY_OF_WEEK_UNSPECIFIED,
week_ordinal=0,
day_offset=0,
),
),
time_of_day=google_native.osconfig.v1.TimeOfDayArgs(
hours=0,
minutes=0,
nanos=0,
seconds=0,
),
time_zone=google_native.osconfig.v1.TimeZoneArgs(
id="string",
version="string",
),
weekly=google_native.osconfig.v1.WeeklyScheduleArgs(
day_of_week=google_native.osconfig.v1.WeeklyScheduleDayOfWeek.DAY_OF_WEEK_UNSPECIFIED,
),
end_time="string",
start_time="string",
),
description="string",
duration="string",
name="string",
patch_config=google_native.osconfig.v1.PatchConfigArgs(
apt=google_native.osconfig.v1.AptSettingsArgs(
excludes=["string"],
exclusive_packages=["string"],
type=google_native.osconfig.v1.AptSettingsType.TYPE_UNSPECIFIED,
),
goo=google_native.osconfig.v1.GooSettingsArgs(),
mig_instances_allowed=False,
post_step=google_native.osconfig.v1.ExecStepArgs(
linux_exec_step_config=google_native.osconfig.v1.ExecStepConfigArgs(
allowed_success_codes=[0],
gcs_object=google_native.osconfig.v1.GcsObjectArgs(
bucket="string",
generation_number="string",
object="string",
),
interpreter=google_native.osconfig.v1.ExecStepConfigInterpreter.INTERPRETER_UNSPECIFIED,
local_path="string",
),
windows_exec_step_config=google_native.osconfig.v1.ExecStepConfigArgs(
allowed_success_codes=[0],
gcs_object=google_native.osconfig.v1.GcsObjectArgs(
bucket="string",
generation_number="string",
object="string",
),
interpreter=google_native.osconfig.v1.ExecStepConfigInterpreter.INTERPRETER_UNSPECIFIED,
local_path="string",
),
),
pre_step=google_native.osconfig.v1.ExecStepArgs(
linux_exec_step_config=google_native.osconfig.v1.ExecStepConfigArgs(
allowed_success_codes=[0],
gcs_object=google_native.osconfig.v1.GcsObjectArgs(
bucket="string",
generation_number="string",
object="string",
),
interpreter=google_native.osconfig.v1.ExecStepConfigInterpreter.INTERPRETER_UNSPECIFIED,
local_path="string",
),
windows_exec_step_config=google_native.osconfig.v1.ExecStepConfigArgs(
allowed_success_codes=[0],
gcs_object=google_native.osconfig.v1.GcsObjectArgs(
bucket="string",
generation_number="string",
object="string",
),
interpreter=google_native.osconfig.v1.ExecStepConfigInterpreter.INTERPRETER_UNSPECIFIED,
local_path="string",
),
),
reboot_config=google_native.osconfig.v1.PatchConfigRebootConfig.REBOOT_CONFIG_UNSPECIFIED,
windows_update=google_native.osconfig.v1.WindowsUpdateSettingsArgs(
classifications=[google_native.osconfig.v1.WindowsUpdateSettingsClassificationsItem.CLASSIFICATION_UNSPECIFIED],
excludes=["string"],
exclusive_patches=["string"],
),
yum=google_native.osconfig.v1.YumSettingsArgs(
excludes=["string"],
exclusive_packages=["string"],
minimal=False,
security=False,
),
zypper=google_native.osconfig.v1.ZypperSettingsArgs(
categories=["string"],
excludes=["string"],
exclusive_patches=["string"],
severities=["string"],
with_optional=False,
with_update=False,
),
),
project="string",
rollout=google_native.osconfig.v1.PatchRolloutArgs(
disruption_budget=google_native.osconfig.v1.FixedOrPercentArgs(
fixed=0,
percent=0,
),
mode=google_native.osconfig.v1.PatchRolloutMode.MODE_UNSPECIFIED,
))
const patchDeploymentResource = new google_native.osconfig.v1.PatchDeployment("patchDeploymentResource", {
instanceFilter: {
all: false,
groupLabels: [{
labels: {
string: "string",
},
}],
instanceNamePrefixes: ["string"],
instances: ["string"],
zones: ["string"],
},
oneTimeSchedule: {
executeTime: "string",
},
patchDeploymentId: "string",
recurringSchedule: {
frequency: google_native.osconfig.v1.RecurringScheduleFrequency.FrequencyUnspecified,
monthly: {
monthDay: 0,
weekDayOfMonth: {
dayOfWeek: google_native.osconfig.v1.WeekDayOfMonthDayOfWeek.DayOfWeekUnspecified,
weekOrdinal: 0,
dayOffset: 0,
},
},
timeOfDay: {
hours: 0,
minutes: 0,
nanos: 0,
seconds: 0,
},
timeZone: {
id: "string",
version: "string",
},
weekly: {
dayOfWeek: google_native.osconfig.v1.WeeklyScheduleDayOfWeek.DayOfWeekUnspecified,
},
endTime: "string",
startTime: "string",
},
description: "string",
duration: "string",
name: "string",
patchConfig: {
apt: {
excludes: ["string"],
exclusivePackages: ["string"],
type: google_native.osconfig.v1.AptSettingsType.TypeUnspecified,
},
goo: {},
migInstancesAllowed: false,
postStep: {
linuxExecStepConfig: {
allowedSuccessCodes: [0],
gcsObject: {
bucket: "string",
generationNumber: "string",
object: "string",
},
interpreter: google_native.osconfig.v1.ExecStepConfigInterpreter.InterpreterUnspecified,
localPath: "string",
},
windowsExecStepConfig: {
allowedSuccessCodes: [0],
gcsObject: {
bucket: "string",
generationNumber: "string",
object: "string",
},
interpreter: google_native.osconfig.v1.ExecStepConfigInterpreter.InterpreterUnspecified,
localPath: "string",
},
},
preStep: {
linuxExecStepConfig: {
allowedSuccessCodes: [0],
gcsObject: {
bucket: "string",
generationNumber: "string",
object: "string",
},
interpreter: google_native.osconfig.v1.ExecStepConfigInterpreter.InterpreterUnspecified,
localPath: "string",
},
windowsExecStepConfig: {
allowedSuccessCodes: [0],
gcsObject: {
bucket: "string",
generationNumber: "string",
object: "string",
},
interpreter: google_native.osconfig.v1.ExecStepConfigInterpreter.InterpreterUnspecified,
localPath: "string",
},
},
rebootConfig: google_native.osconfig.v1.PatchConfigRebootConfig.RebootConfigUnspecified,
windowsUpdate: {
classifications: [google_native.osconfig.v1.WindowsUpdateSettingsClassificationsItem.ClassificationUnspecified],
excludes: ["string"],
exclusivePatches: ["string"],
},
yum: {
excludes: ["string"],
exclusivePackages: ["string"],
minimal: false,
security: false,
},
zypper: {
categories: ["string"],
excludes: ["string"],
exclusivePatches: ["string"],
severities: ["string"],
withOptional: false,
withUpdate: false,
},
},
project: "string",
rollout: {
disruptionBudget: {
fixed: 0,
percent: 0,
},
mode: google_native.osconfig.v1.PatchRolloutMode.ModeUnspecified,
},
});
type: google-native:osconfig/v1:PatchDeployment
properties:
description: string
duration: string
instanceFilter:
all: false
groupLabels:
- labels:
string: string
instanceNamePrefixes:
- string
instances:
- string
zones:
- string
name: string
oneTimeSchedule:
executeTime: string
patchConfig:
apt:
excludes:
- string
exclusivePackages:
- string
type: TYPE_UNSPECIFIED
goo: {}
migInstancesAllowed: false
postStep:
linuxExecStepConfig:
allowedSuccessCodes:
- 0
gcsObject:
bucket: string
generationNumber: string
object: string
interpreter: INTERPRETER_UNSPECIFIED
localPath: string
windowsExecStepConfig:
allowedSuccessCodes:
- 0
gcsObject:
bucket: string
generationNumber: string
object: string
interpreter: INTERPRETER_UNSPECIFIED
localPath: string
preStep:
linuxExecStepConfig:
allowedSuccessCodes:
- 0
gcsObject:
bucket: string
generationNumber: string
object: string
interpreter: INTERPRETER_UNSPECIFIED
localPath: string
windowsExecStepConfig:
allowedSuccessCodes:
- 0
gcsObject:
bucket: string
generationNumber: string
object: string
interpreter: INTERPRETER_UNSPECIFIED
localPath: string
rebootConfig: REBOOT_CONFIG_UNSPECIFIED
windowsUpdate:
classifications:
- CLASSIFICATION_UNSPECIFIED
excludes:
- string
exclusivePatches:
- string
yum:
excludes:
- string
exclusivePackages:
- string
minimal: false
security: false
zypper:
categories:
- string
excludes:
- string
exclusivePatches:
- string
severities:
- string
withOptional: false
withUpdate: false
patchDeploymentId: string
project: string
recurringSchedule:
endTime: string
frequency: FREQUENCY_UNSPECIFIED
monthly:
monthDay: 0
weekDayOfMonth:
dayOfWeek: DAY_OF_WEEK_UNSPECIFIED
dayOffset: 0
weekOrdinal: 0
startTime: string
timeOfDay:
hours: 0
minutes: 0
nanos: 0
seconds: 0
timeZone:
id: string
version: string
weekly:
dayOfWeek: DAY_OF_WEEK_UNSPECIFIED
rollout:
disruptionBudget:
fixed: 0
percent: 0
mode: MODE_UNSPECIFIED
PatchDeployment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The PatchDeployment resource accepts the following input properties:
- Instance
Filter Pulumi.Google Native. OSConfig. V1. Inputs. Patch Instance Filter - VM instances to patch.
- One
Time Pulumi.Schedule Google Native. OSConfig. V1. Inputs. One Time Schedule - Schedule a one-time execution.
- Patch
Deployment stringId - Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
- Recurring
Schedule Pulumi.Google Native. OSConfig. V1. Inputs. Recurring Schedule - Schedule recurring executions.
- Description string
- Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
- Duration string
- Optional. Duration of the patch. After the duration ends, the patch times out.
- Name string
- Unique name for the patch deployment resource in a project. The patch deployment name is in the form:
projects/{project_id}/patchDeployments/{patch_deployment_id}
. This field is ignored when you create a new patch deployment. - Patch
Config Pulumi.Google Native. OSConfig. V1. Inputs. Patch Config - Optional. Patch configuration that is applied.
- Project string
- Rollout
Pulumi.
Google Native. OSConfig. V1. Inputs. Patch Rollout - Optional. Rollout strategy of the patch job.
- Instance
Filter PatchInstance Filter Args - VM instances to patch.
- One
Time OneSchedule Time Schedule Args - Schedule a one-time execution.
- Patch
Deployment stringId - Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
- Recurring
Schedule RecurringSchedule Args - Schedule recurring executions.
- Description string
- Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
- Duration string
- Optional. Duration of the patch. After the duration ends, the patch times out.
- Name string
- Unique name for the patch deployment resource in a project. The patch deployment name is in the form:
projects/{project_id}/patchDeployments/{patch_deployment_id}
. This field is ignored when you create a new patch deployment. - Patch
Config PatchConfig Args - Optional. Patch configuration that is applied.
- Project string
- Rollout
Patch
Rollout Args - Optional. Rollout strategy of the patch job.
- instance
Filter PatchInstance Filter - VM instances to patch.
- one
Time OneSchedule Time Schedule - Schedule a one-time execution.
- patch
Deployment StringId - Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
- recurring
Schedule RecurringSchedule - Schedule recurring executions.
- description String
- Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
- duration String
- Optional. Duration of the patch. After the duration ends, the patch times out.
- name String
- Unique name for the patch deployment resource in a project. The patch deployment name is in the form:
projects/{project_id}/patchDeployments/{patch_deployment_id}
. This field is ignored when you create a new patch deployment. - patch
Config PatchConfig - Optional. Patch configuration that is applied.
- project String
- rollout
Patch
Rollout - Optional. Rollout strategy of the patch job.
- instance
Filter PatchInstance Filter - VM instances to patch.
- one
Time OneSchedule Time Schedule - Schedule a one-time execution.
- patch
Deployment stringId - Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
- recurring
Schedule RecurringSchedule - Schedule recurring executions.
- description string
- Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
- duration string
- Optional. Duration of the patch. After the duration ends, the patch times out.
- name string
- Unique name for the patch deployment resource in a project. The patch deployment name is in the form:
projects/{project_id}/patchDeployments/{patch_deployment_id}
. This field is ignored when you create a new patch deployment. - patch
Config PatchConfig - Optional. Patch configuration that is applied.
- project string
- rollout
Patch
Rollout - Optional. Rollout strategy of the patch job.
- instance_
filter PatchInstance Filter Args - VM instances to patch.
- one_
time_ Oneschedule Time Schedule Args - Schedule a one-time execution.
- patch_
deployment_ strid - Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
- recurring_
schedule RecurringSchedule Args - Schedule recurring executions.
- description str
- Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
- duration str
- Optional. Duration of the patch. After the duration ends, the patch times out.
- name str
- Unique name for the patch deployment resource in a project. The patch deployment name is in the form:
projects/{project_id}/patchDeployments/{patch_deployment_id}
. This field is ignored when you create a new patch deployment. - patch_
config PatchConfig Args - Optional. Patch configuration that is applied.
- project str
- rollout
Patch
Rollout Args - Optional. Rollout strategy of the patch job.
- instance
Filter Property Map - VM instances to patch.
- one
Time Property MapSchedule - Schedule a one-time execution.
- patch
Deployment StringId - Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
- recurring
Schedule Property Map - Schedule recurring executions.
- description String
- Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
- duration String
- Optional. Duration of the patch. After the duration ends, the patch times out.
- name String
- Unique name for the patch deployment resource in a project. The patch deployment name is in the form:
projects/{project_id}/patchDeployments/{patch_deployment_id}
. This field is ignored when you create a new patch deployment. - patch
Config Property Map - Optional. Patch configuration that is applied.
- project String
- rollout Property Map
- Optional. Rollout strategy of the patch job.
Outputs
All input properties are implicitly available as output properties. Additionally, the PatchDeployment resource produces the following output properties:
- Create
Time string - Time the patch deployment was created. Timestamp is in RFC3339 text format.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Execute stringTime - The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.
- State string
- Current state of the patch deployment.
- Update
Time string - Time the patch deployment was last updated. Timestamp is in RFC3339 text format.
- Create
Time string - Time the patch deployment was created. Timestamp is in RFC3339 text format.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Execute stringTime - The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.
- State string
- Current state of the patch deployment.
- Update
Time string - Time the patch deployment was last updated. Timestamp is in RFC3339 text format.
- create
Time String - Time the patch deployment was created. Timestamp is in RFC3339 text format.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Execute StringTime - The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.
- state String
- Current state of the patch deployment.
- update
Time String - Time the patch deployment was last updated. Timestamp is in RFC3339 text format.
- create
Time string - Time the patch deployment was created. Timestamp is in RFC3339 text format.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Execute stringTime - The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.
- state string
- Current state of the patch deployment.
- update
Time string - Time the patch deployment was last updated. Timestamp is in RFC3339 text format.
- create_
time str - Time the patch deployment was created. Timestamp is in RFC3339 text format.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
execute_ strtime - The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.
- state str
- Current state of the patch deployment.
- update_
time str - Time the patch deployment was last updated. Timestamp is in RFC3339 text format.
- create
Time String - Time the patch deployment was created. Timestamp is in RFC3339 text format.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Execute StringTime - The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.
- state String
- Current state of the patch deployment.
- update
Time String - Time the patch deployment was last updated. Timestamp is in RFC3339 text format.
Supporting Types
AptSettings, AptSettingsArgs
- Excludes List<string>
- List of packages to exclude from update. These packages will be excluded
- Exclusive
Packages List<string> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- Type
Pulumi.
Google Native. OSConfig. V1. Apt Settings Type - By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- Excludes []string
- List of packages to exclude from update. These packages will be excluded
- Exclusive
Packages []string - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- Type
Apt
Settings Type - By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- excludes List<String>
- List of packages to exclude from update. These packages will be excluded
- exclusive
Packages List<String> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- type
Apt
Settings Type - By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- excludes string[]
- List of packages to exclude from update. These packages will be excluded
- exclusive
Packages string[] - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- type
Apt
Settings Type - By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- excludes Sequence[str]
- List of packages to exclude from update. These packages will be excluded
- exclusive_
packages Sequence[str] - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- type
Apt
Settings Type - By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- excludes List<String>
- List of packages to exclude from update. These packages will be excluded
- exclusive
Packages List<String> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- type "TYPE_UNSPECIFIED" | "DIST" | "UPGRADE"
- By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
AptSettingsResponse, AptSettingsResponseArgs
- Excludes List<string>
- List of packages to exclude from update. These packages will be excluded
- Exclusive
Packages List<string> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- Type string
- By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- Excludes []string
- List of packages to exclude from update. These packages will be excluded
- Exclusive
Packages []string - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- Type string
- By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- excludes List<String>
- List of packages to exclude from update. These packages will be excluded
- exclusive
Packages List<String> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- type String
- By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- excludes string[]
- List of packages to exclude from update. These packages will be excluded
- exclusive
Packages string[] - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- type string
- By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- excludes Sequence[str]
- List of packages to exclude from update. These packages will be excluded
- exclusive_
packages Sequence[str] - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- type str
- By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
- excludes List<String>
- List of packages to exclude from update. These packages will be excluded
- exclusive
Packages List<String> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
- type String
- By changing the type to DIST, the patching is performed using
apt-get dist-upgrade
instead.
AptSettingsType, AptSettingsTypeArgs
- Type
Unspecified - TYPE_UNSPECIFIEDBy default, upgrade will be performed.
- Dist
- DISTRuns
apt-get dist-upgrade
. - Upgrade
- UPGRADERuns
apt-get upgrade
.
- Apt
Settings Type Type Unspecified - TYPE_UNSPECIFIEDBy default, upgrade will be performed.
- Apt
Settings Type Dist - DISTRuns
apt-get dist-upgrade
. - Apt
Settings Type Upgrade - UPGRADERuns
apt-get upgrade
.
- Type
Unspecified - TYPE_UNSPECIFIEDBy default, upgrade will be performed.
- Dist
- DISTRuns
apt-get dist-upgrade
. - Upgrade
- UPGRADERuns
apt-get upgrade
.
- Type
Unspecified - TYPE_UNSPECIFIEDBy default, upgrade will be performed.
- Dist
- DISTRuns
apt-get dist-upgrade
. - Upgrade
- UPGRADERuns
apt-get upgrade
.
- TYPE_UNSPECIFIED
- TYPE_UNSPECIFIEDBy default, upgrade will be performed.
- DIST
- DISTRuns
apt-get dist-upgrade
. - UPGRADE
- UPGRADERuns
apt-get upgrade
.
- "TYPE_UNSPECIFIED"
- TYPE_UNSPECIFIEDBy default, upgrade will be performed.
- "DIST"
- DISTRuns
apt-get dist-upgrade
. - "UPGRADE"
- UPGRADERuns
apt-get upgrade
.
ExecStep, ExecStepArgs
- Linux
Exec Pulumi.Step Config Google Native. OSConfig. V1. Inputs. Exec Step Config - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- Windows
Exec Pulumi.Step Config Google Native. OSConfig. V1. Inputs. Exec Step Config - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- Linux
Exec ExecStep Config Step Config - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- Windows
Exec ExecStep Config Step Config - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- linux
Exec ExecStep Config Step Config - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- windows
Exec ExecStep Config Step Config - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- linux
Exec ExecStep Config Step Config - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- windows
Exec ExecStep Config Step Config - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- linux_
exec_ Execstep_ config Step Config - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- windows_
exec_ Execstep_ config Step Config - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- linux
Exec Property MapStep Config - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- windows
Exec Property MapStep Config - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
ExecStepConfig, ExecStepConfigArgs
- Allowed
Success List<int>Codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- Gcs
Object Pulumi.Google Native. OSConfig. V1. Inputs. Gcs Object - A Cloud Storage object containing the executable.
- Interpreter
Pulumi.
Google Native. OSConfig. V1. Exec Step Config Interpreter - The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- Local
Path string - An absolute path to the executable on the VM.
- Allowed
Success []intCodes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- Gcs
Object GcsObject - A Cloud Storage object containing the executable.
- Interpreter
Exec
Step Config Interpreter - The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- Local
Path string - An absolute path to the executable on the VM.
- allowed
Success List<Integer>Codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- gcs
Object GcsObject - A Cloud Storage object containing the executable.
- interpreter
Exec
Step Config Interpreter - The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- local
Path String - An absolute path to the executable on the VM.
- allowed
Success number[]Codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- gcs
Object GcsObject - A Cloud Storage object containing the executable.
- interpreter
Exec
Step Config Interpreter - The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- local
Path string - An absolute path to the executable on the VM.
- allowed_
success_ Sequence[int]codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- gcs_
object GcsObject - A Cloud Storage object containing the executable.
- interpreter
Exec
Step Config Interpreter - The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- local_
path str - An absolute path to the executable on the VM.
- allowed
Success List<Number>Codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- gcs
Object Property Map - A Cloud Storage object containing the executable.
- interpreter "INTERPRETER_UNSPECIFIED" | "NONE" | "SHELL" | "POWERSHELL"
- The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- local
Path String - An absolute path to the executable on the VM.
ExecStepConfigInterpreter, ExecStepConfigInterpreterArgs
- Interpreter
Unspecified - INTERPRETER_UNSPECIFIEDIf the interpreter is not specified, the value defaults to
NONE
. - None
- NONEIndicates that the file is run as follows on each operating system: + For Linux VMs, the file is ran as an executable and the interpreter might be parsed from the shebang line of the file. + For Windows VM, this value is not supported.
- Shell
- SHELLIndicates that the file is run with
/bin/sh
on Linux andcmd
on Windows. - Powershell
- POWERSHELLIndicates that the file is run with PowerShell.
- Exec
Step Config Interpreter Interpreter Unspecified - INTERPRETER_UNSPECIFIEDIf the interpreter is not specified, the value defaults to
NONE
. - Exec
Step Config Interpreter None - NONEIndicates that the file is run as follows on each operating system: + For Linux VMs, the file is ran as an executable and the interpreter might be parsed from the shebang line of the file. + For Windows VM, this value is not supported.
- Exec
Step Config Interpreter Shell - SHELLIndicates that the file is run with
/bin/sh
on Linux andcmd
on Windows. - Exec
Step Config Interpreter Powershell - POWERSHELLIndicates that the file is run with PowerShell.
- Interpreter
Unspecified - INTERPRETER_UNSPECIFIEDIf the interpreter is not specified, the value defaults to
NONE
. - None
- NONEIndicates that the file is run as follows on each operating system: + For Linux VMs, the file is ran as an executable and the interpreter might be parsed from the shebang line of the file. + For Windows VM, this value is not supported.
- Shell
- SHELLIndicates that the file is run with
/bin/sh
on Linux andcmd
on Windows. - Powershell
- POWERSHELLIndicates that the file is run with PowerShell.
- Interpreter
Unspecified - INTERPRETER_UNSPECIFIEDIf the interpreter is not specified, the value defaults to
NONE
. - None
- NONEIndicates that the file is run as follows on each operating system: + For Linux VMs, the file is ran as an executable and the interpreter might be parsed from the shebang line of the file. + For Windows VM, this value is not supported.
- Shell
- SHELLIndicates that the file is run with
/bin/sh
on Linux andcmd
on Windows. - Powershell
- POWERSHELLIndicates that the file is run with PowerShell.
- INTERPRETER_UNSPECIFIED
- INTERPRETER_UNSPECIFIEDIf the interpreter is not specified, the value defaults to
NONE
. - NONE
- NONEIndicates that the file is run as follows on each operating system: + For Linux VMs, the file is ran as an executable and the interpreter might be parsed from the shebang line of the file. + For Windows VM, this value is not supported.
- SHELL
- SHELLIndicates that the file is run with
/bin/sh
on Linux andcmd
on Windows. - POWERSHELL
- POWERSHELLIndicates that the file is run with PowerShell.
- "INTERPRETER_UNSPECIFIED"
- INTERPRETER_UNSPECIFIEDIf the interpreter is not specified, the value defaults to
NONE
. - "NONE"
- NONEIndicates that the file is run as follows on each operating system: + For Linux VMs, the file is ran as an executable and the interpreter might be parsed from the shebang line of the file. + For Windows VM, this value is not supported.
- "SHELL"
- SHELLIndicates that the file is run with
/bin/sh
on Linux andcmd
on Windows. - "POWERSHELL"
- POWERSHELLIndicates that the file is run with PowerShell.
ExecStepConfigResponse, ExecStepConfigResponseArgs
- Allowed
Success List<int>Codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- Gcs
Object Pulumi.Google Native. OSConfig. V1. Inputs. Gcs Object Response - A Cloud Storage object containing the executable.
- Interpreter string
- The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- Local
Path string - An absolute path to the executable on the VM.
- Allowed
Success []intCodes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- Gcs
Object GcsObject Response - A Cloud Storage object containing the executable.
- Interpreter string
- The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- Local
Path string - An absolute path to the executable on the VM.
- allowed
Success List<Integer>Codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- gcs
Object GcsObject Response - A Cloud Storage object containing the executable.
- interpreter String
- The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- local
Path String - An absolute path to the executable on the VM.
- allowed
Success number[]Codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- gcs
Object GcsObject Response - A Cloud Storage object containing the executable.
- interpreter string
- The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- local
Path string - An absolute path to the executable on the VM.
- allowed_
success_ Sequence[int]codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- gcs_
object GcsObject Response - A Cloud Storage object containing the executable.
- interpreter str
- The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- local_
path str - An absolute path to the executable on the VM.
- allowed
Success List<Number>Codes - Defaults to [0]. A list of possible return values that the execution can return to indicate a success.
- gcs
Object Property Map - A Cloud Storage object containing the executable.
- interpreter String
- The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with [shebang lines] (https://en.wikipedia.org/wiki/Shebang_(Unix)).
- local
Path String - An absolute path to the executable on the VM.
ExecStepResponse, ExecStepResponseArgs
- Linux
Exec Pulumi.Step Config Google Native. OSConfig. V1. Inputs. Exec Step Config Response - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- Windows
Exec Pulumi.Step Config Google Native. OSConfig. V1. Inputs. Exec Step Config Response - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- Linux
Exec ExecStep Config Step Config Response - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- Windows
Exec ExecStep Config Step Config Response - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- linux
Exec ExecStep Config Step Config Response - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- windows
Exec ExecStep Config Step Config Response - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- linux
Exec ExecStep Config Step Config Response - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- windows
Exec ExecStep Config Step Config Response - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- linux_
exec_ Execstep_ config Step Config Response - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- windows_
exec_ Execstep_ config Step Config Response - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
- linux
Exec Property MapStep Config - The ExecStepConfig for all Linux VMs targeted by the PatchJob.
- windows
Exec Property MapStep Config - The ExecStepConfig for all Windows VMs targeted by the PatchJob.
FixedOrPercent, FixedOrPercentArgs
FixedOrPercentResponse, FixedOrPercentResponseArgs
GcsObject, GcsObjectArgs
- Bucket string
- Bucket of the Cloud Storage object.
- Generation
Number string - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- Object string
- Name of the Cloud Storage object.
- Bucket string
- Bucket of the Cloud Storage object.
- Generation
Number string - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- Object string
- Name of the Cloud Storage object.
- bucket String
- Bucket of the Cloud Storage object.
- generation
Number String - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- object String
- Name of the Cloud Storage object.
- bucket string
- Bucket of the Cloud Storage object.
- generation
Number string - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- object string
- Name of the Cloud Storage object.
- bucket str
- Bucket of the Cloud Storage object.
- generation_
number str - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- object str
- Name of the Cloud Storage object.
- bucket String
- Bucket of the Cloud Storage object.
- generation
Number String - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- object String
- Name of the Cloud Storage object.
GcsObjectResponse, GcsObjectResponseArgs
- Bucket string
- Bucket of the Cloud Storage object.
- Generation
Number string - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- Object string
- Name of the Cloud Storage object.
- Bucket string
- Bucket of the Cloud Storage object.
- Generation
Number string - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- Object string
- Name of the Cloud Storage object.
- bucket String
- Bucket of the Cloud Storage object.
- generation
Number String - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- object String
- Name of the Cloud Storage object.
- bucket string
- Bucket of the Cloud Storage object.
- generation
Number string - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- object string
- Name of the Cloud Storage object.
- bucket str
- Bucket of the Cloud Storage object.
- generation_
number str - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- object str
- Name of the Cloud Storage object.
- bucket String
- Bucket of the Cloud Storage object.
- generation
Number String - Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
- object String
- Name of the Cloud Storage object.
MonthlySchedule, MonthlyScheduleArgs
- Month
Day int - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- Week
Day Pulumi.Of Month Google Native. OSConfig. V1. Inputs. Week Day Of Month - Week day in a month.
- Month
Day int - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- Week
Day WeekOf Month Day Of Month - Week day in a month.
- month
Day Integer - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- week
Day WeekOf Month Day Of Month - Week day in a month.
- month
Day number - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- week
Day WeekOf Month Day Of Month - Week day in a month.
- month_
day int - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- week_
day_ Weekof_ month Day Of Month - Week day in a month.
- month
Day Number - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- week
Day Property MapOf Month - Week day in a month.
MonthlyScheduleResponse, MonthlyScheduleResponseArgs
- Month
Day int - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- Week
Day Pulumi.Of Month Google Native. OSConfig. V1. Inputs. Week Day Of Month Response - Week day in a month.
- Month
Day int - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- Week
Day WeekOf Month Day Of Month Response - Week day in a month.
- month
Day Integer - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- week
Day WeekOf Month Day Of Month Response - Week day in a month.
- month
Day number - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- week
Day WeekOf Month Day Of Month Response - Week day in a month.
- month_
day int - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- week_
day_ Weekof_ month Day Of Month Response - Week day in a month.
- month
Day Number - One day of the month. 1-31 indicates the 1st to the 31st day. -1 indicates the last day of the month. Months without the target day will be skipped. For example, a schedule to run "every month on the 31st" will not run in February, April, June, etc.
- week
Day Property MapOf Month - Week day in a month.
OneTimeSchedule, OneTimeScheduleArgs
- Execute
Time string - The desired patch job execution time.
- Execute
Time string - The desired patch job execution time.
- execute
Time String - The desired patch job execution time.
- execute
Time string - The desired patch job execution time.
- execute_
time str - The desired patch job execution time.
- execute
Time String - The desired patch job execution time.
OneTimeScheduleResponse, OneTimeScheduleResponseArgs
- Execute
Time string - The desired patch job execution time.
- Execute
Time string - The desired patch job execution time.
- execute
Time String - The desired patch job execution time.
- execute
Time string - The desired patch job execution time.
- execute_
time str - The desired patch job execution time.
- execute
Time String - The desired patch job execution time.
PatchConfig, PatchConfigArgs
- Apt
Pulumi.
Google Native. OSConfig. V1. Inputs. Apt Settings - Apt update settings. Use this setting to override the default
apt
patch rules. - Goo
Pulumi.
Google Native. OSConfig. V1. Inputs. Goo Settings - Goo update settings. Use this setting to override the default
goo
patch rules. - Mig
Instances boolAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- Post
Step Pulumi.Google Native. OSConfig. V1. Inputs. Exec Step - The
ExecStep
to run after the patch update. - Pre
Step Pulumi.Google Native. OSConfig. V1. Inputs. Exec Step - The
ExecStep
to run before the patch update. - Reboot
Config Pulumi.Google Native. OSConfig. V1. Patch Config Reboot Config - Post-patch reboot settings.
- Windows
Update Pulumi.Google Native. OSConfig. V1. Inputs. Windows Update Settings - Windows update settings. Use this override the default windows patch rules.
- Yum
Pulumi.
Google Native. OSConfig. V1. Inputs. Yum Settings - Yum update settings. Use this setting to override the default
yum
patch rules. - Zypper
Pulumi.
Google Native. OSConfig. V1. Inputs. Zypper Settings - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- Apt
Apt
Settings - Apt update settings. Use this setting to override the default
apt
patch rules. - Goo
Goo
Settings - Goo update settings. Use this setting to override the default
goo
patch rules. - Mig
Instances boolAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- Post
Step ExecStep - The
ExecStep
to run after the patch update. - Pre
Step ExecStep - The
ExecStep
to run before the patch update. - Reboot
Config PatchConfig Reboot Config - Post-patch reboot settings.
- Windows
Update WindowsUpdate Settings - Windows update settings. Use this override the default windows patch rules.
- Yum
Yum
Settings - Yum update settings. Use this setting to override the default
yum
patch rules. - Zypper
Zypper
Settings - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- apt
Apt
Settings - Apt update settings. Use this setting to override the default
apt
patch rules. - goo
Goo
Settings - Goo update settings. Use this setting to override the default
goo
patch rules. - mig
Instances BooleanAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- post
Step ExecStep - The
ExecStep
to run after the patch update. - pre
Step ExecStep - The
ExecStep
to run before the patch update. - reboot
Config PatchConfig Reboot Config - Post-patch reboot settings.
- windows
Update WindowsUpdate Settings - Windows update settings. Use this override the default windows patch rules.
- yum
Yum
Settings - Yum update settings. Use this setting to override the default
yum
patch rules. - zypper
Zypper
Settings - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- apt
Apt
Settings - Apt update settings. Use this setting to override the default
apt
patch rules. - goo
Goo
Settings - Goo update settings. Use this setting to override the default
goo
patch rules. - mig
Instances booleanAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- post
Step ExecStep - The
ExecStep
to run after the patch update. - pre
Step ExecStep - The
ExecStep
to run before the patch update. - reboot
Config PatchConfig Reboot Config - Post-patch reboot settings.
- windows
Update WindowsUpdate Settings - Windows update settings. Use this override the default windows patch rules.
- yum
Yum
Settings - Yum update settings. Use this setting to override the default
yum
patch rules. - zypper
Zypper
Settings - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- apt
Apt
Settings - Apt update settings. Use this setting to override the default
apt
patch rules. - goo
Goo
Settings - Goo update settings. Use this setting to override the default
goo
patch rules. - mig_
instances_ boolallowed - Allows the patch job to run on Managed instance groups (MIGs).
- post_
step ExecStep - The
ExecStep
to run after the patch update. - pre_
step ExecStep - The
ExecStep
to run before the patch update. - reboot_
config PatchConfig Reboot Config - Post-patch reboot settings.
- windows_
update WindowsUpdate Settings - Windows update settings. Use this override the default windows patch rules.
- yum
Yum
Settings - Yum update settings. Use this setting to override the default
yum
patch rules. - zypper
Zypper
Settings - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- apt Property Map
- Apt update settings. Use this setting to override the default
apt
patch rules. - goo Property Map
- Goo update settings. Use this setting to override the default
goo
patch rules. - mig
Instances BooleanAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- post
Step Property Map - The
ExecStep
to run after the patch update. - pre
Step Property Map - The
ExecStep
to run before the patch update. - reboot
Config "REBOOT_CONFIG_UNSPECIFIED" | "DEFAULT" | "ALWAYS" | "NEVER" - Post-patch reboot settings.
- windows
Update Property Map - Windows update settings. Use this override the default windows patch rules.
- yum Property Map
- Yum update settings. Use this setting to override the default
yum
patch rules. - zypper Property Map
- Zypper update settings. Use this setting to override the default
zypper
patch rules.
PatchConfigRebootConfig, PatchConfigRebootConfigArgs
- Reboot
Config Unspecified - REBOOT_CONFIG_UNSPECIFIEDThe default behavior is DEFAULT.
- Default
- DEFAULTThe agent decides if a reboot is necessary by checking signals such as registry keys on Windows or
/var/run/reboot-required
on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time. - Always
- ALWAYSAlways reboot the machine after the update completes.
- Never
- NEVERNever reboot the machine after the update completes.
- Patch
Config Reboot Config Reboot Config Unspecified - REBOOT_CONFIG_UNSPECIFIEDThe default behavior is DEFAULT.
- Patch
Config Reboot Config Default - DEFAULTThe agent decides if a reboot is necessary by checking signals such as registry keys on Windows or
/var/run/reboot-required
on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time. - Patch
Config Reboot Config Always - ALWAYSAlways reboot the machine after the update completes.
- Patch
Config Reboot Config Never - NEVERNever reboot the machine after the update completes.
- Reboot
Config Unspecified - REBOOT_CONFIG_UNSPECIFIEDThe default behavior is DEFAULT.
- Default
- DEFAULTThe agent decides if a reboot is necessary by checking signals such as registry keys on Windows or
/var/run/reboot-required
on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time. - Always
- ALWAYSAlways reboot the machine after the update completes.
- Never
- NEVERNever reboot the machine after the update completes.
- Reboot
Config Unspecified - REBOOT_CONFIG_UNSPECIFIEDThe default behavior is DEFAULT.
- Default
- DEFAULTThe agent decides if a reboot is necessary by checking signals such as registry keys on Windows or
/var/run/reboot-required
on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time. - Always
- ALWAYSAlways reboot the machine after the update completes.
- Never
- NEVERNever reboot the machine after the update completes.
- REBOOT_CONFIG_UNSPECIFIED
- REBOOT_CONFIG_UNSPECIFIEDThe default behavior is DEFAULT.
- DEFAULT
- DEFAULTThe agent decides if a reboot is necessary by checking signals such as registry keys on Windows or
/var/run/reboot-required
on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time. - ALWAYS
- ALWAYSAlways reboot the machine after the update completes.
- NEVER
- NEVERNever reboot the machine after the update completes.
- "REBOOT_CONFIG_UNSPECIFIED"
- REBOOT_CONFIG_UNSPECIFIEDThe default behavior is DEFAULT.
- "DEFAULT"
- DEFAULTThe agent decides if a reboot is necessary by checking signals such as registry keys on Windows or
/var/run/reboot-required
on APT based systems. On RPM based systems, a set of core system package install times are compared with system boot time. - "ALWAYS"
- ALWAYSAlways reboot the machine after the update completes.
- "NEVER"
- NEVERNever reboot the machine after the update completes.
PatchConfigResponse, PatchConfigResponseArgs
- Apt
Pulumi.
Google Native. OSConfig. V1. Inputs. Apt Settings Response - Apt update settings. Use this setting to override the default
apt
patch rules. - Goo
Pulumi.
Google Native. OSConfig. V1. Inputs. Goo Settings Response - Goo update settings. Use this setting to override the default
goo
patch rules. - Mig
Instances boolAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- Post
Step Pulumi.Google Native. OSConfig. V1. Inputs. Exec Step Response - The
ExecStep
to run after the patch update. - Pre
Step Pulumi.Google Native. OSConfig. V1. Inputs. Exec Step Response - The
ExecStep
to run before the patch update. - Reboot
Config string - Post-patch reboot settings.
- Windows
Update Pulumi.Google Native. OSConfig. V1. Inputs. Windows Update Settings Response - Windows update settings. Use this override the default windows patch rules.
- Yum
Pulumi.
Google Native. OSConfig. V1. Inputs. Yum Settings Response - Yum update settings. Use this setting to override the default
yum
patch rules. - Zypper
Pulumi.
Google Native. OSConfig. V1. Inputs. Zypper Settings Response - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- Apt
Apt
Settings Response - Apt update settings. Use this setting to override the default
apt
patch rules. - Goo
Goo
Settings Response - Goo update settings. Use this setting to override the default
goo
patch rules. - Mig
Instances boolAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- Post
Step ExecStep Response - The
ExecStep
to run after the patch update. - Pre
Step ExecStep Response - The
ExecStep
to run before the patch update. - Reboot
Config string - Post-patch reboot settings.
- Windows
Update WindowsUpdate Settings Response - Windows update settings. Use this override the default windows patch rules.
- Yum
Yum
Settings Response - Yum update settings. Use this setting to override the default
yum
patch rules. - Zypper
Zypper
Settings Response - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- apt
Apt
Settings Response - Apt update settings. Use this setting to override the default
apt
patch rules. - goo
Goo
Settings Response - Goo update settings. Use this setting to override the default
goo
patch rules. - mig
Instances BooleanAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- post
Step ExecStep Response - The
ExecStep
to run after the patch update. - pre
Step ExecStep Response - The
ExecStep
to run before the patch update. - reboot
Config String - Post-patch reboot settings.
- windows
Update WindowsUpdate Settings Response - Windows update settings. Use this override the default windows patch rules.
- yum
Yum
Settings Response - Yum update settings. Use this setting to override the default
yum
patch rules. - zypper
Zypper
Settings Response - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- apt
Apt
Settings Response - Apt update settings. Use this setting to override the default
apt
patch rules. - goo
Goo
Settings Response - Goo update settings. Use this setting to override the default
goo
patch rules. - mig
Instances booleanAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- post
Step ExecStep Response - The
ExecStep
to run after the patch update. - pre
Step ExecStep Response - The
ExecStep
to run before the patch update. - reboot
Config string - Post-patch reboot settings.
- windows
Update WindowsUpdate Settings Response - Windows update settings. Use this override the default windows patch rules.
- yum
Yum
Settings Response - Yum update settings. Use this setting to override the default
yum
patch rules. - zypper
Zypper
Settings Response - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- apt
Apt
Settings Response - Apt update settings. Use this setting to override the default
apt
patch rules. - goo
Goo
Settings Response - Goo update settings. Use this setting to override the default
goo
patch rules. - mig_
instances_ boolallowed - Allows the patch job to run on Managed instance groups (MIGs).
- post_
step ExecStep Response - The
ExecStep
to run after the patch update. - pre_
step ExecStep Response - The
ExecStep
to run before the patch update. - reboot_
config str - Post-patch reboot settings.
- windows_
update WindowsUpdate Settings Response - Windows update settings. Use this override the default windows patch rules.
- yum
Yum
Settings Response - Yum update settings. Use this setting to override the default
yum
patch rules. - zypper
Zypper
Settings Response - Zypper update settings. Use this setting to override the default
zypper
patch rules.
- apt Property Map
- Apt update settings. Use this setting to override the default
apt
patch rules. - goo Property Map
- Goo update settings. Use this setting to override the default
goo
patch rules. - mig
Instances BooleanAllowed - Allows the patch job to run on Managed instance groups (MIGs).
- post
Step Property Map - The
ExecStep
to run after the patch update. - pre
Step Property Map - The
ExecStep
to run before the patch update. - reboot
Config String - Post-patch reboot settings.
- windows
Update Property Map - Windows update settings. Use this override the default windows patch rules.
- yum Property Map
- Yum update settings. Use this setting to override the default
yum
patch rules. - zypper Property Map
- Zypper update settings. Use this setting to override the default
zypper
patch rules.
PatchInstanceFilter, PatchInstanceFilterArgs
- All bool
- Target all VM instances in the project. If true, no other criteria is permitted.
- Group
Labels List<Pulumi.Google Native. OSConfig. V1. Inputs. Patch Instance Filter Group Label> - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- Instance
Name List<string>Prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- Instances List<string>
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- Zones List<string>
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- All bool
- Target all VM instances in the project. If true, no other criteria is permitted.
- Group
Labels []PatchInstance Filter Group Label - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- Instance
Name []stringPrefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- Instances []string
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- Zones []string
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- all Boolean
- Target all VM instances in the project. If true, no other criteria is permitted.
- group
Labels List<PatchInstance Filter Group Label> - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- instance
Name List<String>Prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- instances List<String>
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- zones List<String>
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- all boolean
- Target all VM instances in the project. If true, no other criteria is permitted.
- group
Labels PatchInstance Filter Group Label[] - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- instance
Name string[]Prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- instances string[]
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- zones string[]
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- all bool
- Target all VM instances in the project. If true, no other criteria is permitted.
- group_
labels Sequence[PatchInstance Filter Group Label] - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- instance_
name_ Sequence[str]prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- instances Sequence[str]
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- zones Sequence[str]
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- all Boolean
- Target all VM instances in the project. If true, no other criteria is permitted.
- group
Labels List<Property Map> - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- instance
Name List<String>Prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- instances List<String>
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- zones List<String>
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
PatchInstanceFilterGroupLabel, PatchInstanceFilterGroupLabelArgs
- Labels Dictionary<string, string>
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- Labels map[string]string
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- labels Map<String,String>
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- labels {[key: string]: string}
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- labels Mapping[str, str]
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- labels Map<String>
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
PatchInstanceFilterGroupLabelResponse, PatchInstanceFilterGroupLabelResponseArgs
- Labels Dictionary<string, string>
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- Labels map[string]string
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- labels Map<String,String>
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- labels {[key: string]: string}
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- labels Mapping[str, str]
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
- labels Map<String>
- Compute Engine instance labels that must be present for a VM instance to be targeted by this filter.
PatchInstanceFilterResponse, PatchInstanceFilterResponseArgs
- All bool
- Target all VM instances in the project. If true, no other criteria is permitted.
- Group
Labels List<Pulumi.Google Native. OSConfig. V1. Inputs. Patch Instance Filter Group Label Response> - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- Instance
Name List<string>Prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- Instances List<string>
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- Zones List<string>
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- All bool
- Target all VM instances in the project. If true, no other criteria is permitted.
- Group
Labels []PatchInstance Filter Group Label Response - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- Instance
Name []stringPrefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- Instances []string
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- Zones []string
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- all Boolean
- Target all VM instances in the project. If true, no other criteria is permitted.
- group
Labels List<PatchInstance Filter Group Label Response> - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- instance
Name List<String>Prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- instances List<String>
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- zones List<String>
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- all boolean
- Target all VM instances in the project. If true, no other criteria is permitted.
- group
Labels PatchInstance Filter Group Label Response[] - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- instance
Name string[]Prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- instances string[]
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- zones string[]
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- all bool
- Target all VM instances in the project. If true, no other criteria is permitted.
- group_
labels Sequence[PatchInstance Filter Group Label Response] - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- instance_
name_ Sequence[str]prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- instances Sequence[str]
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- zones Sequence[str]
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
- all Boolean
- Target all VM instances in the project. If true, no other criteria is permitted.
- group
Labels List<Property Map> - Targets VM instances matching ANY of these GroupLabels. This allows targeting of disparate groups of VM instances.
- instance
Name List<String>Prefixes - Targets VMs whose name starts with one of these prefixes. Similar to labels, this is another way to group VMs when targeting configs, for example prefix="prod-".
- instances List<String>
- Targets any of the VM instances specified. Instances are specified by their URI in the form
zones/[ZONE]/instances/[INSTANCE_NAME]
,projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
, orhttps://www.googleapis.com/compute/v1/projects/[PROJECT_ID]/zones/[ZONE]/instances/[INSTANCE_NAME]
- zones List<String>
- Targets VM instances in ANY of these zones. Leave empty to target VM instances in any zone.
PatchRollout, PatchRolloutArgs
- Disruption
Budget Pulumi.Google Native. OSConfig. V1. Inputs. Fixed Or Percent - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - Mode
Pulumi.
Google Native. OSConfig. V1. Patch Rollout Mode - Mode of the patch rollout.
- Disruption
Budget FixedOr Percent - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - Mode
Patch
Rollout Mode - Mode of the patch rollout.
- disruption
Budget FixedOr Percent - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - mode
Patch
Rollout Mode - Mode of the patch rollout.
- disruption
Budget FixedOr Percent - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - mode
Patch
Rollout Mode - Mode of the patch rollout.
- disruption_
budget FixedOr Percent - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - mode
Patch
Rollout Mode - Mode of the patch rollout.
- disruption
Budget Property Map - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - mode "MODE_UNSPECIFIED" | "ZONE_BY_ZONE" | "CONCURRENT_ZONES"
- Mode of the patch rollout.
PatchRolloutMode, PatchRolloutModeArgs
- Mode
Unspecified - MODE_UNSPECIFIEDMode must be specified.
- Zone
By Zone - ZONE_BY_ZONEPatches are applied one zone at a time. The patch job begins in the region with the lowest number of targeted VMs. Within the region, patching begins in the zone with the lowest number of targeted VMs. If multiple regions (or zones within a region) have the same number of targeted VMs, a tie-breaker is achieved by sorting the regions or zones in alphabetical order.
- Concurrent
Zones - CONCURRENT_ZONESPatches are applied to VMs in all zones at the same time.
- Patch
Rollout Mode Mode Unspecified - MODE_UNSPECIFIEDMode must be specified.
- Patch
Rollout Mode Zone By Zone - ZONE_BY_ZONEPatches are applied one zone at a time. The patch job begins in the region with the lowest number of targeted VMs. Within the region, patching begins in the zone with the lowest number of targeted VMs. If multiple regions (or zones within a region) have the same number of targeted VMs, a tie-breaker is achieved by sorting the regions or zones in alphabetical order.
- Patch
Rollout Mode Concurrent Zones - CONCURRENT_ZONESPatches are applied to VMs in all zones at the same time.
- Mode
Unspecified - MODE_UNSPECIFIEDMode must be specified.
- Zone
By Zone - ZONE_BY_ZONEPatches are applied one zone at a time. The patch job begins in the region with the lowest number of targeted VMs. Within the region, patching begins in the zone with the lowest number of targeted VMs. If multiple regions (or zones within a region) have the same number of targeted VMs, a tie-breaker is achieved by sorting the regions or zones in alphabetical order.
- Concurrent
Zones - CONCURRENT_ZONESPatches are applied to VMs in all zones at the same time.
- Mode
Unspecified - MODE_UNSPECIFIEDMode must be specified.
- Zone
By Zone - ZONE_BY_ZONEPatches are applied one zone at a time. The patch job begins in the region with the lowest number of targeted VMs. Within the region, patching begins in the zone with the lowest number of targeted VMs. If multiple regions (or zones within a region) have the same number of targeted VMs, a tie-breaker is achieved by sorting the regions or zones in alphabetical order.
- Concurrent
Zones - CONCURRENT_ZONESPatches are applied to VMs in all zones at the same time.
- MODE_UNSPECIFIED
- MODE_UNSPECIFIEDMode must be specified.
- ZONE_BY_ZONE
- ZONE_BY_ZONEPatches are applied one zone at a time. The patch job begins in the region with the lowest number of targeted VMs. Within the region, patching begins in the zone with the lowest number of targeted VMs. If multiple regions (or zones within a region) have the same number of targeted VMs, a tie-breaker is achieved by sorting the regions or zones in alphabetical order.
- CONCURRENT_ZONES
- CONCURRENT_ZONESPatches are applied to VMs in all zones at the same time.
- "MODE_UNSPECIFIED"
- MODE_UNSPECIFIEDMode must be specified.
- "ZONE_BY_ZONE"
- ZONE_BY_ZONEPatches are applied one zone at a time. The patch job begins in the region with the lowest number of targeted VMs. Within the region, patching begins in the zone with the lowest number of targeted VMs. If multiple regions (or zones within a region) have the same number of targeted VMs, a tie-breaker is achieved by sorting the regions or zones in alphabetical order.
- "CONCURRENT_ZONES"
- CONCURRENT_ZONESPatches are applied to VMs in all zones at the same time.
PatchRolloutResponse, PatchRolloutResponseArgs
- Disruption
Budget Pulumi.Google Native. OSConfig. V1. Inputs. Fixed Or Percent Response - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - Mode string
- Mode of the patch rollout.
- Disruption
Budget FixedOr Percent Response - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - Mode string
- Mode of the patch rollout.
- disruption
Budget FixedOr Percent Response - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - mode String
- Mode of the patch rollout.
- disruption
Budget FixedOr Percent Response - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - mode string
- Mode of the patch rollout.
- disruption_
budget FixedOr Percent Response - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - mode str
- Mode of the patch rollout.
- disruption
Budget Property Map - The maximum number (or percentage) of VMs per zone to disrupt at any given moment. The number of VMs calculated from multiplying the percentage by the total number of VMs in a zone is rounded up. During patching, a VM is considered disrupted from the time the agent is notified to begin until patching has completed. This disruption time includes the time to complete reboot and any post-patch steps. A VM contributes to the disruption budget if its patching operation fails either when applying the patches, running pre or post patch steps, or if it fails to respond with a success notification before timing out. VMs that are not running or do not have an active agent do not count toward this disruption budget. For zone-by-zone rollouts, if the disruption budget in a zone is exceeded, the patch job stops, because continuing to the next zone requires completion of the patch process in the previous zone. For example, if the disruption budget has a fixed value of
10
, and 8 VMs fail to patch in the current zone, the patch job continues to patch 2 VMs at a time until the zone is completed. When that zone is completed successfully, patching begins with 10 VMs at a time in the next zone. If 10 VMs in the next zone fail to patch, the patch job stops. - mode String
- Mode of the patch rollout.
RecurringSchedule, RecurringScheduleArgs
- Frequency
Pulumi.
Google Native. OSConfig. V1. Recurring Schedule Frequency - The frequency unit of this recurring schedule.
- Monthly
Pulumi.
Google Native. OSConfig. V1. Inputs. Monthly Schedule - Schedule with monthly executions.
- Time
Of Pulumi.Day Google Native. OSConfig. V1. Inputs. Time Of Day - Time of the day to run a recurring deployment.
- Time
Zone Pulumi.Google Native. OSConfig. V1. Inputs. Time Zone - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - Weekly
Pulumi.
Google Native. OSConfig. V1. Inputs. Weekly Schedule - Schedule with weekly executions.
- End
Time string - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- Start
Time string - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment.
- Frequency
Recurring
Schedule Frequency - The frequency unit of this recurring schedule.
- Monthly
Monthly
Schedule - Schedule with monthly executions.
- Time
Of TimeDay Of Day - Time of the day to run a recurring deployment.
- Time
Zone TimeZone - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - Weekly
Weekly
Schedule - Schedule with weekly executions.
- End
Time string - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- Start
Time string - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment.
- frequency
Recurring
Schedule Frequency - The frequency unit of this recurring schedule.
- monthly
Monthly
Schedule - Schedule with monthly executions.
- time
Of TimeDay Of Day - Time of the day to run a recurring deployment.
- time
Zone TimeZone - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - weekly
Weekly
Schedule - Schedule with weekly executions.
- end
Time String - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- start
Time String - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment.
- frequency
Recurring
Schedule Frequency - The frequency unit of this recurring schedule.
- monthly
Monthly
Schedule - Schedule with monthly executions.
- time
Of TimeDay Of Day - Time of the day to run a recurring deployment.
- time
Zone TimeZone - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - weekly
Weekly
Schedule - Schedule with weekly executions.
- end
Time string - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- start
Time string - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment.
- frequency
Recurring
Schedule Frequency - The frequency unit of this recurring schedule.
- monthly
Monthly
Schedule - Schedule with monthly executions.
- time_
of_ Timeday Of Day - Time of the day to run a recurring deployment.
- time_
zone TimeZone - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - weekly
Weekly
Schedule - Schedule with weekly executions.
- end_
time str - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- start_
time str - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment.
- frequency "FREQUENCY_UNSPECIFIED" | "WEEKLY" | "MONTHLY" | "DAILY"
- The frequency unit of this recurring schedule.
- monthly Property Map
- Schedule with monthly executions.
- time
Of Property MapDay - Time of the day to run a recurring deployment.
- time
Zone Property Map - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - weekly Property Map
- Schedule with weekly executions.
- end
Time String - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- start
Time String - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment.
RecurringScheduleFrequency, RecurringScheduleFrequencyArgs
- Frequency
Unspecified - FREQUENCY_UNSPECIFIEDInvalid. A frequency must be specified.
- Weekly
- WEEKLYIndicates that the frequency of recurrence should be expressed in terms of weeks.
- Monthly
- MONTHLYIndicates that the frequency of recurrence should be expressed in terms of months.
- Daily
- DAILYIndicates that the frequency of recurrence should be expressed in terms of days.
- Recurring
Schedule Frequency Frequency Unspecified - FREQUENCY_UNSPECIFIEDInvalid. A frequency must be specified.
- Recurring
Schedule Frequency Weekly - WEEKLYIndicates that the frequency of recurrence should be expressed in terms of weeks.
- Recurring
Schedule Frequency Monthly - MONTHLYIndicates that the frequency of recurrence should be expressed in terms of months.
- Recurring
Schedule Frequency Daily - DAILYIndicates that the frequency of recurrence should be expressed in terms of days.
- Frequency
Unspecified - FREQUENCY_UNSPECIFIEDInvalid. A frequency must be specified.
- Weekly
- WEEKLYIndicates that the frequency of recurrence should be expressed in terms of weeks.
- Monthly
- MONTHLYIndicates that the frequency of recurrence should be expressed in terms of months.
- Daily
- DAILYIndicates that the frequency of recurrence should be expressed in terms of days.
- Frequency
Unspecified - FREQUENCY_UNSPECIFIEDInvalid. A frequency must be specified.
- Weekly
- WEEKLYIndicates that the frequency of recurrence should be expressed in terms of weeks.
- Monthly
- MONTHLYIndicates that the frequency of recurrence should be expressed in terms of months.
- Daily
- DAILYIndicates that the frequency of recurrence should be expressed in terms of days.
- FREQUENCY_UNSPECIFIED
- FREQUENCY_UNSPECIFIEDInvalid. A frequency must be specified.
- WEEKLY
- WEEKLYIndicates that the frequency of recurrence should be expressed in terms of weeks.
- MONTHLY
- MONTHLYIndicates that the frequency of recurrence should be expressed in terms of months.
- DAILY
- DAILYIndicates that the frequency of recurrence should be expressed in terms of days.
- "FREQUENCY_UNSPECIFIED"
- FREQUENCY_UNSPECIFIEDInvalid. A frequency must be specified.
- "WEEKLY"
- WEEKLYIndicates that the frequency of recurrence should be expressed in terms of weeks.
- "MONTHLY"
- MONTHLYIndicates that the frequency of recurrence should be expressed in terms of months.
- "DAILY"
- DAILYIndicates that the frequency of recurrence should be expressed in terms of days.
RecurringScheduleResponse, RecurringScheduleResponseArgs
- End
Time string - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- Frequency string
- The frequency unit of this recurring schedule.
- Last
Execute stringTime - The time the last patch job ran successfully.
- Monthly
Pulumi.
Google Native. OSConfig. V1. Inputs. Monthly Schedule Response - Schedule with monthly executions.
- Next
Execute stringTime - The time the next patch job is scheduled to run.
- Start
Time string - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment. - Time
Of Pulumi.Day Google Native. OSConfig. V1. Inputs. Time Of Day Response - Time of the day to run a recurring deployment.
- Time
Zone Pulumi.Google Native. OSConfig. V1. Inputs. Time Zone Response - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - Weekly
Pulumi.
Google Native. OSConfig. V1. Inputs. Weekly Schedule Response - Schedule with weekly executions.
- End
Time string - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- Frequency string
- The frequency unit of this recurring schedule.
- Last
Execute stringTime - The time the last patch job ran successfully.
- Monthly
Monthly
Schedule Response - Schedule with monthly executions.
- Next
Execute stringTime - The time the next patch job is scheduled to run.
- Start
Time string - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment. - Time
Of TimeDay Of Day Response - Time of the day to run a recurring deployment.
- Time
Zone TimeZone Response - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - Weekly
Weekly
Schedule Response - Schedule with weekly executions.
- end
Time String - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- frequency String
- The frequency unit of this recurring schedule.
- last
Execute StringTime - The time the last patch job ran successfully.
- monthly
Monthly
Schedule Response - Schedule with monthly executions.
- next
Execute StringTime - The time the next patch job is scheduled to run.
- start
Time String - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment. - time
Of TimeDay Of Day Response - Time of the day to run a recurring deployment.
- time
Zone TimeZone Response - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - weekly
Weekly
Schedule Response - Schedule with weekly executions.
- end
Time string - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- frequency string
- The frequency unit of this recurring schedule.
- last
Execute stringTime - The time the last patch job ran successfully.
- monthly
Monthly
Schedule Response - Schedule with monthly executions.
- next
Execute stringTime - The time the next patch job is scheduled to run.
- start
Time string - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment. - time
Of TimeDay Of Day Response - Time of the day to run a recurring deployment.
- time
Zone TimeZone Response - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - weekly
Weekly
Schedule Response - Schedule with weekly executions.
- end_
time str - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- frequency str
- The frequency unit of this recurring schedule.
- last_
execute_ strtime - The time the last patch job ran successfully.
- monthly
Monthly
Schedule Response - Schedule with monthly executions.
- next_
execute_ strtime - The time the next patch job is scheduled to run.
- start_
time str - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment. - time_
of_ Timeday Of Day Response - Time of the day to run a recurring deployment.
- time_
zone TimeZone Response - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - weekly
Weekly
Schedule Response - Schedule with weekly executions.
- end
Time String - Optional. The end time at which a recurring patch deployment schedule is no longer active.
- frequency String
- The frequency unit of this recurring schedule.
- last
Execute StringTime - The time the last patch job ran successfully.
- monthly Property Map
- Schedule with monthly executions.
- next
Execute StringTime - The time the next patch job is scheduled to run.
- start
Time String - Optional. The time that the recurring schedule becomes effective. Defaults to
create_time
of the patch deployment. - time
Of Property MapDay - Time of the day to run a recurring deployment.
- time
Zone Property Map - Defines the time zone that
time_of_day
is relative to. The rules for daylight saving time are determined by the chosen time zone. - weekly Property Map
- Schedule with weekly executions.
TimeOfDay, TimeOfDayArgs
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Integer
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Integer
- Minutes of hour of day. Must be from 0 to 59.
- nanos Integer
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Integer
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes number
- Minutes of hour of day. Must be from 0 to 59.
- nanos number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes int
- Minutes of hour of day. Must be from 0 to 59.
- nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Number
- Minutes of hour of day. Must be from 0 to 59.
- nanos Number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
TimeOfDayResponse, TimeOfDayResponseArgs
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- Hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- Minutes int
- Minutes of hour of day. Must be from 0 to 59.
- Nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- Seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Integer
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Integer
- Minutes of hour of day. Must be from 0 to 59.
- nanos Integer
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Integer
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes number
- Minutes of hour of day. Must be from 0 to 59.
- nanos number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours int
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes int
- Minutes of hour of day. Must be from 0 to 59.
- nanos int
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds int
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
- hours Number
- Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
- minutes Number
- Minutes of hour of day. Must be from 0 to 59.
- nanos Number
- Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
- seconds Number
- Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
TimeZone, TimeZoneArgs
TimeZoneResponse, TimeZoneResponseArgs
- Version string
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- Version string
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- version String
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- version string
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- version str
- Optional. IANA Time Zone Database version number, e.g. "2019a".
- version String
- Optional. IANA Time Zone Database version number, e.g. "2019a".
WeekDayOfMonth, WeekDayOfMonthArgs
- Day
Of Pulumi.Week Google Native. OSConfig. V1. Week Day Of Month Day Of Week - A day of the week.
- Week
Ordinal int - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- Day
Offset int - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
- Day
Of WeekWeek Day Of Month Day Of Week - A day of the week.
- Week
Ordinal int - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- Day
Offset int - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
- day
Of WeekWeek Day Of Month Day Of Week - A day of the week.
- week
Ordinal Integer - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- day
Offset Integer - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
- day
Of WeekWeek Day Of Month Day Of Week - A day of the week.
- week
Ordinal number - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- day
Offset number - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
- day_
of_ Weekweek Day Of Month Day Of Week - A day of the week.
- week_
ordinal int - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- day_
offset int - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
- day
Of "DAY_OF_WEEK_UNSPECIFIED" | "MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY"Week - A day of the week.
- week
Ordinal Number - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- day
Offset Number - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30].
WeekDayOfMonthDayOfWeek, WeekDayOfMonthDayOfWeekArgs
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- Week
Day Of Month Day Of Week Day Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Week
Day Of Month Day Of Week Monday - MONDAYMonday
- Week
Day Of Month Day Of Week Tuesday - TUESDAYTuesday
- Week
Day Of Month Day Of Week Wednesday - WEDNESDAYWednesday
- Week
Day Of Month Day Of Week Thursday - THURSDAYThursday
- Week
Day Of Month Day Of Week Friday - FRIDAYFriday
- Week
Day Of Month Day Of Week Saturday - SATURDAYSaturday
- Week
Day Of Month Day Of Week Sunday - SUNDAYSunday
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- DAY_OF_WEEK_UNSPECIFIED
- DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- MONDAY
- MONDAYMonday
- TUESDAY
- TUESDAYTuesday
- WEDNESDAY
- WEDNESDAYWednesday
- THURSDAY
- THURSDAYThursday
- FRIDAY
- FRIDAYFriday
- SATURDAY
- SATURDAYSaturday
- SUNDAY
- SUNDAYSunday
- "DAY_OF_WEEK_UNSPECIFIED"
- DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- "MONDAY"
- MONDAYMonday
- "TUESDAY"
- TUESDAYTuesday
- "WEDNESDAY"
- WEDNESDAYWednesday
- "THURSDAY"
- THURSDAYThursday
- "FRIDAY"
- FRIDAYFriday
- "SATURDAY"
- SATURDAYSaturday
- "SUNDAY"
- SUNDAYSunday
WeekDayOfMonthResponse, WeekDayOfMonthResponseArgs
- Day
Of stringWeek - A day of the week.
- Day
Offset int - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30]. - Week
Ordinal int - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- Day
Of stringWeek - A day of the week.
- Day
Offset int - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30]. - Week
Ordinal int - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- day
Of StringWeek - A day of the week.
- day
Offset Integer - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30]. - week
Ordinal Integer - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- day
Of stringWeek - A day of the week.
- day
Offset number - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30]. - week
Ordinal number - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- day_
of_ strweek - A day of the week.
- day_
offset int - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30]. - week_
ordinal int - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
- day
Of StringWeek - A day of the week.
- day
Offset Number - Optional. Represents the number of days before or after the given week day of month that the patch deployment is scheduled for. For example if
week_ordinal
andday_of_week
values point to the second day of the month and thisday_offset
value is set to3
, the patch deployment takes place three days after the second Tuesday of the month. If this value is negative, for example -5, the patches are deployed five days before before the second Tuesday of the month. Allowed values are in range [-30, 30]. - week
Ordinal Number - Week number in a month. 1-4 indicates the 1st to 4th week of the month. -1 indicates the last week of the month.
WeeklySchedule, WeeklyScheduleArgs
- Day
Of Pulumi.Week Google Native. OSConfig. V1. Weekly Schedule Day Of Week - Day of the week.
- Day
Of WeeklyWeek Schedule Day Of Week - Day of the week.
- day
Of WeeklyWeek Schedule Day Of Week - Day of the week.
- day
Of WeeklyWeek Schedule Day Of Week - Day of the week.
- day_
of_ Weeklyweek Schedule Day Of Week - Day of the week.
WeeklyScheduleDayOfWeek, WeeklyScheduleDayOfWeekArgs
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- Weekly
Schedule Day Of Week Day Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Weekly
Schedule Day Of Week Monday - MONDAYMonday
- Weekly
Schedule Day Of Week Tuesday - TUESDAYTuesday
- Weekly
Schedule Day Of Week Wednesday - WEDNESDAYWednesday
- Weekly
Schedule Day Of Week Thursday - THURSDAYThursday
- Weekly
Schedule Day Of Week Friday - FRIDAYFriday
- Weekly
Schedule Day Of Week Saturday - SATURDAYSaturday
- Weekly
Schedule Day Of Week Sunday - SUNDAYSunday
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- Day
Of Week Unspecified - DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- Monday
- MONDAYMonday
- Tuesday
- TUESDAYTuesday
- Wednesday
- WEDNESDAYWednesday
- Thursday
- THURSDAYThursday
- Friday
- FRIDAYFriday
- Saturday
- SATURDAYSaturday
- Sunday
- SUNDAYSunday
- DAY_OF_WEEK_UNSPECIFIED
- DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- MONDAY
- MONDAYMonday
- TUESDAY
- TUESDAYTuesday
- WEDNESDAY
- WEDNESDAYWednesday
- THURSDAY
- THURSDAYThursday
- FRIDAY
- FRIDAYFriday
- SATURDAY
- SATURDAYSaturday
- SUNDAY
- SUNDAYSunday
- "DAY_OF_WEEK_UNSPECIFIED"
- DAY_OF_WEEK_UNSPECIFIEDThe day of the week is unspecified.
- "MONDAY"
- MONDAYMonday
- "TUESDAY"
- TUESDAYTuesday
- "WEDNESDAY"
- WEDNESDAYWednesday
- "THURSDAY"
- THURSDAYThursday
- "FRIDAY"
- FRIDAYFriday
- "SATURDAY"
- SATURDAYSaturday
- "SUNDAY"
- SUNDAYSunday
WeeklyScheduleResponse, WeeklyScheduleResponseArgs
- Day
Of stringWeek - Day of the week.
- Day
Of stringWeek - Day of the week.
- day
Of StringWeek - Day of the week.
- day
Of stringWeek - Day of the week.
- day_
of_ strweek - Day of the week.
- day
Of StringWeek - Day of the week.
WindowsUpdateSettings, WindowsUpdateSettingsArgs
- Classifications
List<Pulumi.
Google Native. OSConfig. V1. Windows Update Settings Classifications Item> - Only apply updates of these windows update classifications. If empty, all updates are applied.
- Excludes List<string>
- List of KBs to exclude from update.
- Exclusive
Patches List<string> - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- Classifications
[]Windows
Update Settings Classifications Item - Only apply updates of these windows update classifications. If empty, all updates are applied.
- Excludes []string
- List of KBs to exclude from update.
- Exclusive
Patches []string - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- classifications
List<Windows
Update Settings Classifications Item> - Only apply updates of these windows update classifications. If empty, all updates are applied.
- excludes List<String>
- List of KBs to exclude from update.
- exclusive
Patches List<String> - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- classifications
Windows
Update Settings Classifications Item[] - Only apply updates of these windows update classifications. If empty, all updates are applied.
- excludes string[]
- List of KBs to exclude from update.
- exclusive
Patches string[] - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- classifications
Sequence[Windows
Update Settings Classifications Item] - Only apply updates of these windows update classifications. If empty, all updates are applied.
- excludes Sequence[str]
- List of KBs to exclude from update.
- exclusive_
patches Sequence[str] - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- classifications List<"CLASSIFICATION_UNSPECIFIED" | "CRITICAL" | "SECURITY" | "DEFINITION" | "DRIVER" | "FEATURE_PACK" | "SERVICE_PACK" | "TOOL" | "UPDATE_ROLLUP" | "UPDATE">
- Only apply updates of these windows update classifications. If empty, all updates are applied.
- excludes List<String>
- List of KBs to exclude from update.
- exclusive
Patches List<String> - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
WindowsUpdateSettingsClassificationsItem, WindowsUpdateSettingsClassificationsItemArgs
- Classification
Unspecified - CLASSIFICATION_UNSPECIFIEDInvalid. If classifications are included, they must be specified.
- Critical
- CRITICAL"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]
- Security
- SECURITY"A widely released fix for a product-specific, security-related vulnerability. Security vulnerabilities are rated by their severity. The severity rating is indicated in the Microsoft security bulletin as critical, important, moderate, or low." [1]
- Definition
- DEFINITION"A widely released and frequent software update that contains additions to a product's definition database. Definition databases are often used to detect objects that have specific attributes, such as malicious code, phishing websites, or junk mail." [1]
- Driver
- DRIVER"Software that controls the input and output of a device." [1]
- Feature
Pack - FEATURE_PACK"New product functionality that is first distributed outside the context of a product release and that is typically included in the next full product release." [1]
- Service
Pack - SERVICE_PACK"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates. Additionally, service packs may contain additional fixes for problems that are found internally since the release of the product. Service packs my also contain a limited number of customer-requested design changes or features." [1]
- Tool
- TOOL"A utility or feature that helps complete a task or set of tasks." [1]
- Update
Rollup - UPDATE_ROLLUP"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment. A rollup generally targets a specific area, such as security, or a component of a product, such as Internet Information Services (IIS)." [1]
- Update
- UPDATE"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]
- Windows
Update Settings Classifications Item Classification Unspecified - CLASSIFICATION_UNSPECIFIEDInvalid. If classifications are included, they must be specified.
- Windows
Update Settings Classifications Item Critical - CRITICAL"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]
- Windows
Update Settings Classifications Item Security - SECURITY"A widely released fix for a product-specific, security-related vulnerability. Security vulnerabilities are rated by their severity. The severity rating is indicated in the Microsoft security bulletin as critical, important, moderate, or low." [1]
- Windows
Update Settings Classifications Item Definition - DEFINITION"A widely released and frequent software update that contains additions to a product's definition database. Definition databases are often used to detect objects that have specific attributes, such as malicious code, phishing websites, or junk mail." [1]
- Windows
Update Settings Classifications Item Driver - DRIVER"Software that controls the input and output of a device." [1]
- Windows
Update Settings Classifications Item Feature Pack - FEATURE_PACK"New product functionality that is first distributed outside the context of a product release and that is typically included in the next full product release." [1]
- Windows
Update Settings Classifications Item Service Pack - SERVICE_PACK"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates. Additionally, service packs may contain additional fixes for problems that are found internally since the release of the product. Service packs my also contain a limited number of customer-requested design changes or features." [1]
- Windows
Update Settings Classifications Item Tool - TOOL"A utility or feature that helps complete a task or set of tasks." [1]
- Windows
Update Settings Classifications Item Update Rollup - UPDATE_ROLLUP"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment. A rollup generally targets a specific area, such as security, or a component of a product, such as Internet Information Services (IIS)." [1]
- Windows
Update Settings Classifications Item Update - UPDATE"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]
- Classification
Unspecified - CLASSIFICATION_UNSPECIFIEDInvalid. If classifications are included, they must be specified.
- Critical
- CRITICAL"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]
- Security
- SECURITY"A widely released fix for a product-specific, security-related vulnerability. Security vulnerabilities are rated by their severity. The severity rating is indicated in the Microsoft security bulletin as critical, important, moderate, or low." [1]
- Definition
- DEFINITION"A widely released and frequent software update that contains additions to a product's definition database. Definition databases are often used to detect objects that have specific attributes, such as malicious code, phishing websites, or junk mail." [1]
- Driver
- DRIVER"Software that controls the input and output of a device." [1]
- Feature
Pack - FEATURE_PACK"New product functionality that is first distributed outside the context of a product release and that is typically included in the next full product release." [1]
- Service
Pack - SERVICE_PACK"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates. Additionally, service packs may contain additional fixes for problems that are found internally since the release of the product. Service packs my also contain a limited number of customer-requested design changes or features." [1]
- Tool
- TOOL"A utility or feature that helps complete a task or set of tasks." [1]
- Update
Rollup - UPDATE_ROLLUP"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment. A rollup generally targets a specific area, such as security, or a component of a product, such as Internet Information Services (IIS)." [1]
- Update
- UPDATE"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]
- Classification
Unspecified - CLASSIFICATION_UNSPECIFIEDInvalid. If classifications are included, they must be specified.
- Critical
- CRITICAL"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]
- Security
- SECURITY"A widely released fix for a product-specific, security-related vulnerability. Security vulnerabilities are rated by their severity. The severity rating is indicated in the Microsoft security bulletin as critical, important, moderate, or low." [1]
- Definition
- DEFINITION"A widely released and frequent software update that contains additions to a product's definition database. Definition databases are often used to detect objects that have specific attributes, such as malicious code, phishing websites, or junk mail." [1]
- Driver
- DRIVER"Software that controls the input and output of a device." [1]
- Feature
Pack - FEATURE_PACK"New product functionality that is first distributed outside the context of a product release and that is typically included in the next full product release." [1]
- Service
Pack - SERVICE_PACK"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates. Additionally, service packs may contain additional fixes for problems that are found internally since the release of the product. Service packs my also contain a limited number of customer-requested design changes or features." [1]
- Tool
- TOOL"A utility or feature that helps complete a task or set of tasks." [1]
- Update
Rollup - UPDATE_ROLLUP"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment. A rollup generally targets a specific area, such as security, or a component of a product, such as Internet Information Services (IIS)." [1]
- Update
- UPDATE"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]
- CLASSIFICATION_UNSPECIFIED
- CLASSIFICATION_UNSPECIFIEDInvalid. If classifications are included, they must be specified.
- CRITICAL
- CRITICAL"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]
- SECURITY
- SECURITY"A widely released fix for a product-specific, security-related vulnerability. Security vulnerabilities are rated by their severity. The severity rating is indicated in the Microsoft security bulletin as critical, important, moderate, or low." [1]
- DEFINITION
- DEFINITION"A widely released and frequent software update that contains additions to a product's definition database. Definition databases are often used to detect objects that have specific attributes, such as malicious code, phishing websites, or junk mail." [1]
- DRIVER
- DRIVER"Software that controls the input and output of a device." [1]
- FEATURE_PACK
- FEATURE_PACK"New product functionality that is first distributed outside the context of a product release and that is typically included in the next full product release." [1]
- SERVICE_PACK
- SERVICE_PACK"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates. Additionally, service packs may contain additional fixes for problems that are found internally since the release of the product. Service packs my also contain a limited number of customer-requested design changes or features." [1]
- TOOL
- TOOL"A utility or feature that helps complete a task or set of tasks." [1]
- UPDATE_ROLLUP
- UPDATE_ROLLUP"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment. A rollup generally targets a specific area, such as security, or a component of a product, such as Internet Information Services (IIS)." [1]
- UPDATE
- UPDATE"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]
- "CLASSIFICATION_UNSPECIFIED"
- CLASSIFICATION_UNSPECIFIEDInvalid. If classifications are included, they must be specified.
- "CRITICAL"
- CRITICAL"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]
- "SECURITY"
- SECURITY"A widely released fix for a product-specific, security-related vulnerability. Security vulnerabilities are rated by their severity. The severity rating is indicated in the Microsoft security bulletin as critical, important, moderate, or low." [1]
- "DEFINITION"
- DEFINITION"A widely released and frequent software update that contains additions to a product's definition database. Definition databases are often used to detect objects that have specific attributes, such as malicious code, phishing websites, or junk mail." [1]
- "DRIVER"
- DRIVER"Software that controls the input and output of a device." [1]
- "FEATURE_PACK"
- FEATURE_PACK"New product functionality that is first distributed outside the context of a product release and that is typically included in the next full product release." [1]
- "SERVICE_PACK"
- SERVICE_PACK"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates. Additionally, service packs may contain additional fixes for problems that are found internally since the release of the product. Service packs my also contain a limited number of customer-requested design changes or features." [1]
- "TOOL"
- TOOL"A utility or feature that helps complete a task or set of tasks." [1]
- "UPDATE_ROLLUP"
- UPDATE_ROLLUP"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment. A rollup generally targets a specific area, such as security, or a component of a product, such as Internet Information Services (IIS)." [1]
- "UPDATE"
- UPDATE"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]
WindowsUpdateSettingsResponse, WindowsUpdateSettingsResponseArgs
- Classifications List<string>
- Only apply updates of these windows update classifications. If empty, all updates are applied.
- Excludes List<string>
- List of KBs to exclude from update.
- Exclusive
Patches List<string> - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- Classifications []string
- Only apply updates of these windows update classifications. If empty, all updates are applied.
- Excludes []string
- List of KBs to exclude from update.
- Exclusive
Patches []string - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- classifications List<String>
- Only apply updates of these windows update classifications. If empty, all updates are applied.
- excludes List<String>
- List of KBs to exclude from update.
- exclusive
Patches List<String> - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- classifications string[]
- Only apply updates of these windows update classifications. If empty, all updates are applied.
- excludes string[]
- List of KBs to exclude from update.
- exclusive
Patches string[] - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- classifications Sequence[str]
- Only apply updates of these windows update classifications. If empty, all updates are applied.
- excludes Sequence[str]
- List of KBs to exclude from update.
- exclusive_
patches Sequence[str] - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
- classifications List<String>
- Only apply updates of these windows update classifications. If empty, all updates are applied.
- excludes List<String>
- List of KBs to exclude from update.
- exclusive
Patches List<String> - An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
YumSettings, YumSettingsArgs
- Excludes List<string>
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - Exclusive
Packages List<string> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- Minimal bool
- Will cause patch to run
yum update-minimal
instead. - Security bool
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- Excludes []string
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - Exclusive
Packages []string - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- Minimal bool
- Will cause patch to run
yum update-minimal
instead. - Security bool
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- excludes List<String>
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - exclusive
Packages List<String> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- minimal Boolean
- Will cause patch to run
yum update-minimal
instead. - security Boolean
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- excludes string[]
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - exclusive
Packages string[] - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- minimal boolean
- Will cause patch to run
yum update-minimal
instead. - security boolean
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- excludes Sequence[str]
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - exclusive_
packages Sequence[str] - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- minimal bool
- Will cause patch to run
yum update-minimal
instead. - security bool
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- excludes List<String>
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - exclusive
Packages List<String> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- minimal Boolean
- Will cause patch to run
yum update-minimal
instead. - security Boolean
- Adds the
--security
flag toyum update
. Not supported on all platforms.
YumSettingsResponse, YumSettingsResponseArgs
- Excludes List<string>
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - Exclusive
Packages List<string> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- Minimal bool
- Will cause patch to run
yum update-minimal
instead. - Security bool
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- Excludes []string
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - Exclusive
Packages []string - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- Minimal bool
- Will cause patch to run
yum update-minimal
instead. - Security bool
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- excludes List<String>
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - exclusive
Packages List<String> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- minimal Boolean
- Will cause patch to run
yum update-minimal
instead. - security Boolean
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- excludes string[]
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - exclusive
Packages string[] - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- minimal boolean
- Will cause patch to run
yum update-minimal
instead. - security boolean
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- excludes Sequence[str]
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - exclusive_
packages Sequence[str] - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- minimal bool
- Will cause patch to run
yum update-minimal
instead. - security bool
- Adds the
--security
flag toyum update
. Not supported on all platforms.
- excludes List<String>
- List of packages to exclude from update. These packages are excluded by using the yum
--exclude
flag. - exclusive
Packages List<String> - An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field must not be specified with any other patch configuration fields.
- minimal Boolean
- Will cause patch to run
yum update-minimal
instead. - security Boolean
- Adds the
--security
flag toyum update
. Not supported on all platforms.
ZypperSettings, ZypperSettingsArgs
- Categories List<string>
- Install only patches with these categories. Common categories include security, recommended, and feature.
- Excludes List<string>
- List of patches to exclude from update.
- Exclusive
Patches List<string> - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- Severities List<string>
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- With
Optional bool - Adds the
--with-optional
flag tozypper patch
. - With
Update bool - Adds the
--with-update
flag, tozypper patch
.
- Categories []string
- Install only patches with these categories. Common categories include security, recommended, and feature.
- Excludes []string
- List of patches to exclude from update.
- Exclusive
Patches []string - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- Severities []string
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- With
Optional bool - Adds the
--with-optional
flag tozypper patch
. - With
Update bool - Adds the
--with-update
flag, tozypper patch
.
- categories List<String>
- Install only patches with these categories. Common categories include security, recommended, and feature.
- excludes List<String>
- List of patches to exclude from update.
- exclusive
Patches List<String> - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- severities List<String>
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- with
Optional Boolean - Adds the
--with-optional
flag tozypper patch
. - with
Update Boolean - Adds the
--with-update
flag, tozypper patch
.
- categories string[]
- Install only patches with these categories. Common categories include security, recommended, and feature.
- excludes string[]
- List of patches to exclude from update.
- exclusive
Patches string[] - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- severities string[]
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- with
Optional boolean - Adds the
--with-optional
flag tozypper patch
. - with
Update boolean - Adds the
--with-update
flag, tozypper patch
.
- categories Sequence[str]
- Install only patches with these categories. Common categories include security, recommended, and feature.
- excludes Sequence[str]
- List of patches to exclude from update.
- exclusive_
patches Sequence[str] - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- severities Sequence[str]
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- with_
optional bool - Adds the
--with-optional
flag tozypper patch
. - with_
update bool - Adds the
--with-update
flag, tozypper patch
.
- categories List<String>
- Install only patches with these categories. Common categories include security, recommended, and feature.
- excludes List<String>
- List of patches to exclude from update.
- exclusive
Patches List<String> - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- severities List<String>
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- with
Optional Boolean - Adds the
--with-optional
flag tozypper patch
. - with
Update Boolean - Adds the
--with-update
flag, tozypper patch
.
ZypperSettingsResponse, ZypperSettingsResponseArgs
- Categories List<string>
- Install only patches with these categories. Common categories include security, recommended, and feature.
- Excludes List<string>
- List of patches to exclude from update.
- Exclusive
Patches List<string> - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- Severities List<string>
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- With
Optional bool - Adds the
--with-optional
flag tozypper patch
. - With
Update bool - Adds the
--with-update
flag, tozypper patch
.
- Categories []string
- Install only patches with these categories. Common categories include security, recommended, and feature.
- Excludes []string
- List of patches to exclude from update.
- Exclusive
Patches []string - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- Severities []string
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- With
Optional bool - Adds the
--with-optional
flag tozypper patch
. - With
Update bool - Adds the
--with-update
flag, tozypper patch
.
- categories List<String>
- Install only patches with these categories. Common categories include security, recommended, and feature.
- excludes List<String>
- List of patches to exclude from update.
- exclusive
Patches List<String> - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- severities List<String>
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- with
Optional Boolean - Adds the
--with-optional
flag tozypper patch
. - with
Update Boolean - Adds the
--with-update
flag, tozypper patch
.
- categories string[]
- Install only patches with these categories. Common categories include security, recommended, and feature.
- excludes string[]
- List of patches to exclude from update.
- exclusive
Patches string[] - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- severities string[]
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- with
Optional boolean - Adds the
--with-optional
flag tozypper patch
. - with
Update boolean - Adds the
--with-update
flag, tozypper patch
.
- categories Sequence[str]
- Install only patches with these categories. Common categories include security, recommended, and feature.
- excludes Sequence[str]
- List of patches to exclude from update.
- exclusive_
patches Sequence[str] - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- severities Sequence[str]
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- with_
optional bool - Adds the
--with-optional
flag tozypper patch
. - with_
update bool - Adds the
--with-update
flag, tozypper patch
.
- categories List<String>
- Install only patches with these categories. Common categories include security, recommended, and feature.
- excludes List<String>
- List of patches to exclude from update.
- exclusive
Patches List<String> - An exclusive list of patches to be updated. These are the only patches that will be installed using 'zypper patch patch:' command. This field must not be used with any other patch configuration fields.
- severities List<String>
- Install only patches with these severities. Common severities include critical, important, moderate, and low.
- with
Optional Boolean - Adds the
--with-optional
flag tozypper patch
. - with
Update Boolean - Adds the
--with-update
flag, tozypper patch
.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.