Package com.pulumi.gcp.osconfig.inputs
Class PatchDeploymentRecurringScheduleMonthlyArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.osconfig.inputs.PatchDeploymentRecurringScheduleMonthlyArgs
-
public final class PatchDeploymentRecurringScheduleMonthlyArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PatchDeploymentRecurringScheduleMonthlyArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static PatchDeploymentRecurringScheduleMonthlyArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PatchDeploymentRecurringScheduleMonthlyArgs.Builder
builder()
static PatchDeploymentRecurringScheduleMonthlyArgs.Builder
builder(PatchDeploymentRecurringScheduleMonthlyArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
monthDay()
java.util.Optional<com.pulumi.core.Output<PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs>>
weekDayOfMonth()
-
-
-
Field Detail
-
Empty
public static final PatchDeploymentRecurringScheduleMonthlyArgs Empty
-
-
Method Detail
-
monthDay
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> monthDay()
- Returns:
- 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.
-
weekDayOfMonth
public java.util.Optional<com.pulumi.core.Output<PatchDeploymentRecurringScheduleMonthlyWeekDayOfMonthArgs>> weekDayOfMonth()
- Returns:
- Week day in a month. Structure is documented below.
-
builder
public static PatchDeploymentRecurringScheduleMonthlyArgs.Builder builder()
-
builder
public static PatchDeploymentRecurringScheduleMonthlyArgs.Builder builder(PatchDeploymentRecurringScheduleMonthlyArgs defaults)
-
-