Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScheduleDataSource ¶
func NewScheduleDataSource() datasource.DataSource
NewScheduleDataSource is a helper function to simplify the provider implementation.
func NewScheduleResource ¶
NewScheduleResource is a helper function to simplify the provider implementation.
func NewSchedulesDataSource ¶
func NewSchedulesDataSource() datasource.DataSource
NewSchedulesDataSource is a helper function to simplify the provider implementation.
Types ¶
type Model ¶
type Model struct {
ID types.String `tfsdk:"id"`
ProjectId types.String `tfsdk:"project_id"`
ServerId types.String `tfsdk:"server_id"`
BackupScheduleId types.Int64 `tfsdk:"backup_schedule_id"`
Name types.String `tfsdk:"name"`
Rrule types.String `tfsdk:"rrule"`
Enabled types.Bool `tfsdk:"enabled"`
BackupProperties *scheduleBackupPropertiesModel `tfsdk:"backup_properties"`
Region types.String `tfsdk:"region"`
}
Click to show internal directories.
Click to hide internal directories.