package
1.0.1
Repository: https://github.com/sapcc/gophercloud-sapcc.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CreateTags adds/updates tags for a given agent.
Delete accepts a unique ID and deletes the agent associated with it.
DeleteTag deletes an individual tag from an agent.
ExtractAgents accepts a Page struct, specifically an AgentPage struct, and extracts the elements into a slice of Agent structs.
No description provided by the author
Get retrieves a specific agent based on its unique ID.
GetFacts lists tags for a given agent.
GetTags lists tags for a given agent.
Init accepts an InitOpts struct and initializes a new agent using the values provided.
List returns a Pager which allows you to iterate over a collection of agents.

# Structs

Agent represents an Arc Agent.
AgentPage is the page returned by a pager when traversing over a collection of agents.
DeleteResult represents the result of a delete operation.
FactsResult is the result of a facts request.
No description provided by the author
InitHeader represents the headers returned in the response from an Init request.
InitJSON represents the structure returned in the response from an Init request.
InitOpts represents the attributes used when initializing a new agent.
InitResult represents the result of an init operation.
ListOpts allows the filtering of paginated collections through the API.
TagsDeleteResult is the response from a tags Delete operation.
TagsResult is the result of a tags request.

# Interfaces

CreateTagsBuilder allows extensions to add additional parameters to the CreateTags request.
InitOptsBuilder allows extensions to add additional parameters to the Init request.
ListOptsBuilder allows extensions to add additional parameters to the List request.

# Type aliases

No description provided by the author
No description provided by the author