embeddedprofile

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2022 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	UpgradeModeAutomatic string = "Automatic"
	UpgradeModeManual    string = "Manual"
	UpgradeModeScheduled string = "Scheduled"

	ScheduleTypeDaily       string = "Daily"
	ScheduleTypeDaysInWeek  string = "DaysInWeek"
	ScheduleTypeDaysInMonth string = "DaysInMonth"

	WeekDaySunday    string = "Sunday"
	WeekDayMonday    string = "Monday"
	WeekDayTuesday   string = "Tuesday"
	WeekDayWednesday string = "Wednesday"
	WeekDayThursday  string = "Thursday"
	WeekDayFriday    string = "Friday"
	WeekDaySaturday  string = "Saturday"
)

Variables

This section is empty.

Functions

func CreateEmbeddedProfileInputFromResourceData

func CreateEmbeddedProfileInputFromResourceData(d *schema.ResourceData) (models.CreateEmbeddedProfileInput, error)

func DeleteEmbeddedProfile

func DeleteEmbeddedProfile(ctx context.Context, c *api.Client, id string) (bool, error)

func GetEmbeddedProfile

func GetEmbeddedProfile(ctx context.Context, c *api.Client, id string) (models.EmbeddedProfile, error)

func ReadEmbeddedProfileToResourceData

func ReadEmbeddedProfileToResourceData(profile models.EmbeddedProfile, d *schema.ResourceData) error

func UpdateEmbeddedProfile

func UpdateEmbeddedProfile(ctx context.Context, c *api.Client, id any, input models.EmbeddedProfileUpdateInput) (bool, error)

func UpdateEmbeddedProfileInputFromResourceData

func UpdateEmbeddedProfileInputFromResourceData(d *schema.ResourceData) (models.EmbeddedProfileUpdateInput, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

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