@@ -207,49 +207,6 @@ func (d *dataSourceCloudExadataInfrastructure) Schema(ctx context.Context, req d
207207 CustomType : fwtypes.NewListNestedObjectTypeOf [cloudExadataInfraMaintenanceWindowDataSourceModel ](ctx ),
208208 },
209209 },
210- /*Blocks: map[string]schema.Block{
211- "maintenance_window": schema.ListNestedBlock{
212- CustomType: fwtypes.NewListNestedObjectTypeOf[cloudExadataInfraMaintenanceWindowDataSourceModel](ctx),
213- Description: " The scheduling details for the maintenance window. Patching and system updates take place during the maintenance window ",
214- NestedObject: schema.NestedBlockObject{
215- Attributes: map[string]schema.Attribute{
216- "custom_action_timeout_in_mins": schema.Int32Attribute{
217- Computed: true,
218- },
219- "days_of_week": schema.SetAttribute{
220- ElementType: fwtypes.NewObjectTypeOf[dayOfWeekExaInfraMaintenanceWindowDataSourceModel](ctx),
221- Computed: true,
222- },
223- "hours_of_day": schema.SetAttribute{
224- ElementType: types.Int32Type,
225- Computed: true,
226- },
227- "is_custom_action_timeout_enabled": schema.BoolAttribute{
228- Computed: true,
229- },
230- "lead_time_in_weeks": schema.Int32Attribute{
231- Computed: true,
232- },
233- "months": schema.SetAttribute{
234- ElementType: fwtypes.NewObjectTypeOf[monthExaInfraMaintenanceWindowDataSourceModel](ctx),
235- Computed: true,
236- },
237- "patching_mode": schema.StringAttribute{
238- Computed: true,
239- CustomType: fwtypes.StringEnumType[odbtypes.PatchingModeType](),
240- },
241- "preference": schema.StringAttribute{
242- Computed: true,
243- CustomType: fwtypes.StringEnumType[odbtypes.PreferenceType](),
244- },
245- "weeks_of_month": schema.SetAttribute{
246- ElementType: types.Int32Type,
247- Computed: true,
248- },
249- },
250- },
251- },
252- },*/
253210 }
254211}
255212
0 commit comments