Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteInstanceByID ¶
DeleteInstanceByID is a helper Temporal workflow to delete an Instance by ID This workflow is useful for invoking from Temporal CLI because it does not require us to create a proto request object
func RebootInstanceByID ¶
func RebootInstanceByID(ctx workflow.Context, instanceID uuid.UUID, rebootWithCustomIpxe bool, applyUpdatesOnReboot bool) error
RebootInstanceByID is a helper Temporal workflow to reboot a Machine associated with an Instance This workflow is useful for invoking from Temporal CLI because it does not require us to create a proto request object
func UpdateInstanceInventory ¶
func UpdateInstanceInventory(ctx workflow.Context, siteID string, instanceInventory *cwssaws.InstanceInventory) (err error)
UpdateInstanceInventory is a workflow called by Site Agent to update Instance inventory for a Site
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.