Versions in this module Expand all Collapse all v1 v1.5.0 Sep 7, 2016 Changes in this version + type Client struct + func New(transport client.Transport, formats strfmt.Registry) *Client + func (a *Client) DeleteTopologiesAccountID(params *DeleteTopologiesAccountIDParams) error + func (a *Client) GetTopologiesAccount(params *GetTopologiesAccountParams) (*GetTopologiesAccountOK, error) + func (a *Client) GetTopologiesAccountID(params *GetTopologiesAccountIDParams) (*GetTopologiesAccountIDOK, error) + func (a *Client) PostTopologiesAccount(params *PostTopologiesAccountParams) (*PostTopologiesAccountOK, error) + func (a *Client) SetTransport(transport client.Transport) + type DeleteTopologiesAccountIDDefault struct + func NewDeleteTopologiesAccountIDDefault(code int) *DeleteTopologiesAccountIDDefault + func (o *DeleteTopologiesAccountIDDefault) Code() int + func (o *DeleteTopologiesAccountIDDefault) Error() string + type DeleteTopologiesAccountIDParams struct + Forced *bool + ID int64 + func NewDeleteTopologiesAccountIDParams() *DeleteTopologiesAccountIDParams + func (o *DeleteTopologiesAccountIDParams) WithForced(forced *bool) *DeleteTopologiesAccountIDParams + func (o *DeleteTopologiesAccountIDParams) WithID(id int64) *DeleteTopologiesAccountIDParams + func (o *DeleteTopologiesAccountIDParams) WriteToRequest(r client.Request, reg strfmt.Registry) error + type DeleteTopologiesAccountIDReader struct + func (o *DeleteTopologiesAccountIDReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error) + type GetTopologiesAccountIDOK struct + Payload *models.TopologyResponse + func NewGetTopologiesAccountIDOK() *GetTopologiesAccountIDOK + func (o *GetTopologiesAccountIDOK) Error() string + type GetTopologiesAccountIDParams struct + ID int64 + func NewGetTopologiesAccountIDParams() *GetTopologiesAccountIDParams + func (o *GetTopologiesAccountIDParams) WithID(id int64) *GetTopologiesAccountIDParams + func (o *GetTopologiesAccountIDParams) WriteToRequest(r client.Request, reg strfmt.Registry) error + type GetTopologiesAccountIDReader struct + func (o *GetTopologiesAccountIDReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error) + type GetTopologiesAccountOK struct + Payload []*models.TopologyResponse + func NewGetTopologiesAccountOK() *GetTopologiesAccountOK + func (o *GetTopologiesAccountOK) Error() string + type GetTopologiesAccountParams struct + func NewGetTopologiesAccountParams() *GetTopologiesAccountParams + func (o *GetTopologiesAccountParams) WriteToRequest(r client.Request, reg strfmt.Registry) error + type GetTopologiesAccountReader struct + func (o *GetTopologiesAccountReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error) + type PostTopologiesAccountOK struct + Payload *models.ID + func NewPostTopologiesAccountOK() *PostTopologiesAccountOK + func (o *PostTopologiesAccountOK) Error() string + type PostTopologiesAccountParams struct + Body *models.TopologyRequest + func NewPostTopologiesAccountParams() *PostTopologiesAccountParams + func (o *PostTopologiesAccountParams) WithBody(body *models.TopologyRequest) *PostTopologiesAccountParams + func (o *PostTopologiesAccountParams) WriteToRequest(r client.Request, reg strfmt.Registry) error + type PostTopologiesAccountReader struct + func (o *PostTopologiesAccountReader) ReadResponse(response client.Response, consumer httpkit.Consumer) (interface{}, error) v1.5.0-rc.9 Sep 1, 2016