Documentation ¶
Index ¶
- Constants
- func CreateEmbeddedProfileInputFromResourceData(d *schema.ResourceData) (models.CreateEmbeddedProfileInput, error)
- func DeleteEmbeddedProfile(c *api.Client, id string) (bool, error)
- func GetEmbeddedProfile(c *api.Client, id string) (models.EmbeddedProfile, error)
- func NewEmbeddedProfile(c *api.Client, input models.CreateEmbeddedProfileInput) (models.EmbeddedProfile, error)
- func ReadEmbeddedProfileToResourceData(profile models.EmbeddedProfile, d *schema.ResourceData) error
- func UpdateEmbeddedProfile(c *api.Client, id any, input models.EmbeddedProfileUpdateInput) (bool, error)
- func UpdateEmbeddedProfileInputFromResourceData(d *schema.ResourceData) (models.EmbeddedProfileUpdateInput, error)
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 GetEmbeddedProfile ¶
func NewEmbeddedProfile ¶
func NewEmbeddedProfile(c *api.Client, input models.CreateEmbeddedProfileInput) (models.EmbeddedProfile, error)
func ReadEmbeddedProfileToResourceData ¶
func ReadEmbeddedProfileToResourceData(profile models.EmbeddedProfile, d *schema.ResourceData) error
func UpdateEmbeddedProfile ¶
func UpdateEmbeddedProfileInputFromResourceData ¶
func UpdateEmbeddedProfileInputFromResourceData(d *schema.ResourceData) (models.EmbeddedProfileUpdateInput, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.