Documentation ¶
Index ¶
- type API
- func (api *API) CreateSpace(name string, cidrs []string, public bool) error
- func (api *API) ListSpaces() ([]params.Space, error)
- func (api *API) MoveSubnets(space names.SpaceTag, subnets []names.SubnetTag, force bool) (params.MoveSubnetsResult, error)
- func (api *API) ReloadSpaces() error
- func (api *API) RemoveSpace(name string, force bool, dryRun bool) (params.RemoveSpaceResult, error)
- func (api *API) RenameSpace(oldName string, newName string) error
- func (api *API) ShowSpace(name string) (params.ShowSpaceResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type API ¶
type API struct { base.ClientFacade // contains filtered or unexported fields }
API provides access to the Spaces API facade.
func NewAPI ¶
func NewAPI(caller base.APICallCloser) *API
NewAPI creates a new client-side Spaces facade.
func (*API) CreateSpace ¶
CreateSpace creates a new Juju network space, associating the specified subnets with it (optional; can be empty).
func (*API) ListSpaces ¶
ListSpaces lists all available spaces and their associated subnets.
func (*API) MoveSubnets ¶
func (api *API) MoveSubnets(space names.SpaceTag, subnets []names.SubnetTag, force bool) (params.MoveSubnetsResult, error)
MoveSubnets ensures that the input subnets are in the input space.
func (*API) ReloadSpaces ¶
ReloadSpaces reloads spaces from substrate.
func (*API) RemoveSpace ¶
RemoveSpace removes a space.
func (*API) RenameSpace ¶
RenameSpace attempts to rename a space from the old name to a new name.
Click to show internal directories.
Click to hide internal directories.