schedule

package
v0.36.0 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2024 License: Apache-2.0 Imports: 25 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"`
	UpdateScheduleId  types.Int64  `tfsdk:"update_schedule_id"`
	Name              types.String `tfsdk:"name"`
	Rrule             types.String `tfsdk:"rrule"`
	Enabled           types.Bool   `tfsdk:"enabled"`
	MaintenanceWindow types.Int64  `tfsdk:"maintenance_window"`
}

Jump to

Keyboard shortcuts

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