networks

package
v0.0.0-...-b7c797c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 26, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindNetworkOK

type BindNetworkOK struct {
}

BindNetworkOK handles this case with default header values.

Successful operation

func NewBindNetworkOK

func NewBindNetworkOK() *BindNetworkOK

NewBindNetworkOK creates a BindNetworkOK with default headers values

func (*BindNetworkOK) Error

func (o *BindNetworkOK) Error() string

type BindNetworkParams

type BindNetworkParams struct {

	/*BindNetwork*/
	BindNetwork *models.BindNetwork
	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

BindNetworkParams contains all the parameters to send to the API endpoint for the bind network operation typically these are written to a http.Request

func NewBindNetworkParams

func NewBindNetworkParams() *BindNetworkParams

NewBindNetworkParams creates a new BindNetworkParams object with the default values initialized.

func NewBindNetworkParamsWithContext

func NewBindNetworkParamsWithContext(ctx context.Context) *BindNetworkParams

NewBindNetworkParamsWithContext creates a new BindNetworkParams object with the default values initialized, and the ability to set a context for a request

func NewBindNetworkParamsWithHTTPClient

func NewBindNetworkParamsWithHTTPClient(client *http.Client) *BindNetworkParams

NewBindNetworkParamsWithHTTPClient creates a new BindNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewBindNetworkParamsWithTimeout

func NewBindNetworkParamsWithTimeout(timeout time.Duration) *BindNetworkParams

NewBindNetworkParamsWithTimeout creates a new BindNetworkParams object with the default values initialized, and the ability to set a timeout on a request

func (*BindNetworkParams) SetBindNetwork

func (o *BindNetworkParams) SetBindNetwork(bindNetwork *models.BindNetwork)

SetBindNetwork adds the bindNetwork to the bind network params

func (*BindNetworkParams) SetContext

func (o *BindNetworkParams) SetContext(ctx context.Context)

SetContext adds the context to the bind network params

func (*BindNetworkParams) SetHTTPClient

func (o *BindNetworkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the bind network params

func (*BindNetworkParams) SetNetworkID

func (o *BindNetworkParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the bind network params

func (*BindNetworkParams) SetTimeout

func (o *BindNetworkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the bind network params

func (*BindNetworkParams) WithBindNetwork

func (o *BindNetworkParams) WithBindNetwork(bindNetwork *models.BindNetwork) *BindNetworkParams

WithBindNetwork adds the bindNetwork to the bind network params

func (*BindNetworkParams) WithContext

func (o *BindNetworkParams) WithContext(ctx context.Context) *BindNetworkParams

WithContext adds the context to the bind network params

func (*BindNetworkParams) WithHTTPClient

func (o *BindNetworkParams) WithHTTPClient(client *http.Client) *BindNetworkParams

WithHTTPClient adds the HTTPClient to the bind network params

func (*BindNetworkParams) WithNetworkID

func (o *BindNetworkParams) WithNetworkID(networkID string) *BindNetworkParams

WithNetworkID adds the networkID to the bind network params

func (*BindNetworkParams) WithTimeout

func (o *BindNetworkParams) WithTimeout(timeout time.Duration) *BindNetworkParams

WithTimeout adds the timeout to the bind network params

func (*BindNetworkParams) WriteToRequest

func (o *BindNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type BindNetworkReader

type BindNetworkReader struct {
	// contains filtered or unexported fields
}

BindNetworkReader is a Reader for the BindNetwork structure.

func (*BindNetworkReader) ReadResponse

func (o *BindNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type Client

type Client struct {
	// contains filtered or unexported fields
}

Client for networks API

func (*Client) BindNetwork

func (a *Client) BindNetwork(params *BindNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*BindNetworkOK, error)

BindNetwork binds network

Bind a network to a template.

func (*Client) CombineOrganizationNetworks

func (a *Client) CombineOrganizationNetworks(params *CombineOrganizationNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*CombineOrganizationNetworksOK, error)

CombineOrganizationNetworks combines organization networks

Combine multiple networks into a single network

func (*Client) CreateOrganizationNetwork

CreateOrganizationNetwork creates organization network

Create a network

func (*Client) DeleteNetwork

func (a *Client) DeleteNetwork(params *DeleteNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNetworkNoContent, error)

DeleteNetwork deletes network

Delete a network

func (*Client) GetNetwork

func (a *Client) GetNetwork(params *GetNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkOK, error)

GetNetwork gets network

Return a network

func (*Client) GetNetworkAccessPolicies

func (a *Client) GetNetworkAccessPolicies(params *GetNetworkAccessPoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkAccessPoliciesOK, error)

GetNetworkAccessPolicies gets network access policies

List the access policies for this network. Only valid for MS networks.

func (*Client) GetNetworkAirMarshal

func (a *Client) GetNetworkAirMarshal(params *GetNetworkAirMarshalParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkAirMarshalOK, error)

GetNetworkAirMarshal gets network air marshal

List Air Marshal scan results from a network

func (*Client) GetNetworkSiteToSiteVpn

func (a *Client) GetNetworkSiteToSiteVpn(params *GetNetworkSiteToSiteVpnParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSiteToSiteVpnOK, error)

GetNetworkSiteToSiteVpn gets network site to site vpn

Return the site-to-site VPN settings of a network. Only valid for MX networks.

func (*Client) GetNetworkTraffic

func (a *Client) GetNetworkTraffic(params *GetNetworkTrafficParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkTrafficOK, error)

GetNetworkTraffic gets network traffic

  The traffic analysis data for this network.
<a href="https://documentation.meraki.com/MR/Monitoring_and_Reporting/Hostname_Visibility">Traffic Analysis with Hostname Visibility</a> must be enabled on the network.

func (*Client) GetOrganizationNetworks

func (a *Client) GetOrganizationNetworks(params *GetOrganizationNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationNetworksOK, error)

GetOrganizationNetworks gets organization networks

List the networks in an organization

func (*Client) SetTransport

func (a *Client) SetTransport(transport runtime.ClientTransport)

SetTransport changes the transport on the client

func (*Client) SplitNetwork

func (a *Client) SplitNetwork(params *SplitNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*SplitNetworkOK, error)

SplitNetwork splits network

Split a combined network into individual networks for each type of device

func (*Client) UnbindNetwork

func (a *Client) UnbindNetwork(params *UnbindNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*UnbindNetworkOK, error)

UnbindNetwork unbinds network

Unbind a network from a template.

func (*Client) UpdateNetwork

func (a *Client) UpdateNetwork(params *UpdateNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkOK, error)

UpdateNetwork updates network

Update a network

func (*Client) UpdateNetworkSiteToSiteVpn

func (a *Client) UpdateNetworkSiteToSiteVpn(params *UpdateNetworkSiteToSiteVpnParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkSiteToSiteVpnOK, error)

UpdateNetworkSiteToSiteVpn updates network site to site vpn

Update the site-to-site VPN settings of a network. Only valid for MX networks in NAT mode.

type ClientService

type ClientService interface {
	BindNetwork(params *BindNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*BindNetworkOK, error)

	CombineOrganizationNetworks(params *CombineOrganizationNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*CombineOrganizationNetworksOK, error)

	CreateOrganizationNetwork(params *CreateOrganizationNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*CreateOrganizationNetworkCreated, error)

	DeleteNetwork(params *DeleteNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteNetworkNoContent, error)

	GetNetwork(params *GetNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkOK, error)

	GetNetworkAccessPolicies(params *GetNetworkAccessPoliciesParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkAccessPoliciesOK, error)

	GetNetworkAirMarshal(params *GetNetworkAirMarshalParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkAirMarshalOK, error)

	GetNetworkSiteToSiteVpn(params *GetNetworkSiteToSiteVpnParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkSiteToSiteVpnOK, error)

	GetNetworkTraffic(params *GetNetworkTrafficParams, authInfo runtime.ClientAuthInfoWriter) (*GetNetworkTrafficOK, error)

	GetOrganizationNetworks(params *GetOrganizationNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationNetworksOK, error)

	SplitNetwork(params *SplitNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*SplitNetworkOK, error)

	UnbindNetwork(params *UnbindNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*UnbindNetworkOK, error)

	UpdateNetwork(params *UpdateNetworkParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkOK, error)

	UpdateNetworkSiteToSiteVpn(params *UpdateNetworkSiteToSiteVpnParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateNetworkSiteToSiteVpnOK, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new networks API client.

type CombineOrganizationNetworksOK

type CombineOrganizationNetworksOK struct {
	Payload interface{}
}

CombineOrganizationNetworksOK handles this case with default header values.

Successful operation

func NewCombineOrganizationNetworksOK

func NewCombineOrganizationNetworksOK() *CombineOrganizationNetworksOK

NewCombineOrganizationNetworksOK creates a CombineOrganizationNetworksOK with default headers values

func (*CombineOrganizationNetworksOK) Error

func (*CombineOrganizationNetworksOK) GetPayload

func (o *CombineOrganizationNetworksOK) GetPayload() interface{}

type CombineOrganizationNetworksParams

type CombineOrganizationNetworksParams struct {

	/*CombineOrganizationNetworks*/
	CombineOrganizationNetworks *models.CombineOrganizationNetworks
	/*OrganizationID*/
	OrganizationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CombineOrganizationNetworksParams contains all the parameters to send to the API endpoint for the combine organization networks operation typically these are written to a http.Request

func NewCombineOrganizationNetworksParams

func NewCombineOrganizationNetworksParams() *CombineOrganizationNetworksParams

NewCombineOrganizationNetworksParams creates a new CombineOrganizationNetworksParams object with the default values initialized.

func NewCombineOrganizationNetworksParamsWithContext

func NewCombineOrganizationNetworksParamsWithContext(ctx context.Context) *CombineOrganizationNetworksParams

NewCombineOrganizationNetworksParamsWithContext creates a new CombineOrganizationNetworksParams object with the default values initialized, and the ability to set a context for a request

func NewCombineOrganizationNetworksParamsWithHTTPClient

func NewCombineOrganizationNetworksParamsWithHTTPClient(client *http.Client) *CombineOrganizationNetworksParams

NewCombineOrganizationNetworksParamsWithHTTPClient creates a new CombineOrganizationNetworksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCombineOrganizationNetworksParamsWithTimeout

func NewCombineOrganizationNetworksParamsWithTimeout(timeout time.Duration) *CombineOrganizationNetworksParams

NewCombineOrganizationNetworksParamsWithTimeout creates a new CombineOrganizationNetworksParams object with the default values initialized, and the ability to set a timeout on a request

func (*CombineOrganizationNetworksParams) SetCombineOrganizationNetworks

func (o *CombineOrganizationNetworksParams) SetCombineOrganizationNetworks(combineOrganizationNetworks *models.CombineOrganizationNetworks)

SetCombineOrganizationNetworks adds the combineOrganizationNetworks to the combine organization networks params

func (*CombineOrganizationNetworksParams) SetContext

SetContext adds the context to the combine organization networks params

func (*CombineOrganizationNetworksParams) SetHTTPClient

func (o *CombineOrganizationNetworksParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the combine organization networks params

func (*CombineOrganizationNetworksParams) SetOrganizationID

func (o *CombineOrganizationNetworksParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the combine organization networks params

func (*CombineOrganizationNetworksParams) SetTimeout

func (o *CombineOrganizationNetworksParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the combine organization networks params

func (*CombineOrganizationNetworksParams) WithCombineOrganizationNetworks

func (o *CombineOrganizationNetworksParams) WithCombineOrganizationNetworks(combineOrganizationNetworks *models.CombineOrganizationNetworks) *CombineOrganizationNetworksParams

WithCombineOrganizationNetworks adds the combineOrganizationNetworks to the combine organization networks params

func (*CombineOrganizationNetworksParams) WithContext

WithContext adds the context to the combine organization networks params

func (*CombineOrganizationNetworksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the combine organization networks params

func (*CombineOrganizationNetworksParams) WithOrganizationID

func (o *CombineOrganizationNetworksParams) WithOrganizationID(organizationID string) *CombineOrganizationNetworksParams

WithOrganizationID adds the organizationID to the combine organization networks params

func (*CombineOrganizationNetworksParams) WithTimeout

WithTimeout adds the timeout to the combine organization networks params

func (*CombineOrganizationNetworksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CombineOrganizationNetworksReader

type CombineOrganizationNetworksReader struct {
	// contains filtered or unexported fields
}

CombineOrganizationNetworksReader is a Reader for the CombineOrganizationNetworks structure.

func (*CombineOrganizationNetworksReader) ReadResponse

func (o *CombineOrganizationNetworksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type CreateOrganizationNetworkCreated

type CreateOrganizationNetworkCreated struct {
	Payload interface{}
}

CreateOrganizationNetworkCreated handles this case with default header values.

Successful operation

func NewCreateOrganizationNetworkCreated

func NewCreateOrganizationNetworkCreated() *CreateOrganizationNetworkCreated

NewCreateOrganizationNetworkCreated creates a CreateOrganizationNetworkCreated with default headers values

func (*CreateOrganizationNetworkCreated) Error

func (*CreateOrganizationNetworkCreated) GetPayload

func (o *CreateOrganizationNetworkCreated) GetPayload() interface{}

type CreateOrganizationNetworkParams

type CreateOrganizationNetworkParams struct {

	/*CreateOrganizationNetwork*/
	CreateOrganizationNetwork *models.CreateOrganizationNetwork
	/*OrganizationID*/
	OrganizationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

CreateOrganizationNetworkParams contains all the parameters to send to the API endpoint for the create organization network operation typically these are written to a http.Request

func NewCreateOrganizationNetworkParams

func NewCreateOrganizationNetworkParams() *CreateOrganizationNetworkParams

NewCreateOrganizationNetworkParams creates a new CreateOrganizationNetworkParams object with the default values initialized.

func NewCreateOrganizationNetworkParamsWithContext

func NewCreateOrganizationNetworkParamsWithContext(ctx context.Context) *CreateOrganizationNetworkParams

NewCreateOrganizationNetworkParamsWithContext creates a new CreateOrganizationNetworkParams object with the default values initialized, and the ability to set a context for a request

func NewCreateOrganizationNetworkParamsWithHTTPClient

func NewCreateOrganizationNetworkParamsWithHTTPClient(client *http.Client) *CreateOrganizationNetworkParams

NewCreateOrganizationNetworkParamsWithHTTPClient creates a new CreateOrganizationNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCreateOrganizationNetworkParamsWithTimeout

func NewCreateOrganizationNetworkParamsWithTimeout(timeout time.Duration) *CreateOrganizationNetworkParams

NewCreateOrganizationNetworkParamsWithTimeout creates a new CreateOrganizationNetworkParams object with the default values initialized, and the ability to set a timeout on a request

func (*CreateOrganizationNetworkParams) SetContext

func (o *CreateOrganizationNetworkParams) SetContext(ctx context.Context)

SetContext adds the context to the create organization network params

func (*CreateOrganizationNetworkParams) SetCreateOrganizationNetwork

func (o *CreateOrganizationNetworkParams) SetCreateOrganizationNetwork(createOrganizationNetwork *models.CreateOrganizationNetwork)

SetCreateOrganizationNetwork adds the createOrganizationNetwork to the create organization network params

func (*CreateOrganizationNetworkParams) SetHTTPClient

func (o *CreateOrganizationNetworkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the create organization network params

func (*CreateOrganizationNetworkParams) SetOrganizationID

func (o *CreateOrganizationNetworkParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the create organization network params

func (*CreateOrganizationNetworkParams) SetTimeout

func (o *CreateOrganizationNetworkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the create organization network params

func (*CreateOrganizationNetworkParams) WithContext

WithContext adds the context to the create organization network params

func (*CreateOrganizationNetworkParams) WithCreateOrganizationNetwork

func (o *CreateOrganizationNetworkParams) WithCreateOrganizationNetwork(createOrganizationNetwork *models.CreateOrganizationNetwork) *CreateOrganizationNetworkParams

WithCreateOrganizationNetwork adds the createOrganizationNetwork to the create organization network params

func (*CreateOrganizationNetworkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create organization network params

func (*CreateOrganizationNetworkParams) WithOrganizationID

func (o *CreateOrganizationNetworkParams) WithOrganizationID(organizationID string) *CreateOrganizationNetworkParams

WithOrganizationID adds the organizationID to the create organization network params

func (*CreateOrganizationNetworkParams) WithTimeout

WithTimeout adds the timeout to the create organization network params

func (*CreateOrganizationNetworkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrganizationNetworkReader

type CreateOrganizationNetworkReader struct {
	// contains filtered or unexported fields
}

CreateOrganizationNetworkReader is a Reader for the CreateOrganizationNetwork structure.

func (*CreateOrganizationNetworkReader) ReadResponse

func (o *CreateOrganizationNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type DeleteNetworkNoContent

type DeleteNetworkNoContent struct {
}

DeleteNetworkNoContent handles this case with default header values.

Successful operation

func NewDeleteNetworkNoContent

func NewDeleteNetworkNoContent() *DeleteNetworkNoContent

NewDeleteNetworkNoContent creates a DeleteNetworkNoContent with default headers values

func (*DeleteNetworkNoContent) Error

func (o *DeleteNetworkNoContent) Error() string

type DeleteNetworkParams

type DeleteNetworkParams struct {

	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

DeleteNetworkParams contains all the parameters to send to the API endpoint for the delete network operation typically these are written to a http.Request

func NewDeleteNetworkParams

func NewDeleteNetworkParams() *DeleteNetworkParams

NewDeleteNetworkParams creates a new DeleteNetworkParams object with the default values initialized.

func NewDeleteNetworkParamsWithContext

func NewDeleteNetworkParamsWithContext(ctx context.Context) *DeleteNetworkParams

NewDeleteNetworkParamsWithContext creates a new DeleteNetworkParams object with the default values initialized, and the ability to set a context for a request

func NewDeleteNetworkParamsWithHTTPClient

func NewDeleteNetworkParamsWithHTTPClient(client *http.Client) *DeleteNetworkParams

NewDeleteNetworkParamsWithHTTPClient creates a new DeleteNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDeleteNetworkParamsWithTimeout

func NewDeleteNetworkParamsWithTimeout(timeout time.Duration) *DeleteNetworkParams

NewDeleteNetworkParamsWithTimeout creates a new DeleteNetworkParams object with the default values initialized, and the ability to set a timeout on a request

func (*DeleteNetworkParams) SetContext

func (o *DeleteNetworkParams) SetContext(ctx context.Context)

SetContext adds the context to the delete network params

func (*DeleteNetworkParams) SetHTTPClient

func (o *DeleteNetworkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the delete network params

func (*DeleteNetworkParams) SetNetworkID

func (o *DeleteNetworkParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the delete network params

func (*DeleteNetworkParams) SetTimeout

func (o *DeleteNetworkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the delete network params

func (*DeleteNetworkParams) WithContext

WithContext adds the context to the delete network params

func (*DeleteNetworkParams) WithHTTPClient

func (o *DeleteNetworkParams) WithHTTPClient(client *http.Client) *DeleteNetworkParams

WithHTTPClient adds the HTTPClient to the delete network params

func (*DeleteNetworkParams) WithNetworkID

func (o *DeleteNetworkParams) WithNetworkID(networkID string) *DeleteNetworkParams

WithNetworkID adds the networkID to the delete network params

func (*DeleteNetworkParams) WithTimeout

func (o *DeleteNetworkParams) WithTimeout(timeout time.Duration) *DeleteNetworkParams

WithTimeout adds the timeout to the delete network params

func (*DeleteNetworkParams) WriteToRequest

func (o *DeleteNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type DeleteNetworkReader

type DeleteNetworkReader struct {
	// contains filtered or unexported fields
}

DeleteNetworkReader is a Reader for the DeleteNetwork structure.

func (*DeleteNetworkReader) ReadResponse

func (o *DeleteNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkAccessPoliciesOK

type GetNetworkAccessPoliciesOK struct {
	Payload interface{}
}

GetNetworkAccessPoliciesOK handles this case with default header values.

Successful operation

func NewGetNetworkAccessPoliciesOK

func NewGetNetworkAccessPoliciesOK() *GetNetworkAccessPoliciesOK

NewGetNetworkAccessPoliciesOK creates a GetNetworkAccessPoliciesOK with default headers values

func (*GetNetworkAccessPoliciesOK) Error

func (*GetNetworkAccessPoliciesOK) GetPayload

func (o *GetNetworkAccessPoliciesOK) GetPayload() interface{}

type GetNetworkAccessPoliciesParams

type GetNetworkAccessPoliciesParams struct {

	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkAccessPoliciesParams contains all the parameters to send to the API endpoint for the get network access policies operation typically these are written to a http.Request

func NewGetNetworkAccessPoliciesParams

func NewGetNetworkAccessPoliciesParams() *GetNetworkAccessPoliciesParams

NewGetNetworkAccessPoliciesParams creates a new GetNetworkAccessPoliciesParams object with the default values initialized.

func NewGetNetworkAccessPoliciesParamsWithContext

func NewGetNetworkAccessPoliciesParamsWithContext(ctx context.Context) *GetNetworkAccessPoliciesParams

NewGetNetworkAccessPoliciesParamsWithContext creates a new GetNetworkAccessPoliciesParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkAccessPoliciesParamsWithHTTPClient

func NewGetNetworkAccessPoliciesParamsWithHTTPClient(client *http.Client) *GetNetworkAccessPoliciesParams

NewGetNetworkAccessPoliciesParamsWithHTTPClient creates a new GetNetworkAccessPoliciesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkAccessPoliciesParamsWithTimeout

func NewGetNetworkAccessPoliciesParamsWithTimeout(timeout time.Duration) *GetNetworkAccessPoliciesParams

NewGetNetworkAccessPoliciesParamsWithTimeout creates a new GetNetworkAccessPoliciesParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkAccessPoliciesParams) SetContext

func (o *GetNetworkAccessPoliciesParams) SetContext(ctx context.Context)

SetContext adds the context to the get network access policies params

func (*GetNetworkAccessPoliciesParams) SetHTTPClient

func (o *GetNetworkAccessPoliciesParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network access policies params

func (*GetNetworkAccessPoliciesParams) SetNetworkID

func (o *GetNetworkAccessPoliciesParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network access policies params

func (*GetNetworkAccessPoliciesParams) SetTimeout

func (o *GetNetworkAccessPoliciesParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network access policies params

func (*GetNetworkAccessPoliciesParams) WithContext

WithContext adds the context to the get network access policies params

func (*GetNetworkAccessPoliciesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network access policies params

func (*GetNetworkAccessPoliciesParams) WithNetworkID

WithNetworkID adds the networkID to the get network access policies params

func (*GetNetworkAccessPoliciesParams) WithTimeout

WithTimeout adds the timeout to the get network access policies params

func (*GetNetworkAccessPoliciesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkAccessPoliciesReader

type GetNetworkAccessPoliciesReader struct {
	// contains filtered or unexported fields
}

GetNetworkAccessPoliciesReader is a Reader for the GetNetworkAccessPolicies structure.

func (*GetNetworkAccessPoliciesReader) ReadResponse

func (o *GetNetworkAccessPoliciesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkAirMarshalOK

type GetNetworkAirMarshalOK struct {
	Payload interface{}
}

GetNetworkAirMarshalOK handles this case with default header values.

Successful operation

func NewGetNetworkAirMarshalOK

func NewGetNetworkAirMarshalOK() *GetNetworkAirMarshalOK

NewGetNetworkAirMarshalOK creates a GetNetworkAirMarshalOK with default headers values

func (*GetNetworkAirMarshalOK) Error

func (o *GetNetworkAirMarshalOK) Error() string

func (*GetNetworkAirMarshalOK) GetPayload

func (o *GetNetworkAirMarshalOK) GetPayload() interface{}

type GetNetworkAirMarshalParams

type GetNetworkAirMarshalParams struct {

	/*NetworkID*/
	NetworkID string
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 31 days from today.

	*/
	T0 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 31 days. The default is 7 days.

	*/
	Timespan *float64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkAirMarshalParams contains all the parameters to send to the API endpoint for the get network air marshal operation typically these are written to a http.Request

func NewGetNetworkAirMarshalParams

func NewGetNetworkAirMarshalParams() *GetNetworkAirMarshalParams

NewGetNetworkAirMarshalParams creates a new GetNetworkAirMarshalParams object with the default values initialized.

func NewGetNetworkAirMarshalParamsWithContext

func NewGetNetworkAirMarshalParamsWithContext(ctx context.Context) *GetNetworkAirMarshalParams

NewGetNetworkAirMarshalParamsWithContext creates a new GetNetworkAirMarshalParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkAirMarshalParamsWithHTTPClient

func NewGetNetworkAirMarshalParamsWithHTTPClient(client *http.Client) *GetNetworkAirMarshalParams

NewGetNetworkAirMarshalParamsWithHTTPClient creates a new GetNetworkAirMarshalParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkAirMarshalParamsWithTimeout

func NewGetNetworkAirMarshalParamsWithTimeout(timeout time.Duration) *GetNetworkAirMarshalParams

NewGetNetworkAirMarshalParamsWithTimeout creates a new GetNetworkAirMarshalParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkAirMarshalParams) SetContext

func (o *GetNetworkAirMarshalParams) SetContext(ctx context.Context)

SetContext adds the context to the get network air marshal params

func (*GetNetworkAirMarshalParams) SetHTTPClient

func (o *GetNetworkAirMarshalParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network air marshal params

func (*GetNetworkAirMarshalParams) SetNetworkID

func (o *GetNetworkAirMarshalParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network air marshal params

func (*GetNetworkAirMarshalParams) SetT0

func (o *GetNetworkAirMarshalParams) SetT0(t0 *string)

SetT0 adds the t0 to the get network air marshal params

func (*GetNetworkAirMarshalParams) SetTimeout

func (o *GetNetworkAirMarshalParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network air marshal params

func (*GetNetworkAirMarshalParams) SetTimespan

func (o *GetNetworkAirMarshalParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network air marshal params

func (*GetNetworkAirMarshalParams) WithContext

WithContext adds the context to the get network air marshal params

func (*GetNetworkAirMarshalParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network air marshal params

func (*GetNetworkAirMarshalParams) WithNetworkID

func (o *GetNetworkAirMarshalParams) WithNetworkID(networkID string) *GetNetworkAirMarshalParams

WithNetworkID adds the networkID to the get network air marshal params

func (*GetNetworkAirMarshalParams) WithT0

WithT0 adds the t0 to the get network air marshal params

func (*GetNetworkAirMarshalParams) WithTimeout

WithTimeout adds the timeout to the get network air marshal params

func (*GetNetworkAirMarshalParams) WithTimespan

WithTimespan adds the timespan to the get network air marshal params

func (*GetNetworkAirMarshalParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkAirMarshalReader

type GetNetworkAirMarshalReader struct {
	// contains filtered or unexported fields
}

GetNetworkAirMarshalReader is a Reader for the GetNetworkAirMarshal structure.

func (*GetNetworkAirMarshalReader) ReadResponse

func (o *GetNetworkAirMarshalReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkOK

type GetNetworkOK struct {
	Payload interface{}
}

GetNetworkOK handles this case with default header values.

Successful operation

func NewGetNetworkOK

func NewGetNetworkOK() *GetNetworkOK

NewGetNetworkOK creates a GetNetworkOK with default headers values

func (*GetNetworkOK) Error

func (o *GetNetworkOK) Error() string

func (*GetNetworkOK) GetPayload

func (o *GetNetworkOK) GetPayload() interface{}

type GetNetworkParams

type GetNetworkParams struct {

	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkParams contains all the parameters to send to the API endpoint for the get network operation typically these are written to a http.Request

func NewGetNetworkParams

func NewGetNetworkParams() *GetNetworkParams

NewGetNetworkParams creates a new GetNetworkParams object with the default values initialized.

func NewGetNetworkParamsWithContext

func NewGetNetworkParamsWithContext(ctx context.Context) *GetNetworkParams

NewGetNetworkParamsWithContext creates a new GetNetworkParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkParamsWithHTTPClient

func NewGetNetworkParamsWithHTTPClient(client *http.Client) *GetNetworkParams

NewGetNetworkParamsWithHTTPClient creates a new GetNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkParamsWithTimeout

func NewGetNetworkParamsWithTimeout(timeout time.Duration) *GetNetworkParams

NewGetNetworkParamsWithTimeout creates a new GetNetworkParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkParams) SetContext

func (o *GetNetworkParams) SetContext(ctx context.Context)

SetContext adds the context to the get network params

func (*GetNetworkParams) SetHTTPClient

func (o *GetNetworkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network params

func (*GetNetworkParams) SetNetworkID

func (o *GetNetworkParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network params

func (*GetNetworkParams) SetTimeout

func (o *GetNetworkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network params

func (*GetNetworkParams) WithContext

func (o *GetNetworkParams) WithContext(ctx context.Context) *GetNetworkParams

WithContext adds the context to the get network params

func (*GetNetworkParams) WithHTTPClient

func (o *GetNetworkParams) WithHTTPClient(client *http.Client) *GetNetworkParams

WithHTTPClient adds the HTTPClient to the get network params

func (*GetNetworkParams) WithNetworkID

func (o *GetNetworkParams) WithNetworkID(networkID string) *GetNetworkParams

WithNetworkID adds the networkID to the get network params

func (*GetNetworkParams) WithTimeout

func (o *GetNetworkParams) WithTimeout(timeout time.Duration) *GetNetworkParams

WithTimeout adds the timeout to the get network params

func (*GetNetworkParams) WriteToRequest

func (o *GetNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNetworkReader

type GetNetworkReader struct {
	// contains filtered or unexported fields
}

GetNetworkReader is a Reader for the GetNetwork structure.

func (*GetNetworkReader) ReadResponse

func (o *GetNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkSiteToSiteVpnOK

type GetNetworkSiteToSiteVpnOK struct {
	Payload interface{}
}

GetNetworkSiteToSiteVpnOK handles this case with default header values.

Successful operation

func NewGetNetworkSiteToSiteVpnOK

func NewGetNetworkSiteToSiteVpnOK() *GetNetworkSiteToSiteVpnOK

NewGetNetworkSiteToSiteVpnOK creates a GetNetworkSiteToSiteVpnOK with default headers values

func (*GetNetworkSiteToSiteVpnOK) Error

func (o *GetNetworkSiteToSiteVpnOK) Error() string

func (*GetNetworkSiteToSiteVpnOK) GetPayload

func (o *GetNetworkSiteToSiteVpnOK) GetPayload() interface{}

type GetNetworkSiteToSiteVpnParams

type GetNetworkSiteToSiteVpnParams struct {

	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkSiteToSiteVpnParams contains all the parameters to send to the API endpoint for the get network site to site vpn operation typically these are written to a http.Request

func NewGetNetworkSiteToSiteVpnParams

func NewGetNetworkSiteToSiteVpnParams() *GetNetworkSiteToSiteVpnParams

NewGetNetworkSiteToSiteVpnParams creates a new GetNetworkSiteToSiteVpnParams object with the default values initialized.

func NewGetNetworkSiteToSiteVpnParamsWithContext

func NewGetNetworkSiteToSiteVpnParamsWithContext(ctx context.Context) *GetNetworkSiteToSiteVpnParams

NewGetNetworkSiteToSiteVpnParamsWithContext creates a new GetNetworkSiteToSiteVpnParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkSiteToSiteVpnParamsWithHTTPClient

func NewGetNetworkSiteToSiteVpnParamsWithHTTPClient(client *http.Client) *GetNetworkSiteToSiteVpnParams

NewGetNetworkSiteToSiteVpnParamsWithHTTPClient creates a new GetNetworkSiteToSiteVpnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkSiteToSiteVpnParamsWithTimeout

func NewGetNetworkSiteToSiteVpnParamsWithTimeout(timeout time.Duration) *GetNetworkSiteToSiteVpnParams

NewGetNetworkSiteToSiteVpnParamsWithTimeout creates a new GetNetworkSiteToSiteVpnParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkSiteToSiteVpnParams) SetContext

func (o *GetNetworkSiteToSiteVpnParams) SetContext(ctx context.Context)

SetContext adds the context to the get network site to site vpn params

func (*GetNetworkSiteToSiteVpnParams) SetHTTPClient

func (o *GetNetworkSiteToSiteVpnParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network site to site vpn params

func (*GetNetworkSiteToSiteVpnParams) SetNetworkID

func (o *GetNetworkSiteToSiteVpnParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network site to site vpn params

func (*GetNetworkSiteToSiteVpnParams) SetTimeout

func (o *GetNetworkSiteToSiteVpnParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network site to site vpn params

func (*GetNetworkSiteToSiteVpnParams) WithContext

WithContext adds the context to the get network site to site vpn params

func (*GetNetworkSiteToSiteVpnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get network site to site vpn params

func (*GetNetworkSiteToSiteVpnParams) WithNetworkID

WithNetworkID adds the networkID to the get network site to site vpn params

func (*GetNetworkSiteToSiteVpnParams) WithTimeout

WithTimeout adds the timeout to the get network site to site vpn params

func (*GetNetworkSiteToSiteVpnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkSiteToSiteVpnReader

type GetNetworkSiteToSiteVpnReader struct {
	// contains filtered or unexported fields
}

GetNetworkSiteToSiteVpnReader is a Reader for the GetNetworkSiteToSiteVpn structure.

func (*GetNetworkSiteToSiteVpnReader) ReadResponse

func (o *GetNetworkSiteToSiteVpnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetNetworkTrafficOK

type GetNetworkTrafficOK struct {
	Payload interface{}
}

GetNetworkTrafficOK handles this case with default header values.

Successful operation

func NewGetNetworkTrafficOK

func NewGetNetworkTrafficOK() *GetNetworkTrafficOK

NewGetNetworkTrafficOK creates a GetNetworkTrafficOK with default headers values

func (*GetNetworkTrafficOK) Error

func (o *GetNetworkTrafficOK) Error() string

func (*GetNetworkTrafficOK) GetPayload

func (o *GetNetworkTrafficOK) GetPayload() interface{}

type GetNetworkTrafficParams

type GetNetworkTrafficParams struct {

	/*DeviceType
	    Filter the data by device type: combined (default), wireless, switch, appliance.
	  When using combined, for each rule the data will come from the device type with the most usage.


	*/
	DeviceType *string
	/*NetworkID*/
	NetworkID string
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 30 days from today.

	*/
	T0 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameter t0. The value must be in seconds and be less than or equal to 30 days.

	*/
	Timespan *float64

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetNetworkTrafficParams contains all the parameters to send to the API endpoint for the get network traffic operation typically these are written to a http.Request

func NewGetNetworkTrafficParams

func NewGetNetworkTrafficParams() *GetNetworkTrafficParams

NewGetNetworkTrafficParams creates a new GetNetworkTrafficParams object with the default values initialized.

func NewGetNetworkTrafficParamsWithContext

func NewGetNetworkTrafficParamsWithContext(ctx context.Context) *GetNetworkTrafficParams

NewGetNetworkTrafficParamsWithContext creates a new GetNetworkTrafficParams object with the default values initialized, and the ability to set a context for a request

func NewGetNetworkTrafficParamsWithHTTPClient

func NewGetNetworkTrafficParamsWithHTTPClient(client *http.Client) *GetNetworkTrafficParams

NewGetNetworkTrafficParamsWithHTTPClient creates a new GetNetworkTrafficParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetNetworkTrafficParamsWithTimeout

func NewGetNetworkTrafficParamsWithTimeout(timeout time.Duration) *GetNetworkTrafficParams

NewGetNetworkTrafficParamsWithTimeout creates a new GetNetworkTrafficParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetNetworkTrafficParams) SetContext

func (o *GetNetworkTrafficParams) SetContext(ctx context.Context)

SetContext adds the context to the get network traffic params

func (*GetNetworkTrafficParams) SetDeviceType

func (o *GetNetworkTrafficParams) SetDeviceType(deviceType *string)

SetDeviceType adds the deviceType to the get network traffic params

func (*GetNetworkTrafficParams) SetHTTPClient

func (o *GetNetworkTrafficParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get network traffic params

func (*GetNetworkTrafficParams) SetNetworkID

func (o *GetNetworkTrafficParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the get network traffic params

func (*GetNetworkTrafficParams) SetT0

func (o *GetNetworkTrafficParams) SetT0(t0 *string)

SetT0 adds the t0 to the get network traffic params

func (*GetNetworkTrafficParams) SetTimeout

func (o *GetNetworkTrafficParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get network traffic params

func (*GetNetworkTrafficParams) SetTimespan

func (o *GetNetworkTrafficParams) SetTimespan(timespan *float64)

SetTimespan adds the timespan to the get network traffic params

func (*GetNetworkTrafficParams) WithContext

WithContext adds the context to the get network traffic params

func (*GetNetworkTrafficParams) WithDeviceType

func (o *GetNetworkTrafficParams) WithDeviceType(deviceType *string) *GetNetworkTrafficParams

WithDeviceType adds the deviceType to the get network traffic params

func (*GetNetworkTrafficParams) WithHTTPClient

func (o *GetNetworkTrafficParams) WithHTTPClient(client *http.Client) *GetNetworkTrafficParams

WithHTTPClient adds the HTTPClient to the get network traffic params

func (*GetNetworkTrafficParams) WithNetworkID

func (o *GetNetworkTrafficParams) WithNetworkID(networkID string) *GetNetworkTrafficParams

WithNetworkID adds the networkID to the get network traffic params

func (*GetNetworkTrafficParams) WithT0

WithT0 adds the t0 to the get network traffic params

func (*GetNetworkTrafficParams) WithTimeout

WithTimeout adds the timeout to the get network traffic params

func (*GetNetworkTrafficParams) WithTimespan

func (o *GetNetworkTrafficParams) WithTimespan(timespan *float64) *GetNetworkTrafficParams

WithTimespan adds the timespan to the get network traffic params

func (*GetNetworkTrafficParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetNetworkTrafficReader

type GetNetworkTrafficReader struct {
	// contains filtered or unexported fields
}

GetNetworkTrafficReader is a Reader for the GetNetworkTraffic structure.

func (*GetNetworkTrafficReader) ReadResponse

func (o *GetNetworkTrafficReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type GetOrganizationNetworksOK

type GetOrganizationNetworksOK struct {
	Payload interface{}
}

GetOrganizationNetworksOK handles this case with default header values.

Successful operation

func NewGetOrganizationNetworksOK

func NewGetOrganizationNetworksOK() *GetOrganizationNetworksOK

NewGetOrganizationNetworksOK creates a GetOrganizationNetworksOK with default headers values

func (*GetOrganizationNetworksOK) Error

func (o *GetOrganizationNetworksOK) Error() string

func (*GetOrganizationNetworksOK) GetPayload

func (o *GetOrganizationNetworksOK) GetPayload() interface{}

type GetOrganizationNetworksParams

type GetOrganizationNetworksParams struct {

	/*ConfigTemplateID
	  An optional parameter that is the ID of a config template. Will return all networks bound to that template.

	*/
	ConfigTemplateID *string
	/*OrganizationID*/
	OrganizationID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetOrganizationNetworksParams contains all the parameters to send to the API endpoint for the get organization networks operation typically these are written to a http.Request

func NewGetOrganizationNetworksParams

func NewGetOrganizationNetworksParams() *GetOrganizationNetworksParams

NewGetOrganizationNetworksParams creates a new GetOrganizationNetworksParams object with the default values initialized.

func NewGetOrganizationNetworksParamsWithContext

func NewGetOrganizationNetworksParamsWithContext(ctx context.Context) *GetOrganizationNetworksParams

NewGetOrganizationNetworksParamsWithContext creates a new GetOrganizationNetworksParams object with the default values initialized, and the ability to set a context for a request

func NewGetOrganizationNetworksParamsWithHTTPClient

func NewGetOrganizationNetworksParamsWithHTTPClient(client *http.Client) *GetOrganizationNetworksParams

NewGetOrganizationNetworksParamsWithHTTPClient creates a new GetOrganizationNetworksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewGetOrganizationNetworksParamsWithTimeout

func NewGetOrganizationNetworksParamsWithTimeout(timeout time.Duration) *GetOrganizationNetworksParams

NewGetOrganizationNetworksParamsWithTimeout creates a new GetOrganizationNetworksParams object with the default values initialized, and the ability to set a timeout on a request

func (*GetOrganizationNetworksParams) SetConfigTemplateID

func (o *GetOrganizationNetworksParams) SetConfigTemplateID(configTemplateID *string)

SetConfigTemplateID adds the configTemplateId to the get organization networks params

func (*GetOrganizationNetworksParams) SetContext

func (o *GetOrganizationNetworksParams) SetContext(ctx context.Context)

SetContext adds the context to the get organization networks params

func (*GetOrganizationNetworksParams) SetHTTPClient

func (o *GetOrganizationNetworksParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the get organization networks params

func (*GetOrganizationNetworksParams) SetOrganizationID

func (o *GetOrganizationNetworksParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization networks params

func (*GetOrganizationNetworksParams) SetTimeout

func (o *GetOrganizationNetworksParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the get organization networks params

func (*GetOrganizationNetworksParams) WithConfigTemplateID

func (o *GetOrganizationNetworksParams) WithConfigTemplateID(configTemplateID *string) *GetOrganizationNetworksParams

WithConfigTemplateID adds the configTemplateID to the get organization networks params

func (*GetOrganizationNetworksParams) WithContext

WithContext adds the context to the get organization networks params

func (*GetOrganizationNetworksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization networks params

func (*GetOrganizationNetworksParams) WithOrganizationID

func (o *GetOrganizationNetworksParams) WithOrganizationID(organizationID string) *GetOrganizationNetworksParams

WithOrganizationID adds the organizationID to the get organization networks params

func (*GetOrganizationNetworksParams) WithTimeout

WithTimeout adds the timeout to the get organization networks params

func (*GetOrganizationNetworksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationNetworksReader

type GetOrganizationNetworksReader struct {
	// contains filtered or unexported fields
}

GetOrganizationNetworksReader is a Reader for the GetOrganizationNetworks structure.

func (*GetOrganizationNetworksReader) ReadResponse

func (o *GetOrganizationNetworksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type SplitNetworkOK

type SplitNetworkOK struct {
	Payload interface{}
}

SplitNetworkOK handles this case with default header values.

Successful operation

func NewSplitNetworkOK

func NewSplitNetworkOK() *SplitNetworkOK

NewSplitNetworkOK creates a SplitNetworkOK with default headers values

func (*SplitNetworkOK) Error

func (o *SplitNetworkOK) Error() string

func (*SplitNetworkOK) GetPayload

func (o *SplitNetworkOK) GetPayload() interface{}

type SplitNetworkParams

type SplitNetworkParams struct {

	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

SplitNetworkParams contains all the parameters to send to the API endpoint for the split network operation typically these are written to a http.Request

func NewSplitNetworkParams

func NewSplitNetworkParams() *SplitNetworkParams

NewSplitNetworkParams creates a new SplitNetworkParams object with the default values initialized.

func NewSplitNetworkParamsWithContext

func NewSplitNetworkParamsWithContext(ctx context.Context) *SplitNetworkParams

NewSplitNetworkParamsWithContext creates a new SplitNetworkParams object with the default values initialized, and the ability to set a context for a request

func NewSplitNetworkParamsWithHTTPClient

func NewSplitNetworkParamsWithHTTPClient(client *http.Client) *SplitNetworkParams

NewSplitNetworkParamsWithHTTPClient creates a new SplitNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewSplitNetworkParamsWithTimeout

func NewSplitNetworkParamsWithTimeout(timeout time.Duration) *SplitNetworkParams

NewSplitNetworkParamsWithTimeout creates a new SplitNetworkParams object with the default values initialized, and the ability to set a timeout on a request

func (*SplitNetworkParams) SetContext

func (o *SplitNetworkParams) SetContext(ctx context.Context)

SetContext adds the context to the split network params

func (*SplitNetworkParams) SetHTTPClient

func (o *SplitNetworkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the split network params

func (*SplitNetworkParams) SetNetworkID

func (o *SplitNetworkParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the split network params

func (*SplitNetworkParams) SetTimeout

func (o *SplitNetworkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the split network params

func (*SplitNetworkParams) WithContext

WithContext adds the context to the split network params

func (*SplitNetworkParams) WithHTTPClient

func (o *SplitNetworkParams) WithHTTPClient(client *http.Client) *SplitNetworkParams

WithHTTPClient adds the HTTPClient to the split network params

func (*SplitNetworkParams) WithNetworkID

func (o *SplitNetworkParams) WithNetworkID(networkID string) *SplitNetworkParams

WithNetworkID adds the networkID to the split network params

func (*SplitNetworkParams) WithTimeout

func (o *SplitNetworkParams) WithTimeout(timeout time.Duration) *SplitNetworkParams

WithTimeout adds the timeout to the split network params

func (*SplitNetworkParams) WriteToRequest

func (o *SplitNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type SplitNetworkReader

type SplitNetworkReader struct {
	// contains filtered or unexported fields
}

SplitNetworkReader is a Reader for the SplitNetwork structure.

func (*SplitNetworkReader) ReadResponse

func (o *SplitNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UnbindNetworkOK

type UnbindNetworkOK struct {
}

UnbindNetworkOK handles this case with default header values.

Successful operation

func NewUnbindNetworkOK

func NewUnbindNetworkOK() *UnbindNetworkOK

NewUnbindNetworkOK creates a UnbindNetworkOK with default headers values

func (*UnbindNetworkOK) Error

func (o *UnbindNetworkOK) Error() string

type UnbindNetworkParams

type UnbindNetworkParams struct {

	/*NetworkID*/
	NetworkID string

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UnbindNetworkParams contains all the parameters to send to the API endpoint for the unbind network operation typically these are written to a http.Request

func NewUnbindNetworkParams

func NewUnbindNetworkParams() *UnbindNetworkParams

NewUnbindNetworkParams creates a new UnbindNetworkParams object with the default values initialized.

func NewUnbindNetworkParamsWithContext

func NewUnbindNetworkParamsWithContext(ctx context.Context) *UnbindNetworkParams

NewUnbindNetworkParamsWithContext creates a new UnbindNetworkParams object with the default values initialized, and the ability to set a context for a request

func NewUnbindNetworkParamsWithHTTPClient

func NewUnbindNetworkParamsWithHTTPClient(client *http.Client) *UnbindNetworkParams

NewUnbindNetworkParamsWithHTTPClient creates a new UnbindNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUnbindNetworkParamsWithTimeout

func NewUnbindNetworkParamsWithTimeout(timeout time.Duration) *UnbindNetworkParams

NewUnbindNetworkParamsWithTimeout creates a new UnbindNetworkParams object with the default values initialized, and the ability to set a timeout on a request

func (*UnbindNetworkParams) SetContext

func (o *UnbindNetworkParams) SetContext(ctx context.Context)

SetContext adds the context to the unbind network params

func (*UnbindNetworkParams) SetHTTPClient

func (o *UnbindNetworkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the unbind network params

func (*UnbindNetworkParams) SetNetworkID

func (o *UnbindNetworkParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the unbind network params

func (*UnbindNetworkParams) SetTimeout

func (o *UnbindNetworkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the unbind network params

func (*UnbindNetworkParams) WithContext

WithContext adds the context to the unbind network params

func (*UnbindNetworkParams) WithHTTPClient

func (o *UnbindNetworkParams) WithHTTPClient(client *http.Client) *UnbindNetworkParams

WithHTTPClient adds the HTTPClient to the unbind network params

func (*UnbindNetworkParams) WithNetworkID

func (o *UnbindNetworkParams) WithNetworkID(networkID string) *UnbindNetworkParams

WithNetworkID adds the networkID to the unbind network params

func (*UnbindNetworkParams) WithTimeout

func (o *UnbindNetworkParams) WithTimeout(timeout time.Duration) *UnbindNetworkParams

WithTimeout adds the timeout to the unbind network params

func (*UnbindNetworkParams) WriteToRequest

func (o *UnbindNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UnbindNetworkReader

type UnbindNetworkReader struct {
	// contains filtered or unexported fields
}

UnbindNetworkReader is a Reader for the UnbindNetwork structure.

func (*UnbindNetworkReader) ReadResponse

func (o *UnbindNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateNetworkOK

type UpdateNetworkOK struct {
	Payload interface{}
}

UpdateNetworkOK handles this case with default header values.

Successful operation

func NewUpdateNetworkOK

func NewUpdateNetworkOK() *UpdateNetworkOK

NewUpdateNetworkOK creates a UpdateNetworkOK with default headers values

func (*UpdateNetworkOK) Error

func (o *UpdateNetworkOK) Error() string

func (*UpdateNetworkOK) GetPayload

func (o *UpdateNetworkOK) GetPayload() interface{}

type UpdateNetworkParams

type UpdateNetworkParams struct {

	/*NetworkID*/
	NetworkID string
	/*UpdateNetwork*/
	UpdateNetwork *models.UpdateNetwork

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateNetworkParams contains all the parameters to send to the API endpoint for the update network operation typically these are written to a http.Request

func NewUpdateNetworkParams

func NewUpdateNetworkParams() *UpdateNetworkParams

NewUpdateNetworkParams creates a new UpdateNetworkParams object with the default values initialized.

func NewUpdateNetworkParamsWithContext

func NewUpdateNetworkParamsWithContext(ctx context.Context) *UpdateNetworkParams

NewUpdateNetworkParamsWithContext creates a new UpdateNetworkParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateNetworkParamsWithHTTPClient

func NewUpdateNetworkParamsWithHTTPClient(client *http.Client) *UpdateNetworkParams

NewUpdateNetworkParamsWithHTTPClient creates a new UpdateNetworkParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateNetworkParamsWithTimeout

func NewUpdateNetworkParamsWithTimeout(timeout time.Duration) *UpdateNetworkParams

NewUpdateNetworkParamsWithTimeout creates a new UpdateNetworkParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateNetworkParams) SetContext

func (o *UpdateNetworkParams) SetContext(ctx context.Context)

SetContext adds the context to the update network params

func (*UpdateNetworkParams) SetHTTPClient

func (o *UpdateNetworkParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update network params

func (*UpdateNetworkParams) SetNetworkID

func (o *UpdateNetworkParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network params

func (*UpdateNetworkParams) SetTimeout

func (o *UpdateNetworkParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update network params

func (*UpdateNetworkParams) SetUpdateNetwork

func (o *UpdateNetworkParams) SetUpdateNetwork(updateNetwork *models.UpdateNetwork)

SetUpdateNetwork adds the updateNetwork to the update network params

func (*UpdateNetworkParams) WithContext

WithContext adds the context to the update network params

func (*UpdateNetworkParams) WithHTTPClient

func (o *UpdateNetworkParams) WithHTTPClient(client *http.Client) *UpdateNetworkParams

WithHTTPClient adds the HTTPClient to the update network params

func (*UpdateNetworkParams) WithNetworkID

func (o *UpdateNetworkParams) WithNetworkID(networkID string) *UpdateNetworkParams

WithNetworkID adds the networkID to the update network params

func (*UpdateNetworkParams) WithTimeout

func (o *UpdateNetworkParams) WithTimeout(timeout time.Duration) *UpdateNetworkParams

WithTimeout adds the timeout to the update network params

func (*UpdateNetworkParams) WithUpdateNetwork

func (o *UpdateNetworkParams) WithUpdateNetwork(updateNetwork *models.UpdateNetwork) *UpdateNetworkParams

WithUpdateNetwork adds the updateNetwork to the update network params

func (*UpdateNetworkParams) WriteToRequest

func (o *UpdateNetworkParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type UpdateNetworkReader

type UpdateNetworkReader struct {
	// contains filtered or unexported fields
}

UpdateNetworkReader is a Reader for the UpdateNetwork structure.

func (*UpdateNetworkReader) ReadResponse

func (o *UpdateNetworkReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

type UpdateNetworkSiteToSiteVpnOK

type UpdateNetworkSiteToSiteVpnOK struct {
	Payload interface{}
}

UpdateNetworkSiteToSiteVpnOK handles this case with default header values.

Successful operation

func NewUpdateNetworkSiteToSiteVpnOK

func NewUpdateNetworkSiteToSiteVpnOK() *UpdateNetworkSiteToSiteVpnOK

NewUpdateNetworkSiteToSiteVpnOK creates a UpdateNetworkSiteToSiteVpnOK with default headers values

func (*UpdateNetworkSiteToSiteVpnOK) Error

func (*UpdateNetworkSiteToSiteVpnOK) GetPayload

func (o *UpdateNetworkSiteToSiteVpnOK) GetPayload() interface{}

type UpdateNetworkSiteToSiteVpnParams

type UpdateNetworkSiteToSiteVpnParams struct {

	/*NetworkID*/
	NetworkID string
	/*UpdateNetworkSiteToSiteVpn*/
	UpdateNetworkSiteToSiteVpn *models.UpdateNetworkSiteToSiteVpn

	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

UpdateNetworkSiteToSiteVpnParams contains all the parameters to send to the API endpoint for the update network site to site vpn operation typically these are written to a http.Request

func NewUpdateNetworkSiteToSiteVpnParams

func NewUpdateNetworkSiteToSiteVpnParams() *UpdateNetworkSiteToSiteVpnParams

NewUpdateNetworkSiteToSiteVpnParams creates a new UpdateNetworkSiteToSiteVpnParams object with the default values initialized.

func NewUpdateNetworkSiteToSiteVpnParamsWithContext

func NewUpdateNetworkSiteToSiteVpnParamsWithContext(ctx context.Context) *UpdateNetworkSiteToSiteVpnParams

NewUpdateNetworkSiteToSiteVpnParamsWithContext creates a new UpdateNetworkSiteToSiteVpnParams object with the default values initialized, and the ability to set a context for a request

func NewUpdateNetworkSiteToSiteVpnParamsWithHTTPClient

func NewUpdateNetworkSiteToSiteVpnParamsWithHTTPClient(client *http.Client) *UpdateNetworkSiteToSiteVpnParams

NewUpdateNetworkSiteToSiteVpnParamsWithHTTPClient creates a new UpdateNetworkSiteToSiteVpnParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewUpdateNetworkSiteToSiteVpnParamsWithTimeout

func NewUpdateNetworkSiteToSiteVpnParamsWithTimeout(timeout time.Duration) *UpdateNetworkSiteToSiteVpnParams

NewUpdateNetworkSiteToSiteVpnParamsWithTimeout creates a new UpdateNetworkSiteToSiteVpnParams object with the default values initialized, and the ability to set a timeout on a request

func (*UpdateNetworkSiteToSiteVpnParams) SetContext

SetContext adds the context to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) SetHTTPClient

func (o *UpdateNetworkSiteToSiteVpnParams) SetHTTPClient(client *http.Client)

SetHTTPClient adds the HTTPClient to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) SetNetworkID

func (o *UpdateNetworkSiteToSiteVpnParams) SetNetworkID(networkID string)

SetNetworkID adds the networkId to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) SetTimeout

func (o *UpdateNetworkSiteToSiteVpnParams) SetTimeout(timeout time.Duration)

SetTimeout adds the timeout to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) SetUpdateNetworkSiteToSiteVpn

func (o *UpdateNetworkSiteToSiteVpnParams) SetUpdateNetworkSiteToSiteVpn(updateNetworkSiteToSiteVpn *models.UpdateNetworkSiteToSiteVpn)

SetUpdateNetworkSiteToSiteVpn adds the updateNetworkSiteToSiteVpn to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) WithContext

WithContext adds the context to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) WithNetworkID

WithNetworkID adds the networkID to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) WithTimeout

WithTimeout adds the timeout to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) WithUpdateNetworkSiteToSiteVpn

func (o *UpdateNetworkSiteToSiteVpnParams) WithUpdateNetworkSiteToSiteVpn(updateNetworkSiteToSiteVpn *models.UpdateNetworkSiteToSiteVpn) *UpdateNetworkSiteToSiteVpnParams

WithUpdateNetworkSiteToSiteVpn adds the updateNetworkSiteToSiteVpn to the update network site to site vpn params

func (*UpdateNetworkSiteToSiteVpnParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateNetworkSiteToSiteVpnReader

type UpdateNetworkSiteToSiteVpnReader struct {
	// contains filtered or unexported fields
}

UpdateNetworkSiteToSiteVpnReader is a Reader for the UpdateNetworkSiteToSiteVpn structure.

func (*UpdateNetworkSiteToSiteVpnReader) ReadResponse

func (o *UpdateNetworkSiteToSiteVpnReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL