Documentation ¶ Index ¶ type MaintenanceWindow Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type MaintenanceWindow ¶ type MaintenanceWindow struct { IsEnabled *bool `tfsdk:"is_enabled"` // The day of week, 0 represents Sunday, 1 is Monday, and so on. StartDay types.Int64 `tfsdk:"start_day"` StartTime types.String `tfsdk:"start_time"` } Source Files ¶ View all Source files maintenance_window.go Click to show internal directories. Click to hide internal directories.