schedule

package
v0.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2024 License: Apache-2.0 Imports: 26 Imported by: 0

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

func NewScheduleResource() resource.Resource

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL