organizations

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 ClaimOrganizationOK

type ClaimOrganizationOK struct {
	Payload interface{}
}

ClaimOrganizationOK handles this case with default header values.

Successful operation

func NewClaimOrganizationOK

func NewClaimOrganizationOK() *ClaimOrganizationOK

NewClaimOrganizationOK creates a ClaimOrganizationOK with default headers values

func (*ClaimOrganizationOK) Error

func (o *ClaimOrganizationOK) Error() string

func (*ClaimOrganizationOK) GetPayload

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

type ClaimOrganizationParams

type ClaimOrganizationParams struct {

	/*ClaimOrganization*/
	ClaimOrganization *models.ClaimOrganization
	/*OrganizationID*/
	OrganizationID string

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

ClaimOrganizationParams contains all the parameters to send to the API endpoint for the claim organization operation typically these are written to a http.Request

func NewClaimOrganizationParams

func NewClaimOrganizationParams() *ClaimOrganizationParams

NewClaimOrganizationParams creates a new ClaimOrganizationParams object with the default values initialized.

func NewClaimOrganizationParamsWithContext

func NewClaimOrganizationParamsWithContext(ctx context.Context) *ClaimOrganizationParams

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

func NewClaimOrganizationParamsWithHTTPClient

func NewClaimOrganizationParamsWithHTTPClient(client *http.Client) *ClaimOrganizationParams

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

func NewClaimOrganizationParamsWithTimeout

func NewClaimOrganizationParamsWithTimeout(timeout time.Duration) *ClaimOrganizationParams

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

func (*ClaimOrganizationParams) SetClaimOrganization

func (o *ClaimOrganizationParams) SetClaimOrganization(claimOrganization *models.ClaimOrganization)

SetClaimOrganization adds the claimOrganization to the claim organization params

func (*ClaimOrganizationParams) SetContext

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

SetContext adds the context to the claim organization params

func (*ClaimOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the claim organization params

func (*ClaimOrganizationParams) SetOrganizationID

func (o *ClaimOrganizationParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the claim organization params

func (*ClaimOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the claim organization params

func (*ClaimOrganizationParams) WithClaimOrganization

func (o *ClaimOrganizationParams) WithClaimOrganization(claimOrganization *models.ClaimOrganization) *ClaimOrganizationParams

WithClaimOrganization adds the claimOrganization to the claim organization params

func (*ClaimOrganizationParams) WithContext

WithContext adds the context to the claim organization params

func (*ClaimOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the claim organization params

func (*ClaimOrganizationParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the claim organization params

func (*ClaimOrganizationParams) WithTimeout

WithTimeout adds the timeout to the claim organization params

func (*ClaimOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ClaimOrganizationReader

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

ClaimOrganizationReader is a Reader for the ClaimOrganization structure.

func (*ClaimOrganizationReader) ReadResponse

func (o *ClaimOrganizationReader) 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 organizations API

func (*Client) ClaimOrganization

func (a *Client) ClaimOrganization(params *ClaimOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*ClaimOrganizationOK, error)

ClaimOrganization claims organization

Claim a list of devices, licenses, and/or orders into an organization. When claiming by order, all devices and licenses in the order will be claimed; licenses will be added to the organization and devices will be placed in the organization's inventory.

func (*Client) CloneOrganization

func (a *Client) CloneOrganization(params *CloneOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*CloneOrganizationCreated, error)

CloneOrganization clones organization

Create a new organization by cloning the addressed organization

func (*Client) CreateOrganization

func (a *Client) CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*CreateOrganizationCreated, error)

CreateOrganization creates organization

Create a new organization

func (*Client) DeleteOrganization

DeleteOrganization deletes organization

Delete an organization

func (*Client) GetOrganization

func (a *Client) GetOrganization(params *GetOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationOK, error)

GetOrganization gets organization

Return an organization

func (*Client) GetOrganizationDeviceStatuses

func (a *Client) GetOrganizationDeviceStatuses(params *GetOrganizationDeviceStatusesParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationDeviceStatusesOK, error)

GetOrganizationDeviceStatuses gets organization device statuses

List the status of every Meraki device in the organization

func (*Client) GetOrganizationInventory

func (a *Client) GetOrganizationInventory(params *GetOrganizationInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationInventoryOK, error)

GetOrganizationInventory gets organization inventory

Return the inventory for an organization

func (*Client) GetOrganizationLicenseState

func (a *Client) GetOrganizationLicenseState(params *GetOrganizationLicenseStateParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationLicenseStateOK, error)

GetOrganizationLicenseState gets organization license state

Return an overview of the license state for an organization

func (*Client) GetOrganizationThirdPartyVPNPeers

GetOrganizationThirdPartyVPNPeers gets organization third party v p n peers

Return the third party VPN peers for an organization

func (*Client) GetOrganizationUplinksLossAndLatency

GetOrganizationUplinksLossAndLatency gets organization uplinks loss and latency

Return the uplink loss and latency for every MX in the organization from at latest 2 minutes ago

func (*Client) GetOrganizations

func (a *Client) GetOrganizations(params *GetOrganizationsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationsOK, error)

GetOrganizations gets organizations

List the organizations that the user has privileges on

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateOrganization

func (a *Client) UpdateOrganization(params *UpdateOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationOK, error)

UpdateOrganization updates organization

Update an organization

func (*Client) UpdateOrganizationThirdPartyVPNPeers

UpdateOrganizationThirdPartyVPNPeers updates organization third party v p n peers

Update the third party VPN peers for an organization

type ClientService

type ClientService interface {
	ClaimOrganization(params *ClaimOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*ClaimOrganizationOK, error)

	CloneOrganization(params *CloneOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*CloneOrganizationCreated, error)

	CreateOrganization(params *CreateOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*CreateOrganizationCreated, error)

	DeleteOrganization(params *DeleteOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteOrganizationNoContent, error)

	GetOrganization(params *GetOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationOK, error)

	GetOrganizationDeviceStatuses(params *GetOrganizationDeviceStatusesParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationDeviceStatusesOK, error)

	GetOrganizationInventory(params *GetOrganizationInventoryParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationInventoryOK, error)

	GetOrganizationLicenseState(params *GetOrganizationLicenseStateParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationLicenseStateOK, error)

	GetOrganizationThirdPartyVPNPeers(params *GetOrganizationThirdPartyVPNPeersParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationThirdPartyVPNPeersOK, error)

	GetOrganizationUplinksLossAndLatency(params *GetOrganizationUplinksLossAndLatencyParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationUplinksLossAndLatencyOK, error)

	GetOrganizations(params *GetOrganizationsParams, authInfo runtime.ClientAuthInfoWriter) (*GetOrganizationsOK, error)

	UpdateOrganization(params *UpdateOrganizationParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationOK, error)

	UpdateOrganizationThirdPartyVPNPeers(params *UpdateOrganizationThirdPartyVPNPeersParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateOrganizationThirdPartyVPNPeersOK, 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 organizations API client.

type CloneOrganizationCreated

type CloneOrganizationCreated struct {
	Payload interface{}
}

CloneOrganizationCreated handles this case with default header values.

Successful operation

func NewCloneOrganizationCreated

func NewCloneOrganizationCreated() *CloneOrganizationCreated

NewCloneOrganizationCreated creates a CloneOrganizationCreated with default headers values

func (*CloneOrganizationCreated) Error

func (o *CloneOrganizationCreated) Error() string

func (*CloneOrganizationCreated) GetPayload

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

type CloneOrganizationParams

type CloneOrganizationParams struct {

	/*CloneOrganization*/
	CloneOrganization *models.CloneOrganization
	/*OrganizationID*/
	OrganizationID string

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

CloneOrganizationParams contains all the parameters to send to the API endpoint for the clone organization operation typically these are written to a http.Request

func NewCloneOrganizationParams

func NewCloneOrganizationParams() *CloneOrganizationParams

NewCloneOrganizationParams creates a new CloneOrganizationParams object with the default values initialized.

func NewCloneOrganizationParamsWithContext

func NewCloneOrganizationParamsWithContext(ctx context.Context) *CloneOrganizationParams

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

func NewCloneOrganizationParamsWithHTTPClient

func NewCloneOrganizationParamsWithHTTPClient(client *http.Client) *CloneOrganizationParams

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

func NewCloneOrganizationParamsWithTimeout

func NewCloneOrganizationParamsWithTimeout(timeout time.Duration) *CloneOrganizationParams

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

func (*CloneOrganizationParams) SetCloneOrganization

func (o *CloneOrganizationParams) SetCloneOrganization(cloneOrganization *models.CloneOrganization)

SetCloneOrganization adds the cloneOrganization to the clone organization params

func (*CloneOrganizationParams) SetContext

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

SetContext adds the context to the clone organization params

func (*CloneOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the clone organization params

func (*CloneOrganizationParams) SetOrganizationID

func (o *CloneOrganizationParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the clone organization params

func (*CloneOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the clone organization params

func (*CloneOrganizationParams) WithCloneOrganization

func (o *CloneOrganizationParams) WithCloneOrganization(cloneOrganization *models.CloneOrganization) *CloneOrganizationParams

WithCloneOrganization adds the cloneOrganization to the clone organization params

func (*CloneOrganizationParams) WithContext

WithContext adds the context to the clone organization params

func (*CloneOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the clone organization params

func (*CloneOrganizationParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the clone organization params

func (*CloneOrganizationParams) WithTimeout

WithTimeout adds the timeout to the clone organization params

func (*CloneOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CloneOrganizationReader

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

CloneOrganizationReader is a Reader for the CloneOrganization structure.

func (*CloneOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateOrganizationCreated

type CreateOrganizationCreated struct {
	Payload interface{}
}

CreateOrganizationCreated handles this case with default header values.

Successful operation

func NewCreateOrganizationCreated

func NewCreateOrganizationCreated() *CreateOrganizationCreated

NewCreateOrganizationCreated creates a CreateOrganizationCreated with default headers values

func (*CreateOrganizationCreated) Error

func (o *CreateOrganizationCreated) Error() string

func (*CreateOrganizationCreated) GetPayload

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

type CreateOrganizationParams

type CreateOrganizationParams struct {

	/*CreateOrganization*/
	CreateOrganization *models.CreateOrganization

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

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

func NewCreateOrganizationParams

func NewCreateOrganizationParams() *CreateOrganizationParams

NewCreateOrganizationParams creates a new CreateOrganizationParams object with the default values initialized.

func NewCreateOrganizationParamsWithContext

func NewCreateOrganizationParamsWithContext(ctx context.Context) *CreateOrganizationParams

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

func NewCreateOrganizationParamsWithHTTPClient

func NewCreateOrganizationParamsWithHTTPClient(client *http.Client) *CreateOrganizationParams

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

func NewCreateOrganizationParamsWithTimeout

func NewCreateOrganizationParamsWithTimeout(timeout time.Duration) *CreateOrganizationParams

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

func (*CreateOrganizationParams) SetContext

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

SetContext adds the context to the create organization params

func (*CreateOrganizationParams) SetCreateOrganization

func (o *CreateOrganizationParams) SetCreateOrganization(createOrganization *models.CreateOrganization)

SetCreateOrganization adds the createOrganization to the create organization params

func (*CreateOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create organization params

func (*CreateOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WithContext

WithContext adds the context to the create organization params

func (*CreateOrganizationParams) WithCreateOrganization

func (o *CreateOrganizationParams) WithCreateOrganization(createOrganization *models.CreateOrganization) *CreateOrganizationParams

WithCreateOrganization adds the createOrganization to the create organization params

func (*CreateOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the create organization params

func (*CreateOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create organization params

func (*CreateOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateOrganizationReader

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

CreateOrganizationReader is a Reader for the CreateOrganization structure.

func (*CreateOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteOrganizationNoContent

type DeleteOrganizationNoContent struct {
}

DeleteOrganizationNoContent handles this case with default header values.

Successful operation

func NewDeleteOrganizationNoContent

func NewDeleteOrganizationNoContent() *DeleteOrganizationNoContent

NewDeleteOrganizationNoContent creates a DeleteOrganizationNoContent with default headers values

func (*DeleteOrganizationNoContent) Error

type DeleteOrganizationParams

type DeleteOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID string

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

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

func NewDeleteOrganizationParams

func NewDeleteOrganizationParams() *DeleteOrganizationParams

NewDeleteOrganizationParams creates a new DeleteOrganizationParams object with the default values initialized.

func NewDeleteOrganizationParamsWithContext

func NewDeleteOrganizationParamsWithContext(ctx context.Context) *DeleteOrganizationParams

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

func NewDeleteOrganizationParamsWithHTTPClient

func NewDeleteOrganizationParamsWithHTTPClient(client *http.Client) *DeleteOrganizationParams

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

func NewDeleteOrganizationParamsWithTimeout

func NewDeleteOrganizationParamsWithTimeout(timeout time.Duration) *DeleteOrganizationParams

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

func (*DeleteOrganizationParams) SetContext

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

SetContext adds the context to the delete organization params

func (*DeleteOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete organization params

func (*DeleteOrganizationParams) SetOrganizationID

func (o *DeleteOrganizationParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the delete organization params

func (*DeleteOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the delete organization params

func (*DeleteOrganizationParams) WithContext

WithContext adds the context to the delete organization params

func (*DeleteOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the delete organization params

func (*DeleteOrganizationParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the delete organization params

func (*DeleteOrganizationParams) WithTimeout

WithTimeout adds the timeout to the delete organization params

func (*DeleteOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteOrganizationReader

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

DeleteOrganizationReader is a Reader for the DeleteOrganization structure.

func (*DeleteOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationDeviceStatusesOK

type GetOrganizationDeviceStatusesOK struct {
	Payload interface{}
}

GetOrganizationDeviceStatusesOK handles this case with default header values.

Successful operation

func NewGetOrganizationDeviceStatusesOK

func NewGetOrganizationDeviceStatusesOK() *GetOrganizationDeviceStatusesOK

NewGetOrganizationDeviceStatusesOK creates a GetOrganizationDeviceStatusesOK with default headers values

func (*GetOrganizationDeviceStatusesOK) Error

func (*GetOrganizationDeviceStatusesOK) GetPayload

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

type GetOrganizationDeviceStatusesParams

type GetOrganizationDeviceStatusesParams struct {

	/*OrganizationID*/
	OrganizationID string

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

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

func NewGetOrganizationDeviceStatusesParams

func NewGetOrganizationDeviceStatusesParams() *GetOrganizationDeviceStatusesParams

NewGetOrganizationDeviceStatusesParams creates a new GetOrganizationDeviceStatusesParams object with the default values initialized.

func NewGetOrganizationDeviceStatusesParamsWithContext

func NewGetOrganizationDeviceStatusesParamsWithContext(ctx context.Context) *GetOrganizationDeviceStatusesParams

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

func NewGetOrganizationDeviceStatusesParamsWithHTTPClient

func NewGetOrganizationDeviceStatusesParamsWithHTTPClient(client *http.Client) *GetOrganizationDeviceStatusesParams

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

func NewGetOrganizationDeviceStatusesParamsWithTimeout

func NewGetOrganizationDeviceStatusesParamsWithTimeout(timeout time.Duration) *GetOrganizationDeviceStatusesParams

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

func (*GetOrganizationDeviceStatusesParams) SetContext

SetContext adds the context to the get organization device statuses params

func (*GetOrganizationDeviceStatusesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization device statuses params

func (*GetOrganizationDeviceStatusesParams) SetOrganizationID

func (o *GetOrganizationDeviceStatusesParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization device statuses params

func (*GetOrganizationDeviceStatusesParams) SetTimeout

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

SetTimeout adds the timeout to the get organization device statuses params

func (*GetOrganizationDeviceStatusesParams) WithContext

WithContext adds the context to the get organization device statuses params

func (*GetOrganizationDeviceStatusesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization device statuses params

func (*GetOrganizationDeviceStatusesParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get organization device statuses params

func (*GetOrganizationDeviceStatusesParams) WithTimeout

WithTimeout adds the timeout to the get organization device statuses params

func (*GetOrganizationDeviceStatusesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationDeviceStatusesReader

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

GetOrganizationDeviceStatusesReader is a Reader for the GetOrganizationDeviceStatuses structure.

func (*GetOrganizationDeviceStatusesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationInventoryOK

type GetOrganizationInventoryOK struct {
	Payload interface{}
}

GetOrganizationInventoryOK handles this case with default header values.

Successful operation

func NewGetOrganizationInventoryOK

func NewGetOrganizationInventoryOK() *GetOrganizationInventoryOK

NewGetOrganizationInventoryOK creates a GetOrganizationInventoryOK with default headers values

func (*GetOrganizationInventoryOK) Error

func (*GetOrganizationInventoryOK) GetPayload

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

type GetOrganizationInventoryParams

type GetOrganizationInventoryParams struct {

	/*IncludeLicenseInfo
	  When this parameter is true, each entity in the response will include the license expiration date of the device (if any). Only applies to organizations that support per-device licensing. Defaults to false.

	*/
	IncludeLicenseInfo *bool
	/*OrganizationID*/
	OrganizationID string

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

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

func NewGetOrganizationInventoryParams

func NewGetOrganizationInventoryParams() *GetOrganizationInventoryParams

NewGetOrganizationInventoryParams creates a new GetOrganizationInventoryParams object with the default values initialized.

func NewGetOrganizationInventoryParamsWithContext

func NewGetOrganizationInventoryParamsWithContext(ctx context.Context) *GetOrganizationInventoryParams

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

func NewGetOrganizationInventoryParamsWithHTTPClient

func NewGetOrganizationInventoryParamsWithHTTPClient(client *http.Client) *GetOrganizationInventoryParams

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

func NewGetOrganizationInventoryParamsWithTimeout

func NewGetOrganizationInventoryParamsWithTimeout(timeout time.Duration) *GetOrganizationInventoryParams

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

func (*GetOrganizationInventoryParams) SetContext

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

SetContext adds the context to the get organization inventory params

func (*GetOrganizationInventoryParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization inventory params

func (*GetOrganizationInventoryParams) SetIncludeLicenseInfo

func (o *GetOrganizationInventoryParams) SetIncludeLicenseInfo(includeLicenseInfo *bool)

SetIncludeLicenseInfo adds the includeLicenseInfo to the get organization inventory params

func (*GetOrganizationInventoryParams) SetOrganizationID

func (o *GetOrganizationInventoryParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization inventory params

func (*GetOrganizationInventoryParams) SetTimeout

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

SetTimeout adds the timeout to the get organization inventory params

func (*GetOrganizationInventoryParams) WithContext

WithContext adds the context to the get organization inventory params

func (*GetOrganizationInventoryParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization inventory params

func (*GetOrganizationInventoryParams) WithIncludeLicenseInfo

func (o *GetOrganizationInventoryParams) WithIncludeLicenseInfo(includeLicenseInfo *bool) *GetOrganizationInventoryParams

WithIncludeLicenseInfo adds the includeLicenseInfo to the get organization inventory params

func (*GetOrganizationInventoryParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the get organization inventory params

func (*GetOrganizationInventoryParams) WithTimeout

WithTimeout adds the timeout to the get organization inventory params

func (*GetOrganizationInventoryParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationInventoryReader

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

GetOrganizationInventoryReader is a Reader for the GetOrganizationInventory structure.

func (*GetOrganizationInventoryReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationLicenseStateOK

type GetOrganizationLicenseStateOK struct {
	Payload interface{}
}

GetOrganizationLicenseStateOK handles this case with default header values.

Successful operation

func NewGetOrganizationLicenseStateOK

func NewGetOrganizationLicenseStateOK() *GetOrganizationLicenseStateOK

NewGetOrganizationLicenseStateOK creates a GetOrganizationLicenseStateOK with default headers values

func (*GetOrganizationLicenseStateOK) Error

func (*GetOrganizationLicenseStateOK) GetPayload

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

type GetOrganizationLicenseStateParams

type GetOrganizationLicenseStateParams struct {

	/*OrganizationID*/
	OrganizationID string

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

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

func NewGetOrganizationLicenseStateParams

func NewGetOrganizationLicenseStateParams() *GetOrganizationLicenseStateParams

NewGetOrganizationLicenseStateParams creates a new GetOrganizationLicenseStateParams object with the default values initialized.

func NewGetOrganizationLicenseStateParamsWithContext

func NewGetOrganizationLicenseStateParamsWithContext(ctx context.Context) *GetOrganizationLicenseStateParams

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

func NewGetOrganizationLicenseStateParamsWithHTTPClient

func NewGetOrganizationLicenseStateParamsWithHTTPClient(client *http.Client) *GetOrganizationLicenseStateParams

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

func NewGetOrganizationLicenseStateParamsWithTimeout

func NewGetOrganizationLicenseStateParamsWithTimeout(timeout time.Duration) *GetOrganizationLicenseStateParams

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

func (*GetOrganizationLicenseStateParams) SetContext

SetContext adds the context to the get organization license state params

func (*GetOrganizationLicenseStateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization license state params

func (*GetOrganizationLicenseStateParams) SetOrganizationID

func (o *GetOrganizationLicenseStateParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization license state params

func (*GetOrganizationLicenseStateParams) SetTimeout

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

SetTimeout adds the timeout to the get organization license state params

func (*GetOrganizationLicenseStateParams) WithContext

WithContext adds the context to the get organization license state params

func (*GetOrganizationLicenseStateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization license state params

func (*GetOrganizationLicenseStateParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the get organization license state params

func (*GetOrganizationLicenseStateParams) WithTimeout

WithTimeout adds the timeout to the get organization license state params

func (*GetOrganizationLicenseStateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationLicenseStateReader

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

GetOrganizationLicenseStateReader is a Reader for the GetOrganizationLicenseState structure.

func (*GetOrganizationLicenseStateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationOK

type GetOrganizationOK struct {
	Payload interface{}
}

GetOrganizationOK handles this case with default header values.

Successful operation

func NewGetOrganizationOK

func NewGetOrganizationOK() *GetOrganizationOK

NewGetOrganizationOK creates a GetOrganizationOK with default headers values

func (*GetOrganizationOK) Error

func (o *GetOrganizationOK) Error() string

func (*GetOrganizationOK) GetPayload

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

type GetOrganizationParams

type GetOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID string

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

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

func NewGetOrganizationParams

func NewGetOrganizationParams() *GetOrganizationParams

NewGetOrganizationParams creates a new GetOrganizationParams object with the default values initialized.

func NewGetOrganizationParamsWithContext

func NewGetOrganizationParamsWithContext(ctx context.Context) *GetOrganizationParams

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

func NewGetOrganizationParamsWithHTTPClient

func NewGetOrganizationParamsWithHTTPClient(client *http.Client) *GetOrganizationParams

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

func NewGetOrganizationParamsWithTimeout

func NewGetOrganizationParamsWithTimeout(timeout time.Duration) *GetOrganizationParams

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

func (*GetOrganizationParams) SetContext

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

SetContext adds the context to the get organization params

func (*GetOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization params

func (*GetOrganizationParams) SetOrganizationID

func (o *GetOrganizationParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization params

func (*GetOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get organization params

func (*GetOrganizationParams) WithContext

WithContext adds the context to the get organization params

func (*GetOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get organization params

func (*GetOrganizationParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the get organization params

func (*GetOrganizationParams) WithTimeout

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

WithTimeout adds the timeout to the get organization params

func (*GetOrganizationParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetOrganizationReader

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

GetOrganizationReader is a Reader for the GetOrganization structure.

func (*GetOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationThirdPartyVPNPeersOK

type GetOrganizationThirdPartyVPNPeersOK struct {
	Payload interface{}
}

GetOrganizationThirdPartyVPNPeersOK handles this case with default header values.

Successful operation

func NewGetOrganizationThirdPartyVPNPeersOK

func NewGetOrganizationThirdPartyVPNPeersOK() *GetOrganizationThirdPartyVPNPeersOK

NewGetOrganizationThirdPartyVPNPeersOK creates a GetOrganizationThirdPartyVPNPeersOK with default headers values

func (*GetOrganizationThirdPartyVPNPeersOK) Error

func (*GetOrganizationThirdPartyVPNPeersOK) GetPayload

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

type GetOrganizationThirdPartyVPNPeersParams

type GetOrganizationThirdPartyVPNPeersParams struct {

	/*OrganizationID*/
	OrganizationID string

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

GetOrganizationThirdPartyVPNPeersParams contains all the parameters to send to the API endpoint for the get organization third party v p n peers operation typically these are written to a http.Request

func NewGetOrganizationThirdPartyVPNPeersParams

func NewGetOrganizationThirdPartyVPNPeersParams() *GetOrganizationThirdPartyVPNPeersParams

NewGetOrganizationThirdPartyVPNPeersParams creates a new GetOrganizationThirdPartyVPNPeersParams object with the default values initialized.

func NewGetOrganizationThirdPartyVPNPeersParamsWithContext

func NewGetOrganizationThirdPartyVPNPeersParamsWithContext(ctx context.Context) *GetOrganizationThirdPartyVPNPeersParams

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

func NewGetOrganizationThirdPartyVPNPeersParamsWithHTTPClient

func NewGetOrganizationThirdPartyVPNPeersParamsWithHTTPClient(client *http.Client) *GetOrganizationThirdPartyVPNPeersParams

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

func NewGetOrganizationThirdPartyVPNPeersParamsWithTimeout

func NewGetOrganizationThirdPartyVPNPeersParamsWithTimeout(timeout time.Duration) *GetOrganizationThirdPartyVPNPeersParams

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

func (*GetOrganizationThirdPartyVPNPeersParams) SetContext

SetContext adds the context to the get organization third party v p n peers params

func (*GetOrganizationThirdPartyVPNPeersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization third party v p n peers params

func (*GetOrganizationThirdPartyVPNPeersParams) SetOrganizationID

func (o *GetOrganizationThirdPartyVPNPeersParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization third party v p n peers params

func (*GetOrganizationThirdPartyVPNPeersParams) SetTimeout

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

SetTimeout adds the timeout to the get organization third party v p n peers params

func (*GetOrganizationThirdPartyVPNPeersParams) WithContext

WithContext adds the context to the get organization third party v p n peers params

func (*GetOrganizationThirdPartyVPNPeersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization third party v p n peers params

func (*GetOrganizationThirdPartyVPNPeersParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get organization third party v p n peers params

func (*GetOrganizationThirdPartyVPNPeersParams) WithTimeout

WithTimeout adds the timeout to the get organization third party v p n peers params

func (*GetOrganizationThirdPartyVPNPeersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationThirdPartyVPNPeersReader

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

GetOrganizationThirdPartyVPNPeersReader is a Reader for the GetOrganizationThirdPartyVPNPeers structure.

func (*GetOrganizationThirdPartyVPNPeersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationUplinksLossAndLatencyOK

type GetOrganizationUplinksLossAndLatencyOK struct {
	Payload interface{}
}

GetOrganizationUplinksLossAndLatencyOK handles this case with default header values.

Successful operation

func NewGetOrganizationUplinksLossAndLatencyOK

func NewGetOrganizationUplinksLossAndLatencyOK() *GetOrganizationUplinksLossAndLatencyOK

NewGetOrganizationUplinksLossAndLatencyOK creates a GetOrganizationUplinksLossAndLatencyOK with default headers values

func (*GetOrganizationUplinksLossAndLatencyOK) Error

func (*GetOrganizationUplinksLossAndLatencyOK) GetPayload

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

type GetOrganizationUplinksLossAndLatencyParams

type GetOrganizationUplinksLossAndLatencyParams struct {

	/*IP
	  Optional filter for a specific destination IP. Default will return all destination IPs.

	*/
	IP *string
	/*OrganizationID*/
	OrganizationID string
	/*T0
	  The beginning of the timespan for the data. The maximum lookback period is 365 days from today.

	*/
	T0 *string
	/*T1
	  The end of the timespan for the data. t1 can be a maximum of 5 minutes after t0. The latest possible time that t1 can be is 2 minutes into the past.

	*/
	T1 *string
	/*Timespan
	  The timespan for which the information will be fetched. If specifying timespan, do not specify parameters t0 and t1. The value must be in seconds and be less than or equal to 5 minutes. The default is 5 minutes.

	*/
	Timespan *float64
	/*Uplink
	  Optional filter for a specific WAN uplink. Valid uplinks are wan1, wan2, cellular. Default will return all uplinks.

	*/
	Uplink *string

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

GetOrganizationUplinksLossAndLatencyParams contains all the parameters to send to the API endpoint for the get organization uplinks loss and latency operation typically these are written to a http.Request

func NewGetOrganizationUplinksLossAndLatencyParams

func NewGetOrganizationUplinksLossAndLatencyParams() *GetOrganizationUplinksLossAndLatencyParams

NewGetOrganizationUplinksLossAndLatencyParams creates a new GetOrganizationUplinksLossAndLatencyParams object with the default values initialized.

func NewGetOrganizationUplinksLossAndLatencyParamsWithContext

func NewGetOrganizationUplinksLossAndLatencyParamsWithContext(ctx context.Context) *GetOrganizationUplinksLossAndLatencyParams

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

func NewGetOrganizationUplinksLossAndLatencyParamsWithHTTPClient

func NewGetOrganizationUplinksLossAndLatencyParamsWithHTTPClient(client *http.Client) *GetOrganizationUplinksLossAndLatencyParams

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

func NewGetOrganizationUplinksLossAndLatencyParamsWithTimeout

func NewGetOrganizationUplinksLossAndLatencyParamsWithTimeout(timeout time.Duration) *GetOrganizationUplinksLossAndLatencyParams

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

func (*GetOrganizationUplinksLossAndLatencyParams) SetContext

SetContext adds the context to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) SetIP

SetIP adds the ip to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) SetOrganizationID

func (o *GetOrganizationUplinksLossAndLatencyParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) SetT0

SetT0 adds the t0 to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) SetT1

SetT1 adds the t1 to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) SetTimeout

SetTimeout adds the timeout to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) SetTimespan

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

SetTimespan adds the timespan to the get organization uplinks loss and latency params

func (o *GetOrganizationUplinksLossAndLatencyParams) SetUplink(uplink *string)

SetUplink adds the uplink to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WithContext

WithContext adds the context to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WithIP

WithIP adds the ip to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WithT0

WithT0 adds the t0 to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WithT1

WithT1 adds the t1 to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WithTimeout

WithTimeout adds the timeout to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WithTimespan

WithTimespan adds the timespan to the get organization uplinks loss and latency params

WithUplink adds the uplink to the get organization uplinks loss and latency params

func (*GetOrganizationUplinksLossAndLatencyParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationUplinksLossAndLatencyReader

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

GetOrganizationUplinksLossAndLatencyReader is a Reader for the GetOrganizationUplinksLossAndLatency structure.

func (*GetOrganizationUplinksLossAndLatencyReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetOrganizationsOK

type GetOrganizationsOK struct {
	Payload interface{}
}

GetOrganizationsOK handles this case with default header values.

Successful operation

func NewGetOrganizationsOK

func NewGetOrganizationsOK() *GetOrganizationsOK

NewGetOrganizationsOK creates a GetOrganizationsOK with default headers values

func (*GetOrganizationsOK) Error

func (o *GetOrganizationsOK) Error() string

func (*GetOrganizationsOK) GetPayload

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

type GetOrganizationsParams

type GetOrganizationsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

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

func NewGetOrganizationsParams

func NewGetOrganizationsParams() *GetOrganizationsParams

NewGetOrganizationsParams creates a new GetOrganizationsParams object with the default values initialized.

func NewGetOrganizationsParamsWithContext

func NewGetOrganizationsParamsWithContext(ctx context.Context) *GetOrganizationsParams

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

func NewGetOrganizationsParamsWithHTTPClient

func NewGetOrganizationsParamsWithHTTPClient(client *http.Client) *GetOrganizationsParams

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

func NewGetOrganizationsParamsWithTimeout

func NewGetOrganizationsParamsWithTimeout(timeout time.Duration) *GetOrganizationsParams

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

func (*GetOrganizationsParams) SetContext

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

SetContext adds the context to the get organizations params

func (*GetOrganizationsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get organizations params

func (*GetOrganizationsParams) SetTimeout

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

SetTimeout adds the timeout to the get organizations params

func (*GetOrganizationsParams) WithContext

WithContext adds the context to the get organizations params

func (*GetOrganizationsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get organizations params

func (*GetOrganizationsParams) WithTimeout

WithTimeout adds the timeout to the get organizations params

func (*GetOrganizationsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetOrganizationsReader

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

GetOrganizationsReader is a Reader for the GetOrganizations structure.

func (*GetOrganizationsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationOK

type UpdateOrganizationOK struct {
	Payload interface{}
}

UpdateOrganizationOK handles this case with default header values.

Successful operation

func NewUpdateOrganizationOK

func NewUpdateOrganizationOK() *UpdateOrganizationOK

NewUpdateOrganizationOK creates a UpdateOrganizationOK with default headers values

func (*UpdateOrganizationOK) Error

func (o *UpdateOrganizationOK) Error() string

func (*UpdateOrganizationOK) GetPayload

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

type UpdateOrganizationParams

type UpdateOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID string
	/*UpdateOrganization*/
	UpdateOrganization *models.UpdateOrganization

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

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

func NewUpdateOrganizationParams

func NewUpdateOrganizationParams() *UpdateOrganizationParams

NewUpdateOrganizationParams creates a new UpdateOrganizationParams object with the default values initialized.

func NewUpdateOrganizationParamsWithContext

func NewUpdateOrganizationParamsWithContext(ctx context.Context) *UpdateOrganizationParams

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

func NewUpdateOrganizationParamsWithHTTPClient

func NewUpdateOrganizationParamsWithHTTPClient(client *http.Client) *UpdateOrganizationParams

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

func NewUpdateOrganizationParamsWithTimeout

func NewUpdateOrganizationParamsWithTimeout(timeout time.Duration) *UpdateOrganizationParams

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

func (*UpdateOrganizationParams) SetContext

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

SetContext adds the context to the update organization params

func (*UpdateOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization params

func (*UpdateOrganizationParams) SetOrganizationID

func (o *UpdateOrganizationParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the update organization params

func (*UpdateOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the update organization params

func (*UpdateOrganizationParams) SetUpdateOrganization

func (o *UpdateOrganizationParams) SetUpdateOrganization(updateOrganization *models.UpdateOrganization)

SetUpdateOrganization adds the updateOrganization to the update organization params

func (*UpdateOrganizationParams) WithContext

WithContext adds the context to the update organization params

func (*UpdateOrganizationParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the update organization params

func (*UpdateOrganizationParams) WithOrganizationID

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

WithOrganizationID adds the organizationID to the update organization params

func (*UpdateOrganizationParams) WithTimeout

WithTimeout adds the timeout to the update organization params

func (*UpdateOrganizationParams) WithUpdateOrganization

func (o *UpdateOrganizationParams) WithUpdateOrganization(updateOrganization *models.UpdateOrganization) *UpdateOrganizationParams

WithUpdateOrganization adds the updateOrganization to the update organization params

func (*UpdateOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationReader

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

UpdateOrganizationReader is a Reader for the UpdateOrganization structure.

func (*UpdateOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateOrganizationThirdPartyVPNPeersOK

type UpdateOrganizationThirdPartyVPNPeersOK struct {
	Payload interface{}
}

UpdateOrganizationThirdPartyVPNPeersOK handles this case with default header values.

Successful operation

func NewUpdateOrganizationThirdPartyVPNPeersOK

func NewUpdateOrganizationThirdPartyVPNPeersOK() *UpdateOrganizationThirdPartyVPNPeersOK

NewUpdateOrganizationThirdPartyVPNPeersOK creates a UpdateOrganizationThirdPartyVPNPeersOK with default headers values

func (*UpdateOrganizationThirdPartyVPNPeersOK) Error

func (*UpdateOrganizationThirdPartyVPNPeersOK) GetPayload

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

type UpdateOrganizationThirdPartyVPNPeersParams

type UpdateOrganizationThirdPartyVPNPeersParams struct {

	/*OrganizationID*/
	OrganizationID string
	/*UpdateOrganizationThirdPartyVPNPeers*/
	UpdateOrganizationThirdPartyVPNPeers *models.UpdateOrganizationThirdPartyVPNPeers

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

UpdateOrganizationThirdPartyVPNPeersParams contains all the parameters to send to the API endpoint for the update organization third party v p n peers operation typically these are written to a http.Request

func NewUpdateOrganizationThirdPartyVPNPeersParams

func NewUpdateOrganizationThirdPartyVPNPeersParams() *UpdateOrganizationThirdPartyVPNPeersParams

NewUpdateOrganizationThirdPartyVPNPeersParams creates a new UpdateOrganizationThirdPartyVPNPeersParams object with the default values initialized.

func NewUpdateOrganizationThirdPartyVPNPeersParamsWithContext

func NewUpdateOrganizationThirdPartyVPNPeersParamsWithContext(ctx context.Context) *UpdateOrganizationThirdPartyVPNPeersParams

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

func NewUpdateOrganizationThirdPartyVPNPeersParamsWithHTTPClient

func NewUpdateOrganizationThirdPartyVPNPeersParamsWithHTTPClient(client *http.Client) *UpdateOrganizationThirdPartyVPNPeersParams

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

func NewUpdateOrganizationThirdPartyVPNPeersParamsWithTimeout

func NewUpdateOrganizationThirdPartyVPNPeersParamsWithTimeout(timeout time.Duration) *UpdateOrganizationThirdPartyVPNPeersParams

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

func (*UpdateOrganizationThirdPartyVPNPeersParams) SetContext

SetContext adds the context to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) SetOrganizationID

func (o *UpdateOrganizationThirdPartyVPNPeersParams) SetOrganizationID(organizationID string)

SetOrganizationID adds the organizationId to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) SetTimeout

SetTimeout adds the timeout to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) SetUpdateOrganizationThirdPartyVPNPeers

func (o *UpdateOrganizationThirdPartyVPNPeersParams) SetUpdateOrganizationThirdPartyVPNPeers(updateOrganizationThirdPartyVPNPeers *models.UpdateOrganizationThirdPartyVPNPeers)

SetUpdateOrganizationThirdPartyVPNPeers adds the updateOrganizationThirdPartyVPNPeers to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) WithContext

WithContext adds the context to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) WithOrganizationID

WithOrganizationID adds the organizationID to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) WithTimeout

WithTimeout adds the timeout to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) WithUpdateOrganizationThirdPartyVPNPeers

func (o *UpdateOrganizationThirdPartyVPNPeersParams) WithUpdateOrganizationThirdPartyVPNPeers(updateOrganizationThirdPartyVPNPeers *models.UpdateOrganizationThirdPartyVPNPeers) *UpdateOrganizationThirdPartyVPNPeersParams

WithUpdateOrganizationThirdPartyVPNPeers adds the updateOrganizationThirdPartyVPNPeers to the update organization third party v p n peers params

func (*UpdateOrganizationThirdPartyVPNPeersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateOrganizationThirdPartyVPNPeersReader

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

UpdateOrganizationThirdPartyVPNPeersReader is a Reader for the UpdateOrganizationThirdPartyVPNPeers structure.

func (*UpdateOrganizationThirdPartyVPNPeersReader) ReadResponse

func (o *UpdateOrganizationThirdPartyVPNPeersReader) 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