# Packages
No description provided by the author
# Functions
No description provided by the author
List makes a request against the API to list services.
Update requests that various attributes of the indicated service be changed.
# Constants
ServiceDisabled is used to mark a service as being disabled.
ServiceEnabled is used to mark a service as being enabled.
# Structs
ListOpts represents options to list services.
Service represents a Compute service in the OpenStack cloud.
ServicePage represents a single page of all Services from a List request.
UpdateOpts specifies the base attributes that may be updated on a service.
UpdateResult is the response from an Update operation.
# Interfaces
ListOptsBuilder allows extensions to add additional parameters to the List request.
# Type aliases
No description provided by the author