Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API interface { // AllZones returns all availability zones known to Juju. If a // zone is unusable, unavailable, or deprecated the Available // field will be false. AllZones() (params.ZoneResults, error) // AllSpaces returns the tags of all network spaces known to Juju. AllSpaces() (params.SpaceResults, error) // AddSubnets adds existing subnets to Juju. AddSubnets(args params.AddSubnetsParams) (params.ErrorResults, error) // ListSubnets returns the matching subnets after applying // optional filters. ListSubnets(args params.SubnetsFilters) (params.ListSubnetsResults, error) }
API defines the methods the Subnets API facade implements.
Click to show internal directories.
Click to hide internal directories.