package
0.0.0-20240909034204-207f58c0b9a3
Repository: https://github.com/chnsz/golangsdk.git
Documentation: pkg.go.dev

# Functions

Create is a method used to create planned task using given parameters.
Delete is a method used to delete planned task using given parameters.
ExtractScheduledTasks is a method to extract the list of planned task details.
List is a method used to query the planned tasks with given parameters.
Update is a method used to update planned task using given parameters.

# Structs

CreateOpts is the structure that used to create planned task.
InstanceNumber is the structure that used to create the numbers of scaling group instance for planned task.
ListOpts is the structure that used to query the planned tasks.
ScheduledPolicy is the structure that used to create the policy of planned task.
ScheduledTask is the structure that represents the planned task detail.
ScheduledTaskPage represents the response pages of the List method.
UpdateOpts is the structure that used to update the planned task.