wflowinterface

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InfiniBandPartitionInterface

type InfiniBandPartitionInterface interface {
	UpdateInfiniBandPartitionInfo(ctx workflow.Context, SiteID string, TransactionID *wflows.TransactionID, InfiniBandPartitionInfo *wflows.InfiniBandPartitionInfo) (err error)
	UpdateInfiniBandPartitionInventory(ctx workflow.Context, SiteID string, InfiniBandPartitionInventory *wflows.InfiniBandPartitionInventory) (err error)
}

InfiniBandPartitionInterface - cloud workflow interface for InfiniBandPartition updates

type InstanceInterface

type InstanceInterface interface {
	UpdateInstanceInfo(ctx workflow.Context, SiteID string, TransactionID *wflows.TransactionID, Instance *wflows.InstanceInfo) (err error)
	UpdateInstanceRebootInfo(ctx workflow.Context, SiteID string, TransactionID *wflows.TransactionID, Instance *wflows.InstanceRebootInfo) (err error)
	UpdateInstanceInventory(ctx workflow.Context, SiteID string, InstanceInventory *wflows.InstanceInventory) (err error)
}

InstanceInterface - cloud workflow interface for Instance updates

type MachineInterface

type MachineInterface interface {
	UpdateMachineInventory(ctx workflow.Context, SiteID string, MachineInventory *wflows.MachineInventory) (err error)
}

MachineInterface - cloud workflow interface for machine updates

type SSHKeyGroupInterface

type SSHKeyGroupInterface interface {
	UpdateSSHKeyGroupInfo(ctx workflow.Context, SiteID string, TransactionID *wflows.TransactionID, SSHKeyGroupInfo *wflows.SSHKeyGroupInfo) (err error)
	UpdateSSHKeyGroupInventory(ctx workflow.Context, SiteID string, SSHKeyGroupInventory *wflows.SSHKeyGroupInventory) (err error)
}

SSHKeyGroupInterface - cloud workflow interface for SSHKeyGroup updates

type SubnetInterface

type SubnetInterface interface {
	UpdateSubnetInfo(ctx workflow.Context, SiteID string, TransactionID *wflows.TransactionID, SubnetInfo *wflows.SubnetInfo) (err error)
	UpdateSubnetInventory(ctx workflow.Context, SiteID string, SubnetInventory *wflows.SubnetInventory) (err error)
}

SubnetInterface - cloud workflow interface for Subnet updates

type VPCInterface

type VPCInterface interface {
	UpdateVpcInfo(ctx workflow.Context, SiteID string, TransactionID *wflows.TransactionID, VPCInfo *wflows.VPCInfo) (err error)
	UpdateVpcInventory(ctx workflow.Context, SiteID string, VPCInventory *wflows.VPCInventory) (err error)
}

VPCInterface - cloud workflow interface for vpc updates

Jump to

Keyboard shortcuts

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