auto_discovery

package
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Jul 1, 2020 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for auto discovery API

func (*Client) GetAutoDiscoveryCertificate

func (a *Client) GetAutoDiscoveryCertificate(params *GetAutoDiscoveryCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*GetAutoDiscoveryCertificateOK, error)

GetAutoDiscoveryCertificate retrieves all auto discovery jobs for dns

Get Certificate Auto Discovery Jobs

func (*Client) GetAutoDiscoveryDNS

func (a *Client) GetAutoDiscoveryDNS(params *GetAutoDiscoveryDNSParams, authInfo runtime.ClientAuthInfoWriter) (*GetAutoDiscoveryDNSOK, error)

GetAutoDiscoveryDNS retrieves all auto discovery jobs for dns

Get DNS Auto Discovery Jobs

func (*Client) GetAutoDiscoveryNetworks

func (a *Client) GetAutoDiscoveryNetworks(params *GetAutoDiscoveryNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*GetAutoDiscoveryNetworksOK, error)

GetAutoDiscoveryNetworks retrieves all auto discovery jobs for networking devices

Get Network Jobs

func (*Client) GetAutoDiscoveryPingsweep

func (a *Client) GetAutoDiscoveryPingsweep(params *GetAutoDiscoveryPingsweepParams, authInfo runtime.ClientAuthInfoWriter) (*GetAutoDiscoveryPingsweepOK, error)

GetAutoDiscoveryPingsweep retrieves all auto discovery pingsweep jobs

Get Pingsweep Jobs

func (*Client) PostAutoDiscoveryBladeDisc

func (a *Client) PostAutoDiscoveryBladeDisc(params *PostAutoDiscoveryBladeDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryBladeDiscOK, error)

PostAutoDiscoveryBladeDisc adds or update blade autodiscovery job

Add or update blade autodiscovery job

func (*Client) PostAutoDiscoveryCertificate

func (a *Client) PostAutoDiscoveryCertificate(params *PostAutoDiscoveryCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryCertificateOK, error)

PostAutoDiscoveryCertificate adds certificate auto discovery

Add Certificate Auto Discovery job

func (*Client) PostAutoDiscoveryCloudaccount

func (a *Client) PostAutoDiscoveryCloudaccount(params *PostAutoDiscoveryCloudaccountParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryCloudaccountOK, error)

PostAutoDiscoveryCloudaccount adds or update cloud autodiscovery job

Add or update cloud autodiscovery job. Required parameters: <ul><li>name</li><li>cloud_type</li> </ul><p>Required for Amazon: secret_key, account_id<br>Required for Azure: subscription_id<br>Required for CloudStack: url<br>Required for Linode: api_token<br> Required for OpenStack: ip, username, secret_key_id<br>Required for DigitalOcean: token_key

func (*Client) PostAutoDiscoveryDNS

func (a *Client) PostAutoDiscoveryDNS(params *PostAutoDiscoveryDNSParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryDNSOK, error)

PostAutoDiscoveryDNS adds DNS auto discovery

Add DNS Auto Discovery job

func (*Client) PostAutoDiscoveryIpmi

func (a *Client) PostAutoDiscoveryIpmi(params *PostAutoDiscoveryIpmiParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryIpmiOK, error)

PostAutoDiscoveryIpmi adds IP m i redfish auto discovery

Add IPMI/Redfish Auto Discovery job

func (*Client) PostAutoDiscoveryNetworks

func (a *Client) PostAutoDiscoveryNetworks(params *PostAutoDiscoveryNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryNetworksOK, error)

PostAutoDiscoveryNetworks Add or update network job

func (*Client) PostAutoDiscoveryPingsweep

func (a *Client) PostAutoDiscoveryPingsweep(params *PostAutoDiscoveryPingsweepParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryPingsweepOK, error)

PostAutoDiscoveryPingsweep Add or update pingsweep job

func (*Client) PostAutoDiscoveryPowerDisc

func (a *Client) PostAutoDiscoveryPowerDisc(params *PostAutoDiscoveryPowerDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryPowerDiscOK, error)

PostAutoDiscoveryPowerDisc adds or update power autodiscovery job

Add or update power autodiscovery job

func (*Client) PostAutoDiscoverySnmpDisc

func (a *Client) PostAutoDiscoverySnmpDisc(params *PostAutoDiscoverySnmpDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoverySnmpDiscOK, error)

PostAutoDiscoverySnmpDisc adds or update other s n m p autodiscovery job

Add or update other SNMP autodiscovery job

func (*Client) PostAutoDiscoveryVserver

func (a *Client) PostAutoDiscoveryVserver(params *PostAutoDiscoveryVserverParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryVserverOK, error)

PostAutoDiscoveryVserver adds or update v server autodiscovery job

Add or update vServer autodiscovery job

func (*Client) PutAutoDiscoveryBladeDisc

func (a *Client) PutAutoDiscoveryBladeDisc(params *PutAutoDiscoveryBladeDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryBladeDiscOK, error)

PutAutoDiscoveryBladeDisc executes blade autodiscovery job

Execute blade autodiscovery job. Required parameters: name or job_id

func (*Client) PutAutoDiscoveryCertificate

func (a *Client) PutAutoDiscoveryCertificate(params *PutAutoDiscoveryCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryCertificateOK, error)

PutAutoDiscoveryCertificate executes certificate job

Execute Certificate Auto Discovery Job

func (*Client) PutAutoDiscoveryCloudaccount

func (a *Client) PutAutoDiscoveryCloudaccount(params *PutAutoDiscoveryCloudaccountParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryCloudaccountOK, error)

PutAutoDiscoveryCloudaccount executes cloud job

Execute Cloud job

func (*Client) PutAutoDiscoveryDNS

func (a *Client) PutAutoDiscoveryDNS(params *PutAutoDiscoveryDNSParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryDNSOK, error)

PutAutoDiscoveryDNS executes DNS job

Execute DNS Auto Discovery Job

func (*Client) PutAutoDiscoveryIpmi

func (a *Client) PutAutoDiscoveryIpmi(params *PutAutoDiscoveryIpmiParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryIpmiOK, error)

PutAutoDiscoveryIpmi executes snmp autodiscovery job

Execute snmp autodiscovery job

func (*Client) PutAutoDiscoveryNetworks

func (a *Client) PutAutoDiscoveryNetworks(params *PutAutoDiscoveryNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryNetworksOK, error)

PutAutoDiscoveryNetworks executes network job

Execute network job. Required parameters: name or job_id

func (*Client) PutAutoDiscoveryPingsweep

func (a *Client) PutAutoDiscoveryPingsweep(params *PutAutoDiscoveryPingsweepParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryPingsweepOK, error)

PutAutoDiscoveryPingsweep executes pingsweep job

Execute pingsweep job. Required parameters: name or job_id

func (*Client) PutAutoDiscoveryPowerDisc

func (a *Client) PutAutoDiscoveryPowerDisc(params *PutAutoDiscoveryPowerDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryPowerDiscOK, error)

PutAutoDiscoveryPowerDisc executes power autodiscovery job

Execute power autodiscovery job

func (*Client) PutAutoDiscoverySnmpDisc

func (a *Client) PutAutoDiscoverySnmpDisc(params *PutAutoDiscoverySnmpDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoverySnmpDiscOK, error)

PutAutoDiscoverySnmpDisc executes snmp autodiscovery job

Execute snmp autodiscovery job

func (*Client) PutAutoDiscoveryVserver

func (a *Client) PutAutoDiscoveryVserver(params *PutAutoDiscoveryVserverParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryVserverOK, error)

PutAutoDiscoveryVserver executes vserver job

Execute VServer job

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	GetAutoDiscoveryCertificate(params *GetAutoDiscoveryCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*GetAutoDiscoveryCertificateOK, error)

	GetAutoDiscoveryDNS(params *GetAutoDiscoveryDNSParams, authInfo runtime.ClientAuthInfoWriter) (*GetAutoDiscoveryDNSOK, error)

	GetAutoDiscoveryNetworks(params *GetAutoDiscoveryNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*GetAutoDiscoveryNetworksOK, error)

	GetAutoDiscoveryPingsweep(params *GetAutoDiscoveryPingsweepParams, authInfo runtime.ClientAuthInfoWriter) (*GetAutoDiscoveryPingsweepOK, error)

	PostAutoDiscoveryBladeDisc(params *PostAutoDiscoveryBladeDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryBladeDiscOK, error)

	PostAutoDiscoveryCertificate(params *PostAutoDiscoveryCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryCertificateOK, error)

	PostAutoDiscoveryCloudaccount(params *PostAutoDiscoveryCloudaccountParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryCloudaccountOK, error)

	PostAutoDiscoveryDNS(params *PostAutoDiscoveryDNSParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryDNSOK, error)

	PostAutoDiscoveryIpmi(params *PostAutoDiscoveryIpmiParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryIpmiOK, error)

	PostAutoDiscoveryNetworks(params *PostAutoDiscoveryNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryNetworksOK, error)

	PostAutoDiscoveryPingsweep(params *PostAutoDiscoveryPingsweepParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryPingsweepOK, error)

	PostAutoDiscoveryPowerDisc(params *PostAutoDiscoveryPowerDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryPowerDiscOK, error)

	PostAutoDiscoverySnmpDisc(params *PostAutoDiscoverySnmpDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoverySnmpDiscOK, error)

	PostAutoDiscoveryVserver(params *PostAutoDiscoveryVserverParams, authInfo runtime.ClientAuthInfoWriter) (*PostAutoDiscoveryVserverOK, error)

	PutAutoDiscoveryBladeDisc(params *PutAutoDiscoveryBladeDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryBladeDiscOK, error)

	PutAutoDiscoveryCertificate(params *PutAutoDiscoveryCertificateParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryCertificateOK, error)

	PutAutoDiscoveryCloudaccount(params *PutAutoDiscoveryCloudaccountParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryCloudaccountOK, error)

	PutAutoDiscoveryDNS(params *PutAutoDiscoveryDNSParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryDNSOK, error)

	PutAutoDiscoveryIpmi(params *PutAutoDiscoveryIpmiParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryIpmiOK, error)

	PutAutoDiscoveryNetworks(params *PutAutoDiscoveryNetworksParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryNetworksOK, error)

	PutAutoDiscoveryPingsweep(params *PutAutoDiscoveryPingsweepParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryPingsweepOK, error)

	PutAutoDiscoveryPowerDisc(params *PutAutoDiscoveryPowerDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryPowerDiscOK, error)

	PutAutoDiscoverySnmpDisc(params *PutAutoDiscoverySnmpDiscParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoverySnmpDiscOK, error)

	PutAutoDiscoveryVserver(params *PutAutoDiscoveryVserverParams, authInfo runtime.ClientAuthInfoWriter) (*PutAutoDiscoveryVserverOK, 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 auto discovery API client.

type GetAutoDiscoveryCertificateBadRequest

type GetAutoDiscoveryCertificateBadRequest struct {
}

GetAutoDiscoveryCertificateBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewGetAutoDiscoveryCertificateBadRequest

func NewGetAutoDiscoveryCertificateBadRequest() *GetAutoDiscoveryCertificateBadRequest

NewGetAutoDiscoveryCertificateBadRequest creates a GetAutoDiscoveryCertificateBadRequest with default headers values

func (*GetAutoDiscoveryCertificateBadRequest) Error

type GetAutoDiscoveryCertificateForbidden

type GetAutoDiscoveryCertificateForbidden struct {
}

GetAutoDiscoveryCertificateForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewGetAutoDiscoveryCertificateForbidden

func NewGetAutoDiscoveryCertificateForbidden() *GetAutoDiscoveryCertificateForbidden

NewGetAutoDiscoveryCertificateForbidden creates a GetAutoDiscoveryCertificateForbidden with default headers values

func (*GetAutoDiscoveryCertificateForbidden) Error

type GetAutoDiscoveryCertificateGone

type GetAutoDiscoveryCertificateGone struct {
}

GetAutoDiscoveryCertificateGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewGetAutoDiscoveryCertificateGone

func NewGetAutoDiscoveryCertificateGone() *GetAutoDiscoveryCertificateGone

NewGetAutoDiscoveryCertificateGone creates a GetAutoDiscoveryCertificateGone with default headers values

func (*GetAutoDiscoveryCertificateGone) Error

type GetAutoDiscoveryCertificateInternalServerError

type GetAutoDiscoveryCertificateInternalServerError struct {
}

GetAutoDiscoveryCertificateInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewGetAutoDiscoveryCertificateInternalServerError

func NewGetAutoDiscoveryCertificateInternalServerError() *GetAutoDiscoveryCertificateInternalServerError

NewGetAutoDiscoveryCertificateInternalServerError creates a GetAutoDiscoveryCertificateInternalServerError with default headers values

func (*GetAutoDiscoveryCertificateInternalServerError) Error

type GetAutoDiscoveryCertificateMethodNotAllowed

type GetAutoDiscoveryCertificateMethodNotAllowed struct {
}

GetAutoDiscoveryCertificateMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewGetAutoDiscoveryCertificateMethodNotAllowed

func NewGetAutoDiscoveryCertificateMethodNotAllowed() *GetAutoDiscoveryCertificateMethodNotAllowed

NewGetAutoDiscoveryCertificateMethodNotAllowed creates a GetAutoDiscoveryCertificateMethodNotAllowed with default headers values

func (*GetAutoDiscoveryCertificateMethodNotAllowed) Error

type GetAutoDiscoveryCertificateNotFound

type GetAutoDiscoveryCertificateNotFound struct {
}

GetAutoDiscoveryCertificateNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewGetAutoDiscoveryCertificateNotFound

func NewGetAutoDiscoveryCertificateNotFound() *GetAutoDiscoveryCertificateNotFound

NewGetAutoDiscoveryCertificateNotFound creates a GetAutoDiscoveryCertificateNotFound with default headers values

func (*GetAutoDiscoveryCertificateNotFound) Error

type GetAutoDiscoveryCertificateOK

type GetAutoDiscoveryCertificateOK struct {
	Payload *GetAutoDiscoveryCertificateOKBody
}

GetAutoDiscoveryCertificateOK handles this case with default header values.

The above command returns results like this:

func NewGetAutoDiscoveryCertificateOK

func NewGetAutoDiscoveryCertificateOK() *GetAutoDiscoveryCertificateOK

NewGetAutoDiscoveryCertificateOK creates a GetAutoDiscoveryCertificateOK with default headers values

func (*GetAutoDiscoveryCertificateOK) Error

func (*GetAutoDiscoveryCertificateOK) GetPayload

type GetAutoDiscoveryCertificateOKBody

type GetAutoDiscoveryCertificateOKBody struct {

	// jobs
	Jobs []*JobsItems0 `json:"jobs"`
}

GetAutoDiscoveryCertificateOKBody get auto discovery certificate o k body swagger:model GetAutoDiscoveryCertificateOKBody

func (*GetAutoDiscoveryCertificateOKBody) MarshalBinary

func (o *GetAutoDiscoveryCertificateOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAutoDiscoveryCertificateOKBody) UnmarshalBinary

func (o *GetAutoDiscoveryCertificateOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAutoDiscoveryCertificateOKBody) Validate

Validate validates this get auto discovery certificate o k body

type GetAutoDiscoveryCertificateParams

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

GetAutoDiscoveryCertificateParams contains all the parameters to send to the API endpoint for the get auto discovery certificate operation typically these are written to a http.Request

func NewGetAutoDiscoveryCertificateParams

func NewGetAutoDiscoveryCertificateParams() *GetAutoDiscoveryCertificateParams

NewGetAutoDiscoveryCertificateParams creates a new GetAutoDiscoveryCertificateParams object with the default values initialized.

func NewGetAutoDiscoveryCertificateParamsWithContext

func NewGetAutoDiscoveryCertificateParamsWithContext(ctx context.Context) *GetAutoDiscoveryCertificateParams

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

func NewGetAutoDiscoveryCertificateParamsWithHTTPClient

func NewGetAutoDiscoveryCertificateParamsWithHTTPClient(client *http.Client) *GetAutoDiscoveryCertificateParams

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

func NewGetAutoDiscoveryCertificateParamsWithTimeout

func NewGetAutoDiscoveryCertificateParamsWithTimeout(timeout time.Duration) *GetAutoDiscoveryCertificateParams

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

func (*GetAutoDiscoveryCertificateParams) SetContext

SetContext adds the context to the get auto discovery certificate params

func (*GetAutoDiscoveryCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get auto discovery certificate params

func (*GetAutoDiscoveryCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the get auto discovery certificate params

func (*GetAutoDiscoveryCertificateParams) WithContext

WithContext adds the context to the get auto discovery certificate params

func (*GetAutoDiscoveryCertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get auto discovery certificate params

func (*GetAutoDiscoveryCertificateParams) WithTimeout

WithTimeout adds the timeout to the get auto discovery certificate params

func (*GetAutoDiscoveryCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAutoDiscoveryCertificateReader

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

GetAutoDiscoveryCertificateReader is a Reader for the GetAutoDiscoveryCertificate structure.

func (*GetAutoDiscoveryCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAutoDiscoveryCertificateServiceUnavailable

type GetAutoDiscoveryCertificateServiceUnavailable struct {
}

GetAutoDiscoveryCertificateServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewGetAutoDiscoveryCertificateServiceUnavailable

func NewGetAutoDiscoveryCertificateServiceUnavailable() *GetAutoDiscoveryCertificateServiceUnavailable

NewGetAutoDiscoveryCertificateServiceUnavailable creates a GetAutoDiscoveryCertificateServiceUnavailable with default headers values

func (*GetAutoDiscoveryCertificateServiceUnavailable) Error

type GetAutoDiscoveryCertificateUnauthorized

type GetAutoDiscoveryCertificateUnauthorized struct {
}

GetAutoDiscoveryCertificateUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewGetAutoDiscoveryCertificateUnauthorized

func NewGetAutoDiscoveryCertificateUnauthorized() *GetAutoDiscoveryCertificateUnauthorized

NewGetAutoDiscoveryCertificateUnauthorized creates a GetAutoDiscoveryCertificateUnauthorized with default headers values

func (*GetAutoDiscoveryCertificateUnauthorized) Error

type GetAutoDiscoveryDNSBadRequest

type GetAutoDiscoveryDNSBadRequest struct {
}

GetAutoDiscoveryDNSBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewGetAutoDiscoveryDNSBadRequest

func NewGetAutoDiscoveryDNSBadRequest() *GetAutoDiscoveryDNSBadRequest

NewGetAutoDiscoveryDNSBadRequest creates a GetAutoDiscoveryDNSBadRequest with default headers values

func (*GetAutoDiscoveryDNSBadRequest) Error

type GetAutoDiscoveryDNSForbidden

type GetAutoDiscoveryDNSForbidden struct {
}

GetAutoDiscoveryDNSForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewGetAutoDiscoveryDNSForbidden

func NewGetAutoDiscoveryDNSForbidden() *GetAutoDiscoveryDNSForbidden

NewGetAutoDiscoveryDNSForbidden creates a GetAutoDiscoveryDNSForbidden with default headers values

func (*GetAutoDiscoveryDNSForbidden) Error

type GetAutoDiscoveryDNSGone

type GetAutoDiscoveryDNSGone struct {
}

GetAutoDiscoveryDNSGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewGetAutoDiscoveryDNSGone

func NewGetAutoDiscoveryDNSGone() *GetAutoDiscoveryDNSGone

NewGetAutoDiscoveryDNSGone creates a GetAutoDiscoveryDNSGone with default headers values

func (*GetAutoDiscoveryDNSGone) Error

func (o *GetAutoDiscoveryDNSGone) Error() string

type GetAutoDiscoveryDNSInternalServerError

type GetAutoDiscoveryDNSInternalServerError struct {
}

GetAutoDiscoveryDNSInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewGetAutoDiscoveryDNSInternalServerError

func NewGetAutoDiscoveryDNSInternalServerError() *GetAutoDiscoveryDNSInternalServerError

NewGetAutoDiscoveryDNSInternalServerError creates a GetAutoDiscoveryDNSInternalServerError with default headers values

func (*GetAutoDiscoveryDNSInternalServerError) Error

type GetAutoDiscoveryDNSMethodNotAllowed

type GetAutoDiscoveryDNSMethodNotAllowed struct {
}

GetAutoDiscoveryDNSMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewGetAutoDiscoveryDNSMethodNotAllowed

func NewGetAutoDiscoveryDNSMethodNotAllowed() *GetAutoDiscoveryDNSMethodNotAllowed

NewGetAutoDiscoveryDNSMethodNotAllowed creates a GetAutoDiscoveryDNSMethodNotAllowed with default headers values

func (*GetAutoDiscoveryDNSMethodNotAllowed) Error

type GetAutoDiscoveryDNSNotFound

type GetAutoDiscoveryDNSNotFound struct {
}

GetAutoDiscoveryDNSNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewGetAutoDiscoveryDNSNotFound

func NewGetAutoDiscoveryDNSNotFound() *GetAutoDiscoveryDNSNotFound

NewGetAutoDiscoveryDNSNotFound creates a GetAutoDiscoveryDNSNotFound with default headers values

func (*GetAutoDiscoveryDNSNotFound) Error

type GetAutoDiscoveryDNSOK

type GetAutoDiscoveryDNSOK struct {
	Payload *GetAutoDiscoveryDNSOKBody
}

GetAutoDiscoveryDNSOK handles this case with default header values.

The above command returns results like this:

func NewGetAutoDiscoveryDNSOK

func NewGetAutoDiscoveryDNSOK() *GetAutoDiscoveryDNSOK

NewGetAutoDiscoveryDNSOK creates a GetAutoDiscoveryDNSOK with default headers values

func (*GetAutoDiscoveryDNSOK) Error

func (o *GetAutoDiscoveryDNSOK) Error() string

func (*GetAutoDiscoveryDNSOK) GetPayload

type GetAutoDiscoveryDNSOKBody

type GetAutoDiscoveryDNSOKBody struct {

	// jobs
	Jobs []*JobsItems0 `json:"jobs"`
}

GetAutoDiscoveryDNSOKBody get auto discovery DNS o k body swagger:model GetAutoDiscoveryDNSOKBody

func (*GetAutoDiscoveryDNSOKBody) MarshalBinary

func (o *GetAutoDiscoveryDNSOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAutoDiscoveryDNSOKBody) UnmarshalBinary

func (o *GetAutoDiscoveryDNSOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAutoDiscoveryDNSOKBody) Validate

func (o *GetAutoDiscoveryDNSOKBody) Validate(formats strfmt.Registry) error

Validate validates this get auto discovery DNS o k body

type GetAutoDiscoveryDNSParams

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

GetAutoDiscoveryDNSParams contains all the parameters to send to the API endpoint for the get auto discovery Dns operation typically these are written to a http.Request

func NewGetAutoDiscoveryDNSParams

func NewGetAutoDiscoveryDNSParams() *GetAutoDiscoveryDNSParams

NewGetAutoDiscoveryDNSParams creates a new GetAutoDiscoveryDNSParams object with the default values initialized.

func NewGetAutoDiscoveryDNSParamsWithContext

func NewGetAutoDiscoveryDNSParamsWithContext(ctx context.Context) *GetAutoDiscoveryDNSParams

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

func NewGetAutoDiscoveryDNSParamsWithHTTPClient

func NewGetAutoDiscoveryDNSParamsWithHTTPClient(client *http.Client) *GetAutoDiscoveryDNSParams

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

func NewGetAutoDiscoveryDNSParamsWithTimeout

func NewGetAutoDiscoveryDNSParamsWithTimeout(timeout time.Duration) *GetAutoDiscoveryDNSParams

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

func (*GetAutoDiscoveryDNSParams) SetContext

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

SetContext adds the context to the get auto discovery Dns params

func (*GetAutoDiscoveryDNSParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get auto discovery Dns params

func (*GetAutoDiscoveryDNSParams) SetTimeout

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

SetTimeout adds the timeout to the get auto discovery Dns params

func (*GetAutoDiscoveryDNSParams) WithContext

WithContext adds the context to the get auto discovery Dns params

func (*GetAutoDiscoveryDNSParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get auto discovery Dns params

func (*GetAutoDiscoveryDNSParams) WithTimeout

WithTimeout adds the timeout to the get auto discovery Dns params

func (*GetAutoDiscoveryDNSParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAutoDiscoveryDNSReader

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

GetAutoDiscoveryDNSReader is a Reader for the GetAutoDiscoveryDNS structure.

func (*GetAutoDiscoveryDNSReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAutoDiscoveryDNSServiceUnavailable

type GetAutoDiscoveryDNSServiceUnavailable struct {
}

GetAutoDiscoveryDNSServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewGetAutoDiscoveryDNSServiceUnavailable

func NewGetAutoDiscoveryDNSServiceUnavailable() *GetAutoDiscoveryDNSServiceUnavailable

NewGetAutoDiscoveryDNSServiceUnavailable creates a GetAutoDiscoveryDNSServiceUnavailable with default headers values

func (*GetAutoDiscoveryDNSServiceUnavailable) Error

type GetAutoDiscoveryDNSUnauthorized

type GetAutoDiscoveryDNSUnauthorized struct {
}

GetAutoDiscoveryDNSUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewGetAutoDiscoveryDNSUnauthorized

func NewGetAutoDiscoveryDNSUnauthorized() *GetAutoDiscoveryDNSUnauthorized

NewGetAutoDiscoveryDNSUnauthorized creates a GetAutoDiscoveryDNSUnauthorized with default headers values

func (*GetAutoDiscoveryDNSUnauthorized) Error

type GetAutoDiscoveryNetworksBadRequest

type GetAutoDiscoveryNetworksBadRequest struct {
}

GetAutoDiscoveryNetworksBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewGetAutoDiscoveryNetworksBadRequest

func NewGetAutoDiscoveryNetworksBadRequest() *GetAutoDiscoveryNetworksBadRequest

NewGetAutoDiscoveryNetworksBadRequest creates a GetAutoDiscoveryNetworksBadRequest with default headers values

func (*GetAutoDiscoveryNetworksBadRequest) Error

type GetAutoDiscoveryNetworksForbidden

type GetAutoDiscoveryNetworksForbidden struct {
}

GetAutoDiscoveryNetworksForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewGetAutoDiscoveryNetworksForbidden

func NewGetAutoDiscoveryNetworksForbidden() *GetAutoDiscoveryNetworksForbidden

NewGetAutoDiscoveryNetworksForbidden creates a GetAutoDiscoveryNetworksForbidden with default headers values

func (*GetAutoDiscoveryNetworksForbidden) Error

type GetAutoDiscoveryNetworksGone

type GetAutoDiscoveryNetworksGone struct {
}

GetAutoDiscoveryNetworksGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewGetAutoDiscoveryNetworksGone

func NewGetAutoDiscoveryNetworksGone() *GetAutoDiscoveryNetworksGone

NewGetAutoDiscoveryNetworksGone creates a GetAutoDiscoveryNetworksGone with default headers values

func (*GetAutoDiscoveryNetworksGone) Error

type GetAutoDiscoveryNetworksInternalServerError

type GetAutoDiscoveryNetworksInternalServerError struct {
}

GetAutoDiscoveryNetworksInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewGetAutoDiscoveryNetworksInternalServerError

func NewGetAutoDiscoveryNetworksInternalServerError() *GetAutoDiscoveryNetworksInternalServerError

NewGetAutoDiscoveryNetworksInternalServerError creates a GetAutoDiscoveryNetworksInternalServerError with default headers values

func (*GetAutoDiscoveryNetworksInternalServerError) Error

type GetAutoDiscoveryNetworksMethodNotAllowed

type GetAutoDiscoveryNetworksMethodNotAllowed struct {
}

GetAutoDiscoveryNetworksMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewGetAutoDiscoveryNetworksMethodNotAllowed

func NewGetAutoDiscoveryNetworksMethodNotAllowed() *GetAutoDiscoveryNetworksMethodNotAllowed

NewGetAutoDiscoveryNetworksMethodNotAllowed creates a GetAutoDiscoveryNetworksMethodNotAllowed with default headers values

func (*GetAutoDiscoveryNetworksMethodNotAllowed) Error

type GetAutoDiscoveryNetworksNotFound

type GetAutoDiscoveryNetworksNotFound struct {
}

GetAutoDiscoveryNetworksNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewGetAutoDiscoveryNetworksNotFound

func NewGetAutoDiscoveryNetworksNotFound() *GetAutoDiscoveryNetworksNotFound

NewGetAutoDiscoveryNetworksNotFound creates a GetAutoDiscoveryNetworksNotFound with default headers values

func (*GetAutoDiscoveryNetworksNotFound) Error

type GetAutoDiscoveryNetworksOK

type GetAutoDiscoveryNetworksOK struct {
	Payload *GetAutoDiscoveryNetworksOKBody
}

GetAutoDiscoveryNetworksOK handles this case with default header values.

The above command returns results like this:

func NewGetAutoDiscoveryNetworksOK

func NewGetAutoDiscoveryNetworksOK() *GetAutoDiscoveryNetworksOK

NewGetAutoDiscoveryNetworksOK creates a GetAutoDiscoveryNetworksOK with default headers values

func (*GetAutoDiscoveryNetworksOK) Error

func (*GetAutoDiscoveryNetworksOK) GetPayload

type GetAutoDiscoveryNetworksOKBody

type GetAutoDiscoveryNetworksOKBody struct {

	// jobs
	Jobs []*JobsItems0 `json:"jobs"`
}

GetAutoDiscoveryNetworksOKBody get auto discovery networks o k body swagger:model GetAutoDiscoveryNetworksOKBody

func (*GetAutoDiscoveryNetworksOKBody) MarshalBinary

func (o *GetAutoDiscoveryNetworksOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAutoDiscoveryNetworksOKBody) UnmarshalBinary

func (o *GetAutoDiscoveryNetworksOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAutoDiscoveryNetworksOKBody) Validate

func (o *GetAutoDiscoveryNetworksOKBody) Validate(formats strfmt.Registry) error

Validate validates this get auto discovery networks o k body

type GetAutoDiscoveryNetworksParams

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

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

func NewGetAutoDiscoveryNetworksParams

func NewGetAutoDiscoveryNetworksParams() *GetAutoDiscoveryNetworksParams

NewGetAutoDiscoveryNetworksParams creates a new GetAutoDiscoveryNetworksParams object with the default values initialized.

func NewGetAutoDiscoveryNetworksParamsWithContext

func NewGetAutoDiscoveryNetworksParamsWithContext(ctx context.Context) *GetAutoDiscoveryNetworksParams

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

func NewGetAutoDiscoveryNetworksParamsWithHTTPClient

func NewGetAutoDiscoveryNetworksParamsWithHTTPClient(client *http.Client) *GetAutoDiscoveryNetworksParams

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

func NewGetAutoDiscoveryNetworksParamsWithTimeout

func NewGetAutoDiscoveryNetworksParamsWithTimeout(timeout time.Duration) *GetAutoDiscoveryNetworksParams

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

func (*GetAutoDiscoveryNetworksParams) SetContext

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

SetContext adds the context to the get auto discovery networks params

func (*GetAutoDiscoveryNetworksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get auto discovery networks params

func (*GetAutoDiscoveryNetworksParams) SetTimeout

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

SetTimeout adds the timeout to the get auto discovery networks params

func (*GetAutoDiscoveryNetworksParams) WithContext

WithContext adds the context to the get auto discovery networks params

func (*GetAutoDiscoveryNetworksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get auto discovery networks params

func (*GetAutoDiscoveryNetworksParams) WithTimeout

WithTimeout adds the timeout to the get auto discovery networks params

func (*GetAutoDiscoveryNetworksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAutoDiscoveryNetworksReader

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

GetAutoDiscoveryNetworksReader is a Reader for the GetAutoDiscoveryNetworks structure.

func (*GetAutoDiscoveryNetworksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAutoDiscoveryNetworksServiceUnavailable

type GetAutoDiscoveryNetworksServiceUnavailable struct {
}

GetAutoDiscoveryNetworksServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewGetAutoDiscoveryNetworksServiceUnavailable

func NewGetAutoDiscoveryNetworksServiceUnavailable() *GetAutoDiscoveryNetworksServiceUnavailable

NewGetAutoDiscoveryNetworksServiceUnavailable creates a GetAutoDiscoveryNetworksServiceUnavailable with default headers values

func (*GetAutoDiscoveryNetworksServiceUnavailable) Error

type GetAutoDiscoveryNetworksUnauthorized

type GetAutoDiscoveryNetworksUnauthorized struct {
}

GetAutoDiscoveryNetworksUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewGetAutoDiscoveryNetworksUnauthorized

func NewGetAutoDiscoveryNetworksUnauthorized() *GetAutoDiscoveryNetworksUnauthorized

NewGetAutoDiscoveryNetworksUnauthorized creates a GetAutoDiscoveryNetworksUnauthorized with default headers values

func (*GetAutoDiscoveryNetworksUnauthorized) Error

type GetAutoDiscoveryPingsweepBadRequest

type GetAutoDiscoveryPingsweepBadRequest struct {
}

GetAutoDiscoveryPingsweepBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewGetAutoDiscoveryPingsweepBadRequest

func NewGetAutoDiscoveryPingsweepBadRequest() *GetAutoDiscoveryPingsweepBadRequest

NewGetAutoDiscoveryPingsweepBadRequest creates a GetAutoDiscoveryPingsweepBadRequest with default headers values

func (*GetAutoDiscoveryPingsweepBadRequest) Error

type GetAutoDiscoveryPingsweepForbidden

type GetAutoDiscoveryPingsweepForbidden struct {
}

GetAutoDiscoveryPingsweepForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewGetAutoDiscoveryPingsweepForbidden

func NewGetAutoDiscoveryPingsweepForbidden() *GetAutoDiscoveryPingsweepForbidden

NewGetAutoDiscoveryPingsweepForbidden creates a GetAutoDiscoveryPingsweepForbidden with default headers values

func (*GetAutoDiscoveryPingsweepForbidden) Error

type GetAutoDiscoveryPingsweepGone

type GetAutoDiscoveryPingsweepGone struct {
}

GetAutoDiscoveryPingsweepGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewGetAutoDiscoveryPingsweepGone

func NewGetAutoDiscoveryPingsweepGone() *GetAutoDiscoveryPingsweepGone

NewGetAutoDiscoveryPingsweepGone creates a GetAutoDiscoveryPingsweepGone with default headers values

func (*GetAutoDiscoveryPingsweepGone) Error

type GetAutoDiscoveryPingsweepInternalServerError

type GetAutoDiscoveryPingsweepInternalServerError struct {
}

GetAutoDiscoveryPingsweepInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewGetAutoDiscoveryPingsweepInternalServerError

func NewGetAutoDiscoveryPingsweepInternalServerError() *GetAutoDiscoveryPingsweepInternalServerError

NewGetAutoDiscoveryPingsweepInternalServerError creates a GetAutoDiscoveryPingsweepInternalServerError with default headers values

func (*GetAutoDiscoveryPingsweepInternalServerError) Error

type GetAutoDiscoveryPingsweepMethodNotAllowed

type GetAutoDiscoveryPingsweepMethodNotAllowed struct {
}

GetAutoDiscoveryPingsweepMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewGetAutoDiscoveryPingsweepMethodNotAllowed

func NewGetAutoDiscoveryPingsweepMethodNotAllowed() *GetAutoDiscoveryPingsweepMethodNotAllowed

NewGetAutoDiscoveryPingsweepMethodNotAllowed creates a GetAutoDiscoveryPingsweepMethodNotAllowed with default headers values

func (*GetAutoDiscoveryPingsweepMethodNotAllowed) Error

type GetAutoDiscoveryPingsweepNotFound

type GetAutoDiscoveryPingsweepNotFound struct {
}

GetAutoDiscoveryPingsweepNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewGetAutoDiscoveryPingsweepNotFound

func NewGetAutoDiscoveryPingsweepNotFound() *GetAutoDiscoveryPingsweepNotFound

NewGetAutoDiscoveryPingsweepNotFound creates a GetAutoDiscoveryPingsweepNotFound with default headers values

func (*GetAutoDiscoveryPingsweepNotFound) Error

type GetAutoDiscoveryPingsweepOK

type GetAutoDiscoveryPingsweepOK struct {
	Payload *GetAutoDiscoveryPingsweepOKBody
}

GetAutoDiscoveryPingsweepOK handles this case with default header values.

The above command returns results like this:

func NewGetAutoDiscoveryPingsweepOK

func NewGetAutoDiscoveryPingsweepOK() *GetAutoDiscoveryPingsweepOK

NewGetAutoDiscoveryPingsweepOK creates a GetAutoDiscoveryPingsweepOK with default headers values

func (*GetAutoDiscoveryPingsweepOK) Error

func (*GetAutoDiscoveryPingsweepOK) GetPayload

type GetAutoDiscoveryPingsweepOKBody

type GetAutoDiscoveryPingsweepOKBody struct {

	// jobs
	Jobs []*JobsItems0 `json:"jobs"`
}

GetAutoDiscoveryPingsweepOKBody get auto discovery pingsweep o k body swagger:model GetAutoDiscoveryPingsweepOKBody

func (*GetAutoDiscoveryPingsweepOKBody) MarshalBinary

func (o *GetAutoDiscoveryPingsweepOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*GetAutoDiscoveryPingsweepOKBody) UnmarshalBinary

func (o *GetAutoDiscoveryPingsweepOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*GetAutoDiscoveryPingsweepOKBody) Validate

Validate validates this get auto discovery pingsweep o k body

type GetAutoDiscoveryPingsweepParams

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

GetAutoDiscoveryPingsweepParams contains all the parameters to send to the API endpoint for the get auto discovery pingsweep operation typically these are written to a http.Request

func NewGetAutoDiscoveryPingsweepParams

func NewGetAutoDiscoveryPingsweepParams() *GetAutoDiscoveryPingsweepParams

NewGetAutoDiscoveryPingsweepParams creates a new GetAutoDiscoveryPingsweepParams object with the default values initialized.

func NewGetAutoDiscoveryPingsweepParamsWithContext

func NewGetAutoDiscoveryPingsweepParamsWithContext(ctx context.Context) *GetAutoDiscoveryPingsweepParams

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

func NewGetAutoDiscoveryPingsweepParamsWithHTTPClient

func NewGetAutoDiscoveryPingsweepParamsWithHTTPClient(client *http.Client) *GetAutoDiscoveryPingsweepParams

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

func NewGetAutoDiscoveryPingsweepParamsWithTimeout

func NewGetAutoDiscoveryPingsweepParamsWithTimeout(timeout time.Duration) *GetAutoDiscoveryPingsweepParams

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

func (*GetAutoDiscoveryPingsweepParams) SetContext

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

SetContext adds the context to the get auto discovery pingsweep params

func (*GetAutoDiscoveryPingsweepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get auto discovery pingsweep params

func (*GetAutoDiscoveryPingsweepParams) SetTimeout

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

SetTimeout adds the timeout to the get auto discovery pingsweep params

func (*GetAutoDiscoveryPingsweepParams) WithContext

WithContext adds the context to the get auto discovery pingsweep params

func (*GetAutoDiscoveryPingsweepParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get auto discovery pingsweep params

func (*GetAutoDiscoveryPingsweepParams) WithTimeout

WithTimeout adds the timeout to the get auto discovery pingsweep params

func (*GetAutoDiscoveryPingsweepParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAutoDiscoveryPingsweepReader

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

GetAutoDiscoveryPingsweepReader is a Reader for the GetAutoDiscoveryPingsweep structure.

func (*GetAutoDiscoveryPingsweepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAutoDiscoveryPingsweepServiceUnavailable

type GetAutoDiscoveryPingsweepServiceUnavailable struct {
}

GetAutoDiscoveryPingsweepServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewGetAutoDiscoveryPingsweepServiceUnavailable

func NewGetAutoDiscoveryPingsweepServiceUnavailable() *GetAutoDiscoveryPingsweepServiceUnavailable

NewGetAutoDiscoveryPingsweepServiceUnavailable creates a GetAutoDiscoveryPingsweepServiceUnavailable with default headers values

func (*GetAutoDiscoveryPingsweepServiceUnavailable) Error

type GetAutoDiscoveryPingsweepUnauthorized

type GetAutoDiscoveryPingsweepUnauthorized struct {
}

GetAutoDiscoveryPingsweepUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewGetAutoDiscoveryPingsweepUnauthorized

func NewGetAutoDiscoveryPingsweepUnauthorized() *GetAutoDiscoveryPingsweepUnauthorized

NewGetAutoDiscoveryPingsweepUnauthorized creates a GetAutoDiscoveryPingsweepUnauthorized with default headers values

func (*GetAutoDiscoveryPingsweepUnauthorized) Error

type JobsItems0

type JobsItems0 struct {

	// end ip address
	EndIPAddress interface{} `json:"end_ip_address,omitempty"`

	// follow chain
	FollowChain interface{} `json:"follow_chain,omitempty"`

	// job id
	JobID interface{} `json:"job_id,omitempty"`

	// name
	Name interface{} `json:"name,omitempty"`

	// ports
	Ports interface{} `json:"ports,omitempty"`

	// start ip address
	StartIPAddress interface{} `json:"start_ip_address,omitempty"`
}

JobsItems0 jobs items0 swagger:model JobsItems0

func (*JobsItems0) MarshalBinary

func (o *JobsItems0) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*JobsItems0) UnmarshalBinary

func (o *JobsItems0) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*JobsItems0) Validate

func (o *JobsItems0) Validate(formats strfmt.Registry) error

Validate validates this jobs items0

type PostAutoDiscoveryBladeDiscBadRequest

type PostAutoDiscoveryBladeDiscBadRequest struct {
}

PostAutoDiscoveryBladeDiscBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryBladeDiscBadRequest

func NewPostAutoDiscoveryBladeDiscBadRequest() *PostAutoDiscoveryBladeDiscBadRequest

NewPostAutoDiscoveryBladeDiscBadRequest creates a PostAutoDiscoveryBladeDiscBadRequest with default headers values

func (*PostAutoDiscoveryBladeDiscBadRequest) Error

type PostAutoDiscoveryBladeDiscForbidden

type PostAutoDiscoveryBladeDiscForbidden struct {
}

PostAutoDiscoveryBladeDiscForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryBladeDiscForbidden

func NewPostAutoDiscoveryBladeDiscForbidden() *PostAutoDiscoveryBladeDiscForbidden

NewPostAutoDiscoveryBladeDiscForbidden creates a PostAutoDiscoveryBladeDiscForbidden with default headers values

func (*PostAutoDiscoveryBladeDiscForbidden) Error

type PostAutoDiscoveryBladeDiscGone

type PostAutoDiscoveryBladeDiscGone struct {
}

PostAutoDiscoveryBladeDiscGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryBladeDiscGone

func NewPostAutoDiscoveryBladeDiscGone() *PostAutoDiscoveryBladeDiscGone

NewPostAutoDiscoveryBladeDiscGone creates a PostAutoDiscoveryBladeDiscGone with default headers values

func (*PostAutoDiscoveryBladeDiscGone) Error

type PostAutoDiscoveryBladeDiscInternalServerError

type PostAutoDiscoveryBladeDiscInternalServerError struct {
}

PostAutoDiscoveryBladeDiscInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryBladeDiscInternalServerError

func NewPostAutoDiscoveryBladeDiscInternalServerError() *PostAutoDiscoveryBladeDiscInternalServerError

NewPostAutoDiscoveryBladeDiscInternalServerError creates a PostAutoDiscoveryBladeDiscInternalServerError with default headers values

func (*PostAutoDiscoveryBladeDiscInternalServerError) Error

type PostAutoDiscoveryBladeDiscMethodNotAllowed

type PostAutoDiscoveryBladeDiscMethodNotAllowed struct {
}

PostAutoDiscoveryBladeDiscMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryBladeDiscMethodNotAllowed

func NewPostAutoDiscoveryBladeDiscMethodNotAllowed() *PostAutoDiscoveryBladeDiscMethodNotAllowed

NewPostAutoDiscoveryBladeDiscMethodNotAllowed creates a PostAutoDiscoveryBladeDiscMethodNotAllowed with default headers values

func (*PostAutoDiscoveryBladeDiscMethodNotAllowed) Error

type PostAutoDiscoveryBladeDiscNotFound

type PostAutoDiscoveryBladeDiscNotFound struct {
}

PostAutoDiscoveryBladeDiscNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryBladeDiscNotFound

func NewPostAutoDiscoveryBladeDiscNotFound() *PostAutoDiscoveryBladeDiscNotFound

NewPostAutoDiscoveryBladeDiscNotFound creates a PostAutoDiscoveryBladeDiscNotFound with default headers values

func (*PostAutoDiscoveryBladeDiscNotFound) Error

type PostAutoDiscoveryBladeDiscOK

type PostAutoDiscoveryBladeDiscOK struct {
	Payload *PostAutoDiscoveryBladeDiscOKBody
}

PostAutoDiscoveryBladeDiscOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryBladeDiscOK

func NewPostAutoDiscoveryBladeDiscOK() *PostAutoDiscoveryBladeDiscOK

NewPostAutoDiscoveryBladeDiscOK creates a PostAutoDiscoveryBladeDiscOK with default headers values

func (*PostAutoDiscoveryBladeDiscOK) Error

func (*PostAutoDiscoveryBladeDiscOK) GetPayload

type PostAutoDiscoveryBladeDiscOKBody

type PostAutoDiscoveryBladeDiscOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PostAutoDiscoveryBladeDiscOKBody post auto discovery blade disc o k body swagger:model PostAutoDiscoveryBladeDiscOKBody

func (*PostAutoDiscoveryBladeDiscOKBody) MarshalBinary

func (o *PostAutoDiscoveryBladeDiscOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostAutoDiscoveryBladeDiscOKBody) UnmarshalBinary

func (o *PostAutoDiscoveryBladeDiscOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostAutoDiscoveryBladeDiscOKBody) Validate

Validate validates this post auto discovery blade disc o k body

type PostAutoDiscoveryBladeDiscParams

type PostAutoDiscoveryBladeDiscParams struct {

	/*ClearExistingSchedule*/
	ClearExistingSchedule *string
	/*DebugLevel*/
	DebugLevel *string
	/*EndIPAddress
	  End IP address

	*/
	EndIPAddress *string
	/*Groups
	  name of one or more groups separated by commas

	*/
	Groups *string
	/*HostnamePrecedence*/
	HostnamePrecedence *string
	/*Ipaddress
	  IP address. Required if new

	*/
	Ipaddress *string
	/*ModuleNotFound
	  action to take on module not found. One of: Remove Host Association, Change Service Level, Delete Module (default is no action)

	*/
	ModuleNotFound *string
	/*Name
	  name of the job

	*/
	Name string
	/*NameToUseForNewlyDiscoveredModule
	  name to use

	*/
	NameToUseForNewlyDiscoveredModule *string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*ServiceLevel
	  Must already exist

	*/
	ServiceLevel *string
	/*SnmpPort
	  snmp port (integer only) (added in v10.4.0)

	*/
	SnmpPort *int64
	/*SnmpString
	  required, if new

	*/
	SnmpString *string
	/*SnmpVersion*/
	SnmpVersion *string
	/*Snmpv3AuthMode*/
	Snmpv3AuthMode *string
	/*Snmpv3AuthPassword
	  password (added in v10.4.0)

	*/
	Snmpv3AuthPassword *string
	/*Snmpv3AuthProtocol*/
	Snmpv3AuthProtocol *string
	/*Snmpv3Context*/
	Snmpv3Context *string
	/*Snmpv3PrivacyProtocol*/
	Snmpv3PrivacyProtocol *string
	/*Snmpv3PrivacyProtocolPassword
	  password (added in v10.4.0)

	*/
	Snmpv3PrivacyProtocolPassword *string
	/*Snmpv3User
	  name of snmp v3 user (added in v10.4.0)

	*/
	Snmpv3User *string
	/*StripDomainName*/
	StripDomainName *string
	/*ToggleInServiceOnModulePowerState
	  yes or no

	*/
	ToggleInServiceOnModulePowerState *string

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

PostAutoDiscoveryBladeDiscParams contains all the parameters to send to the API endpoint for the post auto discovery blade disc operation typically these are written to a http.Request

func NewPostAutoDiscoveryBladeDiscParams

func NewPostAutoDiscoveryBladeDiscParams() *PostAutoDiscoveryBladeDiscParams

NewPostAutoDiscoveryBladeDiscParams creates a new PostAutoDiscoveryBladeDiscParams object with the default values initialized.

func NewPostAutoDiscoveryBladeDiscParamsWithContext

func NewPostAutoDiscoveryBladeDiscParamsWithContext(ctx context.Context) *PostAutoDiscoveryBladeDiscParams

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

func NewPostAutoDiscoveryBladeDiscParamsWithHTTPClient

func NewPostAutoDiscoveryBladeDiscParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryBladeDiscParams

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

func NewPostAutoDiscoveryBladeDiscParamsWithTimeout

func NewPostAutoDiscoveryBladeDiscParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryBladeDiscParams

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

func (*PostAutoDiscoveryBladeDiscParams) SetClearExistingSchedule

func (o *PostAutoDiscoveryBladeDiscParams) SetClearExistingSchedule(clearExistingSchedule *string)

SetClearExistingSchedule adds the clearExistingSchedule to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetContext

SetContext adds the context to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetDebugLevel

func (o *PostAutoDiscoveryBladeDiscParams) SetDebugLevel(debugLevel *string)

SetDebugLevel adds the debugLevel to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetEndIPAddress

func (o *PostAutoDiscoveryBladeDiscParams) SetEndIPAddress(endIPAddress *string)

SetEndIPAddress adds the endIpAddress to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetGroups

func (o *PostAutoDiscoveryBladeDiscParams) SetGroups(groups *string)

SetGroups adds the groups to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetHostnamePrecedence

func (o *PostAutoDiscoveryBladeDiscParams) SetHostnamePrecedence(hostnamePrecedence *string)

SetHostnamePrecedence adds the hostnamePrecedence to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetIpaddress

func (o *PostAutoDiscoveryBladeDiscParams) SetIpaddress(ipaddress *string)

SetIpaddress adds the ipaddress to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetModuleNotFound

func (o *PostAutoDiscoveryBladeDiscParams) SetModuleNotFound(moduleNotFound *string)

SetModuleNotFound adds the moduleNotFound to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetName

func (o *PostAutoDiscoveryBladeDiscParams) SetName(name string)

SetName adds the name to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetNameToUseForNewlyDiscoveredModule

func (o *PostAutoDiscoveryBladeDiscParams) SetNameToUseForNewlyDiscoveredModule(nameToUseForNewlyDiscoveredModule *string)

SetNameToUseForNewlyDiscoveredModule adds the nameToUseForNewlyDiscoveredModule to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetScheduleDays

func (o *PostAutoDiscoveryBladeDiscParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetScheduleTime

func (o *PostAutoDiscoveryBladeDiscParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetServiceLevel

func (o *PostAutoDiscoveryBladeDiscParams) SetServiceLevel(serviceLevel *string)

SetServiceLevel adds the serviceLevel to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpPort

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpPort(snmpPort *int64)

SetSnmpPort adds the snmpPort to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpString

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpString(snmpString *string)

SetSnmpString adds the snmpString to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpVersion

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpVersion(snmpVersion *string)

SetSnmpVersion adds the snmpVersion to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpv3AuthMode

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpv3AuthMode(snmpv3AuthMode *string)

SetSnmpv3AuthMode adds the snmpv3AuthMode to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpv3AuthPassword

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpv3AuthPassword(snmpv3AuthPassword *string)

SetSnmpv3AuthPassword adds the snmpv3AuthPassword to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpv3AuthProtocol

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpv3AuthProtocol(snmpv3AuthProtocol *string)

SetSnmpv3AuthProtocol adds the snmpv3AuthProtocol to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpv3Context

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpv3Context(snmpv3Context *string)

SetSnmpv3Context adds the snmpv3Context to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpv3PrivacyProtocol

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpv3PrivacyProtocol(snmpv3PrivacyProtocol *string)

SetSnmpv3PrivacyProtocol adds the snmpv3PrivacyProtocol to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpv3PrivacyProtocolPassword

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpv3PrivacyProtocolPassword(snmpv3PrivacyProtocolPassword *string)

SetSnmpv3PrivacyProtocolPassword adds the snmpv3PrivacyProtocolPassword to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetSnmpv3User

func (o *PostAutoDiscoveryBladeDiscParams) SetSnmpv3User(snmpv3User *string)

SetSnmpv3User adds the snmpv3User to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetStripDomainName

func (o *PostAutoDiscoveryBladeDiscParams) SetStripDomainName(stripDomainName *string)

SetStripDomainName adds the stripDomainName to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) SetToggleInServiceOnModulePowerState

func (o *PostAutoDiscoveryBladeDiscParams) SetToggleInServiceOnModulePowerState(toggleInServiceOnModulePowerState *string)

SetToggleInServiceOnModulePowerState adds the toggleInServiceOnModulePowerState to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithClearExistingSchedule

func (o *PostAutoDiscoveryBladeDiscParams) WithClearExistingSchedule(clearExistingSchedule *string) *PostAutoDiscoveryBladeDiscParams

WithClearExistingSchedule adds the clearExistingSchedule to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithContext

WithContext adds the context to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithDebugLevel

WithDebugLevel adds the debugLevel to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithEndIPAddress

func (o *PostAutoDiscoveryBladeDiscParams) WithEndIPAddress(endIPAddress *string) *PostAutoDiscoveryBladeDiscParams

WithEndIPAddress adds the endIPAddress to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithGroups

WithGroups adds the groups to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithHostnamePrecedence

func (o *PostAutoDiscoveryBladeDiscParams) WithHostnamePrecedence(hostnamePrecedence *string) *PostAutoDiscoveryBladeDiscParams

WithHostnamePrecedence adds the hostnamePrecedence to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithIpaddress

WithIpaddress adds the ipaddress to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithModuleNotFound

func (o *PostAutoDiscoveryBladeDiscParams) WithModuleNotFound(moduleNotFound *string) *PostAutoDiscoveryBladeDiscParams

WithModuleNotFound adds the moduleNotFound to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithName

WithName adds the name to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithNameToUseForNewlyDiscoveredModule

func (o *PostAutoDiscoveryBladeDiscParams) WithNameToUseForNewlyDiscoveredModule(nameToUseForNewlyDiscoveredModule *string) *PostAutoDiscoveryBladeDiscParams

WithNameToUseForNewlyDiscoveredModule adds the nameToUseForNewlyDiscoveredModule to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithScheduleDays

func (o *PostAutoDiscoveryBladeDiscParams) WithScheduleDays(scheduleDays *string) *PostAutoDiscoveryBladeDiscParams

WithScheduleDays adds the scheduleDays to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithScheduleTime

func (o *PostAutoDiscoveryBladeDiscParams) WithScheduleTime(scheduleTime *string) *PostAutoDiscoveryBladeDiscParams

WithScheduleTime adds the scheduleTime to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithServiceLevel

func (o *PostAutoDiscoveryBladeDiscParams) WithServiceLevel(serviceLevel *string) *PostAutoDiscoveryBladeDiscParams

WithServiceLevel adds the serviceLevel to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpPort

WithSnmpPort adds the snmpPort to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpString

WithSnmpString adds the snmpString to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpVersion

WithSnmpVersion adds the snmpVersion to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpv3AuthMode

func (o *PostAutoDiscoveryBladeDiscParams) WithSnmpv3AuthMode(snmpv3AuthMode *string) *PostAutoDiscoveryBladeDiscParams

WithSnmpv3AuthMode adds the snmpv3AuthMode to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpv3AuthPassword

func (o *PostAutoDiscoveryBladeDiscParams) WithSnmpv3AuthPassword(snmpv3AuthPassword *string) *PostAutoDiscoveryBladeDiscParams

WithSnmpv3AuthPassword adds the snmpv3AuthPassword to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpv3AuthProtocol

func (o *PostAutoDiscoveryBladeDiscParams) WithSnmpv3AuthProtocol(snmpv3AuthProtocol *string) *PostAutoDiscoveryBladeDiscParams

WithSnmpv3AuthProtocol adds the snmpv3AuthProtocol to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpv3Context

func (o *PostAutoDiscoveryBladeDiscParams) WithSnmpv3Context(snmpv3Context *string) *PostAutoDiscoveryBladeDiscParams

WithSnmpv3Context adds the snmpv3Context to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpv3PrivacyProtocol

func (o *PostAutoDiscoveryBladeDiscParams) WithSnmpv3PrivacyProtocol(snmpv3PrivacyProtocol *string) *PostAutoDiscoveryBladeDiscParams

WithSnmpv3PrivacyProtocol adds the snmpv3PrivacyProtocol to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpv3PrivacyProtocolPassword

func (o *PostAutoDiscoveryBladeDiscParams) WithSnmpv3PrivacyProtocolPassword(snmpv3PrivacyProtocolPassword *string) *PostAutoDiscoveryBladeDiscParams

WithSnmpv3PrivacyProtocolPassword adds the snmpv3PrivacyProtocolPassword to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithSnmpv3User

WithSnmpv3User adds the snmpv3User to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithStripDomainName

func (o *PostAutoDiscoveryBladeDiscParams) WithStripDomainName(stripDomainName *string) *PostAutoDiscoveryBladeDiscParams

WithStripDomainName adds the stripDomainName to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WithToggleInServiceOnModulePowerState

func (o *PostAutoDiscoveryBladeDiscParams) WithToggleInServiceOnModulePowerState(toggleInServiceOnModulePowerState *string) *PostAutoDiscoveryBladeDiscParams

WithToggleInServiceOnModulePowerState adds the toggleInServiceOnModulePowerState to the post auto discovery blade disc params

func (*PostAutoDiscoveryBladeDiscParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryBladeDiscReader

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

PostAutoDiscoveryBladeDiscReader is a Reader for the PostAutoDiscoveryBladeDisc structure.

func (*PostAutoDiscoveryBladeDiscReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryBladeDiscServiceUnavailable

type PostAutoDiscoveryBladeDiscServiceUnavailable struct {
}

PostAutoDiscoveryBladeDiscServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryBladeDiscServiceUnavailable

func NewPostAutoDiscoveryBladeDiscServiceUnavailable() *PostAutoDiscoveryBladeDiscServiceUnavailable

NewPostAutoDiscoveryBladeDiscServiceUnavailable creates a PostAutoDiscoveryBladeDiscServiceUnavailable with default headers values

func (*PostAutoDiscoveryBladeDiscServiceUnavailable) Error

type PostAutoDiscoveryBladeDiscUnauthorized

type PostAutoDiscoveryBladeDiscUnauthorized struct {
}

PostAutoDiscoveryBladeDiscUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryBladeDiscUnauthorized

func NewPostAutoDiscoveryBladeDiscUnauthorized() *PostAutoDiscoveryBladeDiscUnauthorized

NewPostAutoDiscoveryBladeDiscUnauthorized creates a PostAutoDiscoveryBladeDiscUnauthorized with default headers values

func (*PostAutoDiscoveryBladeDiscUnauthorized) Error

type PostAutoDiscoveryCertificateBadRequest

type PostAutoDiscoveryCertificateBadRequest struct {
}

PostAutoDiscoveryCertificateBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryCertificateBadRequest

func NewPostAutoDiscoveryCertificateBadRequest() *PostAutoDiscoveryCertificateBadRequest

NewPostAutoDiscoveryCertificateBadRequest creates a PostAutoDiscoveryCertificateBadRequest with default headers values

func (*PostAutoDiscoveryCertificateBadRequest) Error

type PostAutoDiscoveryCertificateForbidden

type PostAutoDiscoveryCertificateForbidden struct {
}

PostAutoDiscoveryCertificateForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryCertificateForbidden

func NewPostAutoDiscoveryCertificateForbidden() *PostAutoDiscoveryCertificateForbidden

NewPostAutoDiscoveryCertificateForbidden creates a PostAutoDiscoveryCertificateForbidden with default headers values

func (*PostAutoDiscoveryCertificateForbidden) Error

type PostAutoDiscoveryCertificateGone

type PostAutoDiscoveryCertificateGone struct {
}

PostAutoDiscoveryCertificateGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryCertificateGone

func NewPostAutoDiscoveryCertificateGone() *PostAutoDiscoveryCertificateGone

NewPostAutoDiscoveryCertificateGone creates a PostAutoDiscoveryCertificateGone with default headers values

func (*PostAutoDiscoveryCertificateGone) Error

type PostAutoDiscoveryCertificateInternalServerError

type PostAutoDiscoveryCertificateInternalServerError struct {
}

PostAutoDiscoveryCertificateInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryCertificateInternalServerError

func NewPostAutoDiscoveryCertificateInternalServerError() *PostAutoDiscoveryCertificateInternalServerError

NewPostAutoDiscoveryCertificateInternalServerError creates a PostAutoDiscoveryCertificateInternalServerError with default headers values

func (*PostAutoDiscoveryCertificateInternalServerError) Error

type PostAutoDiscoveryCertificateMethodNotAllowed

type PostAutoDiscoveryCertificateMethodNotAllowed struct {
}

PostAutoDiscoveryCertificateMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryCertificateMethodNotAllowed

func NewPostAutoDiscoveryCertificateMethodNotAllowed() *PostAutoDiscoveryCertificateMethodNotAllowed

NewPostAutoDiscoveryCertificateMethodNotAllowed creates a PostAutoDiscoveryCertificateMethodNotAllowed with default headers values

func (*PostAutoDiscoveryCertificateMethodNotAllowed) Error

type PostAutoDiscoveryCertificateNotFound

type PostAutoDiscoveryCertificateNotFound struct {
}

PostAutoDiscoveryCertificateNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryCertificateNotFound

func NewPostAutoDiscoveryCertificateNotFound() *PostAutoDiscoveryCertificateNotFound

NewPostAutoDiscoveryCertificateNotFound creates a PostAutoDiscoveryCertificateNotFound with default headers values

func (*PostAutoDiscoveryCertificateNotFound) Error

type PostAutoDiscoveryCertificateOK

type PostAutoDiscoveryCertificateOK struct {
	Payload *PostAutoDiscoveryCertificateOKBody
}

PostAutoDiscoveryCertificateOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryCertificateOK

func NewPostAutoDiscoveryCertificateOK() *PostAutoDiscoveryCertificateOK

NewPostAutoDiscoveryCertificateOK creates a PostAutoDiscoveryCertificateOK with default headers values

func (*PostAutoDiscoveryCertificateOK) Error

func (*PostAutoDiscoveryCertificateOK) GetPayload

type PostAutoDiscoveryCertificateOKBody

type PostAutoDiscoveryCertificateOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PostAutoDiscoveryCertificateOKBody post auto discovery certificate o k body swagger:model PostAutoDiscoveryCertificateOKBody

func (*PostAutoDiscoveryCertificateOKBody) MarshalBinary

func (o *PostAutoDiscoveryCertificateOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostAutoDiscoveryCertificateOKBody) UnmarshalBinary

func (o *PostAutoDiscoveryCertificateOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostAutoDiscoveryCertificateOKBody) Validate

Validate validates this post auto discovery certificate o k body

type PostAutoDiscoveryCertificateParams

type PostAutoDiscoveryCertificateParams struct {

	/*DebugLevel*/
	DebugLevel *string
	/*EndIPAddress
	  End IP address

	*/
	EndIPAddress string
	/*ExcludeServers
	  comma separated liste of addresses to exclude

	*/
	ExcludeServers *string
	/*FollowChain*/
	FollowChain *string
	/*Name
	  name of the job

	*/
	Name string
	/*Ports
	  default is 443, comma separated

	*/
	Ports *string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*Server
	  IP or FQDN of target server

	*/
	Server *string
	/*StartIPAddress
	  beginning of IP address range

	*/
	StartIPAddress string

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

PostAutoDiscoveryCertificateParams contains all the parameters to send to the API endpoint for the post auto discovery certificate operation typically these are written to a http.Request

func NewPostAutoDiscoveryCertificateParams

func NewPostAutoDiscoveryCertificateParams() *PostAutoDiscoveryCertificateParams

NewPostAutoDiscoveryCertificateParams creates a new PostAutoDiscoveryCertificateParams object with the default values initialized.

func NewPostAutoDiscoveryCertificateParamsWithContext

func NewPostAutoDiscoveryCertificateParamsWithContext(ctx context.Context) *PostAutoDiscoveryCertificateParams

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

func NewPostAutoDiscoveryCertificateParamsWithHTTPClient

func NewPostAutoDiscoveryCertificateParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryCertificateParams

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

func NewPostAutoDiscoveryCertificateParamsWithTimeout

func NewPostAutoDiscoveryCertificateParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryCertificateParams

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

func (*PostAutoDiscoveryCertificateParams) SetContext

SetContext adds the context to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetDebugLevel

func (o *PostAutoDiscoveryCertificateParams) SetDebugLevel(debugLevel *string)

SetDebugLevel adds the debugLevel to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetEndIPAddress

func (o *PostAutoDiscoveryCertificateParams) SetEndIPAddress(endIPAddress string)

SetEndIPAddress adds the endIpAddress to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetExcludeServers

func (o *PostAutoDiscoveryCertificateParams) SetExcludeServers(excludeServers *string)

SetExcludeServers adds the excludeServers to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetFollowChain

func (o *PostAutoDiscoveryCertificateParams) SetFollowChain(followChain *string)

SetFollowChain adds the followChain to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetName

func (o *PostAutoDiscoveryCertificateParams) SetName(name string)

SetName adds the name to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetPorts

func (o *PostAutoDiscoveryCertificateParams) SetPorts(ports *string)

SetPorts adds the ports to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetScheduleDays

func (o *PostAutoDiscoveryCertificateParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetScheduleTime

func (o *PostAutoDiscoveryCertificateParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetServer

func (o *PostAutoDiscoveryCertificateParams) SetServer(server *string)

SetServer adds the server to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetStartIPAddress

func (o *PostAutoDiscoveryCertificateParams) SetStartIPAddress(startIPAddress string)

SetStartIPAddress adds the startIpAddress to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithContext

WithContext adds the context to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithDebugLevel

WithDebugLevel adds the debugLevel to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithEndIPAddress

WithEndIPAddress adds the endIPAddress to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithExcludeServers

func (o *PostAutoDiscoveryCertificateParams) WithExcludeServers(excludeServers *string) *PostAutoDiscoveryCertificateParams

WithExcludeServers adds the excludeServers to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithFollowChain

WithFollowChain adds the followChain to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithName

WithName adds the name to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithPorts

WithPorts adds the ports to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithScheduleDays

WithScheduleDays adds the scheduleDays to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithScheduleTime

WithScheduleTime adds the scheduleTime to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithServer

WithServer adds the server to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithStartIPAddress

func (o *PostAutoDiscoveryCertificateParams) WithStartIPAddress(startIPAddress string) *PostAutoDiscoveryCertificateParams

WithStartIPAddress adds the startIPAddress to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery certificate params

func (*PostAutoDiscoveryCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryCertificateReader

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

PostAutoDiscoveryCertificateReader is a Reader for the PostAutoDiscoveryCertificate structure.

func (*PostAutoDiscoveryCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryCertificateServiceUnavailable

type PostAutoDiscoveryCertificateServiceUnavailable struct {
}

PostAutoDiscoveryCertificateServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryCertificateServiceUnavailable

func NewPostAutoDiscoveryCertificateServiceUnavailable() *PostAutoDiscoveryCertificateServiceUnavailable

NewPostAutoDiscoveryCertificateServiceUnavailable creates a PostAutoDiscoveryCertificateServiceUnavailable with default headers values

func (*PostAutoDiscoveryCertificateServiceUnavailable) Error

type PostAutoDiscoveryCertificateUnauthorized

type PostAutoDiscoveryCertificateUnauthorized struct {
}

PostAutoDiscoveryCertificateUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryCertificateUnauthorized

func NewPostAutoDiscoveryCertificateUnauthorized() *PostAutoDiscoveryCertificateUnauthorized

NewPostAutoDiscoveryCertificateUnauthorized creates a PostAutoDiscoveryCertificateUnauthorized with default headers values

func (*PostAutoDiscoveryCertificateUnauthorized) Error

type PostAutoDiscoveryCloudaccountBadRequest

type PostAutoDiscoveryCloudaccountBadRequest struct {
}

PostAutoDiscoveryCloudaccountBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryCloudaccountBadRequest

func NewPostAutoDiscoveryCloudaccountBadRequest() *PostAutoDiscoveryCloudaccountBadRequest

NewPostAutoDiscoveryCloudaccountBadRequest creates a PostAutoDiscoveryCloudaccountBadRequest with default headers values

func (*PostAutoDiscoveryCloudaccountBadRequest) Error

type PostAutoDiscoveryCloudaccountForbidden

type PostAutoDiscoveryCloudaccountForbidden struct {
}

PostAutoDiscoveryCloudaccountForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryCloudaccountForbidden

func NewPostAutoDiscoveryCloudaccountForbidden() *PostAutoDiscoveryCloudaccountForbidden

NewPostAutoDiscoveryCloudaccountForbidden creates a PostAutoDiscoveryCloudaccountForbidden with default headers values

func (*PostAutoDiscoveryCloudaccountForbidden) Error

type PostAutoDiscoveryCloudaccountGone

type PostAutoDiscoveryCloudaccountGone struct {
}

PostAutoDiscoveryCloudaccountGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryCloudaccountGone

func NewPostAutoDiscoveryCloudaccountGone() *PostAutoDiscoveryCloudaccountGone

NewPostAutoDiscoveryCloudaccountGone creates a PostAutoDiscoveryCloudaccountGone with default headers values

func (*PostAutoDiscoveryCloudaccountGone) Error

type PostAutoDiscoveryCloudaccountInternalServerError

type PostAutoDiscoveryCloudaccountInternalServerError struct {
}

PostAutoDiscoveryCloudaccountInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryCloudaccountInternalServerError

func NewPostAutoDiscoveryCloudaccountInternalServerError() *PostAutoDiscoveryCloudaccountInternalServerError

NewPostAutoDiscoveryCloudaccountInternalServerError creates a PostAutoDiscoveryCloudaccountInternalServerError with default headers values

func (*PostAutoDiscoveryCloudaccountInternalServerError) Error

type PostAutoDiscoveryCloudaccountMethodNotAllowed

type PostAutoDiscoveryCloudaccountMethodNotAllowed struct {
}

PostAutoDiscoveryCloudaccountMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryCloudaccountMethodNotAllowed

func NewPostAutoDiscoveryCloudaccountMethodNotAllowed() *PostAutoDiscoveryCloudaccountMethodNotAllowed

NewPostAutoDiscoveryCloudaccountMethodNotAllowed creates a PostAutoDiscoveryCloudaccountMethodNotAllowed with default headers values

func (*PostAutoDiscoveryCloudaccountMethodNotAllowed) Error

type PostAutoDiscoveryCloudaccountNotFound

type PostAutoDiscoveryCloudaccountNotFound struct {
}

PostAutoDiscoveryCloudaccountNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryCloudaccountNotFound

func NewPostAutoDiscoveryCloudaccountNotFound() *PostAutoDiscoveryCloudaccountNotFound

NewPostAutoDiscoveryCloudaccountNotFound creates a PostAutoDiscoveryCloudaccountNotFound with default headers values

func (*PostAutoDiscoveryCloudaccountNotFound) Error

type PostAutoDiscoveryCloudaccountOK

type PostAutoDiscoveryCloudaccountOK struct {
}

PostAutoDiscoveryCloudaccountOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryCloudaccountOK

func NewPostAutoDiscoveryCloudaccountOK() *PostAutoDiscoveryCloudaccountOK

NewPostAutoDiscoveryCloudaccountOK creates a PostAutoDiscoveryCloudaccountOK with default headers values

func (*PostAutoDiscoveryCloudaccountOK) Error

type PostAutoDiscoveryCloudaccountParams

type PostAutoDiscoveryCloudaccountParams struct {

	/*AccessKey
	  Required for Amazon - AWS Account ID (Deprecated in 12.0)

	*/
	AccessKey *string
	/*AccountID
	  Amazon Account ID - Required for Amazon AWS

	*/
	AccountID *string
	/*AddSuffix*/
	AddSuffix *string
	/*AmazonRegions
	  Comma separated region names for AWS - Only for Amazon

	*/
	AmazonRegions *string
	/*APIToken
	  Linode API token - Required for Linode

	*/
	APIToken *string
	/*AuthType
	  User Credentials or Service Principal

	*/
	AuthType *string
	/*AwsAPIRegion
	  Only for AWS API

	*/
	AwsAPIRegion *string
	/*ClearExistingSchedule*/
	ClearExistingSchedule *string
	/*CloudType*/
	CloudType string
	/*DebugLevel*/
	DebugLevel *string
	/*Groups
	  name of one or more groups separated by commas

	*/
	Groups *string
	/*IP
	  OpenStack IP Address - Required for OpenStack

	*/
	IP *string
	/*JoyentKeyname
	  Only for Joyent

	*/
	JoyentKeyname *string
	/*MatchNameOnlyForHypervisor*/
	MatchNameOnlyForHypervisor *string
	/*MatchNameOnlyForVirtuals*/
	MatchNameOnlyForVirtuals *string
	/*Name
	  name of the job

	*/
	Name string
	/*Notes
	  Any additional notes

	*/
	Notes *string
	/*ObjectCategory
	  category of discovered vservers and vms

	*/
	ObjectCategory *string
	/*OutscaleRegions
	  Comma separated region names for Outscale

	*/
	OutscaleRegions *string
	/*RemoveUnfoundInstances*/
	RemoveUnfoundInstances *string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*SecretKey
	  Amazon Secret Key - Required for Amazon AWS

	*/
	SecretKey *string
	/*SecretKeyID
	  AWS Access key, Azure Management Cert uploaded via UI, Cloudstack Password

	*/
	SecretKeyID string
	/*StripDomainName*/
	StripDomainName *string
	/*SubscriptionID
	  Azure Subscription ID - Required for Azure

	*/
	SubscriptionID *string
	/*Tenant
	  Project name (OpenStack only)

	*/
	Tenant *string
	/*TokenKey
	  DigitalOcean Token Key - Required for DigitalOcean

	*/
	TokenKey *string
	/*URL
	  Cloudstack IP Address - Required for CloudStack

	*/
	URL *string
	/*Username
	  OpenStack username - Required for OpenStack

	*/
	Username *string
	/*Vendor
	  The cloud vendor

	*/
	Vendor *string
	/*Vrfgroup
	  name of vrf group for discovered subnets (added in v10.4.0)

	*/
	Vrfgroup *string

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

PostAutoDiscoveryCloudaccountParams contains all the parameters to send to the API endpoint for the post auto discovery cloudaccount operation typically these are written to a http.Request

func NewPostAutoDiscoveryCloudaccountParams

func NewPostAutoDiscoveryCloudaccountParams() *PostAutoDiscoveryCloudaccountParams

NewPostAutoDiscoveryCloudaccountParams creates a new PostAutoDiscoveryCloudaccountParams object with the default values initialized.

func NewPostAutoDiscoveryCloudaccountParamsWithContext

func NewPostAutoDiscoveryCloudaccountParamsWithContext(ctx context.Context) *PostAutoDiscoveryCloudaccountParams

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

func NewPostAutoDiscoveryCloudaccountParamsWithHTTPClient

func NewPostAutoDiscoveryCloudaccountParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryCloudaccountParams

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

func NewPostAutoDiscoveryCloudaccountParamsWithTimeout

func NewPostAutoDiscoveryCloudaccountParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryCloudaccountParams

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

func (*PostAutoDiscoveryCloudaccountParams) SetAPIToken

func (o *PostAutoDiscoveryCloudaccountParams) SetAPIToken(aPIToken *string)

SetAPIToken adds the apiToken to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetAccessKey

func (o *PostAutoDiscoveryCloudaccountParams) SetAccessKey(accessKey *string)

SetAccessKey adds the accessKey to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetAccountID

func (o *PostAutoDiscoveryCloudaccountParams) SetAccountID(accountID *string)

SetAccountID adds the accountId to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetAddSuffix

func (o *PostAutoDiscoveryCloudaccountParams) SetAddSuffix(addSuffix *string)

SetAddSuffix adds the addSuffix to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetAmazonRegions

func (o *PostAutoDiscoveryCloudaccountParams) SetAmazonRegions(amazonRegions *string)

SetAmazonRegions adds the amazonRegions to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetAuthType

func (o *PostAutoDiscoveryCloudaccountParams) SetAuthType(authType *string)

SetAuthType adds the authType to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetAwsAPIRegion

func (o *PostAutoDiscoveryCloudaccountParams) SetAwsAPIRegion(awsAPIRegion *string)

SetAwsAPIRegion adds the awsApiRegion to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetClearExistingSchedule

func (o *PostAutoDiscoveryCloudaccountParams) SetClearExistingSchedule(clearExistingSchedule *string)

SetClearExistingSchedule adds the clearExistingSchedule to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetCloudType

func (o *PostAutoDiscoveryCloudaccountParams) SetCloudType(cloudType string)

SetCloudType adds the cloudType to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetContext

SetContext adds the context to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetDebugLevel

func (o *PostAutoDiscoveryCloudaccountParams) SetDebugLevel(debugLevel *string)

SetDebugLevel adds the debugLevel to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetGroups

func (o *PostAutoDiscoveryCloudaccountParams) SetGroups(groups *string)

SetGroups adds the groups to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetIP

SetIP adds the ip to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetJoyentKeyname

func (o *PostAutoDiscoveryCloudaccountParams) SetJoyentKeyname(joyentKeyname *string)

SetJoyentKeyname adds the joyentKeyname to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetMatchNameOnlyForHypervisor

func (o *PostAutoDiscoveryCloudaccountParams) SetMatchNameOnlyForHypervisor(matchNameOnlyForHypervisor *string)

SetMatchNameOnlyForHypervisor adds the matchNameOnlyForHypervisor to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetMatchNameOnlyForVirtuals

func (o *PostAutoDiscoveryCloudaccountParams) SetMatchNameOnlyForVirtuals(matchNameOnlyForVirtuals *string)

SetMatchNameOnlyForVirtuals adds the matchNameOnlyForVirtuals to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetName

SetName adds the name to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetNotes

func (o *PostAutoDiscoveryCloudaccountParams) SetNotes(notes *string)

SetNotes adds the notes to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetObjectCategory

func (o *PostAutoDiscoveryCloudaccountParams) SetObjectCategory(objectCategory *string)

SetObjectCategory adds the objectCategory to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetOutscaleRegions

func (o *PostAutoDiscoveryCloudaccountParams) SetOutscaleRegions(outscaleRegions *string)

SetOutscaleRegions adds the outscaleRegions to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetRemoveUnfoundInstances

func (o *PostAutoDiscoveryCloudaccountParams) SetRemoveUnfoundInstances(removeUnfoundInstances *string)

SetRemoveUnfoundInstances adds the removeUnfoundInstances to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetScheduleDays

func (o *PostAutoDiscoveryCloudaccountParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetScheduleTime

func (o *PostAutoDiscoveryCloudaccountParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetSecretKey

func (o *PostAutoDiscoveryCloudaccountParams) SetSecretKey(secretKey *string)

SetSecretKey adds the secretKey to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetSecretKeyID

func (o *PostAutoDiscoveryCloudaccountParams) SetSecretKeyID(secretKeyID string)

SetSecretKeyID adds the secretKeyId to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetStripDomainName

func (o *PostAutoDiscoveryCloudaccountParams) SetStripDomainName(stripDomainName *string)

SetStripDomainName adds the stripDomainName to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetSubscriptionID

func (o *PostAutoDiscoveryCloudaccountParams) SetSubscriptionID(subscriptionID *string)

SetSubscriptionID adds the subscriptionId to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetTenant

func (o *PostAutoDiscoveryCloudaccountParams) SetTenant(tenant *string)

SetTenant adds the tenant to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetTokenKey

func (o *PostAutoDiscoveryCloudaccountParams) SetTokenKey(tokenKey *string)

SetTokenKey adds the tokenKey to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetURL

SetURL adds the url to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetUsername

func (o *PostAutoDiscoveryCloudaccountParams) SetUsername(username *string)

SetUsername adds the username to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetVendor

func (o *PostAutoDiscoveryCloudaccountParams) SetVendor(vendor *string)

SetVendor adds the vendor to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) SetVrfgroup

func (o *PostAutoDiscoveryCloudaccountParams) SetVrfgroup(vrfgroup *string)

SetVrfgroup adds the vrfgroup to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithAPIToken

WithAPIToken adds the aPIToken to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithAccessKey

WithAccessKey adds the accessKey to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithAccountID

WithAccountID adds the accountID to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithAddSuffix

WithAddSuffix adds the addSuffix to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithAmazonRegions

WithAmazonRegions adds the amazonRegions to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithAuthType

WithAuthType adds the authType to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithAwsAPIRegion

WithAwsAPIRegion adds the awsAPIRegion to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithClearExistingSchedule

func (o *PostAutoDiscoveryCloudaccountParams) WithClearExistingSchedule(clearExistingSchedule *string) *PostAutoDiscoveryCloudaccountParams

WithClearExistingSchedule adds the clearExistingSchedule to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithCloudType

WithCloudType adds the cloudType to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithContext

WithContext adds the context to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithDebugLevel

WithDebugLevel adds the debugLevel to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithGroups

WithGroups adds the groups to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithIP

WithIP adds the ip to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithJoyentKeyname

WithJoyentKeyname adds the joyentKeyname to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithMatchNameOnlyForHypervisor

func (o *PostAutoDiscoveryCloudaccountParams) WithMatchNameOnlyForHypervisor(matchNameOnlyForHypervisor *string) *PostAutoDiscoveryCloudaccountParams

WithMatchNameOnlyForHypervisor adds the matchNameOnlyForHypervisor to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithMatchNameOnlyForVirtuals

func (o *PostAutoDiscoveryCloudaccountParams) WithMatchNameOnlyForVirtuals(matchNameOnlyForVirtuals *string) *PostAutoDiscoveryCloudaccountParams

WithMatchNameOnlyForVirtuals adds the matchNameOnlyForVirtuals to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithName

WithName adds the name to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithNotes

WithNotes adds the notes to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithObjectCategory

func (o *PostAutoDiscoveryCloudaccountParams) WithObjectCategory(objectCategory *string) *PostAutoDiscoveryCloudaccountParams

WithObjectCategory adds the objectCategory to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithOutscaleRegions

func (o *PostAutoDiscoveryCloudaccountParams) WithOutscaleRegions(outscaleRegions *string) *PostAutoDiscoveryCloudaccountParams

WithOutscaleRegions adds the outscaleRegions to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithRemoveUnfoundInstances

func (o *PostAutoDiscoveryCloudaccountParams) WithRemoveUnfoundInstances(removeUnfoundInstances *string) *PostAutoDiscoveryCloudaccountParams

WithRemoveUnfoundInstances adds the removeUnfoundInstances to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithScheduleDays

WithScheduleDays adds the scheduleDays to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithScheduleTime

WithScheduleTime adds the scheduleTime to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithSecretKey

WithSecretKey adds the secretKey to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithSecretKeyID

WithSecretKeyID adds the secretKeyID to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithStripDomainName

func (o *PostAutoDiscoveryCloudaccountParams) WithStripDomainName(stripDomainName *string) *PostAutoDiscoveryCloudaccountParams

WithStripDomainName adds the stripDomainName to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithSubscriptionID

func (o *PostAutoDiscoveryCloudaccountParams) WithSubscriptionID(subscriptionID *string) *PostAutoDiscoveryCloudaccountParams

WithSubscriptionID adds the subscriptionID to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithTenant

WithTenant adds the tenant to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithTokenKey

WithTokenKey adds the tokenKey to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithURL

WithURL adds the url to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithUsername

WithUsername adds the username to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithVendor

WithVendor adds the vendor to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WithVrfgroup

WithVrfgroup adds the vrfgroup to the post auto discovery cloudaccount params

func (*PostAutoDiscoveryCloudaccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryCloudaccountReader

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

PostAutoDiscoveryCloudaccountReader is a Reader for the PostAutoDiscoveryCloudaccount structure.

func (*PostAutoDiscoveryCloudaccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryCloudaccountServiceUnavailable

type PostAutoDiscoveryCloudaccountServiceUnavailable struct {
}

PostAutoDiscoveryCloudaccountServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryCloudaccountServiceUnavailable

func NewPostAutoDiscoveryCloudaccountServiceUnavailable() *PostAutoDiscoveryCloudaccountServiceUnavailable

NewPostAutoDiscoveryCloudaccountServiceUnavailable creates a PostAutoDiscoveryCloudaccountServiceUnavailable with default headers values

func (*PostAutoDiscoveryCloudaccountServiceUnavailable) Error

type PostAutoDiscoveryCloudaccountUnauthorized

type PostAutoDiscoveryCloudaccountUnauthorized struct {
}

PostAutoDiscoveryCloudaccountUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryCloudaccountUnauthorized

func NewPostAutoDiscoveryCloudaccountUnauthorized() *PostAutoDiscoveryCloudaccountUnauthorized

NewPostAutoDiscoveryCloudaccountUnauthorized creates a PostAutoDiscoveryCloudaccountUnauthorized with default headers values

func (*PostAutoDiscoveryCloudaccountUnauthorized) Error

type PostAutoDiscoveryDNSBadRequest

type PostAutoDiscoveryDNSBadRequest struct {
}

PostAutoDiscoveryDNSBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryDNSBadRequest

func NewPostAutoDiscoveryDNSBadRequest() *PostAutoDiscoveryDNSBadRequest

NewPostAutoDiscoveryDNSBadRequest creates a PostAutoDiscoveryDNSBadRequest with default headers values

func (*PostAutoDiscoveryDNSBadRequest) Error

type PostAutoDiscoveryDNSForbidden

type PostAutoDiscoveryDNSForbidden struct {
}

PostAutoDiscoveryDNSForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryDNSForbidden

func NewPostAutoDiscoveryDNSForbidden() *PostAutoDiscoveryDNSForbidden

NewPostAutoDiscoveryDNSForbidden creates a PostAutoDiscoveryDNSForbidden with default headers values

func (*PostAutoDiscoveryDNSForbidden) Error

type PostAutoDiscoveryDNSGone

type PostAutoDiscoveryDNSGone struct {
}

PostAutoDiscoveryDNSGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryDNSGone

func NewPostAutoDiscoveryDNSGone() *PostAutoDiscoveryDNSGone

NewPostAutoDiscoveryDNSGone creates a PostAutoDiscoveryDNSGone with default headers values

func (*PostAutoDiscoveryDNSGone) Error

func (o *PostAutoDiscoveryDNSGone) Error() string

type PostAutoDiscoveryDNSInternalServerError

type PostAutoDiscoveryDNSInternalServerError struct {
}

PostAutoDiscoveryDNSInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryDNSInternalServerError

func NewPostAutoDiscoveryDNSInternalServerError() *PostAutoDiscoveryDNSInternalServerError

NewPostAutoDiscoveryDNSInternalServerError creates a PostAutoDiscoveryDNSInternalServerError with default headers values

func (*PostAutoDiscoveryDNSInternalServerError) Error

type PostAutoDiscoveryDNSMethodNotAllowed

type PostAutoDiscoveryDNSMethodNotAllowed struct {
}

PostAutoDiscoveryDNSMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryDNSMethodNotAllowed

func NewPostAutoDiscoveryDNSMethodNotAllowed() *PostAutoDiscoveryDNSMethodNotAllowed

NewPostAutoDiscoveryDNSMethodNotAllowed creates a PostAutoDiscoveryDNSMethodNotAllowed with default headers values

func (*PostAutoDiscoveryDNSMethodNotAllowed) Error

type PostAutoDiscoveryDNSNotFound

type PostAutoDiscoveryDNSNotFound struct {
}

PostAutoDiscoveryDNSNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryDNSNotFound

func NewPostAutoDiscoveryDNSNotFound() *PostAutoDiscoveryDNSNotFound

NewPostAutoDiscoveryDNSNotFound creates a PostAutoDiscoveryDNSNotFound with default headers values

func (*PostAutoDiscoveryDNSNotFound) Error

type PostAutoDiscoveryDNSOK

type PostAutoDiscoveryDNSOK struct {
	Payload *PostAutoDiscoveryDNSOKBody
}

PostAutoDiscoveryDNSOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryDNSOK

func NewPostAutoDiscoveryDNSOK() *PostAutoDiscoveryDNSOK

NewPostAutoDiscoveryDNSOK creates a PostAutoDiscoveryDNSOK with default headers values

func (*PostAutoDiscoveryDNSOK) Error

func (o *PostAutoDiscoveryDNSOK) Error() string

func (*PostAutoDiscoveryDNSOK) GetPayload

type PostAutoDiscoveryDNSOKBody

type PostAutoDiscoveryDNSOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PostAutoDiscoveryDNSOKBody post auto discovery DNS o k body swagger:model PostAutoDiscoveryDNSOKBody

func (*PostAutoDiscoveryDNSOKBody) MarshalBinary

func (o *PostAutoDiscoveryDNSOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostAutoDiscoveryDNSOKBody) UnmarshalBinary

func (o *PostAutoDiscoveryDNSOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostAutoDiscoveryDNSOKBody) Validate

func (o *PostAutoDiscoveryDNSOKBody) Validate(formats strfmt.Registry) error

Validate validates this post auto discovery DNS o k body

type PostAutoDiscoveryDNSParams

type PostAutoDiscoveryDNSParams struct {

	/*Nameserver
	  IP/FQDN of the nameserver

	*/
	Nameserver string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*Zonename
	  name of the zone

	*/
	Zonename string

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

PostAutoDiscoveryDNSParams contains all the parameters to send to the API endpoint for the post auto discovery Dns operation typically these are written to a http.Request

func NewPostAutoDiscoveryDNSParams

func NewPostAutoDiscoveryDNSParams() *PostAutoDiscoveryDNSParams

NewPostAutoDiscoveryDNSParams creates a new PostAutoDiscoveryDNSParams object with the default values initialized.

func NewPostAutoDiscoveryDNSParamsWithContext

func NewPostAutoDiscoveryDNSParamsWithContext(ctx context.Context) *PostAutoDiscoveryDNSParams

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

func NewPostAutoDiscoveryDNSParamsWithHTTPClient

func NewPostAutoDiscoveryDNSParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryDNSParams

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

func NewPostAutoDiscoveryDNSParamsWithTimeout

func NewPostAutoDiscoveryDNSParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryDNSParams

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

func (*PostAutoDiscoveryDNSParams) SetContext

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

SetContext adds the context to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) SetNameserver

func (o *PostAutoDiscoveryDNSParams) SetNameserver(nameserver string)

SetNameserver adds the nameserver to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) SetScheduleDays

func (o *PostAutoDiscoveryDNSParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) SetScheduleTime

func (o *PostAutoDiscoveryDNSParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) SetZonename

func (o *PostAutoDiscoveryDNSParams) SetZonename(zonename string)

SetZonename adds the zonename to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) WithContext

WithContext adds the context to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) WithNameserver

func (o *PostAutoDiscoveryDNSParams) WithNameserver(nameserver string) *PostAutoDiscoveryDNSParams

WithNameserver adds the nameserver to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) WithScheduleDays

func (o *PostAutoDiscoveryDNSParams) WithScheduleDays(scheduleDays *string) *PostAutoDiscoveryDNSParams

WithScheduleDays adds the scheduleDays to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) WithScheduleTime

func (o *PostAutoDiscoveryDNSParams) WithScheduleTime(scheduleTime *string) *PostAutoDiscoveryDNSParams

WithScheduleTime adds the scheduleTime to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) WithZonename

WithZonename adds the zonename to the post auto discovery Dns params

func (*PostAutoDiscoveryDNSParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryDNSReader

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

PostAutoDiscoveryDNSReader is a Reader for the PostAutoDiscoveryDNS structure.

func (*PostAutoDiscoveryDNSReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryDNSServiceUnavailable

type PostAutoDiscoveryDNSServiceUnavailable struct {
}

PostAutoDiscoveryDNSServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryDNSServiceUnavailable

func NewPostAutoDiscoveryDNSServiceUnavailable() *PostAutoDiscoveryDNSServiceUnavailable

NewPostAutoDiscoveryDNSServiceUnavailable creates a PostAutoDiscoveryDNSServiceUnavailable with default headers values

func (*PostAutoDiscoveryDNSServiceUnavailable) Error

type PostAutoDiscoveryDNSUnauthorized

type PostAutoDiscoveryDNSUnauthorized struct {
}

PostAutoDiscoveryDNSUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryDNSUnauthorized

func NewPostAutoDiscoveryDNSUnauthorized() *PostAutoDiscoveryDNSUnauthorized

NewPostAutoDiscoveryDNSUnauthorized creates a PostAutoDiscoveryDNSUnauthorized with default headers values

func (*PostAutoDiscoveryDNSUnauthorized) Error

type PostAutoDiscoveryIpmiBadRequest

type PostAutoDiscoveryIpmiBadRequest struct {
}

PostAutoDiscoveryIpmiBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryIpmiBadRequest

func NewPostAutoDiscoveryIpmiBadRequest() *PostAutoDiscoveryIpmiBadRequest

NewPostAutoDiscoveryIpmiBadRequest creates a PostAutoDiscoveryIpmiBadRequest with default headers values

func (*PostAutoDiscoveryIpmiBadRequest) Error

type PostAutoDiscoveryIpmiForbidden

type PostAutoDiscoveryIpmiForbidden struct {
}

PostAutoDiscoveryIpmiForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryIpmiForbidden

func NewPostAutoDiscoveryIpmiForbidden() *PostAutoDiscoveryIpmiForbidden

NewPostAutoDiscoveryIpmiForbidden creates a PostAutoDiscoveryIpmiForbidden with default headers values

func (*PostAutoDiscoveryIpmiForbidden) Error

type PostAutoDiscoveryIpmiGone

type PostAutoDiscoveryIpmiGone struct {
}

PostAutoDiscoveryIpmiGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryIpmiGone

func NewPostAutoDiscoveryIpmiGone() *PostAutoDiscoveryIpmiGone

NewPostAutoDiscoveryIpmiGone creates a PostAutoDiscoveryIpmiGone with default headers values

func (*PostAutoDiscoveryIpmiGone) Error

func (o *PostAutoDiscoveryIpmiGone) Error() string

type PostAutoDiscoveryIpmiInternalServerError

type PostAutoDiscoveryIpmiInternalServerError struct {
}

PostAutoDiscoveryIpmiInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryIpmiInternalServerError

func NewPostAutoDiscoveryIpmiInternalServerError() *PostAutoDiscoveryIpmiInternalServerError

NewPostAutoDiscoveryIpmiInternalServerError creates a PostAutoDiscoveryIpmiInternalServerError with default headers values

func (*PostAutoDiscoveryIpmiInternalServerError) Error

type PostAutoDiscoveryIpmiMethodNotAllowed

type PostAutoDiscoveryIpmiMethodNotAllowed struct {
}

PostAutoDiscoveryIpmiMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryIpmiMethodNotAllowed

func NewPostAutoDiscoveryIpmiMethodNotAllowed() *PostAutoDiscoveryIpmiMethodNotAllowed

NewPostAutoDiscoveryIpmiMethodNotAllowed creates a PostAutoDiscoveryIpmiMethodNotAllowed with default headers values

func (*PostAutoDiscoveryIpmiMethodNotAllowed) Error

type PostAutoDiscoveryIpmiNotFound

type PostAutoDiscoveryIpmiNotFound struct {
}

PostAutoDiscoveryIpmiNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryIpmiNotFound

func NewPostAutoDiscoveryIpmiNotFound() *PostAutoDiscoveryIpmiNotFound

NewPostAutoDiscoveryIpmiNotFound creates a PostAutoDiscoveryIpmiNotFound with default headers values

func (*PostAutoDiscoveryIpmiNotFound) Error

type PostAutoDiscoveryIpmiOK

type PostAutoDiscoveryIpmiOK struct {
	Payload *PostAutoDiscoveryIpmiOKBody
}

PostAutoDiscoveryIpmiOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryIpmiOK

func NewPostAutoDiscoveryIpmiOK() *PostAutoDiscoveryIpmiOK

NewPostAutoDiscoveryIpmiOK creates a PostAutoDiscoveryIpmiOK with default headers values

func (*PostAutoDiscoveryIpmiOK) Error

func (o *PostAutoDiscoveryIpmiOK) Error() string

func (*PostAutoDiscoveryIpmiOK) GetPayload

type PostAutoDiscoveryIpmiOKBody

type PostAutoDiscoveryIpmiOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PostAutoDiscoveryIpmiOKBody post auto discovery ipmi o k body swagger:model PostAutoDiscoveryIpmiOKBody

func (*PostAutoDiscoveryIpmiOKBody) MarshalBinary

func (o *PostAutoDiscoveryIpmiOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostAutoDiscoveryIpmiOKBody) UnmarshalBinary

func (o *PostAutoDiscoveryIpmiOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostAutoDiscoveryIpmiOKBody) Validate

func (o *PostAutoDiscoveryIpmiOKBody) Validate(formats strfmt.Registry) error

Validate validates this post auto discovery ipmi o k body

type PostAutoDiscoveryIpmiParams

type PostAutoDiscoveryIpmiParams struct {

	/*BmcPassword
	  password for discovery

	*/
	BmcPassword string
	/*BmcUser
	  username for discovery

	*/
	BmcUser string
	/*ClearExistingSchedule*/
	ClearExistingSchedule *string
	/*DebugLevel*/
	DebugLevel *string
	/*DiscoveryType*/
	DiscoveryType *string
	/*Groups
	  name of one or more groups separated by commas

	*/
	Groups *string
	/*HostnameToUse*/
	HostnameToUse string
	/*IPEnd
	  ending IP address, use same as start for single address

	*/
	IPEnd string
	/*IPStart
	  starting IP address

	*/
	IPStart string
	/*Name
	  name of the job

	*/
	Name string
	/*ObjectCategory*/
	ObjectCategory *string
	/*OverwriteObjectCategories*/
	OverwriteObjectCategories *string
	/*RemoteCollectorID*/
	RemoteCollectorID *string
	/*RunAsOperator*/
	RunAsOperator *string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*UpdateModelIfFound*/
	UpdateModelIfFound *string

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

PostAutoDiscoveryIpmiParams contains all the parameters to send to the API endpoint for the post auto discovery ipmi operation typically these are written to a http.Request

func NewPostAutoDiscoveryIpmiParams

func NewPostAutoDiscoveryIpmiParams() *PostAutoDiscoveryIpmiParams

NewPostAutoDiscoveryIpmiParams creates a new PostAutoDiscoveryIpmiParams object with the default values initialized.

func NewPostAutoDiscoveryIpmiParamsWithContext

func NewPostAutoDiscoveryIpmiParamsWithContext(ctx context.Context) *PostAutoDiscoveryIpmiParams

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

func NewPostAutoDiscoveryIpmiParamsWithHTTPClient

func NewPostAutoDiscoveryIpmiParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryIpmiParams

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

func NewPostAutoDiscoveryIpmiParamsWithTimeout

func NewPostAutoDiscoveryIpmiParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryIpmiParams

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

func (*PostAutoDiscoveryIpmiParams) SetBmcPassword

func (o *PostAutoDiscoveryIpmiParams) SetBmcPassword(bmcPassword string)

SetBmcPassword adds the bmcPassword to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetBmcUser

func (o *PostAutoDiscoveryIpmiParams) SetBmcUser(bmcUser string)

SetBmcUser adds the bmcUser to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetClearExistingSchedule

func (o *PostAutoDiscoveryIpmiParams) SetClearExistingSchedule(clearExistingSchedule *string)

SetClearExistingSchedule adds the clearExistingSchedule to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetContext

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

SetContext adds the context to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetDebugLevel

func (o *PostAutoDiscoveryIpmiParams) SetDebugLevel(debugLevel *string)

SetDebugLevel adds the debugLevel to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetDiscoveryType

func (o *PostAutoDiscoveryIpmiParams) SetDiscoveryType(discoveryType *string)

SetDiscoveryType adds the discoveryType to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetGroups

func (o *PostAutoDiscoveryIpmiParams) SetGroups(groups *string)

SetGroups adds the groups to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetHostnameToUse

func (o *PostAutoDiscoveryIpmiParams) SetHostnameToUse(hostnameToUse string)

SetHostnameToUse adds the hostnameToUse to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetIPEnd

func (o *PostAutoDiscoveryIpmiParams) SetIPEnd(iPEnd string)

SetIPEnd adds the ipEnd to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetIPStart

func (o *PostAutoDiscoveryIpmiParams) SetIPStart(iPStart string)

SetIPStart adds the ipStart to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetName

func (o *PostAutoDiscoveryIpmiParams) SetName(name string)

SetName adds the name to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetObjectCategory

func (o *PostAutoDiscoveryIpmiParams) SetObjectCategory(objectCategory *string)

SetObjectCategory adds the objectCategory to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetOverwriteObjectCategories

func (o *PostAutoDiscoveryIpmiParams) SetOverwriteObjectCategories(overwriteObjectCategories *string)

SetOverwriteObjectCategories adds the overwriteObjectCategories to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetRemoteCollectorID

func (o *PostAutoDiscoveryIpmiParams) SetRemoteCollectorID(remoteCollectorID *string)

SetRemoteCollectorID adds the remoteCollectorId to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetRunAsOperator

func (o *PostAutoDiscoveryIpmiParams) SetRunAsOperator(runAsOperator *string)

SetRunAsOperator adds the runAsOperator to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetScheduleDays

func (o *PostAutoDiscoveryIpmiParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetScheduleTime

func (o *PostAutoDiscoveryIpmiParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) SetUpdateModelIfFound

func (o *PostAutoDiscoveryIpmiParams) SetUpdateModelIfFound(updateModelIfFound *string)

SetUpdateModelIfFound adds the updateModelIfFound to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithBmcPassword

func (o *PostAutoDiscoveryIpmiParams) WithBmcPassword(bmcPassword string) *PostAutoDiscoveryIpmiParams

WithBmcPassword adds the bmcPassword to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithBmcUser

WithBmcUser adds the bmcUser to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithClearExistingSchedule

func (o *PostAutoDiscoveryIpmiParams) WithClearExistingSchedule(clearExistingSchedule *string) *PostAutoDiscoveryIpmiParams

WithClearExistingSchedule adds the clearExistingSchedule to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithContext

WithContext adds the context to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithDebugLevel

func (o *PostAutoDiscoveryIpmiParams) WithDebugLevel(debugLevel *string) *PostAutoDiscoveryIpmiParams

WithDebugLevel adds the debugLevel to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithDiscoveryType

func (o *PostAutoDiscoveryIpmiParams) WithDiscoveryType(discoveryType *string) *PostAutoDiscoveryIpmiParams

WithDiscoveryType adds the discoveryType to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithGroups

WithGroups adds the groups to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithHostnameToUse

func (o *PostAutoDiscoveryIpmiParams) WithHostnameToUse(hostnameToUse string) *PostAutoDiscoveryIpmiParams

WithHostnameToUse adds the hostnameToUse to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithIPEnd

WithIPEnd adds the iPEnd to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithIPStart

WithIPStart adds the iPStart to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithName

WithName adds the name to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithObjectCategory

func (o *PostAutoDiscoveryIpmiParams) WithObjectCategory(objectCategory *string) *PostAutoDiscoveryIpmiParams

WithObjectCategory adds the objectCategory to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithOverwriteObjectCategories

func (o *PostAutoDiscoveryIpmiParams) WithOverwriteObjectCategories(overwriteObjectCategories *string) *PostAutoDiscoveryIpmiParams

WithOverwriteObjectCategories adds the overwriteObjectCategories to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithRemoteCollectorID

func (o *PostAutoDiscoveryIpmiParams) WithRemoteCollectorID(remoteCollectorID *string) *PostAutoDiscoveryIpmiParams

WithRemoteCollectorID adds the remoteCollectorID to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithRunAsOperator

func (o *PostAutoDiscoveryIpmiParams) WithRunAsOperator(runAsOperator *string) *PostAutoDiscoveryIpmiParams

WithRunAsOperator adds the runAsOperator to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithScheduleDays

func (o *PostAutoDiscoveryIpmiParams) WithScheduleDays(scheduleDays *string) *PostAutoDiscoveryIpmiParams

WithScheduleDays adds the scheduleDays to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithScheduleTime

func (o *PostAutoDiscoveryIpmiParams) WithScheduleTime(scheduleTime *string) *PostAutoDiscoveryIpmiParams

WithScheduleTime adds the scheduleTime to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WithUpdateModelIfFound

func (o *PostAutoDiscoveryIpmiParams) WithUpdateModelIfFound(updateModelIfFound *string) *PostAutoDiscoveryIpmiParams

WithUpdateModelIfFound adds the updateModelIfFound to the post auto discovery ipmi params

func (*PostAutoDiscoveryIpmiParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryIpmiReader

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

PostAutoDiscoveryIpmiReader is a Reader for the PostAutoDiscoveryIpmi structure.

func (*PostAutoDiscoveryIpmiReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryIpmiServiceUnavailable

type PostAutoDiscoveryIpmiServiceUnavailable struct {
}

PostAutoDiscoveryIpmiServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryIpmiServiceUnavailable

func NewPostAutoDiscoveryIpmiServiceUnavailable() *PostAutoDiscoveryIpmiServiceUnavailable

NewPostAutoDiscoveryIpmiServiceUnavailable creates a PostAutoDiscoveryIpmiServiceUnavailable with default headers values

func (*PostAutoDiscoveryIpmiServiceUnavailable) Error

type PostAutoDiscoveryIpmiUnauthorized

type PostAutoDiscoveryIpmiUnauthorized struct {
}

PostAutoDiscoveryIpmiUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryIpmiUnauthorized

func NewPostAutoDiscoveryIpmiUnauthorized() *PostAutoDiscoveryIpmiUnauthorized

NewPostAutoDiscoveryIpmiUnauthorized creates a PostAutoDiscoveryIpmiUnauthorized with default headers values

func (*PostAutoDiscoveryIpmiUnauthorized) Error

type PostAutoDiscoveryNetworksBadRequest

type PostAutoDiscoveryNetworksBadRequest struct {
}

PostAutoDiscoveryNetworksBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryNetworksBadRequest

func NewPostAutoDiscoveryNetworksBadRequest() *PostAutoDiscoveryNetworksBadRequest

NewPostAutoDiscoveryNetworksBadRequest creates a PostAutoDiscoveryNetworksBadRequest with default headers values

func (*PostAutoDiscoveryNetworksBadRequest) Error

type PostAutoDiscoveryNetworksForbidden

type PostAutoDiscoveryNetworksForbidden struct {
}

PostAutoDiscoveryNetworksForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryNetworksForbidden

func NewPostAutoDiscoveryNetworksForbidden() *PostAutoDiscoveryNetworksForbidden

NewPostAutoDiscoveryNetworksForbidden creates a PostAutoDiscoveryNetworksForbidden with default headers values

func (*PostAutoDiscoveryNetworksForbidden) Error

type PostAutoDiscoveryNetworksGone

type PostAutoDiscoveryNetworksGone struct {
}

PostAutoDiscoveryNetworksGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryNetworksGone

func NewPostAutoDiscoveryNetworksGone() *PostAutoDiscoveryNetworksGone

NewPostAutoDiscoveryNetworksGone creates a PostAutoDiscoveryNetworksGone with default headers values

func (*PostAutoDiscoveryNetworksGone) Error

type PostAutoDiscoveryNetworksInternalServerError

type PostAutoDiscoveryNetworksInternalServerError struct {
}

PostAutoDiscoveryNetworksInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryNetworksInternalServerError

func NewPostAutoDiscoveryNetworksInternalServerError() *PostAutoDiscoveryNetworksInternalServerError

NewPostAutoDiscoveryNetworksInternalServerError creates a PostAutoDiscoveryNetworksInternalServerError with default headers values

func (*PostAutoDiscoveryNetworksInternalServerError) Error

type PostAutoDiscoveryNetworksMethodNotAllowed

type PostAutoDiscoveryNetworksMethodNotAllowed struct {
}

PostAutoDiscoveryNetworksMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryNetworksMethodNotAllowed

func NewPostAutoDiscoveryNetworksMethodNotAllowed() *PostAutoDiscoveryNetworksMethodNotAllowed

NewPostAutoDiscoveryNetworksMethodNotAllowed creates a PostAutoDiscoveryNetworksMethodNotAllowed with default headers values

func (*PostAutoDiscoveryNetworksMethodNotAllowed) Error

type PostAutoDiscoveryNetworksNotFound

type PostAutoDiscoveryNetworksNotFound struct {
}

PostAutoDiscoveryNetworksNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryNetworksNotFound

func NewPostAutoDiscoveryNetworksNotFound() *PostAutoDiscoveryNetworksNotFound

NewPostAutoDiscoveryNetworksNotFound creates a PostAutoDiscoveryNetworksNotFound with default headers values

func (*PostAutoDiscoveryNetworksNotFound) Error

type PostAutoDiscoveryNetworksOK

type PostAutoDiscoveryNetworksOK struct {
	Payload *PostAutoDiscoveryNetworksOKBody
}

PostAutoDiscoveryNetworksOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryNetworksOK

func NewPostAutoDiscoveryNetworksOK() *PostAutoDiscoveryNetworksOK

NewPostAutoDiscoveryNetworksOK creates a PostAutoDiscoveryNetworksOK with default headers values

func (*PostAutoDiscoveryNetworksOK) Error

func (*PostAutoDiscoveryNetworksOK) GetPayload

type PostAutoDiscoveryNetworksOKBody

type PostAutoDiscoveryNetworksOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PostAutoDiscoveryNetworksOKBody post auto discovery networks o k body swagger:model PostAutoDiscoveryNetworksOKBody

func (*PostAutoDiscoveryNetworksOKBody) MarshalBinary

func (o *PostAutoDiscoveryNetworksOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostAutoDiscoveryNetworksOKBody) UnmarshalBinary

func (o *PostAutoDiscoveryNetworksOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostAutoDiscoveryNetworksOKBody) Validate

Validate validates this post auto discovery networks o k body

type PostAutoDiscoveryNetworksParams

type PostAutoDiscoveryNetworksParams struct {

	/*AutodiscoverCdpDevices
	  yes to enable CDP/LLDP (added in v8.3.2)

	*/
	AutodiscoverCdpDevices *string
	/*ClearExistingSchedule*/
	ClearExistingSchedule *string
	/*DebugLevel*/
	DebugLevel *string
	/*DeleteOlderMacAssociationAfter
	  number of days (added in v10.4.0)

	*/
	DeleteOlderMacAssociationAfter *string
	/*DeleteSwitchPortNotFound
	  yes or no to delete switch ports not found (added in v10.4.0)

	*/
	DeleteSwitchPortNotFound *string
	/*DiscoverServices*/
	DiscoverServices *string
	/*EndIPAddress
	  End IP address

	*/
	EndIPAddress *string
	/*GetAllSwitchPorts
	  yes or no to get all switch ports (added in v10.4.0)

	*/
	GetAllSwitchPorts *string
	/*Groups
	  name of one or more groups separated by commas

	*/
	Groups *string
	/*HostnamePrecedence*/
	HostnamePrecedence *string
	/*Ipaddress
	  IP address. Required if new

	*/
	Ipaddress *string
	/*MaskBits
	  mask bits (integer only)

	*/
	MaskBits *int64
	/*Name
	  name of the job

	*/
	Name string
	/*ObjectCategory
	  name of subnet category for discovered subnets

	*/
	ObjectCategory *string
	/*PortNamePrefixToIgnoreMacs*/
	PortNamePrefixToIgnoreMacs *string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*ServiceLevel
	  Must already exist

	*/
	ServiceLevel *string
	/*SkipVlanIndexing
	  yes or no (added in v10.4.0)

	*/
	SkipVlanIndexing *string
	/*SnmpPort
	  snmp port (integer only) (added in v10.4.0)

	*/
	SnmpPort *int64
	/*SnmpString
	  required, if new

	*/
	SnmpString *string
	/*SnmpStringID
	  The id of the password for the community string

	*/
	SnmpStringID *string
	/*SnmpStringIds
	  Can be comma separated list of community string IDs to use multiple community strings

	*/
	SnmpStringIds *string
	/*SnmpStrings
	  Can be comma separated list of community strings to use multiple community strings

	*/
	SnmpStrings *string
	/*SnmpVersion*/
	SnmpVersion *string
	/*Snmpv3AuthMode*/
	Snmpv3AuthMode *string
	/*Snmpv3AuthPassword
	  password (added in v10.4.0)

	*/
	Snmpv3AuthPassword *string
	/*Snmpv3AuthPasswordID
	  The id of the password for the auth password

	*/
	Snmpv3AuthPasswordID *string
	/*Snmpv3AuthProtocol*/
	Snmpv3AuthProtocol *string
	/*Snmpv3Context*/
	Snmpv3Context *string
	/*Snmpv3PrivacyProtocol*/
	Snmpv3PrivacyProtocol *string
	/*Snmpv3PrivacyProtocolPassword
	  password (added in v10.4.0)

	*/
	Snmpv3PrivacyProtocolPassword *string
	/*Snmpv3PrivacyProtocolPasswordID
	  The id of the password for the privacy protocol password

	*/
	Snmpv3PrivacyProtocolPasswordID *string
	/*Snmpv3User
	  name of snmp v3 user (added in v10.4.0)

	*/
	Snmpv3User *string
	/*StripDomainName*/
	StripDomainName *string
	/*UseNameAliasPortDescr
	  yes to use alias for port description during discovery (added in v8.3.2)

	*/
	UseNameAliasPortDescr *string
	/*VlansToIgnore
	  list of vlan ids to ignore separated by commas (added in v10.4.0)

	*/
	VlansToIgnore *string
	/*Vrfgroup
	  name of vrf group for discovered subnets (added in v10.4.0)

	*/
	Vrfgroup *string

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

PostAutoDiscoveryNetworksParams contains all the parameters to send to the API endpoint for the post auto discovery networks operation typically these are written to a http.Request

func NewPostAutoDiscoveryNetworksParams

func NewPostAutoDiscoveryNetworksParams() *PostAutoDiscoveryNetworksParams

NewPostAutoDiscoveryNetworksParams creates a new PostAutoDiscoveryNetworksParams object with the default values initialized.

func NewPostAutoDiscoveryNetworksParamsWithContext

func NewPostAutoDiscoveryNetworksParamsWithContext(ctx context.Context) *PostAutoDiscoveryNetworksParams

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

func NewPostAutoDiscoveryNetworksParamsWithHTTPClient

func NewPostAutoDiscoveryNetworksParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryNetworksParams

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

func NewPostAutoDiscoveryNetworksParamsWithTimeout

func NewPostAutoDiscoveryNetworksParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryNetworksParams

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

func (*PostAutoDiscoveryNetworksParams) SetAutodiscoverCdpDevices

func (o *PostAutoDiscoveryNetworksParams) SetAutodiscoverCdpDevices(autodiscoverCdpDevices *string)

SetAutodiscoverCdpDevices adds the autodiscoverCdpDevices to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetClearExistingSchedule

func (o *PostAutoDiscoveryNetworksParams) SetClearExistingSchedule(clearExistingSchedule *string)

SetClearExistingSchedule adds the clearExistingSchedule to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetContext

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

SetContext adds the context to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetDebugLevel

func (o *PostAutoDiscoveryNetworksParams) SetDebugLevel(debugLevel *string)

SetDebugLevel adds the debugLevel to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetDeleteOlderMacAssociationAfter

func (o *PostAutoDiscoveryNetworksParams) SetDeleteOlderMacAssociationAfter(deleteOlderMacAssociationAfter *string)

SetDeleteOlderMacAssociationAfter adds the deleteOlderMacAssociationAfter to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetDeleteSwitchPortNotFound

func (o *PostAutoDiscoveryNetworksParams) SetDeleteSwitchPortNotFound(deleteSwitchPortNotFound *string)

SetDeleteSwitchPortNotFound adds the deleteSwitchPortNotFound to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetDiscoverServices

func (o *PostAutoDiscoveryNetworksParams) SetDiscoverServices(discoverServices *string)

SetDiscoverServices adds the discoverServices to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetEndIPAddress

func (o *PostAutoDiscoveryNetworksParams) SetEndIPAddress(endIPAddress *string)

SetEndIPAddress adds the endIpAddress to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetGetAllSwitchPorts

func (o *PostAutoDiscoveryNetworksParams) SetGetAllSwitchPorts(getAllSwitchPorts *string)

SetGetAllSwitchPorts adds the getAllSwitchPorts to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetGroups

func (o *PostAutoDiscoveryNetworksParams) SetGroups(groups *string)

SetGroups adds the groups to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetHostnamePrecedence

func (o *PostAutoDiscoveryNetworksParams) SetHostnamePrecedence(hostnamePrecedence *string)

SetHostnamePrecedence adds the hostnamePrecedence to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetIpaddress

func (o *PostAutoDiscoveryNetworksParams) SetIpaddress(ipaddress *string)

SetIpaddress adds the ipaddress to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetMaskBits

func (o *PostAutoDiscoveryNetworksParams) SetMaskBits(maskBits *int64)

SetMaskBits adds the maskBits to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetName

func (o *PostAutoDiscoveryNetworksParams) SetName(name string)

SetName adds the name to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetObjectCategory

func (o *PostAutoDiscoveryNetworksParams) SetObjectCategory(objectCategory *string)

SetObjectCategory adds the objectCategory to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetPortNamePrefixToIgnoreMacs

func (o *PostAutoDiscoveryNetworksParams) SetPortNamePrefixToIgnoreMacs(portNamePrefixToIgnoreMacs *string)

SetPortNamePrefixToIgnoreMacs adds the portNamePrefixToIgnoreMacs to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetScheduleDays

func (o *PostAutoDiscoveryNetworksParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetScheduleTime

func (o *PostAutoDiscoveryNetworksParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetServiceLevel

func (o *PostAutoDiscoveryNetworksParams) SetServiceLevel(serviceLevel *string)

SetServiceLevel adds the serviceLevel to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSkipVlanIndexing

func (o *PostAutoDiscoveryNetworksParams) SetSkipVlanIndexing(skipVlanIndexing *string)

SetSkipVlanIndexing adds the skipVlanIndexing to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpPort

func (o *PostAutoDiscoveryNetworksParams) SetSnmpPort(snmpPort *int64)

SetSnmpPort adds the snmpPort to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpString

func (o *PostAutoDiscoveryNetworksParams) SetSnmpString(snmpString *string)

SetSnmpString adds the snmpString to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpStringID

func (o *PostAutoDiscoveryNetworksParams) SetSnmpStringID(snmpStringID *string)

SetSnmpStringID adds the snmpStringId to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpStringIds

func (o *PostAutoDiscoveryNetworksParams) SetSnmpStringIds(snmpStringIds *string)

SetSnmpStringIds adds the snmpStringIds to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpStrings

func (o *PostAutoDiscoveryNetworksParams) SetSnmpStrings(snmpStrings *string)

SetSnmpStrings adds the snmpStrings to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpVersion

func (o *PostAutoDiscoveryNetworksParams) SetSnmpVersion(snmpVersion *string)

SetSnmpVersion adds the snmpVersion to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3AuthMode

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3AuthMode(snmpv3AuthMode *string)

SetSnmpv3AuthMode adds the snmpv3AuthMode to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3AuthPassword

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3AuthPassword(snmpv3AuthPassword *string)

SetSnmpv3AuthPassword adds the snmpv3AuthPassword to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3AuthPasswordID

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3AuthPasswordID(snmpv3AuthPasswordID *string)

SetSnmpv3AuthPasswordID adds the snmpv3AuthPasswordId to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3AuthProtocol

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3AuthProtocol(snmpv3AuthProtocol *string)

SetSnmpv3AuthProtocol adds the snmpv3AuthProtocol to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3Context

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3Context(snmpv3Context *string)

SetSnmpv3Context adds the snmpv3Context to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3PrivacyProtocol

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3PrivacyProtocol(snmpv3PrivacyProtocol *string)

SetSnmpv3PrivacyProtocol adds the snmpv3PrivacyProtocol to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3PrivacyProtocolPassword

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3PrivacyProtocolPassword(snmpv3PrivacyProtocolPassword *string)

SetSnmpv3PrivacyProtocolPassword adds the snmpv3PrivacyProtocolPassword to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3PrivacyProtocolPasswordID

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3PrivacyProtocolPasswordID(snmpv3PrivacyProtocolPasswordID *string)

SetSnmpv3PrivacyProtocolPasswordID adds the snmpv3PrivacyProtocolPasswordId to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetSnmpv3User

func (o *PostAutoDiscoveryNetworksParams) SetSnmpv3User(snmpv3User *string)

SetSnmpv3User adds the snmpv3User to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetStripDomainName

func (o *PostAutoDiscoveryNetworksParams) SetStripDomainName(stripDomainName *string)

SetStripDomainName adds the stripDomainName to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetUseNameAliasPortDescr

func (o *PostAutoDiscoveryNetworksParams) SetUseNameAliasPortDescr(useNameAliasPortDescr *string)

SetUseNameAliasPortDescr adds the useNameAliasPortDescr to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetVlansToIgnore

func (o *PostAutoDiscoveryNetworksParams) SetVlansToIgnore(vlansToIgnore *string)

SetVlansToIgnore adds the vlansToIgnore to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) SetVrfgroup

func (o *PostAutoDiscoveryNetworksParams) SetVrfgroup(vrfgroup *string)

SetVrfgroup adds the vrfgroup to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithAutodiscoverCdpDevices

func (o *PostAutoDiscoveryNetworksParams) WithAutodiscoverCdpDevices(autodiscoverCdpDevices *string) *PostAutoDiscoveryNetworksParams

WithAutodiscoverCdpDevices adds the autodiscoverCdpDevices to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithClearExistingSchedule

func (o *PostAutoDiscoveryNetworksParams) WithClearExistingSchedule(clearExistingSchedule *string) *PostAutoDiscoveryNetworksParams

WithClearExistingSchedule adds the clearExistingSchedule to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithContext

WithContext adds the context to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithDebugLevel

WithDebugLevel adds the debugLevel to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithDeleteOlderMacAssociationAfter

func (o *PostAutoDiscoveryNetworksParams) WithDeleteOlderMacAssociationAfter(deleteOlderMacAssociationAfter *string) *PostAutoDiscoveryNetworksParams

WithDeleteOlderMacAssociationAfter adds the deleteOlderMacAssociationAfter to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithDeleteSwitchPortNotFound

func (o *PostAutoDiscoveryNetworksParams) WithDeleteSwitchPortNotFound(deleteSwitchPortNotFound *string) *PostAutoDiscoveryNetworksParams

WithDeleteSwitchPortNotFound adds the deleteSwitchPortNotFound to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithDiscoverServices

func (o *PostAutoDiscoveryNetworksParams) WithDiscoverServices(discoverServices *string) *PostAutoDiscoveryNetworksParams

WithDiscoverServices adds the discoverServices to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithEndIPAddress

func (o *PostAutoDiscoveryNetworksParams) WithEndIPAddress(endIPAddress *string) *PostAutoDiscoveryNetworksParams

WithEndIPAddress adds the endIPAddress to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithGetAllSwitchPorts

func (o *PostAutoDiscoveryNetworksParams) WithGetAllSwitchPorts(getAllSwitchPorts *string) *PostAutoDiscoveryNetworksParams

WithGetAllSwitchPorts adds the getAllSwitchPorts to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithGroups

WithGroups adds the groups to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithHostnamePrecedence

func (o *PostAutoDiscoveryNetworksParams) WithHostnamePrecedence(hostnamePrecedence *string) *PostAutoDiscoveryNetworksParams

WithHostnamePrecedence adds the hostnamePrecedence to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithIpaddress

WithIpaddress adds the ipaddress to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithMaskBits

WithMaskBits adds the maskBits to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithName

WithName adds the name to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithObjectCategory

func (o *PostAutoDiscoveryNetworksParams) WithObjectCategory(objectCategory *string) *PostAutoDiscoveryNetworksParams

WithObjectCategory adds the objectCategory to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithPortNamePrefixToIgnoreMacs

func (o *PostAutoDiscoveryNetworksParams) WithPortNamePrefixToIgnoreMacs(portNamePrefixToIgnoreMacs *string) *PostAutoDiscoveryNetworksParams

WithPortNamePrefixToIgnoreMacs adds the portNamePrefixToIgnoreMacs to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithScheduleDays

func (o *PostAutoDiscoveryNetworksParams) WithScheduleDays(scheduleDays *string) *PostAutoDiscoveryNetworksParams

WithScheduleDays adds the scheduleDays to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithScheduleTime

func (o *PostAutoDiscoveryNetworksParams) WithScheduleTime(scheduleTime *string) *PostAutoDiscoveryNetworksParams

WithScheduleTime adds the scheduleTime to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithServiceLevel

func (o *PostAutoDiscoveryNetworksParams) WithServiceLevel(serviceLevel *string) *PostAutoDiscoveryNetworksParams

WithServiceLevel adds the serviceLevel to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSkipVlanIndexing

func (o *PostAutoDiscoveryNetworksParams) WithSkipVlanIndexing(skipVlanIndexing *string) *PostAutoDiscoveryNetworksParams

WithSkipVlanIndexing adds the skipVlanIndexing to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpPort

WithSnmpPort adds the snmpPort to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpString

WithSnmpString adds the snmpString to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpStringID

func (o *PostAutoDiscoveryNetworksParams) WithSnmpStringID(snmpStringID *string) *PostAutoDiscoveryNetworksParams

WithSnmpStringID adds the snmpStringID to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpStringIds

func (o *PostAutoDiscoveryNetworksParams) WithSnmpStringIds(snmpStringIds *string) *PostAutoDiscoveryNetworksParams

WithSnmpStringIds adds the snmpStringIds to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpStrings

WithSnmpStrings adds the snmpStrings to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpVersion

WithSnmpVersion adds the snmpVersion to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3AuthMode

func (o *PostAutoDiscoveryNetworksParams) WithSnmpv3AuthMode(snmpv3AuthMode *string) *PostAutoDiscoveryNetworksParams

WithSnmpv3AuthMode adds the snmpv3AuthMode to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3AuthPassword

func (o *PostAutoDiscoveryNetworksParams) WithSnmpv3AuthPassword(snmpv3AuthPassword *string) *PostAutoDiscoveryNetworksParams

WithSnmpv3AuthPassword adds the snmpv3AuthPassword to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3AuthPasswordID

func (o *PostAutoDiscoveryNetworksParams) WithSnmpv3AuthPasswordID(snmpv3AuthPasswordID *string) *PostAutoDiscoveryNetworksParams

WithSnmpv3AuthPasswordID adds the snmpv3AuthPasswordID to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3AuthProtocol

func (o *PostAutoDiscoveryNetworksParams) WithSnmpv3AuthProtocol(snmpv3AuthProtocol *string) *PostAutoDiscoveryNetworksParams

WithSnmpv3AuthProtocol adds the snmpv3AuthProtocol to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3Context

func (o *PostAutoDiscoveryNetworksParams) WithSnmpv3Context(snmpv3Context *string) *PostAutoDiscoveryNetworksParams

WithSnmpv3Context adds the snmpv3Context to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3PrivacyProtocol

func (o *PostAutoDiscoveryNetworksParams) WithSnmpv3PrivacyProtocol(snmpv3PrivacyProtocol *string) *PostAutoDiscoveryNetworksParams

WithSnmpv3PrivacyProtocol adds the snmpv3PrivacyProtocol to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3PrivacyProtocolPassword

func (o *PostAutoDiscoveryNetworksParams) WithSnmpv3PrivacyProtocolPassword(snmpv3PrivacyProtocolPassword *string) *PostAutoDiscoveryNetworksParams

WithSnmpv3PrivacyProtocolPassword adds the snmpv3PrivacyProtocolPassword to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3PrivacyProtocolPasswordID

func (o *PostAutoDiscoveryNetworksParams) WithSnmpv3PrivacyProtocolPasswordID(snmpv3PrivacyProtocolPasswordID *string) *PostAutoDiscoveryNetworksParams

WithSnmpv3PrivacyProtocolPasswordID adds the snmpv3PrivacyProtocolPasswordID to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithSnmpv3User

WithSnmpv3User adds the snmpv3User to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithStripDomainName

func (o *PostAutoDiscoveryNetworksParams) WithStripDomainName(stripDomainName *string) *PostAutoDiscoveryNetworksParams

WithStripDomainName adds the stripDomainName to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithUseNameAliasPortDescr

func (o *PostAutoDiscoveryNetworksParams) WithUseNameAliasPortDescr(useNameAliasPortDescr *string) *PostAutoDiscoveryNetworksParams

WithUseNameAliasPortDescr adds the useNameAliasPortDescr to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithVlansToIgnore

func (o *PostAutoDiscoveryNetworksParams) WithVlansToIgnore(vlansToIgnore *string) *PostAutoDiscoveryNetworksParams

WithVlansToIgnore adds the vlansToIgnore to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WithVrfgroup

WithVrfgroup adds the vrfgroup to the post auto discovery networks params

func (*PostAutoDiscoveryNetworksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryNetworksReader

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

PostAutoDiscoveryNetworksReader is a Reader for the PostAutoDiscoveryNetworks structure.

func (*PostAutoDiscoveryNetworksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryNetworksServiceUnavailable

type PostAutoDiscoveryNetworksServiceUnavailable struct {
}

PostAutoDiscoveryNetworksServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryNetworksServiceUnavailable

func NewPostAutoDiscoveryNetworksServiceUnavailable() *PostAutoDiscoveryNetworksServiceUnavailable

NewPostAutoDiscoveryNetworksServiceUnavailable creates a PostAutoDiscoveryNetworksServiceUnavailable with default headers values

func (*PostAutoDiscoveryNetworksServiceUnavailable) Error

type PostAutoDiscoveryNetworksUnauthorized

type PostAutoDiscoveryNetworksUnauthorized struct {
}

PostAutoDiscoveryNetworksUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryNetworksUnauthorized

func NewPostAutoDiscoveryNetworksUnauthorized() *PostAutoDiscoveryNetworksUnauthorized

NewPostAutoDiscoveryNetworksUnauthorized creates a PostAutoDiscoveryNetworksUnauthorized with default headers values

func (*PostAutoDiscoveryNetworksUnauthorized) Error

type PostAutoDiscoveryPingsweepBadRequest

type PostAutoDiscoveryPingsweepBadRequest struct {
}

PostAutoDiscoveryPingsweepBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryPingsweepBadRequest

func NewPostAutoDiscoveryPingsweepBadRequest() *PostAutoDiscoveryPingsweepBadRequest

NewPostAutoDiscoveryPingsweepBadRequest creates a PostAutoDiscoveryPingsweepBadRequest with default headers values

func (*PostAutoDiscoveryPingsweepBadRequest) Error

type PostAutoDiscoveryPingsweepForbidden

type PostAutoDiscoveryPingsweepForbidden struct {
}

PostAutoDiscoveryPingsweepForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryPingsweepForbidden

func NewPostAutoDiscoveryPingsweepForbidden() *PostAutoDiscoveryPingsweepForbidden

NewPostAutoDiscoveryPingsweepForbidden creates a PostAutoDiscoveryPingsweepForbidden with default headers values

func (*PostAutoDiscoveryPingsweepForbidden) Error

type PostAutoDiscoveryPingsweepGone

type PostAutoDiscoveryPingsweepGone struct {
}

PostAutoDiscoveryPingsweepGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryPingsweepGone

func NewPostAutoDiscoveryPingsweepGone() *PostAutoDiscoveryPingsweepGone

NewPostAutoDiscoveryPingsweepGone creates a PostAutoDiscoveryPingsweepGone with default headers values

func (*PostAutoDiscoveryPingsweepGone) Error

type PostAutoDiscoveryPingsweepInternalServerError

type PostAutoDiscoveryPingsweepInternalServerError struct {
}

PostAutoDiscoveryPingsweepInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryPingsweepInternalServerError

func NewPostAutoDiscoveryPingsweepInternalServerError() *PostAutoDiscoveryPingsweepInternalServerError

NewPostAutoDiscoveryPingsweepInternalServerError creates a PostAutoDiscoveryPingsweepInternalServerError with default headers values

func (*PostAutoDiscoveryPingsweepInternalServerError) Error

type PostAutoDiscoveryPingsweepMethodNotAllowed

type PostAutoDiscoveryPingsweepMethodNotAllowed struct {
}

PostAutoDiscoveryPingsweepMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryPingsweepMethodNotAllowed

func NewPostAutoDiscoveryPingsweepMethodNotAllowed() *PostAutoDiscoveryPingsweepMethodNotAllowed

NewPostAutoDiscoveryPingsweepMethodNotAllowed creates a PostAutoDiscoveryPingsweepMethodNotAllowed with default headers values

func (*PostAutoDiscoveryPingsweepMethodNotAllowed) Error

type PostAutoDiscoveryPingsweepNotFound

type PostAutoDiscoveryPingsweepNotFound struct {
}

PostAutoDiscoveryPingsweepNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryPingsweepNotFound

func NewPostAutoDiscoveryPingsweepNotFound() *PostAutoDiscoveryPingsweepNotFound

NewPostAutoDiscoveryPingsweepNotFound creates a PostAutoDiscoveryPingsweepNotFound with default headers values

func (*PostAutoDiscoveryPingsweepNotFound) Error

type PostAutoDiscoveryPingsweepOK

type PostAutoDiscoveryPingsweepOK struct {
	Payload *PostAutoDiscoveryPingsweepOKBody
}

PostAutoDiscoveryPingsweepOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryPingsweepOK

func NewPostAutoDiscoveryPingsweepOK() *PostAutoDiscoveryPingsweepOK

NewPostAutoDiscoveryPingsweepOK creates a PostAutoDiscoveryPingsweepOK with default headers values

func (*PostAutoDiscoveryPingsweepOK) Error

func (*PostAutoDiscoveryPingsweepOK) GetPayload

type PostAutoDiscoveryPingsweepOKBody

type PostAutoDiscoveryPingsweepOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PostAutoDiscoveryPingsweepOKBody post auto discovery pingsweep o k body swagger:model PostAutoDiscoveryPingsweepOKBody

func (*PostAutoDiscoveryPingsweepOKBody) MarshalBinary

func (o *PostAutoDiscoveryPingsweepOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostAutoDiscoveryPingsweepOKBody) UnmarshalBinary

func (o *PostAutoDiscoveryPingsweepOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostAutoDiscoveryPingsweepOKBody) Validate

Validate validates this post auto discovery pingsweep o k body

type PostAutoDiscoveryPingsweepParams

type PostAutoDiscoveryPingsweepParams struct {

	/*ClearExistingSchedule*/
	ClearExistingSchedule *string
	/*CreateNewSubnet
	  Create new subnet for networks not found

	*/
	CreateNewSubnet *string
	/*DebugLevel*/
	DebugLevel *string
	/*Name
	  name of the job

	*/
	Name string
	/*Networks
	  Networks to search. Required if new

	*/
	Networks *string
	/*OverwriteSubnetCategories
	  If a subnet is discovered that exists and already has a subnet category, the category will be overwritten and all child subnets of the discovered subnet will also get the new category.

	*/
	OverwriteSubnetCategories *string
	/*RemoteCollectorID
	  ID of the remote collector to use for this job

	*/
	RemoteCollectorID *int64
	/*ReverseDNS
	  Add devices by reverse DNS of discovered IP. (Recommended to leave unchecked and use other discovery methods for devices)

	*/
	ReverseDNS *string
	/*StripDomainSuffix
	  Strip everything after the first dot

	*/
	StripDomainSuffix *string
	/*SubnetCategory
	  name of subnet category for discovered subnets

	*/
	SubnetCategory *string
	/*Tags
	  comma separated list of tags

	*/
	Tags *string
	/*TagsRemove
	  comma separated list of tags to remove

	*/
	TagsRemove *string
	/*Type
	  Choose if you want to automatically assign type to discovered IPs.

	*/
	Type *string
	/*Vrfgroup
	  name of vrf group for discovered subnets

	*/
	Vrfgroup *string

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

PostAutoDiscoveryPingsweepParams contains all the parameters to send to the API endpoint for the post auto discovery pingsweep operation typically these are written to a http.Request

func NewPostAutoDiscoveryPingsweepParams

func NewPostAutoDiscoveryPingsweepParams() *PostAutoDiscoveryPingsweepParams

NewPostAutoDiscoveryPingsweepParams creates a new PostAutoDiscoveryPingsweepParams object with the default values initialized.

func NewPostAutoDiscoveryPingsweepParamsWithContext

func NewPostAutoDiscoveryPingsweepParamsWithContext(ctx context.Context) *PostAutoDiscoveryPingsweepParams

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

func NewPostAutoDiscoveryPingsweepParamsWithHTTPClient

func NewPostAutoDiscoveryPingsweepParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryPingsweepParams

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

func NewPostAutoDiscoveryPingsweepParamsWithTimeout

func NewPostAutoDiscoveryPingsweepParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryPingsweepParams

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

func (*PostAutoDiscoveryPingsweepParams) SetClearExistingSchedule

func (o *PostAutoDiscoveryPingsweepParams) SetClearExistingSchedule(clearExistingSchedule *string)

SetClearExistingSchedule adds the clearExistingSchedule to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetContext

SetContext adds the context to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetCreateNewSubnet

func (o *PostAutoDiscoveryPingsweepParams) SetCreateNewSubnet(createNewSubnet *string)

SetCreateNewSubnet adds the createNewSubnet to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetDebugLevel

func (o *PostAutoDiscoveryPingsweepParams) SetDebugLevel(debugLevel *string)

SetDebugLevel adds the debugLevel to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetName

func (o *PostAutoDiscoveryPingsweepParams) SetName(name string)

SetName adds the name to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetNetworks

func (o *PostAutoDiscoveryPingsweepParams) SetNetworks(networks *string)

SetNetworks adds the networks to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetOverwriteSubnetCategories

func (o *PostAutoDiscoveryPingsweepParams) SetOverwriteSubnetCategories(overwriteSubnetCategories *string)

SetOverwriteSubnetCategories adds the overwriteSubnetCategories to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetRemoteCollectorID

func (o *PostAutoDiscoveryPingsweepParams) SetRemoteCollectorID(remoteCollectorID *int64)

SetRemoteCollectorID adds the remoteCollectorId to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetReverseDNS

func (o *PostAutoDiscoveryPingsweepParams) SetReverseDNS(reverseDNS *string)

SetReverseDNS adds the reverseDns to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetStripDomainSuffix

func (o *PostAutoDiscoveryPingsweepParams) SetStripDomainSuffix(stripDomainSuffix *string)

SetStripDomainSuffix adds the stripDomainSuffix to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetSubnetCategory

func (o *PostAutoDiscoveryPingsweepParams) SetSubnetCategory(subnetCategory *string)

SetSubnetCategory adds the subnetCategory to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetTags

func (o *PostAutoDiscoveryPingsweepParams) SetTags(tags *string)

SetTags adds the tags to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetTagsRemove

func (o *PostAutoDiscoveryPingsweepParams) SetTagsRemove(tagsRemove *string)

SetTagsRemove adds the tagsRemove to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetType

func (o *PostAutoDiscoveryPingsweepParams) SetType(typeVar *string)

SetType adds the type to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) SetVrfgroup

func (o *PostAutoDiscoveryPingsweepParams) SetVrfgroup(vrfgroup *string)

SetVrfgroup adds the vrfgroup to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithClearExistingSchedule

func (o *PostAutoDiscoveryPingsweepParams) WithClearExistingSchedule(clearExistingSchedule *string) *PostAutoDiscoveryPingsweepParams

WithClearExistingSchedule adds the clearExistingSchedule to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithContext

WithContext adds the context to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithCreateNewSubnet

func (o *PostAutoDiscoveryPingsweepParams) WithCreateNewSubnet(createNewSubnet *string) *PostAutoDiscoveryPingsweepParams

WithCreateNewSubnet adds the createNewSubnet to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithDebugLevel

WithDebugLevel adds the debugLevel to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithName

WithName adds the name to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithNetworks

WithNetworks adds the networks to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithOverwriteSubnetCategories

func (o *PostAutoDiscoveryPingsweepParams) WithOverwriteSubnetCategories(overwriteSubnetCategories *string) *PostAutoDiscoveryPingsweepParams

WithOverwriteSubnetCategories adds the overwriteSubnetCategories to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithRemoteCollectorID

func (o *PostAutoDiscoveryPingsweepParams) WithRemoteCollectorID(remoteCollectorID *int64) *PostAutoDiscoveryPingsweepParams

WithRemoteCollectorID adds the remoteCollectorID to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithReverseDNS

WithReverseDNS adds the reverseDNS to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithStripDomainSuffix

func (o *PostAutoDiscoveryPingsweepParams) WithStripDomainSuffix(stripDomainSuffix *string) *PostAutoDiscoveryPingsweepParams

WithStripDomainSuffix adds the stripDomainSuffix to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithSubnetCategory

func (o *PostAutoDiscoveryPingsweepParams) WithSubnetCategory(subnetCategory *string) *PostAutoDiscoveryPingsweepParams

WithSubnetCategory adds the subnetCategory to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithTags

WithTags adds the tags to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithTagsRemove

WithTagsRemove adds the tagsRemove to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithType

WithType adds the typeVar to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WithVrfgroup

WithVrfgroup adds the vrfgroup to the post auto discovery pingsweep params

func (*PostAutoDiscoveryPingsweepParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryPingsweepReader

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

PostAutoDiscoveryPingsweepReader is a Reader for the PostAutoDiscoveryPingsweep structure.

func (*PostAutoDiscoveryPingsweepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryPingsweepServiceUnavailable

type PostAutoDiscoveryPingsweepServiceUnavailable struct {
}

PostAutoDiscoveryPingsweepServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryPingsweepServiceUnavailable

func NewPostAutoDiscoveryPingsweepServiceUnavailable() *PostAutoDiscoveryPingsweepServiceUnavailable

NewPostAutoDiscoveryPingsweepServiceUnavailable creates a PostAutoDiscoveryPingsweepServiceUnavailable with default headers values

func (*PostAutoDiscoveryPingsweepServiceUnavailable) Error

type PostAutoDiscoveryPingsweepUnauthorized

type PostAutoDiscoveryPingsweepUnauthorized struct {
}

PostAutoDiscoveryPingsweepUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryPingsweepUnauthorized

func NewPostAutoDiscoveryPingsweepUnauthorized() *PostAutoDiscoveryPingsweepUnauthorized

NewPostAutoDiscoveryPingsweepUnauthorized creates a PostAutoDiscoveryPingsweepUnauthorized with default headers values

func (*PostAutoDiscoveryPingsweepUnauthorized) Error

type PostAutoDiscoveryPowerDiscBadRequest

type PostAutoDiscoveryPowerDiscBadRequest struct {
}

PostAutoDiscoveryPowerDiscBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryPowerDiscBadRequest

func NewPostAutoDiscoveryPowerDiscBadRequest() *PostAutoDiscoveryPowerDiscBadRequest

NewPostAutoDiscoveryPowerDiscBadRequest creates a PostAutoDiscoveryPowerDiscBadRequest with default headers values

func (*PostAutoDiscoveryPowerDiscBadRequest) Error

type PostAutoDiscoveryPowerDiscForbidden

type PostAutoDiscoveryPowerDiscForbidden struct {
}

PostAutoDiscoveryPowerDiscForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryPowerDiscForbidden

func NewPostAutoDiscoveryPowerDiscForbidden() *PostAutoDiscoveryPowerDiscForbidden

NewPostAutoDiscoveryPowerDiscForbidden creates a PostAutoDiscoveryPowerDiscForbidden with default headers values

func (*PostAutoDiscoveryPowerDiscForbidden) Error

type PostAutoDiscoveryPowerDiscGone

type PostAutoDiscoveryPowerDiscGone struct {
}

PostAutoDiscoveryPowerDiscGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryPowerDiscGone

func NewPostAutoDiscoveryPowerDiscGone() *PostAutoDiscoveryPowerDiscGone

NewPostAutoDiscoveryPowerDiscGone creates a PostAutoDiscoveryPowerDiscGone with default headers values

func (*PostAutoDiscoveryPowerDiscGone) Error

type PostAutoDiscoveryPowerDiscInternalServerError

type PostAutoDiscoveryPowerDiscInternalServerError struct {
}

PostAutoDiscoveryPowerDiscInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryPowerDiscInternalServerError

func NewPostAutoDiscoveryPowerDiscInternalServerError() *PostAutoDiscoveryPowerDiscInternalServerError

NewPostAutoDiscoveryPowerDiscInternalServerError creates a PostAutoDiscoveryPowerDiscInternalServerError with default headers values

func (*PostAutoDiscoveryPowerDiscInternalServerError) Error

type PostAutoDiscoveryPowerDiscMethodNotAllowed

type PostAutoDiscoveryPowerDiscMethodNotAllowed struct {
}

PostAutoDiscoveryPowerDiscMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryPowerDiscMethodNotAllowed

func NewPostAutoDiscoveryPowerDiscMethodNotAllowed() *PostAutoDiscoveryPowerDiscMethodNotAllowed

NewPostAutoDiscoveryPowerDiscMethodNotAllowed creates a PostAutoDiscoveryPowerDiscMethodNotAllowed with default headers values

func (*PostAutoDiscoveryPowerDiscMethodNotAllowed) Error

type PostAutoDiscoveryPowerDiscNotFound

type PostAutoDiscoveryPowerDiscNotFound struct {
}

PostAutoDiscoveryPowerDiscNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryPowerDiscNotFound

func NewPostAutoDiscoveryPowerDiscNotFound() *PostAutoDiscoveryPowerDiscNotFound

NewPostAutoDiscoveryPowerDiscNotFound creates a PostAutoDiscoveryPowerDiscNotFound with default headers values

func (*PostAutoDiscoveryPowerDiscNotFound) Error

type PostAutoDiscoveryPowerDiscOK

type PostAutoDiscoveryPowerDiscOK struct {
	Payload *PostAutoDiscoveryPowerDiscOKBody
}

PostAutoDiscoveryPowerDiscOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryPowerDiscOK

func NewPostAutoDiscoveryPowerDiscOK() *PostAutoDiscoveryPowerDiscOK

NewPostAutoDiscoveryPowerDiscOK creates a PostAutoDiscoveryPowerDiscOK with default headers values

func (*PostAutoDiscoveryPowerDiscOK) Error

func (*PostAutoDiscoveryPowerDiscOK) GetPayload

type PostAutoDiscoveryPowerDiscOKBody

type PostAutoDiscoveryPowerDiscOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PostAutoDiscoveryPowerDiscOKBody post auto discovery power disc o k body swagger:model PostAutoDiscoveryPowerDiscOKBody

func (*PostAutoDiscoveryPowerDiscOKBody) MarshalBinary

func (o *PostAutoDiscoveryPowerDiscOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostAutoDiscoveryPowerDiscOKBody) UnmarshalBinary

func (o *PostAutoDiscoveryPowerDiscOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostAutoDiscoveryPowerDiscOKBody) Validate

Validate validates this post auto discovery power disc o k body

type PostAutoDiscoveryPowerDiscParams

type PostAutoDiscoveryPowerDiscParams struct {

	/*Appliance
	  name of the monitoring appliance

	*/
	Appliance string
	/*Category
	  subnet category to assign to addresses of discovered units

	*/
	Category *string
	/*ClearExistingSchedule*/
	ClearExistingSchedule *string
	/*EndIPAddress
	  End IP address

	*/
	EndIPAddress *string
	/*Groups
	  name of one or more groups separated by commas

	*/
	Groups *string
	/*HostnamePrecedence*/
	HostnamePrecedence *string
	/*Ipaddress
	  IP address. Required if new

	*/
	Ipaddress *string
	/*ModuleNotFound
	  action to take on module not found. One of: Remove Host Association, Change Service Level, Delete Module (default is no action)

	*/
	ModuleNotFound *string
	/*Name
	  name of the job

	*/
	Name string
	/*NameToUseForNewlyDiscoveredModule
	  name to use

	*/
	NameToUseForNewlyDiscoveredModule *string
	/*NameToUseForNewlyDiscoveredPdu
	  one of: Name discovered by SNMP, Name plus serial number, Name plus serial number plus IP

	*/
	NameToUseForNewlyDiscoveredPdu *string
	/*ObjectCategory
	  name of subnet category for discovered subnets

	*/
	ObjectCategory *string
	/*PollingInterval
	  polling interval in minutes (integer)

	*/
	PollingInterval *string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*ServiceLevel
	  Must already exist

	*/
	ServiceLevel *string
	/*SnmpPort
	  snmp port (integer only) (added in v10.4.0)

	*/
	SnmpPort *int64
	/*SnmpString
	  required, if new

	*/
	SnmpString *string
	/*SnmpStringID
	  The id of the password for the community string

	*/
	SnmpStringID *string
	/*SnmpVersion*/
	SnmpVersion *string
	/*Snmpv3AuthMode*/
	Snmpv3AuthMode *string
	/*Snmpv3AuthPassword
	  password (added in v10.4.0)

	*/
	Snmpv3AuthPassword *string
	/*Snmpv3AuthPasswordID
	  The id of the password for the auth password

	*/
	Snmpv3AuthPasswordID *string
	/*Snmpv3AuthProtocol*/
	Snmpv3AuthProtocol *string
	/*Snmpv3Context*/
	Snmpv3Context *string
	/*Snmpv3PrivacyProtocol*/
	Snmpv3PrivacyProtocol *string
	/*Snmpv3PrivacyProtocolPassword
	  password (added in v10.4.0)

	*/
	Snmpv3PrivacyProtocolPassword *string
	/*Snmpv3PrivacyProtocolPasswordID
	  The id of the password for the privacy protocol password

	*/
	Snmpv3PrivacyProtocolPasswordID *string
	/*Snmpv3User
	  name of snmp v3 user (added in v10.4.0)

	*/
	Snmpv3User *string
	/*StripDomainName*/
	StripDomainName *string
	/*ToggleInServiceOnModulePowerState
	  yes or no

	*/
	ToggleInServiceOnModulePowerState *string
	/*Vrfgroup
	  name of vrf group for discovered subnets (added in v10.4.0)

	*/
	Vrfgroup *string

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

PostAutoDiscoveryPowerDiscParams contains all the parameters to send to the API endpoint for the post auto discovery power disc operation typically these are written to a http.Request

func NewPostAutoDiscoveryPowerDiscParams

func NewPostAutoDiscoveryPowerDiscParams() *PostAutoDiscoveryPowerDiscParams

NewPostAutoDiscoveryPowerDiscParams creates a new PostAutoDiscoveryPowerDiscParams object with the default values initialized.

func NewPostAutoDiscoveryPowerDiscParamsWithContext

func NewPostAutoDiscoveryPowerDiscParamsWithContext(ctx context.Context) *PostAutoDiscoveryPowerDiscParams

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

func NewPostAutoDiscoveryPowerDiscParamsWithHTTPClient

func NewPostAutoDiscoveryPowerDiscParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryPowerDiscParams

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

func NewPostAutoDiscoveryPowerDiscParamsWithTimeout

func NewPostAutoDiscoveryPowerDiscParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryPowerDiscParams

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

func (*PostAutoDiscoveryPowerDiscParams) SetAppliance

func (o *PostAutoDiscoveryPowerDiscParams) SetAppliance(appliance string)

SetAppliance adds the appliance to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetCategory

func (o *PostAutoDiscoveryPowerDiscParams) SetCategory(category *string)

SetCategory adds the category to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetClearExistingSchedule

func (o *PostAutoDiscoveryPowerDiscParams) SetClearExistingSchedule(clearExistingSchedule *string)

SetClearExistingSchedule adds the clearExistingSchedule to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetContext

SetContext adds the context to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetEndIPAddress

func (o *PostAutoDiscoveryPowerDiscParams) SetEndIPAddress(endIPAddress *string)

SetEndIPAddress adds the endIpAddress to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetGroups

func (o *PostAutoDiscoveryPowerDiscParams) SetGroups(groups *string)

SetGroups adds the groups to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetHostnamePrecedence

func (o *PostAutoDiscoveryPowerDiscParams) SetHostnamePrecedence(hostnamePrecedence *string)

SetHostnamePrecedence adds the hostnamePrecedence to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetIpaddress

func (o *PostAutoDiscoveryPowerDiscParams) SetIpaddress(ipaddress *string)

SetIpaddress adds the ipaddress to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetModuleNotFound

func (o *PostAutoDiscoveryPowerDiscParams) SetModuleNotFound(moduleNotFound *string)

SetModuleNotFound adds the moduleNotFound to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetName

func (o *PostAutoDiscoveryPowerDiscParams) SetName(name string)

SetName adds the name to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetNameToUseForNewlyDiscoveredModule

func (o *PostAutoDiscoveryPowerDiscParams) SetNameToUseForNewlyDiscoveredModule(nameToUseForNewlyDiscoveredModule *string)

SetNameToUseForNewlyDiscoveredModule adds the nameToUseForNewlyDiscoveredModule to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetNameToUseForNewlyDiscoveredPdu

func (o *PostAutoDiscoveryPowerDiscParams) SetNameToUseForNewlyDiscoveredPdu(nameToUseForNewlyDiscoveredPdu *string)

SetNameToUseForNewlyDiscoveredPdu adds the nameToUseForNewlyDiscoveredPdu to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetObjectCategory

func (o *PostAutoDiscoveryPowerDiscParams) SetObjectCategory(objectCategory *string)

SetObjectCategory adds the objectCategory to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetPollingInterval

func (o *PostAutoDiscoveryPowerDiscParams) SetPollingInterval(pollingInterval *string)

SetPollingInterval adds the pollingInterval to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetScheduleDays

func (o *PostAutoDiscoveryPowerDiscParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetScheduleTime

func (o *PostAutoDiscoveryPowerDiscParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetServiceLevel

func (o *PostAutoDiscoveryPowerDiscParams) SetServiceLevel(serviceLevel *string)

SetServiceLevel adds the serviceLevel to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpPort

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpPort(snmpPort *int64)

SetSnmpPort adds the snmpPort to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpString

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpString(snmpString *string)

SetSnmpString adds the snmpString to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpStringID

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpStringID(snmpStringID *string)

SetSnmpStringID adds the snmpStringId to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpVersion

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpVersion(snmpVersion *string)

SetSnmpVersion adds the snmpVersion to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3AuthMode

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3AuthMode(snmpv3AuthMode *string)

SetSnmpv3AuthMode adds the snmpv3AuthMode to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3AuthPassword

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3AuthPassword(snmpv3AuthPassword *string)

SetSnmpv3AuthPassword adds the snmpv3AuthPassword to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3AuthPasswordID

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3AuthPasswordID(snmpv3AuthPasswordID *string)

SetSnmpv3AuthPasswordID adds the snmpv3AuthPasswordId to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3AuthProtocol

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3AuthProtocol(snmpv3AuthProtocol *string)

SetSnmpv3AuthProtocol adds the snmpv3AuthProtocol to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3Context

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3Context(snmpv3Context *string)

SetSnmpv3Context adds the snmpv3Context to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3PrivacyProtocol

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3PrivacyProtocol(snmpv3PrivacyProtocol *string)

SetSnmpv3PrivacyProtocol adds the snmpv3PrivacyProtocol to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3PrivacyProtocolPassword

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3PrivacyProtocolPassword(snmpv3PrivacyProtocolPassword *string)

SetSnmpv3PrivacyProtocolPassword adds the snmpv3PrivacyProtocolPassword to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3PrivacyProtocolPasswordID

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3PrivacyProtocolPasswordID(snmpv3PrivacyProtocolPasswordID *string)

SetSnmpv3PrivacyProtocolPasswordID adds the snmpv3PrivacyProtocolPasswordId to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetSnmpv3User

func (o *PostAutoDiscoveryPowerDiscParams) SetSnmpv3User(snmpv3User *string)

SetSnmpv3User adds the snmpv3User to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetStripDomainName

func (o *PostAutoDiscoveryPowerDiscParams) SetStripDomainName(stripDomainName *string)

SetStripDomainName adds the stripDomainName to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetToggleInServiceOnModulePowerState

func (o *PostAutoDiscoveryPowerDiscParams) SetToggleInServiceOnModulePowerState(toggleInServiceOnModulePowerState *string)

SetToggleInServiceOnModulePowerState adds the toggleInServiceOnModulePowerState to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) SetVrfgroup

func (o *PostAutoDiscoveryPowerDiscParams) SetVrfgroup(vrfgroup *string)

SetVrfgroup adds the vrfgroup to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithAppliance

WithAppliance adds the appliance to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithCategory

WithCategory adds the category to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithClearExistingSchedule

func (o *PostAutoDiscoveryPowerDiscParams) WithClearExistingSchedule(clearExistingSchedule *string) *PostAutoDiscoveryPowerDiscParams

WithClearExistingSchedule adds the clearExistingSchedule to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithContext

WithContext adds the context to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithEndIPAddress

func (o *PostAutoDiscoveryPowerDiscParams) WithEndIPAddress(endIPAddress *string) *PostAutoDiscoveryPowerDiscParams

WithEndIPAddress adds the endIPAddress to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithGroups

WithGroups adds the groups to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithHostnamePrecedence

func (o *PostAutoDiscoveryPowerDiscParams) WithHostnamePrecedence(hostnamePrecedence *string) *PostAutoDiscoveryPowerDiscParams

WithHostnamePrecedence adds the hostnamePrecedence to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithIpaddress

WithIpaddress adds the ipaddress to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithModuleNotFound

func (o *PostAutoDiscoveryPowerDiscParams) WithModuleNotFound(moduleNotFound *string) *PostAutoDiscoveryPowerDiscParams

WithModuleNotFound adds the moduleNotFound to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithName

WithName adds the name to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithNameToUseForNewlyDiscoveredModule

func (o *PostAutoDiscoveryPowerDiscParams) WithNameToUseForNewlyDiscoveredModule(nameToUseForNewlyDiscoveredModule *string) *PostAutoDiscoveryPowerDiscParams

WithNameToUseForNewlyDiscoveredModule adds the nameToUseForNewlyDiscoveredModule to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithNameToUseForNewlyDiscoveredPdu

func (o *PostAutoDiscoveryPowerDiscParams) WithNameToUseForNewlyDiscoveredPdu(nameToUseForNewlyDiscoveredPdu *string) *PostAutoDiscoveryPowerDiscParams

WithNameToUseForNewlyDiscoveredPdu adds the nameToUseForNewlyDiscoveredPdu to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithObjectCategory

func (o *PostAutoDiscoveryPowerDiscParams) WithObjectCategory(objectCategory *string) *PostAutoDiscoveryPowerDiscParams

WithObjectCategory adds the objectCategory to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithPollingInterval

func (o *PostAutoDiscoveryPowerDiscParams) WithPollingInterval(pollingInterval *string) *PostAutoDiscoveryPowerDiscParams

WithPollingInterval adds the pollingInterval to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithScheduleDays

func (o *PostAutoDiscoveryPowerDiscParams) WithScheduleDays(scheduleDays *string) *PostAutoDiscoveryPowerDiscParams

WithScheduleDays adds the scheduleDays to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithScheduleTime

func (o *PostAutoDiscoveryPowerDiscParams) WithScheduleTime(scheduleTime *string) *PostAutoDiscoveryPowerDiscParams

WithScheduleTime adds the scheduleTime to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithServiceLevel

func (o *PostAutoDiscoveryPowerDiscParams) WithServiceLevel(serviceLevel *string) *PostAutoDiscoveryPowerDiscParams

WithServiceLevel adds the serviceLevel to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpPort

WithSnmpPort adds the snmpPort to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpString

WithSnmpString adds the snmpString to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpStringID

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpStringID(snmpStringID *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpStringID adds the snmpStringID to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpVersion

WithSnmpVersion adds the snmpVersion to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3AuthMode

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpv3AuthMode(snmpv3AuthMode *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpv3AuthMode adds the snmpv3AuthMode to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3AuthPassword

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpv3AuthPassword(snmpv3AuthPassword *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpv3AuthPassword adds the snmpv3AuthPassword to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3AuthPasswordID

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpv3AuthPasswordID(snmpv3AuthPasswordID *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpv3AuthPasswordID adds the snmpv3AuthPasswordID to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3AuthProtocol

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpv3AuthProtocol(snmpv3AuthProtocol *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpv3AuthProtocol adds the snmpv3AuthProtocol to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3Context

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpv3Context(snmpv3Context *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpv3Context adds the snmpv3Context to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3PrivacyProtocol

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpv3PrivacyProtocol(snmpv3PrivacyProtocol *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpv3PrivacyProtocol adds the snmpv3PrivacyProtocol to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3PrivacyProtocolPassword

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpv3PrivacyProtocolPassword(snmpv3PrivacyProtocolPassword *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpv3PrivacyProtocolPassword adds the snmpv3PrivacyProtocolPassword to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3PrivacyProtocolPasswordID

func (o *PostAutoDiscoveryPowerDiscParams) WithSnmpv3PrivacyProtocolPasswordID(snmpv3PrivacyProtocolPasswordID *string) *PostAutoDiscoveryPowerDiscParams

WithSnmpv3PrivacyProtocolPasswordID adds the snmpv3PrivacyProtocolPasswordID to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithSnmpv3User

WithSnmpv3User adds the snmpv3User to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithStripDomainName

func (o *PostAutoDiscoveryPowerDiscParams) WithStripDomainName(stripDomainName *string) *PostAutoDiscoveryPowerDiscParams

WithStripDomainName adds the stripDomainName to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithToggleInServiceOnModulePowerState

func (o *PostAutoDiscoveryPowerDiscParams) WithToggleInServiceOnModulePowerState(toggleInServiceOnModulePowerState *string) *PostAutoDiscoveryPowerDiscParams

WithToggleInServiceOnModulePowerState adds the toggleInServiceOnModulePowerState to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WithVrfgroup

WithVrfgroup adds the vrfgroup to the post auto discovery power disc params

func (*PostAutoDiscoveryPowerDiscParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryPowerDiscReader

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

PostAutoDiscoveryPowerDiscReader is a Reader for the PostAutoDiscoveryPowerDisc structure.

func (*PostAutoDiscoveryPowerDiscReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryPowerDiscServiceUnavailable

type PostAutoDiscoveryPowerDiscServiceUnavailable struct {
}

PostAutoDiscoveryPowerDiscServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryPowerDiscServiceUnavailable

func NewPostAutoDiscoveryPowerDiscServiceUnavailable() *PostAutoDiscoveryPowerDiscServiceUnavailable

NewPostAutoDiscoveryPowerDiscServiceUnavailable creates a PostAutoDiscoveryPowerDiscServiceUnavailable with default headers values

func (*PostAutoDiscoveryPowerDiscServiceUnavailable) Error

type PostAutoDiscoveryPowerDiscUnauthorized

type PostAutoDiscoveryPowerDiscUnauthorized struct {
}

PostAutoDiscoveryPowerDiscUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryPowerDiscUnauthorized

func NewPostAutoDiscoveryPowerDiscUnauthorized() *PostAutoDiscoveryPowerDiscUnauthorized

NewPostAutoDiscoveryPowerDiscUnauthorized creates a PostAutoDiscoveryPowerDiscUnauthorized with default headers values

func (*PostAutoDiscoveryPowerDiscUnauthorized) Error

type PostAutoDiscoverySnmpDiscBadRequest

type PostAutoDiscoverySnmpDiscBadRequest struct {
}

PostAutoDiscoverySnmpDiscBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoverySnmpDiscBadRequest

func NewPostAutoDiscoverySnmpDiscBadRequest() *PostAutoDiscoverySnmpDiscBadRequest

NewPostAutoDiscoverySnmpDiscBadRequest creates a PostAutoDiscoverySnmpDiscBadRequest with default headers values

func (*PostAutoDiscoverySnmpDiscBadRequest) Error

type PostAutoDiscoverySnmpDiscForbidden

type PostAutoDiscoverySnmpDiscForbidden struct {
}

PostAutoDiscoverySnmpDiscForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoverySnmpDiscForbidden

func NewPostAutoDiscoverySnmpDiscForbidden() *PostAutoDiscoverySnmpDiscForbidden

NewPostAutoDiscoverySnmpDiscForbidden creates a PostAutoDiscoverySnmpDiscForbidden with default headers values

func (*PostAutoDiscoverySnmpDiscForbidden) Error

type PostAutoDiscoverySnmpDiscGone

type PostAutoDiscoverySnmpDiscGone struct {
}

PostAutoDiscoverySnmpDiscGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoverySnmpDiscGone

func NewPostAutoDiscoverySnmpDiscGone() *PostAutoDiscoverySnmpDiscGone

NewPostAutoDiscoverySnmpDiscGone creates a PostAutoDiscoverySnmpDiscGone with default headers values

func (*PostAutoDiscoverySnmpDiscGone) Error

type PostAutoDiscoverySnmpDiscInternalServerError

type PostAutoDiscoverySnmpDiscInternalServerError struct {
}

PostAutoDiscoverySnmpDiscInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoverySnmpDiscInternalServerError

func NewPostAutoDiscoverySnmpDiscInternalServerError() *PostAutoDiscoverySnmpDiscInternalServerError

NewPostAutoDiscoverySnmpDiscInternalServerError creates a PostAutoDiscoverySnmpDiscInternalServerError with default headers values

func (*PostAutoDiscoverySnmpDiscInternalServerError) Error

type PostAutoDiscoverySnmpDiscMethodNotAllowed

type PostAutoDiscoverySnmpDiscMethodNotAllowed struct {
}

PostAutoDiscoverySnmpDiscMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoverySnmpDiscMethodNotAllowed

func NewPostAutoDiscoverySnmpDiscMethodNotAllowed() *PostAutoDiscoverySnmpDiscMethodNotAllowed

NewPostAutoDiscoverySnmpDiscMethodNotAllowed creates a PostAutoDiscoverySnmpDiscMethodNotAllowed with default headers values

func (*PostAutoDiscoverySnmpDiscMethodNotAllowed) Error

type PostAutoDiscoverySnmpDiscNotFound

type PostAutoDiscoverySnmpDiscNotFound struct {
}

PostAutoDiscoverySnmpDiscNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoverySnmpDiscNotFound

func NewPostAutoDiscoverySnmpDiscNotFound() *PostAutoDiscoverySnmpDiscNotFound

NewPostAutoDiscoverySnmpDiscNotFound creates a PostAutoDiscoverySnmpDiscNotFound with default headers values

func (*PostAutoDiscoverySnmpDiscNotFound) Error

type PostAutoDiscoverySnmpDiscOK

type PostAutoDiscoverySnmpDiscOK struct {
}

PostAutoDiscoverySnmpDiscOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoverySnmpDiscOK

func NewPostAutoDiscoverySnmpDiscOK() *PostAutoDiscoverySnmpDiscOK

NewPostAutoDiscoverySnmpDiscOK creates a PostAutoDiscoverySnmpDiscOK with default headers values

func (*PostAutoDiscoverySnmpDiscOK) Error

type PostAutoDiscoverySnmpDiscParams

type PostAutoDiscoverySnmpDiscParams struct {

	/*ClearExistingSchedule*/
	ClearExistingSchedule *string
	/*DebugLevel*/
	DebugLevel *string
	/*EndIPAddress
	  End IP address

	*/
	EndIPAddress *string
	/*Groups
	  name of one or more groups separated by commas

	*/
	Groups *string
	/*Ipaddress
	  IP address. Required if new

	*/
	Ipaddress *string
	/*Name
	  name of the job

	*/
	Name string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*ServiceLevel
	  Must already exist

	*/
	ServiceLevel *string
	/*SnmpPort
	  snmp port (integer only) (added in v10.4.0)

	*/
	SnmpPort *int64
	/*SnmpString
	  required, if new

	*/
	SnmpString *string
	/*SnmpStringID
	  The id of the password for the community string

	*/
	SnmpStringID *string
	/*SnmpVersion*/
	SnmpVersion *string
	/*Snmpv3AuthMode*/
	Snmpv3AuthMode *string
	/*Snmpv3AuthPassword
	  password (added in v10.4.0)

	*/
	Snmpv3AuthPassword *string
	/*Snmpv3AuthPasswordID
	  The id of the password for the auth password

	*/
	Snmpv3AuthPasswordID *string
	/*Snmpv3AuthProtocol*/
	Snmpv3AuthProtocol *string
	/*Snmpv3Context*/
	Snmpv3Context *string
	/*Snmpv3PrivacyProtocol*/
	Snmpv3PrivacyProtocol *string
	/*Snmpv3PrivacyProtocolPassword
	  password (added in v10.4.0)

	*/
	Snmpv3PrivacyProtocolPassword *string
	/*Snmpv3PrivacyProtocolPasswordID
	  The id of the password for the privacy protocol password

	*/
	Snmpv3PrivacyProtocolPasswordID *string
	/*Snmpv3User
	  name of snmp v3 user (added in v10.4.0)

	*/
	Snmpv3User *string
	/*StripDomainName*/
	StripDomainName *string

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

PostAutoDiscoverySnmpDiscParams contains all the parameters to send to the API endpoint for the post auto discovery snmp disc operation typically these are written to a http.Request

func NewPostAutoDiscoverySnmpDiscParams

func NewPostAutoDiscoverySnmpDiscParams() *PostAutoDiscoverySnmpDiscParams

NewPostAutoDiscoverySnmpDiscParams creates a new PostAutoDiscoverySnmpDiscParams object with the default values initialized.

func NewPostAutoDiscoverySnmpDiscParamsWithContext

func NewPostAutoDiscoverySnmpDiscParamsWithContext(ctx context.Context) *PostAutoDiscoverySnmpDiscParams

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

func NewPostAutoDiscoverySnmpDiscParamsWithHTTPClient

func NewPostAutoDiscoverySnmpDiscParamsWithHTTPClient(client *http.Client) *PostAutoDiscoverySnmpDiscParams

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

func NewPostAutoDiscoverySnmpDiscParamsWithTimeout

func NewPostAutoDiscoverySnmpDiscParamsWithTimeout(timeout time.Duration) *PostAutoDiscoverySnmpDiscParams

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

func (*PostAutoDiscoverySnmpDiscParams) SetClearExistingSchedule

func (o *PostAutoDiscoverySnmpDiscParams) SetClearExistingSchedule(clearExistingSchedule *string)

SetClearExistingSchedule adds the clearExistingSchedule to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetContext

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

SetContext adds the context to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetDebugLevel

func (o *PostAutoDiscoverySnmpDiscParams) SetDebugLevel(debugLevel *string)

SetDebugLevel adds the debugLevel to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetEndIPAddress

func (o *PostAutoDiscoverySnmpDiscParams) SetEndIPAddress(endIPAddress *string)

SetEndIPAddress adds the endIpAddress to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetGroups

func (o *PostAutoDiscoverySnmpDiscParams) SetGroups(groups *string)

SetGroups adds the groups to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetIpaddress

func (o *PostAutoDiscoverySnmpDiscParams) SetIpaddress(ipaddress *string)

SetIpaddress adds the ipaddress to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetName

func (o *PostAutoDiscoverySnmpDiscParams) SetName(name string)

SetName adds the name to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetScheduleDays

func (o *PostAutoDiscoverySnmpDiscParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetScheduleTime

func (o *PostAutoDiscoverySnmpDiscParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetServiceLevel

func (o *PostAutoDiscoverySnmpDiscParams) SetServiceLevel(serviceLevel *string)

SetServiceLevel adds the serviceLevel to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpPort

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpPort(snmpPort *int64)

SetSnmpPort adds the snmpPort to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpString

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpString(snmpString *string)

SetSnmpString adds the snmpString to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpStringID

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpStringID(snmpStringID *string)

SetSnmpStringID adds the snmpStringId to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpVersion

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpVersion(snmpVersion *string)

SetSnmpVersion adds the snmpVersion to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3AuthMode

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3AuthMode(snmpv3AuthMode *string)

SetSnmpv3AuthMode adds the snmpv3AuthMode to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3AuthPassword

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3AuthPassword(snmpv3AuthPassword *string)

SetSnmpv3AuthPassword adds the snmpv3AuthPassword to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3AuthPasswordID

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3AuthPasswordID(snmpv3AuthPasswordID *string)

SetSnmpv3AuthPasswordID adds the snmpv3AuthPasswordId to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3AuthProtocol

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3AuthProtocol(snmpv3AuthProtocol *string)

SetSnmpv3AuthProtocol adds the snmpv3AuthProtocol to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3Context

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3Context(snmpv3Context *string)

SetSnmpv3Context adds the snmpv3Context to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3PrivacyProtocol

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3PrivacyProtocol(snmpv3PrivacyProtocol *string)

SetSnmpv3PrivacyProtocol adds the snmpv3PrivacyProtocol to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3PrivacyProtocolPassword

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3PrivacyProtocolPassword(snmpv3PrivacyProtocolPassword *string)

SetSnmpv3PrivacyProtocolPassword adds the snmpv3PrivacyProtocolPassword to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3PrivacyProtocolPasswordID

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3PrivacyProtocolPasswordID(snmpv3PrivacyProtocolPasswordID *string)

SetSnmpv3PrivacyProtocolPasswordID adds the snmpv3PrivacyProtocolPasswordId to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetSnmpv3User

func (o *PostAutoDiscoverySnmpDiscParams) SetSnmpv3User(snmpv3User *string)

SetSnmpv3User adds the snmpv3User to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetStripDomainName

func (o *PostAutoDiscoverySnmpDiscParams) SetStripDomainName(stripDomainName *string)

SetStripDomainName adds the stripDomainName to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithClearExistingSchedule

func (o *PostAutoDiscoverySnmpDiscParams) WithClearExistingSchedule(clearExistingSchedule *string) *PostAutoDiscoverySnmpDiscParams

WithClearExistingSchedule adds the clearExistingSchedule to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithContext

WithContext adds the context to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithDebugLevel

WithDebugLevel adds the debugLevel to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithEndIPAddress

func (o *PostAutoDiscoverySnmpDiscParams) WithEndIPAddress(endIPAddress *string) *PostAutoDiscoverySnmpDiscParams

WithEndIPAddress adds the endIPAddress to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithGroups

WithGroups adds the groups to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithIpaddress

WithIpaddress adds the ipaddress to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithName

WithName adds the name to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithScheduleDays

func (o *PostAutoDiscoverySnmpDiscParams) WithScheduleDays(scheduleDays *string) *PostAutoDiscoverySnmpDiscParams

WithScheduleDays adds the scheduleDays to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithScheduleTime

func (o *PostAutoDiscoverySnmpDiscParams) WithScheduleTime(scheduleTime *string) *PostAutoDiscoverySnmpDiscParams

WithScheduleTime adds the scheduleTime to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithServiceLevel

func (o *PostAutoDiscoverySnmpDiscParams) WithServiceLevel(serviceLevel *string) *PostAutoDiscoverySnmpDiscParams

WithServiceLevel adds the serviceLevel to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpPort

WithSnmpPort adds the snmpPort to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpString

WithSnmpString adds the snmpString to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpStringID

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpStringID(snmpStringID *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpStringID adds the snmpStringID to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpVersion

WithSnmpVersion adds the snmpVersion to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3AuthMode

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpv3AuthMode(snmpv3AuthMode *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpv3AuthMode adds the snmpv3AuthMode to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3AuthPassword

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpv3AuthPassword(snmpv3AuthPassword *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpv3AuthPassword adds the snmpv3AuthPassword to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3AuthPasswordID

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpv3AuthPasswordID(snmpv3AuthPasswordID *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpv3AuthPasswordID adds the snmpv3AuthPasswordID to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3AuthProtocol

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpv3AuthProtocol(snmpv3AuthProtocol *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpv3AuthProtocol adds the snmpv3AuthProtocol to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3Context

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpv3Context(snmpv3Context *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpv3Context adds the snmpv3Context to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3PrivacyProtocol

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpv3PrivacyProtocol(snmpv3PrivacyProtocol *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpv3PrivacyProtocol adds the snmpv3PrivacyProtocol to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3PrivacyProtocolPassword

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpv3PrivacyProtocolPassword(snmpv3PrivacyProtocolPassword *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpv3PrivacyProtocolPassword adds the snmpv3PrivacyProtocolPassword to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3PrivacyProtocolPasswordID

func (o *PostAutoDiscoverySnmpDiscParams) WithSnmpv3PrivacyProtocolPasswordID(snmpv3PrivacyProtocolPasswordID *string) *PostAutoDiscoverySnmpDiscParams

WithSnmpv3PrivacyProtocolPasswordID adds the snmpv3PrivacyProtocolPasswordID to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithSnmpv3User

WithSnmpv3User adds the snmpv3User to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithStripDomainName

func (o *PostAutoDiscoverySnmpDiscParams) WithStripDomainName(stripDomainName *string) *PostAutoDiscoverySnmpDiscParams

WithStripDomainName adds the stripDomainName to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery snmp disc params

func (*PostAutoDiscoverySnmpDiscParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoverySnmpDiscReader

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

PostAutoDiscoverySnmpDiscReader is a Reader for the PostAutoDiscoverySnmpDisc structure.

func (*PostAutoDiscoverySnmpDiscReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoverySnmpDiscServiceUnavailable

type PostAutoDiscoverySnmpDiscServiceUnavailable struct {
}

PostAutoDiscoverySnmpDiscServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoverySnmpDiscServiceUnavailable

func NewPostAutoDiscoverySnmpDiscServiceUnavailable() *PostAutoDiscoverySnmpDiscServiceUnavailable

NewPostAutoDiscoverySnmpDiscServiceUnavailable creates a PostAutoDiscoverySnmpDiscServiceUnavailable with default headers values

func (*PostAutoDiscoverySnmpDiscServiceUnavailable) Error

type PostAutoDiscoverySnmpDiscUnauthorized

type PostAutoDiscoverySnmpDiscUnauthorized struct {
}

PostAutoDiscoverySnmpDiscUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoverySnmpDiscUnauthorized

func NewPostAutoDiscoverySnmpDiscUnauthorized() *PostAutoDiscoverySnmpDiscUnauthorized

NewPostAutoDiscoverySnmpDiscUnauthorized creates a PostAutoDiscoverySnmpDiscUnauthorized with default headers values

func (*PostAutoDiscoverySnmpDiscUnauthorized) Error

type PostAutoDiscoveryVserverBadRequest

type PostAutoDiscoveryVserverBadRequest struct {
}

PostAutoDiscoveryVserverBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPostAutoDiscoveryVserverBadRequest

func NewPostAutoDiscoveryVserverBadRequest() *PostAutoDiscoveryVserverBadRequest

NewPostAutoDiscoveryVserverBadRequest creates a PostAutoDiscoveryVserverBadRequest with default headers values

func (*PostAutoDiscoveryVserverBadRequest) Error

type PostAutoDiscoveryVserverForbidden

type PostAutoDiscoveryVserverForbidden struct {
}

PostAutoDiscoveryVserverForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPostAutoDiscoveryVserverForbidden

func NewPostAutoDiscoveryVserverForbidden() *PostAutoDiscoveryVserverForbidden

NewPostAutoDiscoveryVserverForbidden creates a PostAutoDiscoveryVserverForbidden with default headers values

func (*PostAutoDiscoveryVserverForbidden) Error

type PostAutoDiscoveryVserverGone

type PostAutoDiscoveryVserverGone struct {
}

PostAutoDiscoveryVserverGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPostAutoDiscoveryVserverGone

func NewPostAutoDiscoveryVserverGone() *PostAutoDiscoveryVserverGone

NewPostAutoDiscoveryVserverGone creates a PostAutoDiscoveryVserverGone with default headers values

func (*PostAutoDiscoveryVserverGone) Error

type PostAutoDiscoveryVserverInternalServerError

type PostAutoDiscoveryVserverInternalServerError struct {
}

PostAutoDiscoveryVserverInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPostAutoDiscoveryVserverInternalServerError

func NewPostAutoDiscoveryVserverInternalServerError() *PostAutoDiscoveryVserverInternalServerError

NewPostAutoDiscoveryVserverInternalServerError creates a PostAutoDiscoveryVserverInternalServerError with default headers values

func (*PostAutoDiscoveryVserverInternalServerError) Error

type PostAutoDiscoveryVserverMethodNotAllowed

type PostAutoDiscoveryVserverMethodNotAllowed struct {
}

PostAutoDiscoveryVserverMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPostAutoDiscoveryVserverMethodNotAllowed

func NewPostAutoDiscoveryVserverMethodNotAllowed() *PostAutoDiscoveryVserverMethodNotAllowed

NewPostAutoDiscoveryVserverMethodNotAllowed creates a PostAutoDiscoveryVserverMethodNotAllowed with default headers values

func (*PostAutoDiscoveryVserverMethodNotAllowed) Error

type PostAutoDiscoveryVserverNotFound

type PostAutoDiscoveryVserverNotFound struct {
}

PostAutoDiscoveryVserverNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPostAutoDiscoveryVserverNotFound

func NewPostAutoDiscoveryVserverNotFound() *PostAutoDiscoveryVserverNotFound

NewPostAutoDiscoveryVserverNotFound creates a PostAutoDiscoveryVserverNotFound with default headers values

func (*PostAutoDiscoveryVserverNotFound) Error

type PostAutoDiscoveryVserverOK

type PostAutoDiscoveryVserverOK struct {
	Payload *PostAutoDiscoveryVserverOKBody
}

PostAutoDiscoveryVserverOK handles this case with default header values.

The above command returns results like this:

func NewPostAutoDiscoveryVserverOK

func NewPostAutoDiscoveryVserverOK() *PostAutoDiscoveryVserverOK

NewPostAutoDiscoveryVserverOK creates a PostAutoDiscoveryVserverOK with default headers values

func (*PostAutoDiscoveryVserverOK) Error

func (*PostAutoDiscoveryVserverOK) GetPayload

type PostAutoDiscoveryVserverOKBody

type PostAutoDiscoveryVserverOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PostAutoDiscoveryVserverOKBody post auto discovery vserver o k body swagger:model PostAutoDiscoveryVserverOKBody

func (*PostAutoDiscoveryVserverOKBody) MarshalBinary

func (o *PostAutoDiscoveryVserverOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PostAutoDiscoveryVserverOKBody) UnmarshalBinary

func (o *PostAutoDiscoveryVserverOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PostAutoDiscoveryVserverOKBody) Validate

func (o *PostAutoDiscoveryVserverOKBody) Validate(formats strfmt.Registry) error

Validate validates this post auto discovery vserver o k body

type PostAutoDiscoveryVserverParams

type PostAutoDiscoveryVserverParams struct {

	/*AddMultipleVMNamesAsAlias
	  add any additional names found as device alias

	*/
	AddMultipleVMNamesAsAlias *string
	/*AlternateSudo*/
	AlternateSudo *string
	/*AlternateSudoPasswordID*/
	AlternateSudoPasswordID *string
	/*CaptureHostsFile*/
	CaptureHostsFile *string
	/*ClearExistingSchedule*/
	ClearExistingSchedule *string
	/*CustomerID*/
	CustomerID *string
	/*DebugLevel*/
	DebugLevel *string
	/*DeviceNameFormat*/
	DeviceNameFormat *string
	/*DiscoverApplications*/
	DiscoverApplications *string
	/*DiscoverCloudid*/
	DiscoverCloudid *string
	/*DiscoverParts*/
	DiscoverParts *string
	/*DiscoverServices*/
	DiscoverServices *string
	/*DiscoverSoftware*/
	DiscoverSoftware *string
	/*DiscoverVms
	  discover VMs or strictly hypervisors

	*/
	DiscoverVms *string
	/*EnableResourcesMonitoring*/
	EnableResourcesMonitoring *string
	/*EndIPAddress
	  End IP address

	*/
	EndIPAddress *string
	/*GetGuestOsInfo*/
	GetGuestOsInfo *string
	/*Groups
	  name of one or more groups separated by commas

	*/
	Groups *string
	/*HostAllowDuplicateSerials*/
	HostAllowDuplicateSerials *string
	/*Hostidlist*/
	Hostidlist *string
	/*HostnamePrecedence*/
	HostnamePrecedence *string
	/*IgnoreGuestUUID*/
	IgnoreGuestUUID *string
	/*IgnoreHostSerial*/
	IgnoreHostSerial *string
	/*IgnoreHostUUID*/
	IgnoreHostUUID *string
	/*IgnoreIPV6*/
	IgnoreIPV6 *string
	/*IgnorePoweredOff
	  Ignore powered off vms

	*/
	IgnorePoweredOff *string
	/*IgnoreVirtSubtype*/
	IgnoreVirtSubtype *string
	/*InitialSoftwareType*/
	InitialSoftwareType *string
	/*LdapFilterType*/
	LdapFilterType *string
	/*LdapServer*/
	LdapServer *string
	/*LdapUnpwdID*/
	LdapUnpwdID *string
	/*Name
	  name of the job

	*/
	Name string
	/*ObjectCategory
	  category of discovered vservers and vms

	*/
	ObjectCategory *string
	/*OverwriteObjectCategories*/
	OverwriteObjectCategories *string
	/*Password
	  password to use in discovery

	*/
	Password *string
	/*Platform*/
	Platform *string
	/*PollingInterval
	  polling interval in minutes (integer)

	*/
	PollingInterval *string
	/*Port
	  specify port

	*/
	Port *string
	/*PrependVmhostname*/
	PrependVmhostname *string
	/*RemoteCollectorID*/
	RemoteCollectorID *string
	/*ScheduleDays
	  Comma separated days of week, where Monday = 0. e.g. 0,1,2 wil set the job for Mon, Tue and Wed. For multiple schedules, separate with a slash (/).

	*/
	ScheduleDays *string
	/*ScheduleTime
	  Time in HH:MM format if you want to schedule the job. Note: Must be formatted as text NOT date. For multiple schedules, separate with a slash (/).

	*/
	ScheduleTime *string
	/*Server
	  IP or FQDN of target server

	*/
	Server *string
	/*ServiceLevel
	  Must already exist

	*/
	ServiceLevel *string
	/*ServiceLevelDeviceID*/
	ServiceLevelDeviceID *string
	/*StoreConfigFiles*/
	StoreConfigFiles *string
	/*StripDomainSuffix
	  Strip domain suffix if discovered on VMs or hypervisor

	*/
	StripDomainSuffix *string
	/*SudoRetry*/
	SudoRetry *string
	/*ToggleServiceLevelOnVMPowerState*/
	ToggleServiceLevelOnVMPowerState *string
	/*TrackVMNameChange*/
	TrackVMNameChange *string
	/*URLPrefix
	  http or https

	*/
	URLPrefix *string
	/*URLSuffix
	  append suffix to discovery url

	*/
	URLSuffix *string
	/*UseDomainServer*/
	UseDomainServer *string
	/*UseFqdn*/
	UseFqdn *string
	/*UseServiceAccount*/
	UseServiceAccount *string
	/*Username
	  username to use in discovery

	*/
	Username *string
	/*VMAddDisk*/
	VMAddDisk *string
	/*VMNameToUse
	  “found from vm tools” or “as named on vserver”

	*/
	VMNameToUse *string
	/*VMNotFound
	  Choose how to handle VM not found in discovery

	*/
	VMNotFound *string
	/*VrfGroupID
	  ID of the VRF group

	*/
	VrfGroupID *string

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

PostAutoDiscoveryVserverParams contains all the parameters to send to the API endpoint for the post auto discovery vserver operation typically these are written to a http.Request

func NewPostAutoDiscoveryVserverParams

func NewPostAutoDiscoveryVserverParams() *PostAutoDiscoveryVserverParams

NewPostAutoDiscoveryVserverParams creates a new PostAutoDiscoveryVserverParams object with the default values initialized.

func NewPostAutoDiscoveryVserverParamsWithContext

func NewPostAutoDiscoveryVserverParamsWithContext(ctx context.Context) *PostAutoDiscoveryVserverParams

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

func NewPostAutoDiscoveryVserverParamsWithHTTPClient

func NewPostAutoDiscoveryVserverParamsWithHTTPClient(client *http.Client) *PostAutoDiscoveryVserverParams

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

func NewPostAutoDiscoveryVserverParamsWithTimeout

func NewPostAutoDiscoveryVserverParamsWithTimeout(timeout time.Duration) *PostAutoDiscoveryVserverParams

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

func (*PostAutoDiscoveryVserverParams) SetAddMultipleVMNamesAsAlias

func (o *PostAutoDiscoveryVserverParams) SetAddMultipleVMNamesAsAlias(addMultipleVMNamesAsAlias *string)

SetAddMultipleVMNamesAsAlias adds the addMultipleVmNamesAsAlias to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetAlternateSudo

func (o *PostAutoDiscoveryVserverParams) SetAlternateSudo(alternateSudo *string)

SetAlternateSudo adds the alternateSudo to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetAlternateSudoPasswordID

func (o *PostAutoDiscoveryVserverParams) SetAlternateSudoPasswordID(alternateSudoPasswordID *string)

SetAlternateSudoPasswordID adds the alternateSudoPasswordId to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetCaptureHostsFile

func (o *PostAutoDiscoveryVserverParams) SetCaptureHostsFile(captureHostsFile *string)

SetCaptureHostsFile adds the captureHostsFile to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetClearExistingSchedule

func (o *PostAutoDiscoveryVserverParams) SetClearExistingSchedule(clearExistingSchedule *string)

SetClearExistingSchedule adds the clearExistingSchedule to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetContext

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

SetContext adds the context to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetCustomerID

func (o *PostAutoDiscoveryVserverParams) SetCustomerID(customerID *string)

SetCustomerID adds the customerId to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetDebugLevel

func (o *PostAutoDiscoveryVserverParams) SetDebugLevel(debugLevel *string)

SetDebugLevel adds the debugLevel to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetDeviceNameFormat

func (o *PostAutoDiscoveryVserverParams) SetDeviceNameFormat(deviceNameFormat *string)

SetDeviceNameFormat adds the deviceNameFormat to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetDiscoverApplications

func (o *PostAutoDiscoveryVserverParams) SetDiscoverApplications(discoverApplications *string)

SetDiscoverApplications adds the discoverApplications to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetDiscoverCloudid

func (o *PostAutoDiscoveryVserverParams) SetDiscoverCloudid(discoverCloudid *string)

SetDiscoverCloudid adds the discoverCloudid to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetDiscoverParts

func (o *PostAutoDiscoveryVserverParams) SetDiscoverParts(discoverParts *string)

SetDiscoverParts adds the discoverParts to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetDiscoverServices

func (o *PostAutoDiscoveryVserverParams) SetDiscoverServices(discoverServices *string)

SetDiscoverServices adds the discoverServices to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetDiscoverSoftware

func (o *PostAutoDiscoveryVserverParams) SetDiscoverSoftware(discoverSoftware *string)

SetDiscoverSoftware adds the discoverSoftware to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetDiscoverVms

func (o *PostAutoDiscoveryVserverParams) SetDiscoverVms(discoverVms *string)

SetDiscoverVms adds the discoverVms to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetEnableResourcesMonitoring

func (o *PostAutoDiscoveryVserverParams) SetEnableResourcesMonitoring(enableResourcesMonitoring *string)

SetEnableResourcesMonitoring adds the enableResourcesMonitoring to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetEndIPAddress

func (o *PostAutoDiscoveryVserverParams) SetEndIPAddress(endIPAddress *string)

SetEndIPAddress adds the endIpAddress to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetGetGuestOsInfo

func (o *PostAutoDiscoveryVserverParams) SetGetGuestOsInfo(getGuestOsInfo *string)

SetGetGuestOsInfo adds the getGuestOsInfo to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetGroups

func (o *PostAutoDiscoveryVserverParams) SetGroups(groups *string)

SetGroups adds the groups to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetHostAllowDuplicateSerials

func (o *PostAutoDiscoveryVserverParams) SetHostAllowDuplicateSerials(hostAllowDuplicateSerials *string)

SetHostAllowDuplicateSerials adds the hostAllowDuplicateSerials to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetHostidlist

func (o *PostAutoDiscoveryVserverParams) SetHostidlist(hostidlist *string)

SetHostidlist adds the hostidlist to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetHostnamePrecedence

func (o *PostAutoDiscoveryVserverParams) SetHostnamePrecedence(hostnamePrecedence *string)

SetHostnamePrecedence adds the hostnamePrecedence to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetIgnoreGuestUUID

func (o *PostAutoDiscoveryVserverParams) SetIgnoreGuestUUID(ignoreGuestUUID *string)

SetIgnoreGuestUUID adds the ignoreGuestUuid to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetIgnoreHostSerial

func (o *PostAutoDiscoveryVserverParams) SetIgnoreHostSerial(ignoreHostSerial *string)

SetIgnoreHostSerial adds the ignoreHostSerial to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetIgnoreHostUUID

func (o *PostAutoDiscoveryVserverParams) SetIgnoreHostUUID(ignoreHostUUID *string)

SetIgnoreHostUUID adds the ignoreHostUuid to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetIgnoreIPV6

func (o *PostAutoDiscoveryVserverParams) SetIgnoreIPV6(ignoreIPV6 *string)

SetIgnoreIPV6 adds the ignoreIpv6 to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetIgnorePoweredOff

func (o *PostAutoDiscoveryVserverParams) SetIgnorePoweredOff(ignorePoweredOff *string)

SetIgnorePoweredOff adds the ignorePoweredOff to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetIgnoreVirtSubtype

func (o *PostAutoDiscoveryVserverParams) SetIgnoreVirtSubtype(ignoreVirtSubtype *string)

SetIgnoreVirtSubtype adds the ignoreVirtSubtype to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetInitialSoftwareType

func (o *PostAutoDiscoveryVserverParams) SetInitialSoftwareType(initialSoftwareType *string)

SetInitialSoftwareType adds the initialSoftwareType to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetLdapFilterType

func (o *PostAutoDiscoveryVserverParams) SetLdapFilterType(ldapFilterType *string)

SetLdapFilterType adds the ldapFilterType to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetLdapServer

func (o *PostAutoDiscoveryVserverParams) SetLdapServer(ldapServer *string)

SetLdapServer adds the ldapServer to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetLdapUnpwdID

func (o *PostAutoDiscoveryVserverParams) SetLdapUnpwdID(ldapUnpwdID *string)

SetLdapUnpwdID adds the ldapUnpwdId to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetName

func (o *PostAutoDiscoveryVserverParams) SetName(name string)

SetName adds the name to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetObjectCategory

func (o *PostAutoDiscoveryVserverParams) SetObjectCategory(objectCategory *string)

SetObjectCategory adds the objectCategory to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetOverwriteObjectCategories

func (o *PostAutoDiscoveryVserverParams) SetOverwriteObjectCategories(overwriteObjectCategories *string)

SetOverwriteObjectCategories adds the overwriteObjectCategories to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetPassword

func (o *PostAutoDiscoveryVserverParams) SetPassword(password *string)

SetPassword adds the password to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetPlatform

func (o *PostAutoDiscoveryVserverParams) SetPlatform(platform *string)

SetPlatform adds the platform to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetPollingInterval

func (o *PostAutoDiscoveryVserverParams) SetPollingInterval(pollingInterval *string)

SetPollingInterval adds the pollingInterval to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetPort

func (o *PostAutoDiscoveryVserverParams) SetPort(port *string)

SetPort adds the port to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetPrependVmhostname

func (o *PostAutoDiscoveryVserverParams) SetPrependVmhostname(prependVmhostname *string)

SetPrependVmhostname adds the prependVmhostname to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetRemoteCollectorID

func (o *PostAutoDiscoveryVserverParams) SetRemoteCollectorID(remoteCollectorID *string)

SetRemoteCollectorID adds the remoteCollectorId to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetScheduleDays

func (o *PostAutoDiscoveryVserverParams) SetScheduleDays(scheduleDays *string)

SetScheduleDays adds the scheduleDays to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetScheduleTime

func (o *PostAutoDiscoveryVserverParams) SetScheduleTime(scheduleTime *string)

SetScheduleTime adds the scheduleTime to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetServer

func (o *PostAutoDiscoveryVserverParams) SetServer(server *string)

SetServer adds the server to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetServiceLevel

func (o *PostAutoDiscoveryVserverParams) SetServiceLevel(serviceLevel *string)

SetServiceLevel adds the serviceLevel to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetServiceLevelDeviceID

func (o *PostAutoDiscoveryVserverParams) SetServiceLevelDeviceID(serviceLevelDeviceID *string)

SetServiceLevelDeviceID adds the serviceLevelDeviceId to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetStoreConfigFiles

func (o *PostAutoDiscoveryVserverParams) SetStoreConfigFiles(storeConfigFiles *string)

SetStoreConfigFiles adds the storeConfigFiles to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetStripDomainSuffix

func (o *PostAutoDiscoveryVserverParams) SetStripDomainSuffix(stripDomainSuffix *string)

SetStripDomainSuffix adds the stripDomainSuffix to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetSudoRetry

func (o *PostAutoDiscoveryVserverParams) SetSudoRetry(sudoRetry *string)

SetSudoRetry adds the sudoRetry to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetTimeout

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

SetTimeout adds the timeout to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetToggleServiceLevelOnVMPowerState

func (o *PostAutoDiscoveryVserverParams) SetToggleServiceLevelOnVMPowerState(toggleServiceLevelOnVMPowerState *string)

SetToggleServiceLevelOnVMPowerState adds the toggleServiceLevelOnVmPowerState to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetTrackVMNameChange

func (o *PostAutoDiscoveryVserverParams) SetTrackVMNameChange(trackVMNameChange *string)

SetTrackVMNameChange adds the trackVmNameChange to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetURLPrefix

func (o *PostAutoDiscoveryVserverParams) SetURLPrefix(uRLPrefix *string)

SetURLPrefix adds the urlPrefix to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetURLSuffix

func (o *PostAutoDiscoveryVserverParams) SetURLSuffix(uRLSuffix *string)

SetURLSuffix adds the urlSuffix to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetUseDomainServer

func (o *PostAutoDiscoveryVserverParams) SetUseDomainServer(useDomainServer *string)

SetUseDomainServer adds the useDomainServer to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetUseFqdn

func (o *PostAutoDiscoveryVserverParams) SetUseFqdn(useFqdn *string)

SetUseFqdn adds the useFqdn to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetUseServiceAccount

func (o *PostAutoDiscoveryVserverParams) SetUseServiceAccount(useServiceAccount *string)

SetUseServiceAccount adds the useServiceAccount to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetUsername

func (o *PostAutoDiscoveryVserverParams) SetUsername(username *string)

SetUsername adds the username to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetVMAddDisk

func (o *PostAutoDiscoveryVserverParams) SetVMAddDisk(vMAddDisk *string)

SetVMAddDisk adds the vmAddDisk to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetVMNameToUse

func (o *PostAutoDiscoveryVserverParams) SetVMNameToUse(vMNameToUse *string)

SetVMNameToUse adds the vmNameToUse to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetVMNotFound

func (o *PostAutoDiscoveryVserverParams) SetVMNotFound(vMNotFound *string)

SetVMNotFound adds the vmNotFound to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) SetVrfGroupID

func (o *PostAutoDiscoveryVserverParams) SetVrfGroupID(vrfGroupID *string)

SetVrfGroupID adds the vrfGroupId to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithAddMultipleVMNamesAsAlias

func (o *PostAutoDiscoveryVserverParams) WithAddMultipleVMNamesAsAlias(addMultipleVMNamesAsAlias *string) *PostAutoDiscoveryVserverParams

WithAddMultipleVMNamesAsAlias adds the addMultipleVMNamesAsAlias to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithAlternateSudo

func (o *PostAutoDiscoveryVserverParams) WithAlternateSudo(alternateSudo *string) *PostAutoDiscoveryVserverParams

WithAlternateSudo adds the alternateSudo to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithAlternateSudoPasswordID

func (o *PostAutoDiscoveryVserverParams) WithAlternateSudoPasswordID(alternateSudoPasswordID *string) *PostAutoDiscoveryVserverParams

WithAlternateSudoPasswordID adds the alternateSudoPasswordID to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithCaptureHostsFile

func (o *PostAutoDiscoveryVserverParams) WithCaptureHostsFile(captureHostsFile *string) *PostAutoDiscoveryVserverParams

WithCaptureHostsFile adds the captureHostsFile to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithClearExistingSchedule

func (o *PostAutoDiscoveryVserverParams) WithClearExistingSchedule(clearExistingSchedule *string) *PostAutoDiscoveryVserverParams

WithClearExistingSchedule adds the clearExistingSchedule to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithContext

WithContext adds the context to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithCustomerID

WithCustomerID adds the customerID to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithDebugLevel

WithDebugLevel adds the debugLevel to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithDeviceNameFormat

func (o *PostAutoDiscoveryVserverParams) WithDeviceNameFormat(deviceNameFormat *string) *PostAutoDiscoveryVserverParams

WithDeviceNameFormat adds the deviceNameFormat to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithDiscoverApplications

func (o *PostAutoDiscoveryVserverParams) WithDiscoverApplications(discoverApplications *string) *PostAutoDiscoveryVserverParams

WithDiscoverApplications adds the discoverApplications to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithDiscoverCloudid

func (o *PostAutoDiscoveryVserverParams) WithDiscoverCloudid(discoverCloudid *string) *PostAutoDiscoveryVserverParams

WithDiscoverCloudid adds the discoverCloudid to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithDiscoverParts

func (o *PostAutoDiscoveryVserverParams) WithDiscoverParts(discoverParts *string) *PostAutoDiscoveryVserverParams

WithDiscoverParts adds the discoverParts to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithDiscoverServices

func (o *PostAutoDiscoveryVserverParams) WithDiscoverServices(discoverServices *string) *PostAutoDiscoveryVserverParams

WithDiscoverServices adds the discoverServices to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithDiscoverSoftware

func (o *PostAutoDiscoveryVserverParams) WithDiscoverSoftware(discoverSoftware *string) *PostAutoDiscoveryVserverParams

WithDiscoverSoftware adds the discoverSoftware to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithDiscoverVms

func (o *PostAutoDiscoveryVserverParams) WithDiscoverVms(discoverVms *string) *PostAutoDiscoveryVserverParams

WithDiscoverVms adds the discoverVms to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithEnableResourcesMonitoring

func (o *PostAutoDiscoveryVserverParams) WithEnableResourcesMonitoring(enableResourcesMonitoring *string) *PostAutoDiscoveryVserverParams

WithEnableResourcesMonitoring adds the enableResourcesMonitoring to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithEndIPAddress

func (o *PostAutoDiscoveryVserverParams) WithEndIPAddress(endIPAddress *string) *PostAutoDiscoveryVserverParams

WithEndIPAddress adds the endIPAddress to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithGetGuestOsInfo

func (o *PostAutoDiscoveryVserverParams) WithGetGuestOsInfo(getGuestOsInfo *string) *PostAutoDiscoveryVserverParams

WithGetGuestOsInfo adds the getGuestOsInfo to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithGroups

WithGroups adds the groups to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithHostAllowDuplicateSerials

func (o *PostAutoDiscoveryVserverParams) WithHostAllowDuplicateSerials(hostAllowDuplicateSerials *string) *PostAutoDiscoveryVserverParams

WithHostAllowDuplicateSerials adds the hostAllowDuplicateSerials to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithHostidlist

WithHostidlist adds the hostidlist to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithHostnamePrecedence

func (o *PostAutoDiscoveryVserverParams) WithHostnamePrecedence(hostnamePrecedence *string) *PostAutoDiscoveryVserverParams

WithHostnamePrecedence adds the hostnamePrecedence to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithIgnoreGuestUUID

func (o *PostAutoDiscoveryVserverParams) WithIgnoreGuestUUID(ignoreGuestUUID *string) *PostAutoDiscoveryVserverParams

WithIgnoreGuestUUID adds the ignoreGuestUUID to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithIgnoreHostSerial

func (o *PostAutoDiscoveryVserverParams) WithIgnoreHostSerial(ignoreHostSerial *string) *PostAutoDiscoveryVserverParams

WithIgnoreHostSerial adds the ignoreHostSerial to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithIgnoreHostUUID

func (o *PostAutoDiscoveryVserverParams) WithIgnoreHostUUID(ignoreHostUUID *string) *PostAutoDiscoveryVserverParams

WithIgnoreHostUUID adds the ignoreHostUUID to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithIgnoreIPV6

WithIgnoreIPV6 adds the ignoreIPV6 to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithIgnorePoweredOff

func (o *PostAutoDiscoveryVserverParams) WithIgnorePoweredOff(ignorePoweredOff *string) *PostAutoDiscoveryVserverParams

WithIgnorePoweredOff adds the ignorePoweredOff to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithIgnoreVirtSubtype

func (o *PostAutoDiscoveryVserverParams) WithIgnoreVirtSubtype(ignoreVirtSubtype *string) *PostAutoDiscoveryVserverParams

WithIgnoreVirtSubtype adds the ignoreVirtSubtype to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithInitialSoftwareType

func (o *PostAutoDiscoveryVserverParams) WithInitialSoftwareType(initialSoftwareType *string) *PostAutoDiscoveryVserverParams

WithInitialSoftwareType adds the initialSoftwareType to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithLdapFilterType

func (o *PostAutoDiscoveryVserverParams) WithLdapFilterType(ldapFilterType *string) *PostAutoDiscoveryVserverParams

WithLdapFilterType adds the ldapFilterType to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithLdapServer

WithLdapServer adds the ldapServer to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithLdapUnpwdID

func (o *PostAutoDiscoveryVserverParams) WithLdapUnpwdID(ldapUnpwdID *string) *PostAutoDiscoveryVserverParams

WithLdapUnpwdID adds the ldapUnpwdID to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithName

WithName adds the name to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithObjectCategory

func (o *PostAutoDiscoveryVserverParams) WithObjectCategory(objectCategory *string) *PostAutoDiscoveryVserverParams

WithObjectCategory adds the objectCategory to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithOverwriteObjectCategories

func (o *PostAutoDiscoveryVserverParams) WithOverwriteObjectCategories(overwriteObjectCategories *string) *PostAutoDiscoveryVserverParams

WithOverwriteObjectCategories adds the overwriteObjectCategories to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithPassword

WithPassword adds the password to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithPlatform

WithPlatform adds the platform to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithPollingInterval

func (o *PostAutoDiscoveryVserverParams) WithPollingInterval(pollingInterval *string) *PostAutoDiscoveryVserverParams

WithPollingInterval adds the pollingInterval to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithPort

WithPort adds the port to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithPrependVmhostname

func (o *PostAutoDiscoveryVserverParams) WithPrependVmhostname(prependVmhostname *string) *PostAutoDiscoveryVserverParams

WithPrependVmhostname adds the prependVmhostname to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithRemoteCollectorID

func (o *PostAutoDiscoveryVserverParams) WithRemoteCollectorID(remoteCollectorID *string) *PostAutoDiscoveryVserverParams

WithRemoteCollectorID adds the remoteCollectorID to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithScheduleDays

func (o *PostAutoDiscoveryVserverParams) WithScheduleDays(scheduleDays *string) *PostAutoDiscoveryVserverParams

WithScheduleDays adds the scheduleDays to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithScheduleTime

func (o *PostAutoDiscoveryVserverParams) WithScheduleTime(scheduleTime *string) *PostAutoDiscoveryVserverParams

WithScheduleTime adds the scheduleTime to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithServer

WithServer adds the server to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithServiceLevel

func (o *PostAutoDiscoveryVserverParams) WithServiceLevel(serviceLevel *string) *PostAutoDiscoveryVserverParams

WithServiceLevel adds the serviceLevel to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithServiceLevelDeviceID

func (o *PostAutoDiscoveryVserverParams) WithServiceLevelDeviceID(serviceLevelDeviceID *string) *PostAutoDiscoveryVserverParams

WithServiceLevelDeviceID adds the serviceLevelDeviceID to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithStoreConfigFiles

func (o *PostAutoDiscoveryVserverParams) WithStoreConfigFiles(storeConfigFiles *string) *PostAutoDiscoveryVserverParams

WithStoreConfigFiles adds the storeConfigFiles to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithStripDomainSuffix

func (o *PostAutoDiscoveryVserverParams) WithStripDomainSuffix(stripDomainSuffix *string) *PostAutoDiscoveryVserverParams

WithStripDomainSuffix adds the stripDomainSuffix to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithSudoRetry

WithSudoRetry adds the sudoRetry to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithTimeout

WithTimeout adds the timeout to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithToggleServiceLevelOnVMPowerState

func (o *PostAutoDiscoveryVserverParams) WithToggleServiceLevelOnVMPowerState(toggleServiceLevelOnVMPowerState *string) *PostAutoDiscoveryVserverParams

WithToggleServiceLevelOnVMPowerState adds the toggleServiceLevelOnVMPowerState to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithTrackVMNameChange

func (o *PostAutoDiscoveryVserverParams) WithTrackVMNameChange(trackVMNameChange *string) *PostAutoDiscoveryVserverParams

WithTrackVMNameChange adds the trackVMNameChange to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithURLPrefix

WithURLPrefix adds the uRLPrefix to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithURLSuffix

WithURLSuffix adds the uRLSuffix to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithUseDomainServer

func (o *PostAutoDiscoveryVserverParams) WithUseDomainServer(useDomainServer *string) *PostAutoDiscoveryVserverParams

WithUseDomainServer adds the useDomainServer to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithUseFqdn

WithUseFqdn adds the useFqdn to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithUseServiceAccount

func (o *PostAutoDiscoveryVserverParams) WithUseServiceAccount(useServiceAccount *string) *PostAutoDiscoveryVserverParams

WithUseServiceAccount adds the useServiceAccount to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithUsername

WithUsername adds the username to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithVMAddDisk

WithVMAddDisk adds the vMAddDisk to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithVMNameToUse

func (o *PostAutoDiscoveryVserverParams) WithVMNameToUse(vMNameToUse *string) *PostAutoDiscoveryVserverParams

WithVMNameToUse adds the vMNameToUse to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithVMNotFound

WithVMNotFound adds the vMNotFound to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WithVrfGroupID

WithVrfGroupID adds the vrfGroupID to the post auto discovery vserver params

func (*PostAutoDiscoveryVserverParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PostAutoDiscoveryVserverReader

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

PostAutoDiscoveryVserverReader is a Reader for the PostAutoDiscoveryVserver structure.

func (*PostAutoDiscoveryVserverReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PostAutoDiscoveryVserverServiceUnavailable

type PostAutoDiscoveryVserverServiceUnavailable struct {
}

PostAutoDiscoveryVserverServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPostAutoDiscoveryVserverServiceUnavailable

func NewPostAutoDiscoveryVserverServiceUnavailable() *PostAutoDiscoveryVserverServiceUnavailable

NewPostAutoDiscoveryVserverServiceUnavailable creates a PostAutoDiscoveryVserverServiceUnavailable with default headers values

func (*PostAutoDiscoveryVserverServiceUnavailable) Error

type PostAutoDiscoveryVserverUnauthorized

type PostAutoDiscoveryVserverUnauthorized struct {
}

PostAutoDiscoveryVserverUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPostAutoDiscoveryVserverUnauthorized

func NewPostAutoDiscoveryVserverUnauthorized() *PostAutoDiscoveryVserverUnauthorized

NewPostAutoDiscoveryVserverUnauthorized creates a PostAutoDiscoveryVserverUnauthorized with default headers values

func (*PostAutoDiscoveryVserverUnauthorized) Error

type PutAutoDiscoveryBladeDiscBadRequest

type PutAutoDiscoveryBladeDiscBadRequest struct {
}

PutAutoDiscoveryBladeDiscBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryBladeDiscBadRequest

func NewPutAutoDiscoveryBladeDiscBadRequest() *PutAutoDiscoveryBladeDiscBadRequest

NewPutAutoDiscoveryBladeDiscBadRequest creates a PutAutoDiscoveryBladeDiscBadRequest with default headers values

func (*PutAutoDiscoveryBladeDiscBadRequest) Error

type PutAutoDiscoveryBladeDiscForbidden

type PutAutoDiscoveryBladeDiscForbidden struct {
}

PutAutoDiscoveryBladeDiscForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryBladeDiscForbidden

func NewPutAutoDiscoveryBladeDiscForbidden() *PutAutoDiscoveryBladeDiscForbidden

NewPutAutoDiscoveryBladeDiscForbidden creates a PutAutoDiscoveryBladeDiscForbidden with default headers values

func (*PutAutoDiscoveryBladeDiscForbidden) Error

type PutAutoDiscoveryBladeDiscGone

type PutAutoDiscoveryBladeDiscGone struct {
}

PutAutoDiscoveryBladeDiscGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryBladeDiscGone

func NewPutAutoDiscoveryBladeDiscGone() *PutAutoDiscoveryBladeDiscGone

NewPutAutoDiscoveryBladeDiscGone creates a PutAutoDiscoveryBladeDiscGone with default headers values

func (*PutAutoDiscoveryBladeDiscGone) Error

type PutAutoDiscoveryBladeDiscInternalServerError

type PutAutoDiscoveryBladeDiscInternalServerError struct {
}

PutAutoDiscoveryBladeDiscInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryBladeDiscInternalServerError

func NewPutAutoDiscoveryBladeDiscInternalServerError() *PutAutoDiscoveryBladeDiscInternalServerError

NewPutAutoDiscoveryBladeDiscInternalServerError creates a PutAutoDiscoveryBladeDiscInternalServerError with default headers values

func (*PutAutoDiscoveryBladeDiscInternalServerError) Error

type PutAutoDiscoveryBladeDiscMethodNotAllowed

type PutAutoDiscoveryBladeDiscMethodNotAllowed struct {
}

PutAutoDiscoveryBladeDiscMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryBladeDiscMethodNotAllowed

func NewPutAutoDiscoveryBladeDiscMethodNotAllowed() *PutAutoDiscoveryBladeDiscMethodNotAllowed

NewPutAutoDiscoveryBladeDiscMethodNotAllowed creates a PutAutoDiscoveryBladeDiscMethodNotAllowed with default headers values

func (*PutAutoDiscoveryBladeDiscMethodNotAllowed) Error

type PutAutoDiscoveryBladeDiscNotFound

type PutAutoDiscoveryBladeDiscNotFound struct {
}

PutAutoDiscoveryBladeDiscNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryBladeDiscNotFound

func NewPutAutoDiscoveryBladeDiscNotFound() *PutAutoDiscoveryBladeDiscNotFound

NewPutAutoDiscoveryBladeDiscNotFound creates a PutAutoDiscoveryBladeDiscNotFound with default headers values

func (*PutAutoDiscoveryBladeDiscNotFound) Error

type PutAutoDiscoveryBladeDiscOK

type PutAutoDiscoveryBladeDiscOK struct {
	Payload *PutAutoDiscoveryBladeDiscOKBody
}

PutAutoDiscoveryBladeDiscOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryBladeDiscOK

func NewPutAutoDiscoveryBladeDiscOK() *PutAutoDiscoveryBladeDiscOK

NewPutAutoDiscoveryBladeDiscOK creates a PutAutoDiscoveryBladeDiscOK with default headers values

func (*PutAutoDiscoveryBladeDiscOK) Error

func (*PutAutoDiscoveryBladeDiscOK) GetPayload

type PutAutoDiscoveryBladeDiscOKBody

type PutAutoDiscoveryBladeDiscOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryBladeDiscOKBody put auto discovery blade disc o k body swagger:model PutAutoDiscoveryBladeDiscOKBody

func (*PutAutoDiscoveryBladeDiscOKBody) MarshalBinary

func (o *PutAutoDiscoveryBladeDiscOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryBladeDiscOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryBladeDiscOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryBladeDiscOKBody) Validate

Validate validates this put auto discovery blade disc o k body

type PutAutoDiscoveryBladeDiscParams

type PutAutoDiscoveryBladeDiscParams struct {

	/*JobID
	  D42 ID for the job - required if no name

	*/
	JobID *string
	/*Name
	  name of the job - required if no job_id

	*/
	Name *string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryBladeDiscParams contains all the parameters to send to the API endpoint for the put auto discovery blade disc operation typically these are written to a http.Request

func NewPutAutoDiscoveryBladeDiscParams

func NewPutAutoDiscoveryBladeDiscParams() *PutAutoDiscoveryBladeDiscParams

NewPutAutoDiscoveryBladeDiscParams creates a new PutAutoDiscoveryBladeDiscParams object with the default values initialized.

func NewPutAutoDiscoveryBladeDiscParamsWithContext

func NewPutAutoDiscoveryBladeDiscParamsWithContext(ctx context.Context) *PutAutoDiscoveryBladeDiscParams

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

func NewPutAutoDiscoveryBladeDiscParamsWithHTTPClient

func NewPutAutoDiscoveryBladeDiscParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryBladeDiscParams

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

func NewPutAutoDiscoveryBladeDiscParamsWithTimeout

func NewPutAutoDiscoveryBladeDiscParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryBladeDiscParams

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

func (*PutAutoDiscoveryBladeDiscParams) SetContext

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

SetContext adds the context to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) SetJobID

func (o *PutAutoDiscoveryBladeDiscParams) SetJobID(jobID *string)

SetJobID adds the jobId to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) SetName

func (o *PutAutoDiscoveryBladeDiscParams) SetName(name *string)

SetName adds the name to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) SetRun

func (o *PutAutoDiscoveryBladeDiscParams) SetRun(run string)

SetRun adds the run to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) WithContext

WithContext adds the context to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) WithJobID

WithJobID adds the jobID to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) WithName

WithName adds the name to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) WithRun

WithRun adds the run to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery blade disc params

func (*PutAutoDiscoveryBladeDiscParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryBladeDiscReader

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

PutAutoDiscoveryBladeDiscReader is a Reader for the PutAutoDiscoveryBladeDisc structure.

func (*PutAutoDiscoveryBladeDiscReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryBladeDiscServiceUnavailable

type PutAutoDiscoveryBladeDiscServiceUnavailable struct {
}

PutAutoDiscoveryBladeDiscServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryBladeDiscServiceUnavailable

func NewPutAutoDiscoveryBladeDiscServiceUnavailable() *PutAutoDiscoveryBladeDiscServiceUnavailable

NewPutAutoDiscoveryBladeDiscServiceUnavailable creates a PutAutoDiscoveryBladeDiscServiceUnavailable with default headers values

func (*PutAutoDiscoveryBladeDiscServiceUnavailable) Error

type PutAutoDiscoveryBladeDiscUnauthorized

type PutAutoDiscoveryBladeDiscUnauthorized struct {
}

PutAutoDiscoveryBladeDiscUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryBladeDiscUnauthorized

func NewPutAutoDiscoveryBladeDiscUnauthorized() *PutAutoDiscoveryBladeDiscUnauthorized

NewPutAutoDiscoveryBladeDiscUnauthorized creates a PutAutoDiscoveryBladeDiscUnauthorized with default headers values

func (*PutAutoDiscoveryBladeDiscUnauthorized) Error

type PutAutoDiscoveryCertificateBadRequest

type PutAutoDiscoveryCertificateBadRequest struct {
}

PutAutoDiscoveryCertificateBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryCertificateBadRequest

func NewPutAutoDiscoveryCertificateBadRequest() *PutAutoDiscoveryCertificateBadRequest

NewPutAutoDiscoveryCertificateBadRequest creates a PutAutoDiscoveryCertificateBadRequest with default headers values

func (*PutAutoDiscoveryCertificateBadRequest) Error

type PutAutoDiscoveryCertificateForbidden

type PutAutoDiscoveryCertificateForbidden struct {
}

PutAutoDiscoveryCertificateForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryCertificateForbidden

func NewPutAutoDiscoveryCertificateForbidden() *PutAutoDiscoveryCertificateForbidden

NewPutAutoDiscoveryCertificateForbidden creates a PutAutoDiscoveryCertificateForbidden with default headers values

func (*PutAutoDiscoveryCertificateForbidden) Error

type PutAutoDiscoveryCertificateGone

type PutAutoDiscoveryCertificateGone struct {
}

PutAutoDiscoveryCertificateGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryCertificateGone

func NewPutAutoDiscoveryCertificateGone() *PutAutoDiscoveryCertificateGone

NewPutAutoDiscoveryCertificateGone creates a PutAutoDiscoveryCertificateGone with default headers values

func (*PutAutoDiscoveryCertificateGone) Error

type PutAutoDiscoveryCertificateInternalServerError

type PutAutoDiscoveryCertificateInternalServerError struct {
}

PutAutoDiscoveryCertificateInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryCertificateInternalServerError

func NewPutAutoDiscoveryCertificateInternalServerError() *PutAutoDiscoveryCertificateInternalServerError

NewPutAutoDiscoveryCertificateInternalServerError creates a PutAutoDiscoveryCertificateInternalServerError with default headers values

func (*PutAutoDiscoveryCertificateInternalServerError) Error

type PutAutoDiscoveryCertificateMethodNotAllowed

type PutAutoDiscoveryCertificateMethodNotAllowed struct {
}

PutAutoDiscoveryCertificateMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryCertificateMethodNotAllowed

func NewPutAutoDiscoveryCertificateMethodNotAllowed() *PutAutoDiscoveryCertificateMethodNotAllowed

NewPutAutoDiscoveryCertificateMethodNotAllowed creates a PutAutoDiscoveryCertificateMethodNotAllowed with default headers values

func (*PutAutoDiscoveryCertificateMethodNotAllowed) Error

type PutAutoDiscoveryCertificateNotFound

type PutAutoDiscoveryCertificateNotFound struct {
}

PutAutoDiscoveryCertificateNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryCertificateNotFound

func NewPutAutoDiscoveryCertificateNotFound() *PutAutoDiscoveryCertificateNotFound

NewPutAutoDiscoveryCertificateNotFound creates a PutAutoDiscoveryCertificateNotFound with default headers values

func (*PutAutoDiscoveryCertificateNotFound) Error

type PutAutoDiscoveryCertificateOK

type PutAutoDiscoveryCertificateOK struct {
	Payload *PutAutoDiscoveryCertificateOKBody
}

PutAutoDiscoveryCertificateOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryCertificateOK

func NewPutAutoDiscoveryCertificateOK() *PutAutoDiscoveryCertificateOK

NewPutAutoDiscoveryCertificateOK creates a PutAutoDiscoveryCertificateOK with default headers values

func (*PutAutoDiscoveryCertificateOK) Error

func (*PutAutoDiscoveryCertificateOK) GetPayload

type PutAutoDiscoveryCertificateOKBody

type PutAutoDiscoveryCertificateOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryCertificateOKBody put auto discovery certificate o k body swagger:model PutAutoDiscoveryCertificateOKBody

func (*PutAutoDiscoveryCertificateOKBody) MarshalBinary

func (o *PutAutoDiscoveryCertificateOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryCertificateOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryCertificateOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryCertificateOKBody) Validate

Validate validates this put auto discovery certificate o k body

type PutAutoDiscoveryCertificateParams

type PutAutoDiscoveryCertificateParams struct {

	/*JobID
	  D42 ID for the job - required if no name

	*/
	JobID *string
	/*Name
	  name of the job - required if no job_id

	*/
	Name *string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryCertificateParams contains all the parameters to send to the API endpoint for the put auto discovery certificate operation typically these are written to a http.Request

func NewPutAutoDiscoveryCertificateParams

func NewPutAutoDiscoveryCertificateParams() *PutAutoDiscoveryCertificateParams

NewPutAutoDiscoveryCertificateParams creates a new PutAutoDiscoveryCertificateParams object with the default values initialized.

func NewPutAutoDiscoveryCertificateParamsWithContext

func NewPutAutoDiscoveryCertificateParamsWithContext(ctx context.Context) *PutAutoDiscoveryCertificateParams

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

func NewPutAutoDiscoveryCertificateParamsWithHTTPClient

func NewPutAutoDiscoveryCertificateParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryCertificateParams

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

func NewPutAutoDiscoveryCertificateParamsWithTimeout

func NewPutAutoDiscoveryCertificateParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryCertificateParams

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

func (*PutAutoDiscoveryCertificateParams) SetContext

SetContext adds the context to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) SetJobID

func (o *PutAutoDiscoveryCertificateParams) SetJobID(jobID *string)

SetJobID adds the jobId to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) SetName

func (o *PutAutoDiscoveryCertificateParams) SetName(name *string)

SetName adds the name to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) SetRun

SetRun adds the run to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) WithContext

WithContext adds the context to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) WithJobID

WithJobID adds the jobID to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) WithName

WithName adds the name to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) WithRun

WithRun adds the run to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery certificate params

func (*PutAutoDiscoveryCertificateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryCertificateReader

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

PutAutoDiscoveryCertificateReader is a Reader for the PutAutoDiscoveryCertificate structure.

func (*PutAutoDiscoveryCertificateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryCertificateServiceUnavailable

type PutAutoDiscoveryCertificateServiceUnavailable struct {
}

PutAutoDiscoveryCertificateServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryCertificateServiceUnavailable

func NewPutAutoDiscoveryCertificateServiceUnavailable() *PutAutoDiscoveryCertificateServiceUnavailable

NewPutAutoDiscoveryCertificateServiceUnavailable creates a PutAutoDiscoveryCertificateServiceUnavailable with default headers values

func (*PutAutoDiscoveryCertificateServiceUnavailable) Error

type PutAutoDiscoveryCertificateUnauthorized

type PutAutoDiscoveryCertificateUnauthorized struct {
}

PutAutoDiscoveryCertificateUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryCertificateUnauthorized

func NewPutAutoDiscoveryCertificateUnauthorized() *PutAutoDiscoveryCertificateUnauthorized

NewPutAutoDiscoveryCertificateUnauthorized creates a PutAutoDiscoveryCertificateUnauthorized with default headers values

func (*PutAutoDiscoveryCertificateUnauthorized) Error

type PutAutoDiscoveryCloudaccountBadRequest

type PutAutoDiscoveryCloudaccountBadRequest struct {
}

PutAutoDiscoveryCloudaccountBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryCloudaccountBadRequest

func NewPutAutoDiscoveryCloudaccountBadRequest() *PutAutoDiscoveryCloudaccountBadRequest

NewPutAutoDiscoveryCloudaccountBadRequest creates a PutAutoDiscoveryCloudaccountBadRequest with default headers values

func (*PutAutoDiscoveryCloudaccountBadRequest) Error

type PutAutoDiscoveryCloudaccountForbidden

type PutAutoDiscoveryCloudaccountForbidden struct {
}

PutAutoDiscoveryCloudaccountForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryCloudaccountForbidden

func NewPutAutoDiscoveryCloudaccountForbidden() *PutAutoDiscoveryCloudaccountForbidden

NewPutAutoDiscoveryCloudaccountForbidden creates a PutAutoDiscoveryCloudaccountForbidden with default headers values

func (*PutAutoDiscoveryCloudaccountForbidden) Error

type PutAutoDiscoveryCloudaccountGone

type PutAutoDiscoveryCloudaccountGone struct {
}

PutAutoDiscoveryCloudaccountGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryCloudaccountGone

func NewPutAutoDiscoveryCloudaccountGone() *PutAutoDiscoveryCloudaccountGone

NewPutAutoDiscoveryCloudaccountGone creates a PutAutoDiscoveryCloudaccountGone with default headers values

func (*PutAutoDiscoveryCloudaccountGone) Error

type PutAutoDiscoveryCloudaccountInternalServerError

type PutAutoDiscoveryCloudaccountInternalServerError struct {
}

PutAutoDiscoveryCloudaccountInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryCloudaccountInternalServerError

func NewPutAutoDiscoveryCloudaccountInternalServerError() *PutAutoDiscoveryCloudaccountInternalServerError

NewPutAutoDiscoveryCloudaccountInternalServerError creates a PutAutoDiscoveryCloudaccountInternalServerError with default headers values

func (*PutAutoDiscoveryCloudaccountInternalServerError) Error

type PutAutoDiscoveryCloudaccountMethodNotAllowed

type PutAutoDiscoveryCloudaccountMethodNotAllowed struct {
}

PutAutoDiscoveryCloudaccountMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryCloudaccountMethodNotAllowed

func NewPutAutoDiscoveryCloudaccountMethodNotAllowed() *PutAutoDiscoveryCloudaccountMethodNotAllowed

NewPutAutoDiscoveryCloudaccountMethodNotAllowed creates a PutAutoDiscoveryCloudaccountMethodNotAllowed with default headers values

func (*PutAutoDiscoveryCloudaccountMethodNotAllowed) Error

type PutAutoDiscoveryCloudaccountNotFound

type PutAutoDiscoveryCloudaccountNotFound struct {
}

PutAutoDiscoveryCloudaccountNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryCloudaccountNotFound

func NewPutAutoDiscoveryCloudaccountNotFound() *PutAutoDiscoveryCloudaccountNotFound

NewPutAutoDiscoveryCloudaccountNotFound creates a PutAutoDiscoveryCloudaccountNotFound with default headers values

func (*PutAutoDiscoveryCloudaccountNotFound) Error

type PutAutoDiscoveryCloudaccountOK

type PutAutoDiscoveryCloudaccountOK struct {
	Payload *PutAutoDiscoveryCloudaccountOKBody
}

PutAutoDiscoveryCloudaccountOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryCloudaccountOK

func NewPutAutoDiscoveryCloudaccountOK() *PutAutoDiscoveryCloudaccountOK

NewPutAutoDiscoveryCloudaccountOK creates a PutAutoDiscoveryCloudaccountOK with default headers values

func (*PutAutoDiscoveryCloudaccountOK) Error

func (*PutAutoDiscoveryCloudaccountOK) GetPayload

type PutAutoDiscoveryCloudaccountOKBody

type PutAutoDiscoveryCloudaccountOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryCloudaccountOKBody put auto discovery cloudaccount o k body swagger:model PutAutoDiscoveryCloudaccountOKBody

func (*PutAutoDiscoveryCloudaccountOKBody) MarshalBinary

func (o *PutAutoDiscoveryCloudaccountOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryCloudaccountOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryCloudaccountOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryCloudaccountOKBody) Validate

Validate validates this put auto discovery cloudaccount o k body

type PutAutoDiscoveryCloudaccountParams

type PutAutoDiscoveryCloudaccountParams struct {

	/*JobID
	  D42 ID for the job - required if no name

	*/
	JobID *string
	/*Name
	  name of the job - required if no job_id

	*/
	Name *string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryCloudaccountParams contains all the parameters to send to the API endpoint for the put auto discovery cloudaccount operation typically these are written to a http.Request

func NewPutAutoDiscoveryCloudaccountParams

func NewPutAutoDiscoveryCloudaccountParams() *PutAutoDiscoveryCloudaccountParams

NewPutAutoDiscoveryCloudaccountParams creates a new PutAutoDiscoveryCloudaccountParams object with the default values initialized.

func NewPutAutoDiscoveryCloudaccountParamsWithContext

func NewPutAutoDiscoveryCloudaccountParamsWithContext(ctx context.Context) *PutAutoDiscoveryCloudaccountParams

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

func NewPutAutoDiscoveryCloudaccountParamsWithHTTPClient

func NewPutAutoDiscoveryCloudaccountParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryCloudaccountParams

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

func NewPutAutoDiscoveryCloudaccountParamsWithTimeout

func NewPutAutoDiscoveryCloudaccountParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryCloudaccountParams

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

func (*PutAutoDiscoveryCloudaccountParams) SetContext

SetContext adds the context to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) SetJobID

func (o *PutAutoDiscoveryCloudaccountParams) SetJobID(jobID *string)

SetJobID adds the jobId to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) SetName

func (o *PutAutoDiscoveryCloudaccountParams) SetName(name *string)

SetName adds the name to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) SetRun

SetRun adds the run to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) WithContext

WithContext adds the context to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) WithJobID

WithJobID adds the jobID to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) WithName

WithName adds the name to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) WithRun

WithRun adds the run to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery cloudaccount params

func (*PutAutoDiscoveryCloudaccountParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryCloudaccountReader

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

PutAutoDiscoveryCloudaccountReader is a Reader for the PutAutoDiscoveryCloudaccount structure.

func (*PutAutoDiscoveryCloudaccountReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryCloudaccountServiceUnavailable

type PutAutoDiscoveryCloudaccountServiceUnavailable struct {
}

PutAutoDiscoveryCloudaccountServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryCloudaccountServiceUnavailable

func NewPutAutoDiscoveryCloudaccountServiceUnavailable() *PutAutoDiscoveryCloudaccountServiceUnavailable

NewPutAutoDiscoveryCloudaccountServiceUnavailable creates a PutAutoDiscoveryCloudaccountServiceUnavailable with default headers values

func (*PutAutoDiscoveryCloudaccountServiceUnavailable) Error

type PutAutoDiscoveryCloudaccountUnauthorized

type PutAutoDiscoveryCloudaccountUnauthorized struct {
}

PutAutoDiscoveryCloudaccountUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryCloudaccountUnauthorized

func NewPutAutoDiscoveryCloudaccountUnauthorized() *PutAutoDiscoveryCloudaccountUnauthorized

NewPutAutoDiscoveryCloudaccountUnauthorized creates a PutAutoDiscoveryCloudaccountUnauthorized with default headers values

func (*PutAutoDiscoveryCloudaccountUnauthorized) Error

type PutAutoDiscoveryDNSBadRequest

type PutAutoDiscoveryDNSBadRequest struct {
}

PutAutoDiscoveryDNSBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryDNSBadRequest

func NewPutAutoDiscoveryDNSBadRequest() *PutAutoDiscoveryDNSBadRequest

NewPutAutoDiscoveryDNSBadRequest creates a PutAutoDiscoveryDNSBadRequest with default headers values

func (*PutAutoDiscoveryDNSBadRequest) Error

type PutAutoDiscoveryDNSForbidden

type PutAutoDiscoveryDNSForbidden struct {
}

PutAutoDiscoveryDNSForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryDNSForbidden

func NewPutAutoDiscoveryDNSForbidden() *PutAutoDiscoveryDNSForbidden

NewPutAutoDiscoveryDNSForbidden creates a PutAutoDiscoveryDNSForbidden with default headers values

func (*PutAutoDiscoveryDNSForbidden) Error

type PutAutoDiscoveryDNSGone

type PutAutoDiscoveryDNSGone struct {
}

PutAutoDiscoveryDNSGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryDNSGone

func NewPutAutoDiscoveryDNSGone() *PutAutoDiscoveryDNSGone

NewPutAutoDiscoveryDNSGone creates a PutAutoDiscoveryDNSGone with default headers values

func (*PutAutoDiscoveryDNSGone) Error

func (o *PutAutoDiscoveryDNSGone) Error() string

type PutAutoDiscoveryDNSInternalServerError

type PutAutoDiscoveryDNSInternalServerError struct {
}

PutAutoDiscoveryDNSInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryDNSInternalServerError

func NewPutAutoDiscoveryDNSInternalServerError() *PutAutoDiscoveryDNSInternalServerError

NewPutAutoDiscoveryDNSInternalServerError creates a PutAutoDiscoveryDNSInternalServerError with default headers values

func (*PutAutoDiscoveryDNSInternalServerError) Error

type PutAutoDiscoveryDNSMethodNotAllowed

type PutAutoDiscoveryDNSMethodNotAllowed struct {
}

PutAutoDiscoveryDNSMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryDNSMethodNotAllowed

func NewPutAutoDiscoveryDNSMethodNotAllowed() *PutAutoDiscoveryDNSMethodNotAllowed

NewPutAutoDiscoveryDNSMethodNotAllowed creates a PutAutoDiscoveryDNSMethodNotAllowed with default headers values

func (*PutAutoDiscoveryDNSMethodNotAllowed) Error

type PutAutoDiscoveryDNSNotFound

type PutAutoDiscoveryDNSNotFound struct {
}

PutAutoDiscoveryDNSNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryDNSNotFound

func NewPutAutoDiscoveryDNSNotFound() *PutAutoDiscoveryDNSNotFound

NewPutAutoDiscoveryDNSNotFound creates a PutAutoDiscoveryDNSNotFound with default headers values

func (*PutAutoDiscoveryDNSNotFound) Error

type PutAutoDiscoveryDNSOK

type PutAutoDiscoveryDNSOK struct {
	Payload *PutAutoDiscoveryDNSOKBody
}

PutAutoDiscoveryDNSOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryDNSOK

func NewPutAutoDiscoveryDNSOK() *PutAutoDiscoveryDNSOK

NewPutAutoDiscoveryDNSOK creates a PutAutoDiscoveryDNSOK with default headers values

func (*PutAutoDiscoveryDNSOK) Error

func (o *PutAutoDiscoveryDNSOK) Error() string

func (*PutAutoDiscoveryDNSOK) GetPayload

type PutAutoDiscoveryDNSOKBody

type PutAutoDiscoveryDNSOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryDNSOKBody put auto discovery DNS o k body swagger:model PutAutoDiscoveryDNSOKBody

func (*PutAutoDiscoveryDNSOKBody) MarshalBinary

func (o *PutAutoDiscoveryDNSOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryDNSOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryDNSOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryDNSOKBody) Validate

func (o *PutAutoDiscoveryDNSOKBody) Validate(formats strfmt.Registry) error

Validate validates this put auto discovery DNS o k body

type PutAutoDiscoveryDNSParams

type PutAutoDiscoveryDNSParams struct {

	/*JobID
	  D42 ID for the job

	*/
	JobID string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryDNSParams contains all the parameters to send to the API endpoint for the put auto discovery Dns operation typically these are written to a http.Request

func NewPutAutoDiscoveryDNSParams

func NewPutAutoDiscoveryDNSParams() *PutAutoDiscoveryDNSParams

NewPutAutoDiscoveryDNSParams creates a new PutAutoDiscoveryDNSParams object with the default values initialized.

func NewPutAutoDiscoveryDNSParamsWithContext

func NewPutAutoDiscoveryDNSParamsWithContext(ctx context.Context) *PutAutoDiscoveryDNSParams

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

func NewPutAutoDiscoveryDNSParamsWithHTTPClient

func NewPutAutoDiscoveryDNSParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryDNSParams

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

func NewPutAutoDiscoveryDNSParamsWithTimeout

func NewPutAutoDiscoveryDNSParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryDNSParams

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

func (*PutAutoDiscoveryDNSParams) SetContext

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

SetContext adds the context to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) SetJobID

func (o *PutAutoDiscoveryDNSParams) SetJobID(jobID string)

SetJobID adds the jobId to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) SetRun

func (o *PutAutoDiscoveryDNSParams) SetRun(run string)

SetRun adds the run to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) WithContext

WithContext adds the context to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) WithJobID

WithJobID adds the jobID to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) WithRun

WithRun adds the run to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery Dns params

func (*PutAutoDiscoveryDNSParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryDNSReader

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

PutAutoDiscoveryDNSReader is a Reader for the PutAutoDiscoveryDNS structure.

func (*PutAutoDiscoveryDNSReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryDNSServiceUnavailable

type PutAutoDiscoveryDNSServiceUnavailable struct {
}

PutAutoDiscoveryDNSServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryDNSServiceUnavailable

func NewPutAutoDiscoveryDNSServiceUnavailable() *PutAutoDiscoveryDNSServiceUnavailable

NewPutAutoDiscoveryDNSServiceUnavailable creates a PutAutoDiscoveryDNSServiceUnavailable with default headers values

func (*PutAutoDiscoveryDNSServiceUnavailable) Error

type PutAutoDiscoveryDNSUnauthorized

type PutAutoDiscoveryDNSUnauthorized struct {
}

PutAutoDiscoveryDNSUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryDNSUnauthorized

func NewPutAutoDiscoveryDNSUnauthorized() *PutAutoDiscoveryDNSUnauthorized

NewPutAutoDiscoveryDNSUnauthorized creates a PutAutoDiscoveryDNSUnauthorized with default headers values

func (*PutAutoDiscoveryDNSUnauthorized) Error

type PutAutoDiscoveryIpmiBadRequest

type PutAutoDiscoveryIpmiBadRequest struct {
}

PutAutoDiscoveryIpmiBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryIpmiBadRequest

func NewPutAutoDiscoveryIpmiBadRequest() *PutAutoDiscoveryIpmiBadRequest

NewPutAutoDiscoveryIpmiBadRequest creates a PutAutoDiscoveryIpmiBadRequest with default headers values

func (*PutAutoDiscoveryIpmiBadRequest) Error

type PutAutoDiscoveryIpmiForbidden

type PutAutoDiscoveryIpmiForbidden struct {
}

PutAutoDiscoveryIpmiForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryIpmiForbidden

func NewPutAutoDiscoveryIpmiForbidden() *PutAutoDiscoveryIpmiForbidden

NewPutAutoDiscoveryIpmiForbidden creates a PutAutoDiscoveryIpmiForbidden with default headers values

func (*PutAutoDiscoveryIpmiForbidden) Error

type PutAutoDiscoveryIpmiGone

type PutAutoDiscoveryIpmiGone struct {
}

PutAutoDiscoveryIpmiGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryIpmiGone

func NewPutAutoDiscoveryIpmiGone() *PutAutoDiscoveryIpmiGone

NewPutAutoDiscoveryIpmiGone creates a PutAutoDiscoveryIpmiGone with default headers values

func (*PutAutoDiscoveryIpmiGone) Error

func (o *PutAutoDiscoveryIpmiGone) Error() string

type PutAutoDiscoveryIpmiInternalServerError

type PutAutoDiscoveryIpmiInternalServerError struct {
}

PutAutoDiscoveryIpmiInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryIpmiInternalServerError

func NewPutAutoDiscoveryIpmiInternalServerError() *PutAutoDiscoveryIpmiInternalServerError

NewPutAutoDiscoveryIpmiInternalServerError creates a PutAutoDiscoveryIpmiInternalServerError with default headers values

func (*PutAutoDiscoveryIpmiInternalServerError) Error

type PutAutoDiscoveryIpmiMethodNotAllowed

type PutAutoDiscoveryIpmiMethodNotAllowed struct {
}

PutAutoDiscoveryIpmiMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryIpmiMethodNotAllowed

func NewPutAutoDiscoveryIpmiMethodNotAllowed() *PutAutoDiscoveryIpmiMethodNotAllowed

NewPutAutoDiscoveryIpmiMethodNotAllowed creates a PutAutoDiscoveryIpmiMethodNotAllowed with default headers values

func (*PutAutoDiscoveryIpmiMethodNotAllowed) Error

type PutAutoDiscoveryIpmiNotFound

type PutAutoDiscoveryIpmiNotFound struct {
}

PutAutoDiscoveryIpmiNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryIpmiNotFound

func NewPutAutoDiscoveryIpmiNotFound() *PutAutoDiscoveryIpmiNotFound

NewPutAutoDiscoveryIpmiNotFound creates a PutAutoDiscoveryIpmiNotFound with default headers values

func (*PutAutoDiscoveryIpmiNotFound) Error

type PutAutoDiscoveryIpmiOK

type PutAutoDiscoveryIpmiOK struct {
	Payload *PutAutoDiscoveryIpmiOKBody
}

PutAutoDiscoveryIpmiOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryIpmiOK

func NewPutAutoDiscoveryIpmiOK() *PutAutoDiscoveryIpmiOK

NewPutAutoDiscoveryIpmiOK creates a PutAutoDiscoveryIpmiOK with default headers values

func (*PutAutoDiscoveryIpmiOK) Error

func (o *PutAutoDiscoveryIpmiOK) Error() string

func (*PutAutoDiscoveryIpmiOK) GetPayload

type PutAutoDiscoveryIpmiOKBody

type PutAutoDiscoveryIpmiOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryIpmiOKBody put auto discovery ipmi o k body swagger:model PutAutoDiscoveryIpmiOKBody

func (*PutAutoDiscoveryIpmiOKBody) MarshalBinary

func (o *PutAutoDiscoveryIpmiOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryIpmiOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryIpmiOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryIpmiOKBody) Validate

func (o *PutAutoDiscoveryIpmiOKBody) Validate(formats strfmt.Registry) error

Validate validates this put auto discovery ipmi o k body

type PutAutoDiscoveryIpmiParams

type PutAutoDiscoveryIpmiParams struct {

	/*JobID
	  D42 ID for the job

	*/
	JobID string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryIpmiParams contains all the parameters to send to the API endpoint for the put auto discovery ipmi operation typically these are written to a http.Request

func NewPutAutoDiscoveryIpmiParams

func NewPutAutoDiscoveryIpmiParams() *PutAutoDiscoveryIpmiParams

NewPutAutoDiscoveryIpmiParams creates a new PutAutoDiscoveryIpmiParams object with the default values initialized.

func NewPutAutoDiscoveryIpmiParamsWithContext

func NewPutAutoDiscoveryIpmiParamsWithContext(ctx context.Context) *PutAutoDiscoveryIpmiParams

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

func NewPutAutoDiscoveryIpmiParamsWithHTTPClient

func NewPutAutoDiscoveryIpmiParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryIpmiParams

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

func NewPutAutoDiscoveryIpmiParamsWithTimeout

func NewPutAutoDiscoveryIpmiParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryIpmiParams

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

func (*PutAutoDiscoveryIpmiParams) SetContext

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

SetContext adds the context to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) SetJobID

func (o *PutAutoDiscoveryIpmiParams) SetJobID(jobID string)

SetJobID adds the jobId to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) SetRun

func (o *PutAutoDiscoveryIpmiParams) SetRun(run string)

SetRun adds the run to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) WithContext

WithContext adds the context to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) WithJobID

WithJobID adds the jobID to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) WithRun

WithRun adds the run to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery ipmi params

func (*PutAutoDiscoveryIpmiParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryIpmiReader

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

PutAutoDiscoveryIpmiReader is a Reader for the PutAutoDiscoveryIpmi structure.

func (*PutAutoDiscoveryIpmiReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryIpmiServiceUnavailable

type PutAutoDiscoveryIpmiServiceUnavailable struct {
}

PutAutoDiscoveryIpmiServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryIpmiServiceUnavailable

func NewPutAutoDiscoveryIpmiServiceUnavailable() *PutAutoDiscoveryIpmiServiceUnavailable

NewPutAutoDiscoveryIpmiServiceUnavailable creates a PutAutoDiscoveryIpmiServiceUnavailable with default headers values

func (*PutAutoDiscoveryIpmiServiceUnavailable) Error

type PutAutoDiscoveryIpmiUnauthorized

type PutAutoDiscoveryIpmiUnauthorized struct {
}

PutAutoDiscoveryIpmiUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryIpmiUnauthorized

func NewPutAutoDiscoveryIpmiUnauthorized() *PutAutoDiscoveryIpmiUnauthorized

NewPutAutoDiscoveryIpmiUnauthorized creates a PutAutoDiscoveryIpmiUnauthorized with default headers values

func (*PutAutoDiscoveryIpmiUnauthorized) Error

type PutAutoDiscoveryNetworksBadRequest

type PutAutoDiscoveryNetworksBadRequest struct {
}

PutAutoDiscoveryNetworksBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryNetworksBadRequest

func NewPutAutoDiscoveryNetworksBadRequest() *PutAutoDiscoveryNetworksBadRequest

NewPutAutoDiscoveryNetworksBadRequest creates a PutAutoDiscoveryNetworksBadRequest with default headers values

func (*PutAutoDiscoveryNetworksBadRequest) Error

type PutAutoDiscoveryNetworksForbidden

type PutAutoDiscoveryNetworksForbidden struct {
}

PutAutoDiscoveryNetworksForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryNetworksForbidden

func NewPutAutoDiscoveryNetworksForbidden() *PutAutoDiscoveryNetworksForbidden

NewPutAutoDiscoveryNetworksForbidden creates a PutAutoDiscoveryNetworksForbidden with default headers values

func (*PutAutoDiscoveryNetworksForbidden) Error

type PutAutoDiscoveryNetworksGone

type PutAutoDiscoveryNetworksGone struct {
}

PutAutoDiscoveryNetworksGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryNetworksGone

func NewPutAutoDiscoveryNetworksGone() *PutAutoDiscoveryNetworksGone

NewPutAutoDiscoveryNetworksGone creates a PutAutoDiscoveryNetworksGone with default headers values

func (*PutAutoDiscoveryNetworksGone) Error

type PutAutoDiscoveryNetworksInternalServerError

type PutAutoDiscoveryNetworksInternalServerError struct {
}

PutAutoDiscoveryNetworksInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryNetworksInternalServerError

func NewPutAutoDiscoveryNetworksInternalServerError() *PutAutoDiscoveryNetworksInternalServerError

NewPutAutoDiscoveryNetworksInternalServerError creates a PutAutoDiscoveryNetworksInternalServerError with default headers values

func (*PutAutoDiscoveryNetworksInternalServerError) Error

type PutAutoDiscoveryNetworksMethodNotAllowed

type PutAutoDiscoveryNetworksMethodNotAllowed struct {
}

PutAutoDiscoveryNetworksMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryNetworksMethodNotAllowed

func NewPutAutoDiscoveryNetworksMethodNotAllowed() *PutAutoDiscoveryNetworksMethodNotAllowed

NewPutAutoDiscoveryNetworksMethodNotAllowed creates a PutAutoDiscoveryNetworksMethodNotAllowed with default headers values

func (*PutAutoDiscoveryNetworksMethodNotAllowed) Error

type PutAutoDiscoveryNetworksNotFound

type PutAutoDiscoveryNetworksNotFound struct {
}

PutAutoDiscoveryNetworksNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryNetworksNotFound

func NewPutAutoDiscoveryNetworksNotFound() *PutAutoDiscoveryNetworksNotFound

NewPutAutoDiscoveryNetworksNotFound creates a PutAutoDiscoveryNetworksNotFound with default headers values

func (*PutAutoDiscoveryNetworksNotFound) Error

type PutAutoDiscoveryNetworksOK

type PutAutoDiscoveryNetworksOK struct {
	Payload *PutAutoDiscoveryNetworksOKBody
}

PutAutoDiscoveryNetworksOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryNetworksOK

func NewPutAutoDiscoveryNetworksOK() *PutAutoDiscoveryNetworksOK

NewPutAutoDiscoveryNetworksOK creates a PutAutoDiscoveryNetworksOK with default headers values

func (*PutAutoDiscoveryNetworksOK) Error

func (*PutAutoDiscoveryNetworksOK) GetPayload

type PutAutoDiscoveryNetworksOKBody

type PutAutoDiscoveryNetworksOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryNetworksOKBody put auto discovery networks o k body swagger:model PutAutoDiscoveryNetworksOKBody

func (*PutAutoDiscoveryNetworksOKBody) MarshalBinary

func (o *PutAutoDiscoveryNetworksOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryNetworksOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryNetworksOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryNetworksOKBody) Validate

func (o *PutAutoDiscoveryNetworksOKBody) Validate(formats strfmt.Registry) error

Validate validates this put auto discovery networks o k body

type PutAutoDiscoveryNetworksParams

type PutAutoDiscoveryNetworksParams struct {

	/*JobID
	  D42 ID for the job - required if no name

	*/
	JobID *string
	/*Name
	  name of the job - required if no job_id

	*/
	Name *string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryNetworksParams contains all the parameters to send to the API endpoint for the put auto discovery networks operation typically these are written to a http.Request

func NewPutAutoDiscoveryNetworksParams

func NewPutAutoDiscoveryNetworksParams() *PutAutoDiscoveryNetworksParams

NewPutAutoDiscoveryNetworksParams creates a new PutAutoDiscoveryNetworksParams object with the default values initialized.

func NewPutAutoDiscoveryNetworksParamsWithContext

func NewPutAutoDiscoveryNetworksParamsWithContext(ctx context.Context) *PutAutoDiscoveryNetworksParams

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

func NewPutAutoDiscoveryNetworksParamsWithHTTPClient

func NewPutAutoDiscoveryNetworksParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryNetworksParams

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

func NewPutAutoDiscoveryNetworksParamsWithTimeout

func NewPutAutoDiscoveryNetworksParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryNetworksParams

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

func (*PutAutoDiscoveryNetworksParams) SetContext

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

SetContext adds the context to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) SetJobID

func (o *PutAutoDiscoveryNetworksParams) SetJobID(jobID *string)

SetJobID adds the jobId to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) SetName

func (o *PutAutoDiscoveryNetworksParams) SetName(name *string)

SetName adds the name to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) SetRun

func (o *PutAutoDiscoveryNetworksParams) SetRun(run string)

SetRun adds the run to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) WithContext

WithContext adds the context to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) WithJobID

WithJobID adds the jobID to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) WithName

WithName adds the name to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) WithRun

WithRun adds the run to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery networks params

func (*PutAutoDiscoveryNetworksParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryNetworksReader

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

PutAutoDiscoveryNetworksReader is a Reader for the PutAutoDiscoveryNetworks structure.

func (*PutAutoDiscoveryNetworksReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryNetworksServiceUnavailable

type PutAutoDiscoveryNetworksServiceUnavailable struct {
}

PutAutoDiscoveryNetworksServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryNetworksServiceUnavailable

func NewPutAutoDiscoveryNetworksServiceUnavailable() *PutAutoDiscoveryNetworksServiceUnavailable

NewPutAutoDiscoveryNetworksServiceUnavailable creates a PutAutoDiscoveryNetworksServiceUnavailable with default headers values

func (*PutAutoDiscoveryNetworksServiceUnavailable) Error

type PutAutoDiscoveryNetworksUnauthorized

type PutAutoDiscoveryNetworksUnauthorized struct {
}

PutAutoDiscoveryNetworksUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryNetworksUnauthorized

func NewPutAutoDiscoveryNetworksUnauthorized() *PutAutoDiscoveryNetworksUnauthorized

NewPutAutoDiscoveryNetworksUnauthorized creates a PutAutoDiscoveryNetworksUnauthorized with default headers values

func (*PutAutoDiscoveryNetworksUnauthorized) Error

type PutAutoDiscoveryPingsweepBadRequest

type PutAutoDiscoveryPingsweepBadRequest struct {
}

PutAutoDiscoveryPingsweepBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryPingsweepBadRequest

func NewPutAutoDiscoveryPingsweepBadRequest() *PutAutoDiscoveryPingsweepBadRequest

NewPutAutoDiscoveryPingsweepBadRequest creates a PutAutoDiscoveryPingsweepBadRequest with default headers values

func (*PutAutoDiscoveryPingsweepBadRequest) Error

type PutAutoDiscoveryPingsweepForbidden

type PutAutoDiscoveryPingsweepForbidden struct {
}

PutAutoDiscoveryPingsweepForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryPingsweepForbidden

func NewPutAutoDiscoveryPingsweepForbidden() *PutAutoDiscoveryPingsweepForbidden

NewPutAutoDiscoveryPingsweepForbidden creates a PutAutoDiscoveryPingsweepForbidden with default headers values

func (*PutAutoDiscoveryPingsweepForbidden) Error

type PutAutoDiscoveryPingsweepGone

type PutAutoDiscoveryPingsweepGone struct {
}

PutAutoDiscoveryPingsweepGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryPingsweepGone

func NewPutAutoDiscoveryPingsweepGone() *PutAutoDiscoveryPingsweepGone

NewPutAutoDiscoveryPingsweepGone creates a PutAutoDiscoveryPingsweepGone with default headers values

func (*PutAutoDiscoveryPingsweepGone) Error

type PutAutoDiscoveryPingsweepInternalServerError

type PutAutoDiscoveryPingsweepInternalServerError struct {
}

PutAutoDiscoveryPingsweepInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryPingsweepInternalServerError

func NewPutAutoDiscoveryPingsweepInternalServerError() *PutAutoDiscoveryPingsweepInternalServerError

NewPutAutoDiscoveryPingsweepInternalServerError creates a PutAutoDiscoveryPingsweepInternalServerError with default headers values

func (*PutAutoDiscoveryPingsweepInternalServerError) Error

type PutAutoDiscoveryPingsweepMethodNotAllowed

type PutAutoDiscoveryPingsweepMethodNotAllowed struct {
}

PutAutoDiscoveryPingsweepMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryPingsweepMethodNotAllowed

func NewPutAutoDiscoveryPingsweepMethodNotAllowed() *PutAutoDiscoveryPingsweepMethodNotAllowed

NewPutAutoDiscoveryPingsweepMethodNotAllowed creates a PutAutoDiscoveryPingsweepMethodNotAllowed with default headers values

func (*PutAutoDiscoveryPingsweepMethodNotAllowed) Error

type PutAutoDiscoveryPingsweepNotFound

type PutAutoDiscoveryPingsweepNotFound struct {
}

PutAutoDiscoveryPingsweepNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryPingsweepNotFound

func NewPutAutoDiscoveryPingsweepNotFound() *PutAutoDiscoveryPingsweepNotFound

NewPutAutoDiscoveryPingsweepNotFound creates a PutAutoDiscoveryPingsweepNotFound with default headers values

func (*PutAutoDiscoveryPingsweepNotFound) Error

type PutAutoDiscoveryPingsweepOK

type PutAutoDiscoveryPingsweepOK struct {
	Payload *PutAutoDiscoveryPingsweepOKBody
}

PutAutoDiscoveryPingsweepOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryPingsweepOK

func NewPutAutoDiscoveryPingsweepOK() *PutAutoDiscoveryPingsweepOK

NewPutAutoDiscoveryPingsweepOK creates a PutAutoDiscoveryPingsweepOK with default headers values

func (*PutAutoDiscoveryPingsweepOK) Error

func (*PutAutoDiscoveryPingsweepOK) GetPayload

type PutAutoDiscoveryPingsweepOKBody

type PutAutoDiscoveryPingsweepOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryPingsweepOKBody put auto discovery pingsweep o k body swagger:model PutAutoDiscoveryPingsweepOKBody

func (*PutAutoDiscoveryPingsweepOKBody) MarshalBinary

func (o *PutAutoDiscoveryPingsweepOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryPingsweepOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryPingsweepOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryPingsweepOKBody) Validate

Validate validates this put auto discovery pingsweep o k body

type PutAutoDiscoveryPingsweepParams

type PutAutoDiscoveryPingsweepParams struct {

	/*JobID
	  D42 ID for the job - required if no name

	*/
	JobID *string
	/*Name
	  name of the job - required if no job_id

	*/
	Name *string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryPingsweepParams contains all the parameters to send to the API endpoint for the put auto discovery pingsweep operation typically these are written to a http.Request

func NewPutAutoDiscoveryPingsweepParams

func NewPutAutoDiscoveryPingsweepParams() *PutAutoDiscoveryPingsweepParams

NewPutAutoDiscoveryPingsweepParams creates a new PutAutoDiscoveryPingsweepParams object with the default values initialized.

func NewPutAutoDiscoveryPingsweepParamsWithContext

func NewPutAutoDiscoveryPingsweepParamsWithContext(ctx context.Context) *PutAutoDiscoveryPingsweepParams

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

func NewPutAutoDiscoveryPingsweepParamsWithHTTPClient

func NewPutAutoDiscoveryPingsweepParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryPingsweepParams

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

func NewPutAutoDiscoveryPingsweepParamsWithTimeout

func NewPutAutoDiscoveryPingsweepParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryPingsweepParams

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

func (*PutAutoDiscoveryPingsweepParams) SetContext

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

SetContext adds the context to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) SetJobID

func (o *PutAutoDiscoveryPingsweepParams) SetJobID(jobID *string)

SetJobID adds the jobId to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) SetName

func (o *PutAutoDiscoveryPingsweepParams) SetName(name *string)

SetName adds the name to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) SetRun

func (o *PutAutoDiscoveryPingsweepParams) SetRun(run string)

SetRun adds the run to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) WithContext

WithContext adds the context to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) WithJobID

WithJobID adds the jobID to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) WithName

WithName adds the name to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) WithRun

WithRun adds the run to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery pingsweep params

func (*PutAutoDiscoveryPingsweepParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryPingsweepReader

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

PutAutoDiscoveryPingsweepReader is a Reader for the PutAutoDiscoveryPingsweep structure.

func (*PutAutoDiscoveryPingsweepReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryPingsweepServiceUnavailable

type PutAutoDiscoveryPingsweepServiceUnavailable struct {
}

PutAutoDiscoveryPingsweepServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryPingsweepServiceUnavailable

func NewPutAutoDiscoveryPingsweepServiceUnavailable() *PutAutoDiscoveryPingsweepServiceUnavailable

NewPutAutoDiscoveryPingsweepServiceUnavailable creates a PutAutoDiscoveryPingsweepServiceUnavailable with default headers values

func (*PutAutoDiscoveryPingsweepServiceUnavailable) Error

type PutAutoDiscoveryPingsweepUnauthorized

type PutAutoDiscoveryPingsweepUnauthorized struct {
}

PutAutoDiscoveryPingsweepUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryPingsweepUnauthorized

func NewPutAutoDiscoveryPingsweepUnauthorized() *PutAutoDiscoveryPingsweepUnauthorized

NewPutAutoDiscoveryPingsweepUnauthorized creates a PutAutoDiscoveryPingsweepUnauthorized with default headers values

func (*PutAutoDiscoveryPingsweepUnauthorized) Error

type PutAutoDiscoveryPowerDiscBadRequest

type PutAutoDiscoveryPowerDiscBadRequest struct {
}

PutAutoDiscoveryPowerDiscBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryPowerDiscBadRequest

func NewPutAutoDiscoveryPowerDiscBadRequest() *PutAutoDiscoveryPowerDiscBadRequest

NewPutAutoDiscoveryPowerDiscBadRequest creates a PutAutoDiscoveryPowerDiscBadRequest with default headers values

func (*PutAutoDiscoveryPowerDiscBadRequest) Error

type PutAutoDiscoveryPowerDiscForbidden

type PutAutoDiscoveryPowerDiscForbidden struct {
}

PutAutoDiscoveryPowerDiscForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryPowerDiscForbidden

func NewPutAutoDiscoveryPowerDiscForbidden() *PutAutoDiscoveryPowerDiscForbidden

NewPutAutoDiscoveryPowerDiscForbidden creates a PutAutoDiscoveryPowerDiscForbidden with default headers values

func (*PutAutoDiscoveryPowerDiscForbidden) Error

type PutAutoDiscoveryPowerDiscGone

type PutAutoDiscoveryPowerDiscGone struct {
}

PutAutoDiscoveryPowerDiscGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryPowerDiscGone

func NewPutAutoDiscoveryPowerDiscGone() *PutAutoDiscoveryPowerDiscGone

NewPutAutoDiscoveryPowerDiscGone creates a PutAutoDiscoveryPowerDiscGone with default headers values

func (*PutAutoDiscoveryPowerDiscGone) Error

type PutAutoDiscoveryPowerDiscInternalServerError

type PutAutoDiscoveryPowerDiscInternalServerError struct {
}

PutAutoDiscoveryPowerDiscInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryPowerDiscInternalServerError

func NewPutAutoDiscoveryPowerDiscInternalServerError() *PutAutoDiscoveryPowerDiscInternalServerError

NewPutAutoDiscoveryPowerDiscInternalServerError creates a PutAutoDiscoveryPowerDiscInternalServerError with default headers values

func (*PutAutoDiscoveryPowerDiscInternalServerError) Error

type PutAutoDiscoveryPowerDiscMethodNotAllowed

type PutAutoDiscoveryPowerDiscMethodNotAllowed struct {
}

PutAutoDiscoveryPowerDiscMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryPowerDiscMethodNotAllowed

func NewPutAutoDiscoveryPowerDiscMethodNotAllowed() *PutAutoDiscoveryPowerDiscMethodNotAllowed

NewPutAutoDiscoveryPowerDiscMethodNotAllowed creates a PutAutoDiscoveryPowerDiscMethodNotAllowed with default headers values

func (*PutAutoDiscoveryPowerDiscMethodNotAllowed) Error

type PutAutoDiscoveryPowerDiscNotFound

type PutAutoDiscoveryPowerDiscNotFound struct {
}

PutAutoDiscoveryPowerDiscNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryPowerDiscNotFound

func NewPutAutoDiscoveryPowerDiscNotFound() *PutAutoDiscoveryPowerDiscNotFound

NewPutAutoDiscoveryPowerDiscNotFound creates a PutAutoDiscoveryPowerDiscNotFound with default headers values

func (*PutAutoDiscoveryPowerDiscNotFound) Error

type PutAutoDiscoveryPowerDiscOK

type PutAutoDiscoveryPowerDiscOK struct {
	Payload *PutAutoDiscoveryPowerDiscOKBody
}

PutAutoDiscoveryPowerDiscOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryPowerDiscOK

func NewPutAutoDiscoveryPowerDiscOK() *PutAutoDiscoveryPowerDiscOK

NewPutAutoDiscoveryPowerDiscOK creates a PutAutoDiscoveryPowerDiscOK with default headers values

func (*PutAutoDiscoveryPowerDiscOK) Error

func (*PutAutoDiscoveryPowerDiscOK) GetPayload

type PutAutoDiscoveryPowerDiscOKBody

type PutAutoDiscoveryPowerDiscOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryPowerDiscOKBody put auto discovery power disc o k body swagger:model PutAutoDiscoveryPowerDiscOKBody

func (*PutAutoDiscoveryPowerDiscOKBody) MarshalBinary

func (o *PutAutoDiscoveryPowerDiscOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryPowerDiscOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryPowerDiscOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryPowerDiscOKBody) Validate

Validate validates this put auto discovery power disc o k body

type PutAutoDiscoveryPowerDiscParams

type PutAutoDiscoveryPowerDiscParams struct {

	/*JobID
	  D42 ID for the job - required if no name

	*/
	JobID *string
	/*Name
	  name of the job - required if no job_id

	*/
	Name *string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryPowerDiscParams contains all the parameters to send to the API endpoint for the put auto discovery power disc operation typically these are written to a http.Request

func NewPutAutoDiscoveryPowerDiscParams

func NewPutAutoDiscoveryPowerDiscParams() *PutAutoDiscoveryPowerDiscParams

NewPutAutoDiscoveryPowerDiscParams creates a new PutAutoDiscoveryPowerDiscParams object with the default values initialized.

func NewPutAutoDiscoveryPowerDiscParamsWithContext

func NewPutAutoDiscoveryPowerDiscParamsWithContext(ctx context.Context) *PutAutoDiscoveryPowerDiscParams

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

func NewPutAutoDiscoveryPowerDiscParamsWithHTTPClient

func NewPutAutoDiscoveryPowerDiscParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryPowerDiscParams

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

func NewPutAutoDiscoveryPowerDiscParamsWithTimeout

func NewPutAutoDiscoveryPowerDiscParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryPowerDiscParams

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

func (*PutAutoDiscoveryPowerDiscParams) SetContext

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

SetContext adds the context to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) SetJobID

func (o *PutAutoDiscoveryPowerDiscParams) SetJobID(jobID *string)

SetJobID adds the jobId to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) SetName

func (o *PutAutoDiscoveryPowerDiscParams) SetName(name *string)

SetName adds the name to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) SetRun

func (o *PutAutoDiscoveryPowerDiscParams) SetRun(run string)

SetRun adds the run to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) WithContext

WithContext adds the context to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) WithJobID

WithJobID adds the jobID to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) WithName

WithName adds the name to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) WithRun

WithRun adds the run to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery power disc params

func (*PutAutoDiscoveryPowerDiscParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryPowerDiscReader

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

PutAutoDiscoveryPowerDiscReader is a Reader for the PutAutoDiscoveryPowerDisc structure.

func (*PutAutoDiscoveryPowerDiscReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryPowerDiscServiceUnavailable

type PutAutoDiscoveryPowerDiscServiceUnavailable struct {
}

PutAutoDiscoveryPowerDiscServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryPowerDiscServiceUnavailable

func NewPutAutoDiscoveryPowerDiscServiceUnavailable() *PutAutoDiscoveryPowerDiscServiceUnavailable

NewPutAutoDiscoveryPowerDiscServiceUnavailable creates a PutAutoDiscoveryPowerDiscServiceUnavailable with default headers values

func (*PutAutoDiscoveryPowerDiscServiceUnavailable) Error

type PutAutoDiscoveryPowerDiscUnauthorized

type PutAutoDiscoveryPowerDiscUnauthorized struct {
}

PutAutoDiscoveryPowerDiscUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryPowerDiscUnauthorized

func NewPutAutoDiscoveryPowerDiscUnauthorized() *PutAutoDiscoveryPowerDiscUnauthorized

NewPutAutoDiscoveryPowerDiscUnauthorized creates a PutAutoDiscoveryPowerDiscUnauthorized with default headers values

func (*PutAutoDiscoveryPowerDiscUnauthorized) Error

type PutAutoDiscoverySnmpDiscBadRequest

type PutAutoDiscoverySnmpDiscBadRequest struct {
}

PutAutoDiscoverySnmpDiscBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoverySnmpDiscBadRequest

func NewPutAutoDiscoverySnmpDiscBadRequest() *PutAutoDiscoverySnmpDiscBadRequest

NewPutAutoDiscoverySnmpDiscBadRequest creates a PutAutoDiscoverySnmpDiscBadRequest with default headers values

func (*PutAutoDiscoverySnmpDiscBadRequest) Error

type PutAutoDiscoverySnmpDiscForbidden

type PutAutoDiscoverySnmpDiscForbidden struct {
}

PutAutoDiscoverySnmpDiscForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoverySnmpDiscForbidden

func NewPutAutoDiscoverySnmpDiscForbidden() *PutAutoDiscoverySnmpDiscForbidden

NewPutAutoDiscoverySnmpDiscForbidden creates a PutAutoDiscoverySnmpDiscForbidden with default headers values

func (*PutAutoDiscoverySnmpDiscForbidden) Error

type PutAutoDiscoverySnmpDiscGone

type PutAutoDiscoverySnmpDiscGone struct {
}

PutAutoDiscoverySnmpDiscGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoverySnmpDiscGone

func NewPutAutoDiscoverySnmpDiscGone() *PutAutoDiscoverySnmpDiscGone

NewPutAutoDiscoverySnmpDiscGone creates a PutAutoDiscoverySnmpDiscGone with default headers values

func (*PutAutoDiscoverySnmpDiscGone) Error

type PutAutoDiscoverySnmpDiscInternalServerError

type PutAutoDiscoverySnmpDiscInternalServerError struct {
}

PutAutoDiscoverySnmpDiscInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoverySnmpDiscInternalServerError

func NewPutAutoDiscoverySnmpDiscInternalServerError() *PutAutoDiscoverySnmpDiscInternalServerError

NewPutAutoDiscoverySnmpDiscInternalServerError creates a PutAutoDiscoverySnmpDiscInternalServerError with default headers values

func (*PutAutoDiscoverySnmpDiscInternalServerError) Error

type PutAutoDiscoverySnmpDiscMethodNotAllowed

type PutAutoDiscoverySnmpDiscMethodNotAllowed struct {
}

PutAutoDiscoverySnmpDiscMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoverySnmpDiscMethodNotAllowed

func NewPutAutoDiscoverySnmpDiscMethodNotAllowed() *PutAutoDiscoverySnmpDiscMethodNotAllowed

NewPutAutoDiscoverySnmpDiscMethodNotAllowed creates a PutAutoDiscoverySnmpDiscMethodNotAllowed with default headers values

func (*PutAutoDiscoverySnmpDiscMethodNotAllowed) Error

type PutAutoDiscoverySnmpDiscNotFound

type PutAutoDiscoverySnmpDiscNotFound struct {
}

PutAutoDiscoverySnmpDiscNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoverySnmpDiscNotFound

func NewPutAutoDiscoverySnmpDiscNotFound() *PutAutoDiscoverySnmpDiscNotFound

NewPutAutoDiscoverySnmpDiscNotFound creates a PutAutoDiscoverySnmpDiscNotFound with default headers values

func (*PutAutoDiscoverySnmpDiscNotFound) Error

type PutAutoDiscoverySnmpDiscOK

type PutAutoDiscoverySnmpDiscOK struct {
	Payload *PutAutoDiscoverySnmpDiscOKBody
}

PutAutoDiscoverySnmpDiscOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoverySnmpDiscOK

func NewPutAutoDiscoverySnmpDiscOK() *PutAutoDiscoverySnmpDiscOK

NewPutAutoDiscoverySnmpDiscOK creates a PutAutoDiscoverySnmpDiscOK with default headers values

func (*PutAutoDiscoverySnmpDiscOK) Error

func (*PutAutoDiscoverySnmpDiscOK) GetPayload

type PutAutoDiscoverySnmpDiscOKBody

type PutAutoDiscoverySnmpDiscOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoverySnmpDiscOKBody put auto discovery snmp disc o k body swagger:model PutAutoDiscoverySnmpDiscOKBody

func (*PutAutoDiscoverySnmpDiscOKBody) MarshalBinary

func (o *PutAutoDiscoverySnmpDiscOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoverySnmpDiscOKBody) UnmarshalBinary

func (o *PutAutoDiscoverySnmpDiscOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoverySnmpDiscOKBody) Validate

func (o *PutAutoDiscoverySnmpDiscOKBody) Validate(formats strfmt.Registry) error

Validate validates this put auto discovery snmp disc o k body

type PutAutoDiscoverySnmpDiscParams

type PutAutoDiscoverySnmpDiscParams struct {

	/*JobID
	  D42 ID for the job - required if no name

	*/
	JobID *string
	/*Name
	  name of the job - required if no job_id

	*/
	Name *string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoverySnmpDiscParams contains all the parameters to send to the API endpoint for the put auto discovery snmp disc operation typically these are written to a http.Request

func NewPutAutoDiscoverySnmpDiscParams

func NewPutAutoDiscoverySnmpDiscParams() *PutAutoDiscoverySnmpDiscParams

NewPutAutoDiscoverySnmpDiscParams creates a new PutAutoDiscoverySnmpDiscParams object with the default values initialized.

func NewPutAutoDiscoverySnmpDiscParamsWithContext

func NewPutAutoDiscoverySnmpDiscParamsWithContext(ctx context.Context) *PutAutoDiscoverySnmpDiscParams

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

func NewPutAutoDiscoverySnmpDiscParamsWithHTTPClient

func NewPutAutoDiscoverySnmpDiscParamsWithHTTPClient(client *http.Client) *PutAutoDiscoverySnmpDiscParams

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

func NewPutAutoDiscoverySnmpDiscParamsWithTimeout

func NewPutAutoDiscoverySnmpDiscParamsWithTimeout(timeout time.Duration) *PutAutoDiscoverySnmpDiscParams

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

func (*PutAutoDiscoverySnmpDiscParams) SetContext

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

SetContext adds the context to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) SetJobID

func (o *PutAutoDiscoverySnmpDiscParams) SetJobID(jobID *string)

SetJobID adds the jobId to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) SetName

func (o *PutAutoDiscoverySnmpDiscParams) SetName(name *string)

SetName adds the name to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) SetRun

func (o *PutAutoDiscoverySnmpDiscParams) SetRun(run string)

SetRun adds the run to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) WithContext

WithContext adds the context to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) WithJobID

WithJobID adds the jobID to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) WithName

WithName adds the name to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) WithRun

WithRun adds the run to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery snmp disc params

func (*PutAutoDiscoverySnmpDiscParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoverySnmpDiscReader

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

PutAutoDiscoverySnmpDiscReader is a Reader for the PutAutoDiscoverySnmpDisc structure.

func (*PutAutoDiscoverySnmpDiscReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoverySnmpDiscServiceUnavailable

type PutAutoDiscoverySnmpDiscServiceUnavailable struct {
}

PutAutoDiscoverySnmpDiscServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoverySnmpDiscServiceUnavailable

func NewPutAutoDiscoverySnmpDiscServiceUnavailable() *PutAutoDiscoverySnmpDiscServiceUnavailable

NewPutAutoDiscoverySnmpDiscServiceUnavailable creates a PutAutoDiscoverySnmpDiscServiceUnavailable with default headers values

func (*PutAutoDiscoverySnmpDiscServiceUnavailable) Error

type PutAutoDiscoverySnmpDiscUnauthorized

type PutAutoDiscoverySnmpDiscUnauthorized struct {
}

PutAutoDiscoverySnmpDiscUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoverySnmpDiscUnauthorized

func NewPutAutoDiscoverySnmpDiscUnauthorized() *PutAutoDiscoverySnmpDiscUnauthorized

NewPutAutoDiscoverySnmpDiscUnauthorized creates a PutAutoDiscoverySnmpDiscUnauthorized with default headers values

func (*PutAutoDiscoverySnmpDiscUnauthorized) Error

type PutAutoDiscoveryVserverBadRequest

type PutAutoDiscoveryVserverBadRequest struct {
}

PutAutoDiscoveryVserverBadRequest handles this case with default header values.

Bad Request (A validation exception has occurred.)

func NewPutAutoDiscoveryVserverBadRequest

func NewPutAutoDiscoveryVserverBadRequest() *PutAutoDiscoveryVserverBadRequest

NewPutAutoDiscoveryVserverBadRequest creates a PutAutoDiscoveryVserverBadRequest with default headers values

func (*PutAutoDiscoveryVserverBadRequest) Error

type PutAutoDiscoveryVserverForbidden

type PutAutoDiscoveryVserverForbidden struct {
}

PutAutoDiscoveryVserverForbidden handles this case with default header values.

Forbidden (The resource requested is hidden)

func NewPutAutoDiscoveryVserverForbidden

func NewPutAutoDiscoveryVserverForbidden() *PutAutoDiscoveryVserverForbidden

NewPutAutoDiscoveryVserverForbidden creates a PutAutoDiscoveryVserverForbidden with default headers values

func (*PutAutoDiscoveryVserverForbidden) Error

type PutAutoDiscoveryVserverGone

type PutAutoDiscoveryVserverGone struct {
}

PutAutoDiscoveryVserverGone handles this case with default header values.

Gone (The resource requested has been removed from our servers)

func NewPutAutoDiscoveryVserverGone

func NewPutAutoDiscoveryVserverGone() *PutAutoDiscoveryVserverGone

NewPutAutoDiscoveryVserverGone creates a PutAutoDiscoveryVserverGone with default headers values

func (*PutAutoDiscoveryVserverGone) Error

type PutAutoDiscoveryVserverInternalServerError

type PutAutoDiscoveryVserverInternalServerError struct {
}

PutAutoDiscoveryVserverInternalServerError handles this case with default header values.

Internal Server Error (Some parameter missing or issue with the server. Check with returned “msg” from the call.)

func NewPutAutoDiscoveryVserverInternalServerError

func NewPutAutoDiscoveryVserverInternalServerError() *PutAutoDiscoveryVserverInternalServerError

NewPutAutoDiscoveryVserverInternalServerError creates a PutAutoDiscoveryVserverInternalServerError with default headers values

func (*PutAutoDiscoveryVserverInternalServerError) Error

type PutAutoDiscoveryVserverMethodNotAllowed

type PutAutoDiscoveryVserverMethodNotAllowed struct {
}

PutAutoDiscoveryVserverMethodNotAllowed handles this case with default header values.

Method Not Allowed (You tried to access a resource with an invalid method)

func NewPutAutoDiscoveryVserverMethodNotAllowed

func NewPutAutoDiscoveryVserverMethodNotAllowed() *PutAutoDiscoveryVserverMethodNotAllowed

NewPutAutoDiscoveryVserverMethodNotAllowed creates a PutAutoDiscoveryVserverMethodNotAllowed with default headers values

func (*PutAutoDiscoveryVserverMethodNotAllowed) Error

type PutAutoDiscoveryVserverNotFound

type PutAutoDiscoveryVserverNotFound struct {
}

PutAutoDiscoveryVserverNotFound handles this case with default header values.

Not Found (The specified resource could not be found)

func NewPutAutoDiscoveryVserverNotFound

func NewPutAutoDiscoveryVserverNotFound() *PutAutoDiscoveryVserverNotFound

NewPutAutoDiscoveryVserverNotFound creates a PutAutoDiscoveryVserverNotFound with default headers values

func (*PutAutoDiscoveryVserverNotFound) Error

type PutAutoDiscoveryVserverOK

type PutAutoDiscoveryVserverOK struct {
	Payload *PutAutoDiscoveryVserverOKBody
}

PutAutoDiscoveryVserverOK handles this case with default header values.

The above command returns results like this:

func NewPutAutoDiscoveryVserverOK

func NewPutAutoDiscoveryVserverOK() *PutAutoDiscoveryVserverOK

NewPutAutoDiscoveryVserverOK creates a PutAutoDiscoveryVserverOK with default headers values

func (*PutAutoDiscoveryVserverOK) Error

func (o *PutAutoDiscoveryVserverOK) Error() string

func (*PutAutoDiscoveryVserverOK) GetPayload

type PutAutoDiscoveryVserverOKBody

type PutAutoDiscoveryVserverOKBody struct {

	// code
	Code interface{} `json:"code,omitempty"`

	// msg
	Msg interface{} `json:"msg,omitempty"`
}

PutAutoDiscoveryVserverOKBody put auto discovery vserver o k body swagger:model PutAutoDiscoveryVserverOKBody

func (*PutAutoDiscoveryVserverOKBody) MarshalBinary

func (o *PutAutoDiscoveryVserverOKBody) MarshalBinary() ([]byte, error)

MarshalBinary interface implementation

func (*PutAutoDiscoveryVserverOKBody) UnmarshalBinary

func (o *PutAutoDiscoveryVserverOKBody) UnmarshalBinary(b []byte) error

UnmarshalBinary interface implementation

func (*PutAutoDiscoveryVserverOKBody) Validate

func (o *PutAutoDiscoveryVserverOKBody) Validate(formats strfmt.Registry) error

Validate validates this put auto discovery vserver o k body

type PutAutoDiscoveryVserverParams

type PutAutoDiscoveryVserverParams struct {

	/*JobID
	  D42 ID for the job - required if no name

	*/
	JobID *string
	/*Name
	  name of the job - required if no job_id

	*/
	Name *string
	/*Run
	  yes to start

	*/
	Run string

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

PutAutoDiscoveryVserverParams contains all the parameters to send to the API endpoint for the put auto discovery vserver operation typically these are written to a http.Request

func NewPutAutoDiscoveryVserverParams

func NewPutAutoDiscoveryVserverParams() *PutAutoDiscoveryVserverParams

NewPutAutoDiscoveryVserverParams creates a new PutAutoDiscoveryVserverParams object with the default values initialized.

func NewPutAutoDiscoveryVserverParamsWithContext

func NewPutAutoDiscoveryVserverParamsWithContext(ctx context.Context) *PutAutoDiscoveryVserverParams

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

func NewPutAutoDiscoveryVserverParamsWithHTTPClient

func NewPutAutoDiscoveryVserverParamsWithHTTPClient(client *http.Client) *PutAutoDiscoveryVserverParams

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

func NewPutAutoDiscoveryVserverParamsWithTimeout

func NewPutAutoDiscoveryVserverParamsWithTimeout(timeout time.Duration) *PutAutoDiscoveryVserverParams

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

func (*PutAutoDiscoveryVserverParams) SetContext

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

SetContext adds the context to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) SetJobID

func (o *PutAutoDiscoveryVserverParams) SetJobID(jobID *string)

SetJobID adds the jobId to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) SetName

func (o *PutAutoDiscoveryVserverParams) SetName(name *string)

SetName adds the name to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) SetRun

func (o *PutAutoDiscoveryVserverParams) SetRun(run string)

SetRun adds the run to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) SetTimeout

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

SetTimeout adds the timeout to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) WithContext

WithContext adds the context to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) WithJobID

WithJobID adds the jobID to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) WithName

WithName adds the name to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) WithRun

WithRun adds the run to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) WithTimeout

WithTimeout adds the timeout to the put auto discovery vserver params

func (*PutAutoDiscoveryVserverParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type PutAutoDiscoveryVserverReader

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

PutAutoDiscoveryVserverReader is a Reader for the PutAutoDiscoveryVserver structure.

func (*PutAutoDiscoveryVserverReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type PutAutoDiscoveryVserverServiceUnavailable

type PutAutoDiscoveryVserverServiceUnavailable struct {
}

PutAutoDiscoveryVserverServiceUnavailable handles this case with default header values.

Service Unavailable (Please check if your Device42 instance is working normally.)

func NewPutAutoDiscoveryVserverServiceUnavailable

func NewPutAutoDiscoveryVserverServiceUnavailable() *PutAutoDiscoveryVserverServiceUnavailable

NewPutAutoDiscoveryVserverServiceUnavailable creates a PutAutoDiscoveryVserverServiceUnavailable with default headers values

func (*PutAutoDiscoveryVserverServiceUnavailable) Error

type PutAutoDiscoveryVserverUnauthorized

type PutAutoDiscoveryVserverUnauthorized struct {
}

PutAutoDiscoveryVserverUnauthorized handles this case with default header values.

Unauthorized (Your credentials suck)

func NewPutAutoDiscoveryVserverUnauthorized

func NewPutAutoDiscoveryVserverUnauthorized() *PutAutoDiscoveryVserverUnauthorized

NewPutAutoDiscoveryVserverUnauthorized creates a PutAutoDiscoveryVserverUnauthorized with default headers values

func (*PutAutoDiscoveryVserverUnauthorized) Error

Source Files

Jump to

Keyboard shortcuts

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