Skip to content

Commit a9f6643

Browse files
committed
removed commented code
1 parent 0df0264 commit a9f6643

File tree

2 files changed

+6
-43
lines changed

2 files changed

+6
-43
lines changed

internal/service/odb/cloud_exadata_infrastructure_data_source.go

Lines changed: 0 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -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

internal/service/odb/generate.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
//Copyright © 2025, Oracle and/or its affiliates. All rights reserved.
2+
//go:generate go run ../../generate/tags/main.go -ServiceTagsMap -ListTags -KVTValues -UpdateTags
3+
//go:generate go run ../../generate/servicepackage/main.go
4+
// ONLY generate directives and package declaration! Do not add anything else to this file.
5+
6+
package odb

0 commit comments

Comments
 (0)