Package com.pulumi.gcp.storage.outputs
Class InsightsReportConfigFrequencyOptions
- java.lang.Object
-
- com.pulumi.gcp.storage.outputs.InsightsReportConfigFrequencyOptions
-
public final class InsightsReportConfigFrequencyOptions extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
InsightsReportConfigFrequencyOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsightsReportConfigFrequencyOptions.Builder
builder()
static InsightsReportConfigFrequencyOptions.Builder
builder(InsightsReportConfigFrequencyOptions defaults)
InsightsReportConfigFrequencyOptionsEndDate
endDate()
java.lang.String
frequency()
InsightsReportConfigFrequencyOptionsStartDate
startDate()
-
-
-
Method Detail
-
endDate
public InsightsReportConfigFrequencyOptionsEndDate endDate()
- Returns:
- The date to stop generating inventory reports. For example, {"day": 15, "month": 9, "year": 2022}. Structure is documented below.
-
frequency
public java.lang.String frequency()
- Returns:
- The frequency in which inventory reports are generated. Values are DAILY or WEEKLY. Possible values are: `DAILY`, `WEEKLY`.
-
startDate
public InsightsReportConfigFrequencyOptionsStartDate startDate()
- Returns:
- The date to start generating inventory reports. For example, {"day": 15, "month": 8, "year": 2022}. Structure is documented below.
-
builder
public static InsightsReportConfigFrequencyOptions.Builder builder()
-
builder
public static InsightsReportConfigFrequencyOptions.Builder builder(InsightsReportConfigFrequencyOptions defaults)
-
-