network_address_groups

package
v1.8.0-beta4 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for network address groups API

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) V1NetworkAddressGroupsGet

func (a *Client) V1NetworkAddressGroupsGet(params *V1NetworkAddressGroupsGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworkAddressGroupsGetOK, error)

V1NetworkAddressGroupsGet gets the list of network address groups for a workspace

func (*Client) V1NetworkAddressGroupsIDDelete

func (a *Client) V1NetworkAddressGroupsIDDelete(params *V1NetworkAddressGroupsIDDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworkAddressGroupsIDDeleteOK, error)

V1NetworkAddressGroupsIDDelete deletes a network address group from a workspace

func (*Client) V1NetworkAddressGroupsIDGet

func (a *Client) V1NetworkAddressGroupsIDGet(params *V1NetworkAddressGroupsIDGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworkAddressGroupsIDGetOK, error)

V1NetworkAddressGroupsIDGet gets the detail of a network address group

func (*Client) V1NetworkAddressGroupsIDPut

func (a *Client) V1NetworkAddressGroupsIDPut(params *V1NetworkAddressGroupsIDPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworkAddressGroupsIDPutOK, error)

V1NetworkAddressGroupsIDPut updates a network address group

func (*Client) V1NetworkAddressGroupsMembersDelete

func (a *Client) V1NetworkAddressGroupsMembersDelete(params *V1NetworkAddressGroupsMembersDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworkAddressGroupsMembersDeleteOK, error)

V1NetworkAddressGroupsMembersDelete deletes the member from a network address group

func (*Client) V1NetworkAddressGroupsMembersPost

func (a *Client) V1NetworkAddressGroupsMembersPost(params *V1NetworkAddressGroupsMembersPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworkAddressGroupsMembersPostOK, error)

V1NetworkAddressGroupsMembersPost adds a member to a network address group

func (*Client) V1NetworkAddressGroupsPost

V1NetworkAddressGroupsPost creates a new network address group

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption may be used to customize the behavior of Client methods.

type ClientService

ClientService is the interface for Client methods

func New

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

New creates a new network address groups API client.

func NewClientWithBasicAuth

func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService

New creates a new network address groups API client with basic auth credentials. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - user: user for basic authentication header. - password: password for basic authentication header.

func NewClientWithBearerToken

func NewClientWithBearerToken(host, basePath, scheme, bearerToken string) ClientService

New creates a new network address groups API client with a bearer token for authentication. It takes the following parameters: - host: http host (github.com). - basePath: any base path for the API client ("/v1", "/v3"). - scheme: http scheme ("http", "https"). - bearerToken: bearer token for Bearer authentication header.

type V1NetworkAddressGroupsGetBadRequest

type V1NetworkAddressGroupsGetBadRequest struct {
	Payload *models.Error
}

V1NetworkAddressGroupsGetBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewV1NetworkAddressGroupsGetBadRequest

func NewV1NetworkAddressGroupsGetBadRequest() *V1NetworkAddressGroupsGetBadRequest

NewV1NetworkAddressGroupsGetBadRequest creates a V1NetworkAddressGroupsGetBadRequest with default headers values

func (*V1NetworkAddressGroupsGetBadRequest) Code

Code gets the status code for the v1 network address groups get bad request response

func (*V1NetworkAddressGroupsGetBadRequest) Error

func (*V1NetworkAddressGroupsGetBadRequest) GetPayload

func (*V1NetworkAddressGroupsGetBadRequest) IsClientError

func (o *V1NetworkAddressGroupsGetBadRequest) IsClientError() bool

IsClientError returns true when this v1 network address groups get bad request response has a 4xx status code

func (*V1NetworkAddressGroupsGetBadRequest) IsCode

IsCode returns true when this v1 network address groups get bad request response a status code equal to that given

func (*V1NetworkAddressGroupsGetBadRequest) IsRedirect

func (o *V1NetworkAddressGroupsGetBadRequest) IsRedirect() bool

IsRedirect returns true when this v1 network address groups get bad request response has a 3xx status code

func (*V1NetworkAddressGroupsGetBadRequest) IsServerError

func (o *V1NetworkAddressGroupsGetBadRequest) IsServerError() bool

IsServerError returns true when this v1 network address groups get bad request response has a 5xx status code

func (*V1NetworkAddressGroupsGetBadRequest) IsSuccess

IsSuccess returns true when this v1 network address groups get bad request response has a 2xx status code

func (*V1NetworkAddressGroupsGetBadRequest) String

type V1NetworkAddressGroupsGetForbidden

type V1NetworkAddressGroupsGetForbidden struct {
	Payload *models.Error
}

V1NetworkAddressGroupsGetForbidden describes a response with status code 403, with default header values.

Forbidden

func NewV1NetworkAddressGroupsGetForbidden

func NewV1NetworkAddressGroupsGetForbidden() *V1NetworkAddressGroupsGetForbidden

NewV1NetworkAddressGroupsGetForbidden creates a V1NetworkAddressGroupsGetForbidden with default headers values

func (*V1NetworkAddressGroupsGetForbidden) Code

Code gets the status code for the v1 network address groups get forbidden response

func (*V1NetworkAddressGroupsGetForbidden) Error

func (*V1NetworkAddressGroupsGetForbidden) GetPayload

func (*V1NetworkAddressGroupsGetForbidden) IsClientError

func (o *V1NetworkAddressGroupsGetForbidden) IsClientError() bool

IsClientError returns true when this v1 network address groups get forbidden response has a 4xx status code

func (*V1NetworkAddressGroupsGetForbidden) IsCode

IsCode returns true when this v1 network address groups get forbidden response a status code equal to that given

func (*V1NetworkAddressGroupsGetForbidden) IsRedirect

func (o *V1NetworkAddressGroupsGetForbidden) IsRedirect() bool

IsRedirect returns true when this v1 network address groups get forbidden response has a 3xx status code

func (*V1NetworkAddressGroupsGetForbidden) IsServerError

func (o *V1NetworkAddressGroupsGetForbidden) IsServerError() bool

IsServerError returns true when this v1 network address groups get forbidden response has a 5xx status code

func (*V1NetworkAddressGroupsGetForbidden) IsSuccess

IsSuccess returns true when this v1 network address groups get forbidden response has a 2xx status code

func (*V1NetworkAddressGroupsGetForbidden) String

type V1NetworkAddressGroupsGetInternalServerError

type V1NetworkAddressGroupsGetInternalServerError struct {
	Payload *models.Error
}

V1NetworkAddressGroupsGetInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewV1NetworkAddressGroupsGetInternalServerError

func NewV1NetworkAddressGroupsGetInternalServerError() *V1NetworkAddressGroupsGetInternalServerError

NewV1NetworkAddressGroupsGetInternalServerError creates a V1NetworkAddressGroupsGetInternalServerError with default headers values

func (*V1NetworkAddressGroupsGetInternalServerError) Code

Code gets the status code for the v1 network address groups get internal server error response

func (*V1NetworkAddressGroupsGetInternalServerError) Error

func (*V1NetworkAddressGroupsGetInternalServerError) GetPayload

func (*V1NetworkAddressGroupsGetInternalServerError) IsClientError

IsClientError returns true when this v1 network address groups get internal server error response has a 4xx status code

func (*V1NetworkAddressGroupsGetInternalServerError) IsCode

IsCode returns true when this v1 network address groups get internal server error response a status code equal to that given

func (*V1NetworkAddressGroupsGetInternalServerError) IsRedirect

IsRedirect returns true when this v1 network address groups get internal server error response has a 3xx status code

func (*V1NetworkAddressGroupsGetInternalServerError) IsServerError

IsServerError returns true when this v1 network address groups get internal server error response has a 5xx status code

func (*V1NetworkAddressGroupsGetInternalServerError) IsSuccess

IsSuccess returns true when this v1 network address groups get internal server error response has a 2xx status code

func (*V1NetworkAddressGroupsGetInternalServerError) String

type V1NetworkAddressGroupsGetNotFound

type V1NetworkAddressGroupsGetNotFound struct {
	Payload *models.Error
}

V1NetworkAddressGroupsGetNotFound describes a response with status code 404, with default header values.

Not Found

func NewV1NetworkAddressGroupsGetNotFound

func NewV1NetworkAddressGroupsGetNotFound() *V1NetworkAddressGroupsGetNotFound

NewV1NetworkAddressGroupsGetNotFound creates a V1NetworkAddressGroupsGetNotFound with default headers values

func (*V1NetworkAddressGroupsGetNotFound) Code

Code gets the status code for the v1 network address groups get not found response

func (*V1NetworkAddressGroupsGetNotFound) Error

func (*V1NetworkAddressGroupsGetNotFound) GetPayload

func (*V1NetworkAddressGroupsGetNotFound) IsClientError

func (o *V1NetworkAddressGroupsGetNotFound) IsClientError() bool

IsClientError returns true when this v1 network address groups get not found response has a 4xx status code

func (*V1NetworkAddressGroupsGetNotFound) IsCode

func (o *V1NetworkAddressGroupsGetNotFound) IsCode(code int) bool

IsCode returns true when this v1 network address groups get not found response a status code equal to that given

func (*V1NetworkAddressGroupsGetNotFound) IsRedirect

func (o *V1NetworkAddressGroupsGetNotFound) IsRedirect() bool

IsRedirect returns true when this v1 network address groups get not found response has a 3xx status code

func (*V1NetworkAddressGroupsGetNotFound) IsServerError

func (o *V1NetworkAddressGroupsGetNotFound) IsServerError() bool

IsServerError returns true when this v1 network address groups get not found response has a 5xx status code

func (*V1NetworkAddressGroupsGetNotFound) IsSuccess

func (o *V1NetworkAddressGroupsGetNotFound) IsSuccess() bool

IsSuccess returns true when this v1 network address groups get not found response has a 2xx status code

func (*V1NetworkAddressGroupsGetNotFound) String

type V1NetworkAddressGroupsGetOK

type V1NetworkAddressGroupsGetOK struct {
	Payload *models.NetworkAddressGroups
}

V1NetworkAddressGroupsGetOK describes a response with status code 200, with default header values.

OK

func NewV1NetworkAddressGroupsGetOK

func NewV1NetworkAddressGroupsGetOK() *V1NetworkAddressGroupsGetOK

NewV1NetworkAddressGroupsGetOK creates a V1NetworkAddressGroupsGetOK with default headers values

func (*V1NetworkAddressGroupsGetOK) Code

func (o *V1NetworkAddressGroupsGetOK) Code() int

Code gets the status code for the v1 network address groups get o k response

func (*V1NetworkAddressGroupsGetOK) Error

func (*V1NetworkAddressGroupsGetOK) GetPayload

func (*V1NetworkAddressGroupsGetOK) IsClientError

func (o *V1NetworkAddressGroupsGetOK) IsClientError() bool

IsClientError returns true when this v1 network address groups get o k response has a 4xx status code

func (*V1NetworkAddressGroupsGetOK) IsCode

func (o *V1NetworkAddressGroupsGetOK) IsCode(code int) bool

IsCode returns true when this v1 network address groups get o k response a status code equal to that given

func (*V1NetworkAddressGroupsGetOK) IsRedirect

func (o *V1NetworkAddressGroupsGetOK) IsRedirect() bool

IsRedirect returns true when this v1 network address groups get o k response has a 3xx status code

func (*V1NetworkAddressGroupsGetOK) IsServerError

func (o *V1NetworkAddressGroupsGetOK) IsServerError() bool

IsServerError returns true when this v1 network address groups get o k response has a 5xx status code

func (*V1NetworkAddressGroupsGetOK) IsSuccess

func (o *V1NetworkAddressGroupsGetOK) IsSuccess() bool

IsSuccess returns true when this v1 network address groups get o k response has a 2xx status code

func (*V1NetworkAddressGroupsGetOK) String

func (o *V1NetworkAddressGroupsGetOK) String() string

type V1NetworkAddressGroupsGetParams

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

V1NetworkAddressGroupsGetParams contains all the parameters to send to the API endpoint

for the v1 network address groups get operation.

Typically these are written to a http.Request.

func NewV1NetworkAddressGroupsGetParams

func NewV1NetworkAddressGroupsGetParams() *V1NetworkAddressGroupsGetParams

NewV1NetworkAddressGroupsGetParams creates a new V1NetworkAddressGroupsGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewV1NetworkAddressGroupsGetParamsWithContext

func NewV1NetworkAddressGroupsGetParamsWithContext(ctx context.Context) *V1NetworkAddressGroupsGetParams

NewV1NetworkAddressGroupsGetParamsWithContext creates a new V1NetworkAddressGroupsGetParams object with the ability to set a context for a request.

func NewV1NetworkAddressGroupsGetParamsWithHTTPClient

func NewV1NetworkAddressGroupsGetParamsWithHTTPClient(client *http.Client) *V1NetworkAddressGroupsGetParams

NewV1NetworkAddressGroupsGetParamsWithHTTPClient creates a new V1NetworkAddressGroupsGetParams object with the ability to set a custom HTTPClient for a request.

func NewV1NetworkAddressGroupsGetParamsWithTimeout

func NewV1NetworkAddressGroupsGetParamsWithTimeout(timeout time.Duration) *V1NetworkAddressGroupsGetParams

NewV1NetworkAddressGroupsGetParamsWithTimeout creates a new V1NetworkAddressGroupsGetParams object with the ability to set a timeout on a request.

func (*V1NetworkAddressGroupsGetParams) SetContext

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

SetContext adds the context to the v1 network address groups get params

func (*V1NetworkAddressGroupsGetParams) SetDefaults

func (o *V1NetworkAddressGroupsGetParams) SetDefaults()

SetDefaults hydrates default values in the v1 network address groups get params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the v1 network address groups get params

func (*V1NetworkAddressGroupsGetParams) SetTimeout

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

SetTimeout adds the timeout to the v1 network address groups get params

func (*V1NetworkAddressGroupsGetParams) WithContext

WithContext adds the context to the v1 network address groups get params

func (*V1NetworkAddressGroupsGetParams) WithDefaults

WithDefaults hydrates default values in the v1 network address groups get params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v1 network address groups get params

func (*V1NetworkAddressGroupsGetParams) WithTimeout

WithTimeout adds the timeout to the v1 network address groups get params

func (*V1NetworkAddressGroupsGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type V1NetworkAddressGroupsGetReader

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

V1NetworkAddressGroupsGetReader is a Reader for the V1NetworkAddressGroupsGet structure.

func (*V1NetworkAddressGroupsGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type V1NetworkAddressGroupsGetUnauthorized

type V1NetworkAddressGroupsGetUnauthorized struct {
	Payload *models.Error
}

V1NetworkAddressGroupsGetUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewV1NetworkAddressGroupsGetUnauthorized

func NewV1NetworkAddressGroupsGetUnauthorized() *V1NetworkAddressGroupsGetUnauthorized

NewV1NetworkAddressGroupsGetUnauthorized creates a V1NetworkAddressGroupsGetUnauthorized with default headers values

func (*V1NetworkAddressGroupsGetUnauthorized) Code

Code gets the status code for the v1 network address groups get unauthorized response

func (*V1NetworkAddressGroupsGetUnauthorized) Error

func (*V1NetworkAddressGroupsGetUnauthorized) GetPayload

func (*V1NetworkAddressGroupsGetUnauthorized) IsClientError

func (o *V1NetworkAddressGroupsGetUnauthorized) IsClientError() bool

IsClientError returns true when this v1 network address groups get unauthorized response has a 4xx status code

func (*V1NetworkAddressGroupsGetUnauthorized) IsCode

IsCode returns true when this v1 network address groups get unauthorized response a status code equal to that given

func (*V1NetworkAddressGroupsGetUnauthorized) IsRedirect

IsRedirect returns true when this v1 network address groups get unauthorized response has a 3xx status code

func (*V1NetworkAddressGroupsGetUnauthorized) IsServerError

func (o *V1NetworkAddressGroupsGetUnauthorized) IsServerError() bool

IsServerError returns true when this v1 network address groups get unauthorized response has a 5xx status code

func (*V1NetworkAddressGroupsGetUnauthorized) IsSuccess

IsSuccess returns true when this v1 network address groups get unauthorized response has a 2xx status code

func (*V1NetworkAddressGroupsGetUnauthorized) String

type V1NetworkAddressGroupsIDDeleteBadRequest

type V1NetworkAddressGroupsIDDeleteBadRequest struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDDeleteBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewV1NetworkAddressGroupsIDDeleteBadRequest

func NewV1NetworkAddressGroupsIDDeleteBadRequest() *V1NetworkAddressGroupsIDDeleteBadRequest

NewV1NetworkAddressGroupsIDDeleteBadRequest creates a V1NetworkAddressGroupsIDDeleteBadRequest with default headers values

func (*V1NetworkAddressGroupsIDDeleteBadRequest) Code

Code gets the status code for the v1 network address groups Id delete bad request response

func (*V1NetworkAddressGroupsIDDeleteBadRequest) Error

func (*V1NetworkAddressGroupsIDDeleteBadRequest) GetPayload

func (*V1NetworkAddressGroupsIDDeleteBadRequest) IsClientError

IsClientError returns true when this v1 network address groups Id delete bad request response has a 4xx status code

func (*V1NetworkAddressGroupsIDDeleteBadRequest) IsCode

IsCode returns true when this v1 network address groups Id delete bad request response a status code equal to that given

func (*V1NetworkAddressGroupsIDDeleteBadRequest) IsRedirect

IsRedirect returns true when this v1 network address groups Id delete bad request response has a 3xx status code

func (*V1NetworkAddressGroupsIDDeleteBadRequest) IsServerError

IsServerError returns true when this v1 network address groups Id delete bad request response has a 5xx status code

func (*V1NetworkAddressGroupsIDDeleteBadRequest) IsSuccess

IsSuccess returns true when this v1 network address groups Id delete bad request response has a 2xx status code

func (*V1NetworkAddressGroupsIDDeleteBadRequest) String

type V1NetworkAddressGroupsIDDeleteConflict

type V1NetworkAddressGroupsIDDeleteConflict struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDDeleteConflict describes a response with status code 409, with default header values.

Conflict

func NewV1NetworkAddressGroupsIDDeleteConflict

func NewV1NetworkAddressGroupsIDDeleteConflict() *V1NetworkAddressGroupsIDDeleteConflict

NewV1NetworkAddressGroupsIDDeleteConflict creates a V1NetworkAddressGroupsIDDeleteConflict with default headers values

func (*V1NetworkAddressGroupsIDDeleteConflict) Code

Code gets the status code for the v1 network address groups Id delete conflict response

func (*V1NetworkAddressGroupsIDDeleteConflict) Error

func (*V1NetworkAddressGroupsIDDeleteConflict) GetPayload

func (*V1NetworkAddressGroupsIDDeleteConflict) IsClientError

func (o *V1NetworkAddressGroupsIDDeleteConflict) IsClientError() bool

IsClientError returns true when this v1 network address groups Id delete conflict response has a 4xx status code

func (*V1NetworkAddressGroupsIDDeleteConflict) IsCode

IsCode returns true when this v1 network address groups Id delete conflict response a status code equal to that given

func (*V1NetworkAddressGroupsIDDeleteConflict) IsRedirect

IsRedirect returns true when this v1 network address groups Id delete conflict response has a 3xx status code

func (*V1NetworkAddressGroupsIDDeleteConflict) IsServerError

func (o *V1NetworkAddressGroupsIDDeleteConflict) IsServerError() bool

IsServerError returns true when this v1 network address groups Id delete conflict response has a 5xx status code

func (*V1NetworkAddressGroupsIDDeleteConflict) IsSuccess

IsSuccess returns true when this v1 network address groups Id delete conflict response has a 2xx status code

func (*V1NetworkAddressGroupsIDDeleteConflict) String

type V1NetworkAddressGroupsIDDeleteForbidden

type V1NetworkAddressGroupsIDDeleteForbidden struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDDeleteForbidden describes a response with status code 403, with default header values.

Forbidden

func NewV1NetworkAddressGroupsIDDeleteForbidden

func NewV1NetworkAddressGroupsIDDeleteForbidden() *V1NetworkAddressGroupsIDDeleteForbidden

NewV1NetworkAddressGroupsIDDeleteForbidden creates a V1NetworkAddressGroupsIDDeleteForbidden with default headers values

func (*V1NetworkAddressGroupsIDDeleteForbidden) Code

Code gets the status code for the v1 network address groups Id delete forbidden response

func (*V1NetworkAddressGroupsIDDeleteForbidden) Error

func (*V1NetworkAddressGroupsIDDeleteForbidden) GetPayload

func (*V1NetworkAddressGroupsIDDeleteForbidden) IsClientError

func (o *V1NetworkAddressGroupsIDDeleteForbidden) IsClientError() bool

IsClientError returns true when this v1 network address groups Id delete forbidden response has a 4xx status code

func (*V1NetworkAddressGroupsIDDeleteForbidden) IsCode

IsCode returns true when this v1 network address groups Id delete forbidden response a status code equal to that given

func (*V1NetworkAddressGroupsIDDeleteForbidden) IsRedirect

IsRedirect returns true when this v1 network address groups Id delete forbidden response has a 3xx status code

func (*V1NetworkAddressGroupsIDDeleteForbidden) IsServerError

func (o *V1NetworkAddressGroupsIDDeleteForbidden) IsServerError() bool

IsServerError returns true when this v1 network address groups Id delete forbidden response has a 5xx status code

func (*V1NetworkAddressGroupsIDDeleteForbidden) IsSuccess

IsSuccess returns true when this v1 network address groups Id delete forbidden response has a 2xx status code

func (*V1NetworkAddressGroupsIDDeleteForbidden) String

type V1NetworkAddressGroupsIDDeleteInternalServerError

type V1NetworkAddressGroupsIDDeleteInternalServerError struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDDeleteInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewV1NetworkAddressGroupsIDDeleteInternalServerError

func NewV1NetworkAddressGroupsIDDeleteInternalServerError() *V1NetworkAddressGroupsIDDeleteInternalServerError

NewV1NetworkAddressGroupsIDDeleteInternalServerError creates a V1NetworkAddressGroupsIDDeleteInternalServerError with default headers values

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) Code

Code gets the status code for the v1 network address groups Id delete internal server error response

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) Error

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) GetPayload

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) IsClientError

IsClientError returns true when this v1 network address groups Id delete internal server error response has a 4xx status code

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) IsCode

IsCode returns true when this v1 network address groups Id delete internal server error response a status code equal to that given

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) IsRedirect

IsRedirect returns true when this v1 network address groups Id delete internal server error response has a 3xx status code

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) IsServerError

IsServerError returns true when this v1 network address groups Id delete internal server error response has a 5xx status code

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) IsSuccess

IsSuccess returns true when this v1 network address groups Id delete internal server error response has a 2xx status code

func (*V1NetworkAddressGroupsIDDeleteInternalServerError) String

type V1NetworkAddressGroupsIDDeleteNotFound

type V1NetworkAddressGroupsIDDeleteNotFound struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDDeleteNotFound describes a response with status code 404, with default header values.

Not Found

func NewV1NetworkAddressGroupsIDDeleteNotFound

func NewV1NetworkAddressGroupsIDDeleteNotFound() *V1NetworkAddressGroupsIDDeleteNotFound

NewV1NetworkAddressGroupsIDDeleteNotFound creates a V1NetworkAddressGroupsIDDeleteNotFound with default headers values

func (*V1NetworkAddressGroupsIDDeleteNotFound) Code

Code gets the status code for the v1 network address groups Id delete not found response

func (*V1NetworkAddressGroupsIDDeleteNotFound) Error

func (*V1NetworkAddressGroupsIDDeleteNotFound) GetPayload

func (*V1NetworkAddressGroupsIDDeleteNotFound) IsClientError

func (o *V1NetworkAddressGroupsIDDeleteNotFound) IsClientError() bool

IsClientError returns true when this v1 network address groups Id delete not found response has a 4xx status code

func (*V1NetworkAddressGroupsIDDeleteNotFound) IsCode

IsCode returns true when this v1 network address groups Id delete not found response a status code equal to that given

func (*V1NetworkAddressGroupsIDDeleteNotFound) IsRedirect

IsRedirect returns true when this v1 network address groups Id delete not found response has a 3xx status code

func (*V1NetworkAddressGroupsIDDeleteNotFound) IsServerError

func (o *V1NetworkAddressGroupsIDDeleteNotFound) IsServerError() bool

IsServerError returns true when this v1 network address groups Id delete not found response has a 5xx status code

func (*V1NetworkAddressGroupsIDDeleteNotFound) IsSuccess

IsSuccess returns true when this v1 network address groups Id delete not found response has a 2xx status code

func (*V1NetworkAddressGroupsIDDeleteNotFound) String

type V1NetworkAddressGroupsIDDeleteOK

type V1NetworkAddressGroupsIDDeleteOK struct {
	Payload models.Object
}

V1NetworkAddressGroupsIDDeleteOK describes a response with status code 200, with default header values.

OK

func NewV1NetworkAddressGroupsIDDeleteOK

func NewV1NetworkAddressGroupsIDDeleteOK() *V1NetworkAddressGroupsIDDeleteOK

NewV1NetworkAddressGroupsIDDeleteOK creates a V1NetworkAddressGroupsIDDeleteOK with default headers values

func (*V1NetworkAddressGroupsIDDeleteOK) Code

Code gets the status code for the v1 network address groups Id delete o k response

func (*V1NetworkAddressGroupsIDDeleteOK) Error

func (*V1NetworkAddressGroupsIDDeleteOK) GetPayload

func (*V1NetworkAddressGroupsIDDeleteOK) IsClientError

func (o *V1NetworkAddressGroupsIDDeleteOK) IsClientError() bool

IsClientError returns true when this v1 network address groups Id delete o k response has a 4xx status code

func (*V1NetworkAddressGroupsIDDeleteOK) IsCode

func (o *V1NetworkAddressGroupsIDDeleteOK) IsCode(code int) bool

IsCode returns true when this v1 network address groups Id delete o k response a status code equal to that given

func (*V1NetworkAddressGroupsIDDeleteOK) IsRedirect

func (o *V1NetworkAddressGroupsIDDeleteOK) IsRedirect() bool

IsRedirect returns true when this v1 network address groups Id delete o k response has a 3xx status code

func (*V1NetworkAddressGroupsIDDeleteOK) IsServerError

func (o *V1NetworkAddressGroupsIDDeleteOK) IsServerError() bool

IsServerError returns true when this v1 network address groups Id delete o k response has a 5xx status code

func (*V1NetworkAddressGroupsIDDeleteOK) IsSuccess

func (o *V1NetworkAddressGroupsIDDeleteOK) IsSuccess() bool

IsSuccess returns true when this v1 network address groups Id delete o k response has a 2xx status code

func (*V1NetworkAddressGroupsIDDeleteOK) String

type V1NetworkAddressGroupsIDDeleteParams

type V1NetworkAddressGroupsIDDeleteParams struct {

	/* NetworkAddressGroupID.

	   Network Address Group ID
	*/
	NetworkAddressGroupID string

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

V1NetworkAddressGroupsIDDeleteParams contains all the parameters to send to the API endpoint

for the v1 network address groups id delete operation.

Typically these are written to a http.Request.

func NewV1NetworkAddressGroupsIDDeleteParams

func NewV1NetworkAddressGroupsIDDeleteParams() *V1NetworkAddressGroupsIDDeleteParams

NewV1NetworkAddressGroupsIDDeleteParams creates a new V1NetworkAddressGroupsIDDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewV1NetworkAddressGroupsIDDeleteParamsWithContext

func NewV1NetworkAddressGroupsIDDeleteParamsWithContext(ctx context.Context) *V1NetworkAddressGroupsIDDeleteParams

NewV1NetworkAddressGroupsIDDeleteParamsWithContext creates a new V1NetworkAddressGroupsIDDeleteParams object with the ability to set a context for a request.

func NewV1NetworkAddressGroupsIDDeleteParamsWithHTTPClient

func NewV1NetworkAddressGroupsIDDeleteParamsWithHTTPClient(client *http.Client) *V1NetworkAddressGroupsIDDeleteParams

NewV1NetworkAddressGroupsIDDeleteParamsWithHTTPClient creates a new V1NetworkAddressGroupsIDDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewV1NetworkAddressGroupsIDDeleteParamsWithTimeout

func NewV1NetworkAddressGroupsIDDeleteParamsWithTimeout(timeout time.Duration) *V1NetworkAddressGroupsIDDeleteParams

NewV1NetworkAddressGroupsIDDeleteParamsWithTimeout creates a new V1NetworkAddressGroupsIDDeleteParams object with the ability to set a timeout on a request.

func (*V1NetworkAddressGroupsIDDeleteParams) SetContext

SetContext adds the context to the v1 network address groups id delete params

func (*V1NetworkAddressGroupsIDDeleteParams) SetDefaults

func (o *V1NetworkAddressGroupsIDDeleteParams) SetDefaults()

SetDefaults hydrates default values in the v1 network address groups id delete params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsIDDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the v1 network address groups id delete params

func (*V1NetworkAddressGroupsIDDeleteParams) SetNetworkAddressGroupID

func (o *V1NetworkAddressGroupsIDDeleteParams) SetNetworkAddressGroupID(networkAddressGroupID string)

SetNetworkAddressGroupID adds the networkAddressGroupId to the v1 network address groups id delete params

func (*V1NetworkAddressGroupsIDDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the v1 network address groups id delete params

func (*V1NetworkAddressGroupsIDDeleteParams) WithContext

WithContext adds the context to the v1 network address groups id delete params

func (*V1NetworkAddressGroupsIDDeleteParams) WithDefaults

WithDefaults hydrates default values in the v1 network address groups id delete params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsIDDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v1 network address groups id delete params

func (*V1NetworkAddressGroupsIDDeleteParams) WithNetworkAddressGroupID

func (o *V1NetworkAddressGroupsIDDeleteParams) WithNetworkAddressGroupID(networkAddressGroupID string) *V1NetworkAddressGroupsIDDeleteParams

WithNetworkAddressGroupID adds the networkAddressGroupID to the v1 network address groups id delete params

func (*V1NetworkAddressGroupsIDDeleteParams) WithTimeout

WithTimeout adds the timeout to the v1 network address groups id delete params

func (*V1NetworkAddressGroupsIDDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type V1NetworkAddressGroupsIDDeleteReader

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

V1NetworkAddressGroupsIDDeleteReader is a Reader for the V1NetworkAddressGroupsIDDelete structure.

func (*V1NetworkAddressGroupsIDDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type V1NetworkAddressGroupsIDDeleteUnauthorized

type V1NetworkAddressGroupsIDDeleteUnauthorized struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDDeleteUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewV1NetworkAddressGroupsIDDeleteUnauthorized

func NewV1NetworkAddressGroupsIDDeleteUnauthorized() *V1NetworkAddressGroupsIDDeleteUnauthorized

NewV1NetworkAddressGroupsIDDeleteUnauthorized creates a V1NetworkAddressGroupsIDDeleteUnauthorized with default headers values

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) Code

Code gets the status code for the v1 network address groups Id delete unauthorized response

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) Error

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) GetPayload

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) IsClientError

IsClientError returns true when this v1 network address groups Id delete unauthorized response has a 4xx status code

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) IsCode

IsCode returns true when this v1 network address groups Id delete unauthorized response a status code equal to that given

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) IsRedirect

IsRedirect returns true when this v1 network address groups Id delete unauthorized response has a 3xx status code

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) IsServerError

IsServerError returns true when this v1 network address groups Id delete unauthorized response has a 5xx status code

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) IsSuccess

IsSuccess returns true when this v1 network address groups Id delete unauthorized response has a 2xx status code

func (*V1NetworkAddressGroupsIDDeleteUnauthorized) String

type V1NetworkAddressGroupsIDGetBadRequest

type V1NetworkAddressGroupsIDGetBadRequest struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDGetBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewV1NetworkAddressGroupsIDGetBadRequest

func NewV1NetworkAddressGroupsIDGetBadRequest() *V1NetworkAddressGroupsIDGetBadRequest

NewV1NetworkAddressGroupsIDGetBadRequest creates a V1NetworkAddressGroupsIDGetBadRequest with default headers values

func (*V1NetworkAddressGroupsIDGetBadRequest) Code

Code gets the status code for the v1 network address groups Id get bad request response

func (*V1NetworkAddressGroupsIDGetBadRequest) Error

func (*V1NetworkAddressGroupsIDGetBadRequest) GetPayload

func (*V1NetworkAddressGroupsIDGetBadRequest) IsClientError

func (o *V1NetworkAddressGroupsIDGetBadRequest) IsClientError() bool

IsClientError returns true when this v1 network address groups Id get bad request response has a 4xx status code

func (*V1NetworkAddressGroupsIDGetBadRequest) IsCode

IsCode returns true when this v1 network address groups Id get bad request response a status code equal to that given

func (*V1NetworkAddressGroupsIDGetBadRequest) IsRedirect

IsRedirect returns true when this v1 network address groups Id get bad request response has a 3xx status code

func (*V1NetworkAddressGroupsIDGetBadRequest) IsServerError

func (o *V1NetworkAddressGroupsIDGetBadRequest) IsServerError() bool

IsServerError returns true when this v1 network address groups Id get bad request response has a 5xx status code

func (*V1NetworkAddressGroupsIDGetBadRequest) IsSuccess

IsSuccess returns true when this v1 network address groups Id get bad request response has a 2xx status code

func (*V1NetworkAddressGroupsIDGetBadRequest) String

type V1NetworkAddressGroupsIDGetForbidden

type V1NetworkAddressGroupsIDGetForbidden struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDGetForbidden describes a response with status code 403, with default header values.

Forbidden

func NewV1NetworkAddressGroupsIDGetForbidden

func NewV1NetworkAddressGroupsIDGetForbidden() *V1NetworkAddressGroupsIDGetForbidden

NewV1NetworkAddressGroupsIDGetForbidden creates a V1NetworkAddressGroupsIDGetForbidden with default headers values

func (*V1NetworkAddressGroupsIDGetForbidden) Code

Code gets the status code for the v1 network address groups Id get forbidden response

func (*V1NetworkAddressGroupsIDGetForbidden) Error

func (*V1NetworkAddressGroupsIDGetForbidden) GetPayload

func (*V1NetworkAddressGroupsIDGetForbidden) IsClientError

func (o *V1NetworkAddressGroupsIDGetForbidden) IsClientError() bool

IsClientError returns true when this v1 network address groups Id get forbidden response has a 4xx status code

func (*V1NetworkAddressGroupsIDGetForbidden) IsCode

IsCode returns true when this v1 network address groups Id get forbidden response a status code equal to that given

func (*V1NetworkAddressGroupsIDGetForbidden) IsRedirect

IsRedirect returns true when this v1 network address groups Id get forbidden response has a 3xx status code

func (*V1NetworkAddressGroupsIDGetForbidden) IsServerError

func (o *V1NetworkAddressGroupsIDGetForbidden) IsServerError() bool

IsServerError returns true when this v1 network address groups Id get forbidden response has a 5xx status code

func (*V1NetworkAddressGroupsIDGetForbidden) IsSuccess

IsSuccess returns true when this v1 network address groups Id get forbidden response has a 2xx status code

func (*V1NetworkAddressGroupsIDGetForbidden) String

type V1NetworkAddressGroupsIDGetInternalServerError

type V1NetworkAddressGroupsIDGetInternalServerError struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDGetInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewV1NetworkAddressGroupsIDGetInternalServerError

func NewV1NetworkAddressGroupsIDGetInternalServerError() *V1NetworkAddressGroupsIDGetInternalServerError

NewV1NetworkAddressGroupsIDGetInternalServerError creates a V1NetworkAddressGroupsIDGetInternalServerError with default headers values

func (*V1NetworkAddressGroupsIDGetInternalServerError) Code

Code gets the status code for the v1 network address groups Id get internal server error response

func (*V1NetworkAddressGroupsIDGetInternalServerError) Error

func (*V1NetworkAddressGroupsIDGetInternalServerError) GetPayload

func (*V1NetworkAddressGroupsIDGetInternalServerError) IsClientError

IsClientError returns true when this v1 network address groups Id get internal server error response has a 4xx status code

func (*V1NetworkAddressGroupsIDGetInternalServerError) IsCode

IsCode returns true when this v1 network address groups Id get internal server error response a status code equal to that given

func (*V1NetworkAddressGroupsIDGetInternalServerError) IsRedirect

IsRedirect returns true when this v1 network address groups Id get internal server error response has a 3xx status code

func (*V1NetworkAddressGroupsIDGetInternalServerError) IsServerError

IsServerError returns true when this v1 network address groups Id get internal server error response has a 5xx status code

func (*V1NetworkAddressGroupsIDGetInternalServerError) IsSuccess

IsSuccess returns true when this v1 network address groups Id get internal server error response has a 2xx status code

func (*V1NetworkAddressGroupsIDGetInternalServerError) String

type V1NetworkAddressGroupsIDGetNotFound

type V1NetworkAddressGroupsIDGetNotFound struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDGetNotFound describes a response with status code 404, with default header values.

Not Found

func NewV1NetworkAddressGroupsIDGetNotFound

func NewV1NetworkAddressGroupsIDGetNotFound() *V1NetworkAddressGroupsIDGetNotFound

NewV1NetworkAddressGroupsIDGetNotFound creates a V1NetworkAddressGroupsIDGetNotFound with default headers values

func (*V1NetworkAddressGroupsIDGetNotFound) Code

Code gets the status code for the v1 network address groups Id get not found response

func (*V1NetworkAddressGroupsIDGetNotFound) Error

func (*V1NetworkAddressGroupsIDGetNotFound) GetPayload

func (*V1NetworkAddressGroupsIDGetNotFound) IsClientError

func (o *V1NetworkAddressGroupsIDGetNotFound) IsClientError() bool

IsClientError returns true when this v1 network address groups Id get not found response has a 4xx status code

func (*V1NetworkAddressGroupsIDGetNotFound) IsCode

IsCode returns true when this v1 network address groups Id get not found response a status code equal to that given

func (*V1NetworkAddressGroupsIDGetNotFound) IsRedirect

func (o *V1NetworkAddressGroupsIDGetNotFound) IsRedirect() bool

IsRedirect returns true when this v1 network address groups Id get not found response has a 3xx status code

func (*V1NetworkAddressGroupsIDGetNotFound) IsServerError

func (o *V1NetworkAddressGroupsIDGetNotFound) IsServerError() bool

IsServerError returns true when this v1 network address groups Id get not found response has a 5xx status code

func (*V1NetworkAddressGroupsIDGetNotFound) IsSuccess

IsSuccess returns true when this v1 network address groups Id get not found response has a 2xx status code

func (*V1NetworkAddressGroupsIDGetNotFound) String

type V1NetworkAddressGroupsIDGetOK

type V1NetworkAddressGroupsIDGetOK struct {
	Payload *models.NetworkAddressGroup
}

V1NetworkAddressGroupsIDGetOK describes a response with status code 200, with default header values.

OK

func NewV1NetworkAddressGroupsIDGetOK

func NewV1NetworkAddressGroupsIDGetOK() *V1NetworkAddressGroupsIDGetOK

NewV1NetworkAddressGroupsIDGetOK creates a V1NetworkAddressGroupsIDGetOK with default headers values

func (*V1NetworkAddressGroupsIDGetOK) Code

Code gets the status code for the v1 network address groups Id get o k response

func (*V1NetworkAddressGroupsIDGetOK) Error

func (*V1NetworkAddressGroupsIDGetOK) GetPayload

func (*V1NetworkAddressGroupsIDGetOK) IsClientError

func (o *V1NetworkAddressGroupsIDGetOK) IsClientError() bool

IsClientError returns true when this v1 network address groups Id get o k response has a 4xx status code

func (*V1NetworkAddressGroupsIDGetOK) IsCode

func (o *V1NetworkAddressGroupsIDGetOK) IsCode(code int) bool

IsCode returns true when this v1 network address groups Id get o k response a status code equal to that given

func (*V1NetworkAddressGroupsIDGetOK) IsRedirect

func (o *V1NetworkAddressGroupsIDGetOK) IsRedirect() bool

IsRedirect returns true when this v1 network address groups Id get o k response has a 3xx status code

func (*V1NetworkAddressGroupsIDGetOK) IsServerError

func (o *V1NetworkAddressGroupsIDGetOK) IsServerError() bool

IsServerError returns true when this v1 network address groups Id get o k response has a 5xx status code

func (*V1NetworkAddressGroupsIDGetOK) IsSuccess

func (o *V1NetworkAddressGroupsIDGetOK) IsSuccess() bool

IsSuccess returns true when this v1 network address groups Id get o k response has a 2xx status code

func (*V1NetworkAddressGroupsIDGetOK) String

type V1NetworkAddressGroupsIDGetParams

type V1NetworkAddressGroupsIDGetParams struct {

	/* NetworkAddressGroupID.

	   Network Address Group ID
	*/
	NetworkAddressGroupID string

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

V1NetworkAddressGroupsIDGetParams contains all the parameters to send to the API endpoint

for the v1 network address groups id get operation.

Typically these are written to a http.Request.

func NewV1NetworkAddressGroupsIDGetParams

func NewV1NetworkAddressGroupsIDGetParams() *V1NetworkAddressGroupsIDGetParams

NewV1NetworkAddressGroupsIDGetParams creates a new V1NetworkAddressGroupsIDGetParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewV1NetworkAddressGroupsIDGetParamsWithContext

func NewV1NetworkAddressGroupsIDGetParamsWithContext(ctx context.Context) *V1NetworkAddressGroupsIDGetParams

NewV1NetworkAddressGroupsIDGetParamsWithContext creates a new V1NetworkAddressGroupsIDGetParams object with the ability to set a context for a request.

func NewV1NetworkAddressGroupsIDGetParamsWithHTTPClient

func NewV1NetworkAddressGroupsIDGetParamsWithHTTPClient(client *http.Client) *V1NetworkAddressGroupsIDGetParams

NewV1NetworkAddressGroupsIDGetParamsWithHTTPClient creates a new V1NetworkAddressGroupsIDGetParams object with the ability to set a custom HTTPClient for a request.

func NewV1NetworkAddressGroupsIDGetParamsWithTimeout

func NewV1NetworkAddressGroupsIDGetParamsWithTimeout(timeout time.Duration) *V1NetworkAddressGroupsIDGetParams

NewV1NetworkAddressGroupsIDGetParamsWithTimeout creates a new V1NetworkAddressGroupsIDGetParams object with the ability to set a timeout on a request.

func (*V1NetworkAddressGroupsIDGetParams) SetContext

SetContext adds the context to the v1 network address groups id get params

func (*V1NetworkAddressGroupsIDGetParams) SetDefaults

func (o *V1NetworkAddressGroupsIDGetParams) SetDefaults()

SetDefaults hydrates default values in the v1 network address groups id get params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsIDGetParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the v1 network address groups id get params

func (*V1NetworkAddressGroupsIDGetParams) SetNetworkAddressGroupID

func (o *V1NetworkAddressGroupsIDGetParams) SetNetworkAddressGroupID(networkAddressGroupID string)

SetNetworkAddressGroupID adds the networkAddressGroupId to the v1 network address groups id get params

func (*V1NetworkAddressGroupsIDGetParams) SetTimeout

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

SetTimeout adds the timeout to the v1 network address groups id get params

func (*V1NetworkAddressGroupsIDGetParams) WithContext

WithContext adds the context to the v1 network address groups id get params

func (*V1NetworkAddressGroupsIDGetParams) WithDefaults

WithDefaults hydrates default values in the v1 network address groups id get params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsIDGetParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v1 network address groups id get params

func (*V1NetworkAddressGroupsIDGetParams) WithNetworkAddressGroupID

func (o *V1NetworkAddressGroupsIDGetParams) WithNetworkAddressGroupID(networkAddressGroupID string) *V1NetworkAddressGroupsIDGetParams

WithNetworkAddressGroupID adds the networkAddressGroupID to the v1 network address groups id get params

func (*V1NetworkAddressGroupsIDGetParams) WithTimeout

WithTimeout adds the timeout to the v1 network address groups id get params

func (*V1NetworkAddressGroupsIDGetParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type V1NetworkAddressGroupsIDGetReader

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

V1NetworkAddressGroupsIDGetReader is a Reader for the V1NetworkAddressGroupsIDGet structure.

func (*V1NetworkAddressGroupsIDGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type V1NetworkAddressGroupsIDGetUnauthorized

type V1NetworkAddressGroupsIDGetUnauthorized struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDGetUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewV1NetworkAddressGroupsIDGetUnauthorized

func NewV1NetworkAddressGroupsIDGetUnauthorized() *V1NetworkAddressGroupsIDGetUnauthorized

NewV1NetworkAddressGroupsIDGetUnauthorized creates a V1NetworkAddressGroupsIDGetUnauthorized with default headers values

func (*V1NetworkAddressGroupsIDGetUnauthorized) Code

Code gets the status code for the v1 network address groups Id get unauthorized response

func (*V1NetworkAddressGroupsIDGetUnauthorized) Error

func (*V1NetworkAddressGroupsIDGetUnauthorized) GetPayload

func (*V1NetworkAddressGroupsIDGetUnauthorized) IsClientError

func (o *V1NetworkAddressGroupsIDGetUnauthorized) IsClientError() bool

IsClientError returns true when this v1 network address groups Id get unauthorized response has a 4xx status code

func (*V1NetworkAddressGroupsIDGetUnauthorized) IsCode

IsCode returns true when this v1 network address groups Id get unauthorized response a status code equal to that given

func (*V1NetworkAddressGroupsIDGetUnauthorized) IsRedirect

IsRedirect returns true when this v1 network address groups Id get unauthorized response has a 3xx status code

func (*V1NetworkAddressGroupsIDGetUnauthorized) IsServerError

func (o *V1NetworkAddressGroupsIDGetUnauthorized) IsServerError() bool

IsServerError returns true when this v1 network address groups Id get unauthorized response has a 5xx status code

func (*V1NetworkAddressGroupsIDGetUnauthorized) IsSuccess

IsSuccess returns true when this v1 network address groups Id get unauthorized response has a 2xx status code

func (*V1NetworkAddressGroupsIDGetUnauthorized) String

type V1NetworkAddressGroupsIDPutBadRequest

type V1NetworkAddressGroupsIDPutBadRequest struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDPutBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewV1NetworkAddressGroupsIDPutBadRequest

func NewV1NetworkAddressGroupsIDPutBadRequest() *V1NetworkAddressGroupsIDPutBadRequest

NewV1NetworkAddressGroupsIDPutBadRequest creates a V1NetworkAddressGroupsIDPutBadRequest with default headers values

func (*V1NetworkAddressGroupsIDPutBadRequest) Code

Code gets the status code for the v1 network address groups Id put bad request response

func (*V1NetworkAddressGroupsIDPutBadRequest) Error

func (*V1NetworkAddressGroupsIDPutBadRequest) GetPayload

func (*V1NetworkAddressGroupsIDPutBadRequest) IsClientError

func (o *V1NetworkAddressGroupsIDPutBadRequest) IsClientError() bool

IsClientError returns true when this v1 network address groups Id put bad request response has a 4xx status code

func (*V1NetworkAddressGroupsIDPutBadRequest) IsCode

IsCode returns true when this v1 network address groups Id put bad request response a status code equal to that given

func (*V1NetworkAddressGroupsIDPutBadRequest) IsRedirect

IsRedirect returns true when this v1 network address groups Id put bad request response has a 3xx status code

func (*V1NetworkAddressGroupsIDPutBadRequest) IsServerError

func (o *V1NetworkAddressGroupsIDPutBadRequest) IsServerError() bool

IsServerError returns true when this v1 network address groups Id put bad request response has a 5xx status code

func (*V1NetworkAddressGroupsIDPutBadRequest) IsSuccess

IsSuccess returns true when this v1 network address groups Id put bad request response has a 2xx status code

func (*V1NetworkAddressGroupsIDPutBadRequest) String

type V1NetworkAddressGroupsIDPutForbidden

type V1NetworkAddressGroupsIDPutForbidden struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDPutForbidden describes a response with status code 403, with default header values.

Forbidden

func NewV1NetworkAddressGroupsIDPutForbidden

func NewV1NetworkAddressGroupsIDPutForbidden() *V1NetworkAddressGroupsIDPutForbidden

NewV1NetworkAddressGroupsIDPutForbidden creates a V1NetworkAddressGroupsIDPutForbidden with default headers values

func (*V1NetworkAddressGroupsIDPutForbidden) Code

Code gets the status code for the v1 network address groups Id put forbidden response

func (*V1NetworkAddressGroupsIDPutForbidden) Error

func (*V1NetworkAddressGroupsIDPutForbidden) GetPayload

func (*V1NetworkAddressGroupsIDPutForbidden) IsClientError

func (o *V1NetworkAddressGroupsIDPutForbidden) IsClientError() bool

IsClientError returns true when this v1 network address groups Id put forbidden response has a 4xx status code

func (*V1NetworkAddressGroupsIDPutForbidden) IsCode

IsCode returns true when this v1 network address groups Id put forbidden response a status code equal to that given

func (*V1NetworkAddressGroupsIDPutForbidden) IsRedirect

IsRedirect returns true when this v1 network address groups Id put forbidden response has a 3xx status code

func (*V1NetworkAddressGroupsIDPutForbidden) IsServerError

func (o *V1NetworkAddressGroupsIDPutForbidden) IsServerError() bool

IsServerError returns true when this v1 network address groups Id put forbidden response has a 5xx status code

func (*V1NetworkAddressGroupsIDPutForbidden) IsSuccess

IsSuccess returns true when this v1 network address groups Id put forbidden response has a 2xx status code

func (*V1NetworkAddressGroupsIDPutForbidden) String

type V1NetworkAddressGroupsIDPutInternalServerError

type V1NetworkAddressGroupsIDPutInternalServerError struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDPutInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewV1NetworkAddressGroupsIDPutInternalServerError

func NewV1NetworkAddressGroupsIDPutInternalServerError() *V1NetworkAddressGroupsIDPutInternalServerError

NewV1NetworkAddressGroupsIDPutInternalServerError creates a V1NetworkAddressGroupsIDPutInternalServerError with default headers values

func (*V1NetworkAddressGroupsIDPutInternalServerError) Code

Code gets the status code for the v1 network address groups Id put internal server error response

func (*V1NetworkAddressGroupsIDPutInternalServerError) Error

func (*V1NetworkAddressGroupsIDPutInternalServerError) GetPayload

func (*V1NetworkAddressGroupsIDPutInternalServerError) IsClientError

IsClientError returns true when this v1 network address groups Id put internal server error response has a 4xx status code

func (*V1NetworkAddressGroupsIDPutInternalServerError) IsCode

IsCode returns true when this v1 network address groups Id put internal server error response a status code equal to that given

func (*V1NetworkAddressGroupsIDPutInternalServerError) IsRedirect

IsRedirect returns true when this v1 network address groups Id put internal server error response has a 3xx status code

func (*V1NetworkAddressGroupsIDPutInternalServerError) IsServerError

IsServerError returns true when this v1 network address groups Id put internal server error response has a 5xx status code

func (*V1NetworkAddressGroupsIDPutInternalServerError) IsSuccess

IsSuccess returns true when this v1 network address groups Id put internal server error response has a 2xx status code

func (*V1NetworkAddressGroupsIDPutInternalServerError) String

type V1NetworkAddressGroupsIDPutNotFound

type V1NetworkAddressGroupsIDPutNotFound struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDPutNotFound describes a response with status code 404, with default header values.

Not Found

func NewV1NetworkAddressGroupsIDPutNotFound

func NewV1NetworkAddressGroupsIDPutNotFound() *V1NetworkAddressGroupsIDPutNotFound

NewV1NetworkAddressGroupsIDPutNotFound creates a V1NetworkAddressGroupsIDPutNotFound with default headers values

func (*V1NetworkAddressGroupsIDPutNotFound) Code

Code gets the status code for the v1 network address groups Id put not found response

func (*V1NetworkAddressGroupsIDPutNotFound) Error

func (*V1NetworkAddressGroupsIDPutNotFound) GetPayload

func (*V1NetworkAddressGroupsIDPutNotFound) IsClientError

func (o *V1NetworkAddressGroupsIDPutNotFound) IsClientError() bool

IsClientError returns true when this v1 network address groups Id put not found response has a 4xx status code

func (*V1NetworkAddressGroupsIDPutNotFound) IsCode

IsCode returns true when this v1 network address groups Id put not found response a status code equal to that given

func (*V1NetworkAddressGroupsIDPutNotFound) IsRedirect

func (o *V1NetworkAddressGroupsIDPutNotFound) IsRedirect() bool

IsRedirect returns true when this v1 network address groups Id put not found response has a 3xx status code

func (*V1NetworkAddressGroupsIDPutNotFound) IsServerError

func (o *V1NetworkAddressGroupsIDPutNotFound) IsServerError() bool

IsServerError returns true when this v1 network address groups Id put not found response has a 5xx status code

func (*V1NetworkAddressGroupsIDPutNotFound) IsSuccess

IsSuccess returns true when this v1 network address groups Id put not found response has a 2xx status code

func (*V1NetworkAddressGroupsIDPutNotFound) String

type V1NetworkAddressGroupsIDPutOK

type V1NetworkAddressGroupsIDPutOK struct {
	Payload *models.NetworkAddressGroup
}

V1NetworkAddressGroupsIDPutOK describes a response with status code 200, with default header values.

OK

func NewV1NetworkAddressGroupsIDPutOK

func NewV1NetworkAddressGroupsIDPutOK() *V1NetworkAddressGroupsIDPutOK

NewV1NetworkAddressGroupsIDPutOK creates a V1NetworkAddressGroupsIDPutOK with default headers values

func (*V1NetworkAddressGroupsIDPutOK) Code

Code gets the status code for the v1 network address groups Id put o k response

func (*V1NetworkAddressGroupsIDPutOK) Error

func (*V1NetworkAddressGroupsIDPutOK) GetPayload

func (*V1NetworkAddressGroupsIDPutOK) IsClientError

func (o *V1NetworkAddressGroupsIDPutOK) IsClientError() bool

IsClientError returns true when this v1 network address groups Id put o k response has a 4xx status code

func (*V1NetworkAddressGroupsIDPutOK) IsCode

func (o *V1NetworkAddressGroupsIDPutOK) IsCode(code int) bool

IsCode returns true when this v1 network address groups Id put o k response a status code equal to that given

func (*V1NetworkAddressGroupsIDPutOK) IsRedirect

func (o *V1NetworkAddressGroupsIDPutOK) IsRedirect() bool

IsRedirect returns true when this v1 network address groups Id put o k response has a 3xx status code

func (*V1NetworkAddressGroupsIDPutOK) IsServerError

func (o *V1NetworkAddressGroupsIDPutOK) IsServerError() bool

IsServerError returns true when this v1 network address groups Id put o k response has a 5xx status code

func (*V1NetworkAddressGroupsIDPutOK) IsSuccess

func (o *V1NetworkAddressGroupsIDPutOK) IsSuccess() bool

IsSuccess returns true when this v1 network address groups Id put o k response has a 2xx status code

func (*V1NetworkAddressGroupsIDPutOK) String

type V1NetworkAddressGroupsIDPutParams

type V1NetworkAddressGroupsIDPutParams struct {

	/* Body.

	   Parameters for the update of a Network Address Group
	*/
	Body *models.NetworkAddressGroupUpdate

	/* NetworkAddressGroupID.

	   Network Address Group ID
	*/
	NetworkAddressGroupID string

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

V1NetworkAddressGroupsIDPutParams contains all the parameters to send to the API endpoint

for the v1 network address groups id put operation.

Typically these are written to a http.Request.

func NewV1NetworkAddressGroupsIDPutParams

func NewV1NetworkAddressGroupsIDPutParams() *V1NetworkAddressGroupsIDPutParams

NewV1NetworkAddressGroupsIDPutParams creates a new V1NetworkAddressGroupsIDPutParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewV1NetworkAddressGroupsIDPutParamsWithContext

func NewV1NetworkAddressGroupsIDPutParamsWithContext(ctx context.Context) *V1NetworkAddressGroupsIDPutParams

NewV1NetworkAddressGroupsIDPutParamsWithContext creates a new V1NetworkAddressGroupsIDPutParams object with the ability to set a context for a request.

func NewV1NetworkAddressGroupsIDPutParamsWithHTTPClient

func NewV1NetworkAddressGroupsIDPutParamsWithHTTPClient(client *http.Client) *V1NetworkAddressGroupsIDPutParams

NewV1NetworkAddressGroupsIDPutParamsWithHTTPClient creates a new V1NetworkAddressGroupsIDPutParams object with the ability to set a custom HTTPClient for a request.

func NewV1NetworkAddressGroupsIDPutParamsWithTimeout

func NewV1NetworkAddressGroupsIDPutParamsWithTimeout(timeout time.Duration) *V1NetworkAddressGroupsIDPutParams

NewV1NetworkAddressGroupsIDPutParamsWithTimeout creates a new V1NetworkAddressGroupsIDPutParams object with the ability to set a timeout on a request.

func (*V1NetworkAddressGroupsIDPutParams) SetBody

SetBody adds the body to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) SetContext

SetContext adds the context to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) SetDefaults

func (o *V1NetworkAddressGroupsIDPutParams) SetDefaults()

SetDefaults hydrates default values in the v1 network address groups id put params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsIDPutParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) SetNetworkAddressGroupID

func (o *V1NetworkAddressGroupsIDPutParams) SetNetworkAddressGroupID(networkAddressGroupID string)

SetNetworkAddressGroupID adds the networkAddressGroupId to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) SetTimeout

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

SetTimeout adds the timeout to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) WithBody

WithBody adds the body to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) WithContext

WithContext adds the context to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) WithDefaults

WithDefaults hydrates default values in the v1 network address groups id put params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsIDPutParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) WithNetworkAddressGroupID

func (o *V1NetworkAddressGroupsIDPutParams) WithNetworkAddressGroupID(networkAddressGroupID string) *V1NetworkAddressGroupsIDPutParams

WithNetworkAddressGroupID adds the networkAddressGroupID to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) WithTimeout

WithTimeout adds the timeout to the v1 network address groups id put params

func (*V1NetworkAddressGroupsIDPutParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type V1NetworkAddressGroupsIDPutReader

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

V1NetworkAddressGroupsIDPutReader is a Reader for the V1NetworkAddressGroupsIDPut structure.

func (*V1NetworkAddressGroupsIDPutReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type V1NetworkAddressGroupsIDPutUnauthorized

type V1NetworkAddressGroupsIDPutUnauthorized struct {
	Payload *models.Error
}

V1NetworkAddressGroupsIDPutUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewV1NetworkAddressGroupsIDPutUnauthorized

func NewV1NetworkAddressGroupsIDPutUnauthorized() *V1NetworkAddressGroupsIDPutUnauthorized

NewV1NetworkAddressGroupsIDPutUnauthorized creates a V1NetworkAddressGroupsIDPutUnauthorized with default headers values

func (*V1NetworkAddressGroupsIDPutUnauthorized) Code

Code gets the status code for the v1 network address groups Id put unauthorized response

func (*V1NetworkAddressGroupsIDPutUnauthorized) Error

func (*V1NetworkAddressGroupsIDPutUnauthorized) GetPayload

func (*V1NetworkAddressGroupsIDPutUnauthorized) IsClientError

func (o *V1NetworkAddressGroupsIDPutUnauthorized) IsClientError() bool

IsClientError returns true when this v1 network address groups Id put unauthorized response has a 4xx status code

func (*V1NetworkAddressGroupsIDPutUnauthorized) IsCode

IsCode returns true when this v1 network address groups Id put unauthorized response a status code equal to that given

func (*V1NetworkAddressGroupsIDPutUnauthorized) IsRedirect

IsRedirect returns true when this v1 network address groups Id put unauthorized response has a 3xx status code

func (*V1NetworkAddressGroupsIDPutUnauthorized) IsServerError

func (o *V1NetworkAddressGroupsIDPutUnauthorized) IsServerError() bool

IsServerError returns true when this v1 network address groups Id put unauthorized response has a 5xx status code

func (*V1NetworkAddressGroupsIDPutUnauthorized) IsSuccess

IsSuccess returns true when this v1 network address groups Id put unauthorized response has a 2xx status code

func (*V1NetworkAddressGroupsIDPutUnauthorized) String

type V1NetworkAddressGroupsMembersDeleteBadRequest

type V1NetworkAddressGroupsMembersDeleteBadRequest struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersDeleteBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewV1NetworkAddressGroupsMembersDeleteBadRequest

func NewV1NetworkAddressGroupsMembersDeleteBadRequest() *V1NetworkAddressGroupsMembersDeleteBadRequest

NewV1NetworkAddressGroupsMembersDeleteBadRequest creates a V1NetworkAddressGroupsMembersDeleteBadRequest with default headers values

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) Code

Code gets the status code for the v1 network address groups members delete bad request response

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) Error

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) GetPayload

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) IsClientError

IsClientError returns true when this v1 network address groups members delete bad request response has a 4xx status code

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) IsCode

IsCode returns true when this v1 network address groups members delete bad request response a status code equal to that given

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) IsRedirect

IsRedirect returns true when this v1 network address groups members delete bad request response has a 3xx status code

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) IsServerError

IsServerError returns true when this v1 network address groups members delete bad request response has a 5xx status code

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) IsSuccess

IsSuccess returns true when this v1 network address groups members delete bad request response has a 2xx status code

func (*V1NetworkAddressGroupsMembersDeleteBadRequest) String

type V1NetworkAddressGroupsMembersDeleteConflict

type V1NetworkAddressGroupsMembersDeleteConflict struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersDeleteConflict describes a response with status code 409, with default header values.

Conflict

func NewV1NetworkAddressGroupsMembersDeleteConflict

func NewV1NetworkAddressGroupsMembersDeleteConflict() *V1NetworkAddressGroupsMembersDeleteConflict

NewV1NetworkAddressGroupsMembersDeleteConflict creates a V1NetworkAddressGroupsMembersDeleteConflict with default headers values

func (*V1NetworkAddressGroupsMembersDeleteConflict) Code

Code gets the status code for the v1 network address groups members delete conflict response

func (*V1NetworkAddressGroupsMembersDeleteConflict) Error

func (*V1NetworkAddressGroupsMembersDeleteConflict) GetPayload

func (*V1NetworkAddressGroupsMembersDeleteConflict) IsClientError

IsClientError returns true when this v1 network address groups members delete conflict response has a 4xx status code

func (*V1NetworkAddressGroupsMembersDeleteConflict) IsCode

IsCode returns true when this v1 network address groups members delete conflict response a status code equal to that given

func (*V1NetworkAddressGroupsMembersDeleteConflict) IsRedirect

IsRedirect returns true when this v1 network address groups members delete conflict response has a 3xx status code

func (*V1NetworkAddressGroupsMembersDeleteConflict) IsServerError

IsServerError returns true when this v1 network address groups members delete conflict response has a 5xx status code

func (*V1NetworkAddressGroupsMembersDeleteConflict) IsSuccess

IsSuccess returns true when this v1 network address groups members delete conflict response has a 2xx status code

func (*V1NetworkAddressGroupsMembersDeleteConflict) String

type V1NetworkAddressGroupsMembersDeleteForbidden

type V1NetworkAddressGroupsMembersDeleteForbidden struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersDeleteForbidden describes a response with status code 403, with default header values.

Forbidden

func NewV1NetworkAddressGroupsMembersDeleteForbidden

func NewV1NetworkAddressGroupsMembersDeleteForbidden() *V1NetworkAddressGroupsMembersDeleteForbidden

NewV1NetworkAddressGroupsMembersDeleteForbidden creates a V1NetworkAddressGroupsMembersDeleteForbidden with default headers values

func (*V1NetworkAddressGroupsMembersDeleteForbidden) Code

Code gets the status code for the v1 network address groups members delete forbidden response

func (*V1NetworkAddressGroupsMembersDeleteForbidden) Error

func (*V1NetworkAddressGroupsMembersDeleteForbidden) GetPayload

func (*V1NetworkAddressGroupsMembersDeleteForbidden) IsClientError

IsClientError returns true when this v1 network address groups members delete forbidden response has a 4xx status code

func (*V1NetworkAddressGroupsMembersDeleteForbidden) IsCode

IsCode returns true when this v1 network address groups members delete forbidden response a status code equal to that given

func (*V1NetworkAddressGroupsMembersDeleteForbidden) IsRedirect

IsRedirect returns true when this v1 network address groups members delete forbidden response has a 3xx status code

func (*V1NetworkAddressGroupsMembersDeleteForbidden) IsServerError

IsServerError returns true when this v1 network address groups members delete forbidden response has a 5xx status code

func (*V1NetworkAddressGroupsMembersDeleteForbidden) IsSuccess

IsSuccess returns true when this v1 network address groups members delete forbidden response has a 2xx status code

func (*V1NetworkAddressGroupsMembersDeleteForbidden) String

type V1NetworkAddressGroupsMembersDeleteInternalServerError

type V1NetworkAddressGroupsMembersDeleteInternalServerError struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersDeleteInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewV1NetworkAddressGroupsMembersDeleteInternalServerError

func NewV1NetworkAddressGroupsMembersDeleteInternalServerError() *V1NetworkAddressGroupsMembersDeleteInternalServerError

NewV1NetworkAddressGroupsMembersDeleteInternalServerError creates a V1NetworkAddressGroupsMembersDeleteInternalServerError with default headers values

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) Code

Code gets the status code for the v1 network address groups members delete internal server error response

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) Error

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) GetPayload

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) IsClientError

IsClientError returns true when this v1 network address groups members delete internal server error response has a 4xx status code

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) IsCode

IsCode returns true when this v1 network address groups members delete internal server error response a status code equal to that given

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) IsRedirect

IsRedirect returns true when this v1 network address groups members delete internal server error response has a 3xx status code

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) IsServerError

IsServerError returns true when this v1 network address groups members delete internal server error response has a 5xx status code

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) IsSuccess

IsSuccess returns true when this v1 network address groups members delete internal server error response has a 2xx status code

func (*V1NetworkAddressGroupsMembersDeleteInternalServerError) String

type V1NetworkAddressGroupsMembersDeleteNotFound

type V1NetworkAddressGroupsMembersDeleteNotFound struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersDeleteNotFound describes a response with status code 404, with default header values.

Not Found

func NewV1NetworkAddressGroupsMembersDeleteNotFound

func NewV1NetworkAddressGroupsMembersDeleteNotFound() *V1NetworkAddressGroupsMembersDeleteNotFound

NewV1NetworkAddressGroupsMembersDeleteNotFound creates a V1NetworkAddressGroupsMembersDeleteNotFound with default headers values

func (*V1NetworkAddressGroupsMembersDeleteNotFound) Code

Code gets the status code for the v1 network address groups members delete not found response

func (*V1NetworkAddressGroupsMembersDeleteNotFound) Error

func (*V1NetworkAddressGroupsMembersDeleteNotFound) GetPayload

func (*V1NetworkAddressGroupsMembersDeleteNotFound) IsClientError

IsClientError returns true when this v1 network address groups members delete not found response has a 4xx status code

func (*V1NetworkAddressGroupsMembersDeleteNotFound) IsCode

IsCode returns true when this v1 network address groups members delete not found response a status code equal to that given

func (*V1NetworkAddressGroupsMembersDeleteNotFound) IsRedirect

IsRedirect returns true when this v1 network address groups members delete not found response has a 3xx status code

func (*V1NetworkAddressGroupsMembersDeleteNotFound) IsServerError

IsServerError returns true when this v1 network address groups members delete not found response has a 5xx status code

func (*V1NetworkAddressGroupsMembersDeleteNotFound) IsSuccess

IsSuccess returns true when this v1 network address groups members delete not found response has a 2xx status code

func (*V1NetworkAddressGroupsMembersDeleteNotFound) String

type V1NetworkAddressGroupsMembersDeleteOK

type V1NetworkAddressGroupsMembersDeleteOK struct {
	Payload *models.NetworkAddressGroup
}

V1NetworkAddressGroupsMembersDeleteOK describes a response with status code 200, with default header values.

OK

func NewV1NetworkAddressGroupsMembersDeleteOK

func NewV1NetworkAddressGroupsMembersDeleteOK() *V1NetworkAddressGroupsMembersDeleteOK

NewV1NetworkAddressGroupsMembersDeleteOK creates a V1NetworkAddressGroupsMembersDeleteOK with default headers values

func (*V1NetworkAddressGroupsMembersDeleteOK) Code

Code gets the status code for the v1 network address groups members delete o k response

func (*V1NetworkAddressGroupsMembersDeleteOK) Error

func (*V1NetworkAddressGroupsMembersDeleteOK) GetPayload

func (*V1NetworkAddressGroupsMembersDeleteOK) IsClientError

func (o *V1NetworkAddressGroupsMembersDeleteOK) IsClientError() bool

IsClientError returns true when this v1 network address groups members delete o k response has a 4xx status code

func (*V1NetworkAddressGroupsMembersDeleteOK) IsCode

IsCode returns true when this v1 network address groups members delete o k response a status code equal to that given

func (*V1NetworkAddressGroupsMembersDeleteOK) IsRedirect

IsRedirect returns true when this v1 network address groups members delete o k response has a 3xx status code

func (*V1NetworkAddressGroupsMembersDeleteOK) IsServerError

func (o *V1NetworkAddressGroupsMembersDeleteOK) IsServerError() bool

IsServerError returns true when this v1 network address groups members delete o k response has a 5xx status code

func (*V1NetworkAddressGroupsMembersDeleteOK) IsSuccess

IsSuccess returns true when this v1 network address groups members delete o k response has a 2xx status code

func (*V1NetworkAddressGroupsMembersDeleteOK) String

type V1NetworkAddressGroupsMembersDeleteParams

type V1NetworkAddressGroupsMembersDeleteParams struct {

	/* NetworkAddressGroupID.

	   Network Address Group ID
	*/
	NetworkAddressGroupID string

	/* NetworkAddressGroupMemberID.

	   The Network Address Group Member ID
	*/
	NetworkAddressGroupMemberID string

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

V1NetworkAddressGroupsMembersDeleteParams contains all the parameters to send to the API endpoint

for the v1 network address groups members delete operation.

Typically these are written to a http.Request.

func NewV1NetworkAddressGroupsMembersDeleteParams

func NewV1NetworkAddressGroupsMembersDeleteParams() *V1NetworkAddressGroupsMembersDeleteParams

NewV1NetworkAddressGroupsMembersDeleteParams creates a new V1NetworkAddressGroupsMembersDeleteParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewV1NetworkAddressGroupsMembersDeleteParamsWithContext

func NewV1NetworkAddressGroupsMembersDeleteParamsWithContext(ctx context.Context) *V1NetworkAddressGroupsMembersDeleteParams

NewV1NetworkAddressGroupsMembersDeleteParamsWithContext creates a new V1NetworkAddressGroupsMembersDeleteParams object with the ability to set a context for a request.

func NewV1NetworkAddressGroupsMembersDeleteParamsWithHTTPClient

func NewV1NetworkAddressGroupsMembersDeleteParamsWithHTTPClient(client *http.Client) *V1NetworkAddressGroupsMembersDeleteParams

NewV1NetworkAddressGroupsMembersDeleteParamsWithHTTPClient creates a new V1NetworkAddressGroupsMembersDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewV1NetworkAddressGroupsMembersDeleteParamsWithTimeout

func NewV1NetworkAddressGroupsMembersDeleteParamsWithTimeout(timeout time.Duration) *V1NetworkAddressGroupsMembersDeleteParams

NewV1NetworkAddressGroupsMembersDeleteParamsWithTimeout creates a new V1NetworkAddressGroupsMembersDeleteParams object with the ability to set a timeout on a request.

func (*V1NetworkAddressGroupsMembersDeleteParams) SetContext

SetContext adds the context to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) SetDefaults

SetDefaults hydrates default values in the v1 network address groups members delete params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsMembersDeleteParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) SetNetworkAddressGroupID

func (o *V1NetworkAddressGroupsMembersDeleteParams) SetNetworkAddressGroupID(networkAddressGroupID string)

SetNetworkAddressGroupID adds the networkAddressGroupId to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) SetNetworkAddressGroupMemberID

func (o *V1NetworkAddressGroupsMembersDeleteParams) SetNetworkAddressGroupMemberID(networkAddressGroupMemberID string)

SetNetworkAddressGroupMemberID adds the networkAddressGroupMemberId to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) SetTimeout

SetTimeout adds the timeout to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) WithContext

WithContext adds the context to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) WithDefaults

WithDefaults hydrates default values in the v1 network address groups members delete params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsMembersDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) WithNetworkAddressGroupID

func (o *V1NetworkAddressGroupsMembersDeleteParams) WithNetworkAddressGroupID(networkAddressGroupID string) *V1NetworkAddressGroupsMembersDeleteParams

WithNetworkAddressGroupID adds the networkAddressGroupID to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) WithNetworkAddressGroupMemberID

func (o *V1NetworkAddressGroupsMembersDeleteParams) WithNetworkAddressGroupMemberID(networkAddressGroupMemberID string) *V1NetworkAddressGroupsMembersDeleteParams

WithNetworkAddressGroupMemberID adds the networkAddressGroupMemberID to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) WithTimeout

WithTimeout adds the timeout to the v1 network address groups members delete params

func (*V1NetworkAddressGroupsMembersDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type V1NetworkAddressGroupsMembersDeleteReader

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

V1NetworkAddressGroupsMembersDeleteReader is a Reader for the V1NetworkAddressGroupsMembersDelete structure.

func (*V1NetworkAddressGroupsMembersDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type V1NetworkAddressGroupsMembersDeleteUnauthorized

type V1NetworkAddressGroupsMembersDeleteUnauthorized struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersDeleteUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewV1NetworkAddressGroupsMembersDeleteUnauthorized

func NewV1NetworkAddressGroupsMembersDeleteUnauthorized() *V1NetworkAddressGroupsMembersDeleteUnauthorized

NewV1NetworkAddressGroupsMembersDeleteUnauthorized creates a V1NetworkAddressGroupsMembersDeleteUnauthorized with default headers values

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) Code

Code gets the status code for the v1 network address groups members delete unauthorized response

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) Error

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) GetPayload

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) IsClientError

IsClientError returns true when this v1 network address groups members delete unauthorized response has a 4xx status code

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) IsCode

IsCode returns true when this v1 network address groups members delete unauthorized response a status code equal to that given

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) IsRedirect

IsRedirect returns true when this v1 network address groups members delete unauthorized response has a 3xx status code

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) IsServerError

IsServerError returns true when this v1 network address groups members delete unauthorized response has a 5xx status code

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) IsSuccess

IsSuccess returns true when this v1 network address groups members delete unauthorized response has a 2xx status code

func (*V1NetworkAddressGroupsMembersDeleteUnauthorized) String

type V1NetworkAddressGroupsMembersPostBadRequest

type V1NetworkAddressGroupsMembersPostBadRequest struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersPostBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewV1NetworkAddressGroupsMembersPostBadRequest

func NewV1NetworkAddressGroupsMembersPostBadRequest() *V1NetworkAddressGroupsMembersPostBadRequest

NewV1NetworkAddressGroupsMembersPostBadRequest creates a V1NetworkAddressGroupsMembersPostBadRequest with default headers values

func (*V1NetworkAddressGroupsMembersPostBadRequest) Code

Code gets the status code for the v1 network address groups members post bad request response

func (*V1NetworkAddressGroupsMembersPostBadRequest) Error

func (*V1NetworkAddressGroupsMembersPostBadRequest) GetPayload

func (*V1NetworkAddressGroupsMembersPostBadRequest) IsClientError

IsClientError returns true when this v1 network address groups members post bad request response has a 4xx status code

func (*V1NetworkAddressGroupsMembersPostBadRequest) IsCode

IsCode returns true when this v1 network address groups members post bad request response a status code equal to that given

func (*V1NetworkAddressGroupsMembersPostBadRequest) IsRedirect

IsRedirect returns true when this v1 network address groups members post bad request response has a 3xx status code

func (*V1NetworkAddressGroupsMembersPostBadRequest) IsServerError

IsServerError returns true when this v1 network address groups members post bad request response has a 5xx status code

func (*V1NetworkAddressGroupsMembersPostBadRequest) IsSuccess

IsSuccess returns true when this v1 network address groups members post bad request response has a 2xx status code

func (*V1NetworkAddressGroupsMembersPostBadRequest) String

type V1NetworkAddressGroupsMembersPostConflict

type V1NetworkAddressGroupsMembersPostConflict struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersPostConflict describes a response with status code 409, with default header values.

Conflict

func NewV1NetworkAddressGroupsMembersPostConflict

func NewV1NetworkAddressGroupsMembersPostConflict() *V1NetworkAddressGroupsMembersPostConflict

NewV1NetworkAddressGroupsMembersPostConflict creates a V1NetworkAddressGroupsMembersPostConflict with default headers values

func (*V1NetworkAddressGroupsMembersPostConflict) Code

Code gets the status code for the v1 network address groups members post conflict response

func (*V1NetworkAddressGroupsMembersPostConflict) Error

func (*V1NetworkAddressGroupsMembersPostConflict) GetPayload

func (*V1NetworkAddressGroupsMembersPostConflict) IsClientError

IsClientError returns true when this v1 network address groups members post conflict response has a 4xx status code

func (*V1NetworkAddressGroupsMembersPostConflict) IsCode

IsCode returns true when this v1 network address groups members post conflict response a status code equal to that given

func (*V1NetworkAddressGroupsMembersPostConflict) IsRedirect

IsRedirect returns true when this v1 network address groups members post conflict response has a 3xx status code

func (*V1NetworkAddressGroupsMembersPostConflict) IsServerError

IsServerError returns true when this v1 network address groups members post conflict response has a 5xx status code

func (*V1NetworkAddressGroupsMembersPostConflict) IsSuccess

IsSuccess returns true when this v1 network address groups members post conflict response has a 2xx status code

func (*V1NetworkAddressGroupsMembersPostConflict) String

type V1NetworkAddressGroupsMembersPostForbidden

type V1NetworkAddressGroupsMembersPostForbidden struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersPostForbidden describes a response with status code 403, with default header values.

Forbidden

func NewV1NetworkAddressGroupsMembersPostForbidden

func NewV1NetworkAddressGroupsMembersPostForbidden() *V1NetworkAddressGroupsMembersPostForbidden

NewV1NetworkAddressGroupsMembersPostForbidden creates a V1NetworkAddressGroupsMembersPostForbidden with default headers values

func (*V1NetworkAddressGroupsMembersPostForbidden) Code

Code gets the status code for the v1 network address groups members post forbidden response

func (*V1NetworkAddressGroupsMembersPostForbidden) Error

func (*V1NetworkAddressGroupsMembersPostForbidden) GetPayload

func (*V1NetworkAddressGroupsMembersPostForbidden) IsClientError

IsClientError returns true when this v1 network address groups members post forbidden response has a 4xx status code

func (*V1NetworkAddressGroupsMembersPostForbidden) IsCode

IsCode returns true when this v1 network address groups members post forbidden response a status code equal to that given

func (*V1NetworkAddressGroupsMembersPostForbidden) IsRedirect

IsRedirect returns true when this v1 network address groups members post forbidden response has a 3xx status code

func (*V1NetworkAddressGroupsMembersPostForbidden) IsServerError

IsServerError returns true when this v1 network address groups members post forbidden response has a 5xx status code

func (*V1NetworkAddressGroupsMembersPostForbidden) IsSuccess

IsSuccess returns true when this v1 network address groups members post forbidden response has a 2xx status code

func (*V1NetworkAddressGroupsMembersPostForbidden) String

type V1NetworkAddressGroupsMembersPostInternalServerError

type V1NetworkAddressGroupsMembersPostInternalServerError struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersPostInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewV1NetworkAddressGroupsMembersPostInternalServerError

func NewV1NetworkAddressGroupsMembersPostInternalServerError() *V1NetworkAddressGroupsMembersPostInternalServerError

NewV1NetworkAddressGroupsMembersPostInternalServerError creates a V1NetworkAddressGroupsMembersPostInternalServerError with default headers values

func (*V1NetworkAddressGroupsMembersPostInternalServerError) Code

Code gets the status code for the v1 network address groups members post internal server error response

func (*V1NetworkAddressGroupsMembersPostInternalServerError) Error

func (*V1NetworkAddressGroupsMembersPostInternalServerError) GetPayload

func (*V1NetworkAddressGroupsMembersPostInternalServerError) IsClientError

IsClientError returns true when this v1 network address groups members post internal server error response has a 4xx status code

func (*V1NetworkAddressGroupsMembersPostInternalServerError) IsCode

IsCode returns true when this v1 network address groups members post internal server error response a status code equal to that given

func (*V1NetworkAddressGroupsMembersPostInternalServerError) IsRedirect

IsRedirect returns true when this v1 network address groups members post internal server error response has a 3xx status code

func (*V1NetworkAddressGroupsMembersPostInternalServerError) IsServerError

IsServerError returns true when this v1 network address groups members post internal server error response has a 5xx status code

func (*V1NetworkAddressGroupsMembersPostInternalServerError) IsSuccess

IsSuccess returns true when this v1 network address groups members post internal server error response has a 2xx status code

func (*V1NetworkAddressGroupsMembersPostInternalServerError) String

type V1NetworkAddressGroupsMembersPostNotFound

type V1NetworkAddressGroupsMembersPostNotFound struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersPostNotFound describes a response with status code 404, with default header values.

Not Found

func NewV1NetworkAddressGroupsMembersPostNotFound

func NewV1NetworkAddressGroupsMembersPostNotFound() *V1NetworkAddressGroupsMembersPostNotFound

NewV1NetworkAddressGroupsMembersPostNotFound creates a V1NetworkAddressGroupsMembersPostNotFound with default headers values

func (*V1NetworkAddressGroupsMembersPostNotFound) Code

Code gets the status code for the v1 network address groups members post not found response

func (*V1NetworkAddressGroupsMembersPostNotFound) Error

func (*V1NetworkAddressGroupsMembersPostNotFound) GetPayload

func (*V1NetworkAddressGroupsMembersPostNotFound) IsClientError

IsClientError returns true when this v1 network address groups members post not found response has a 4xx status code

func (*V1NetworkAddressGroupsMembersPostNotFound) IsCode

IsCode returns true when this v1 network address groups members post not found response a status code equal to that given

func (*V1NetworkAddressGroupsMembersPostNotFound) IsRedirect

IsRedirect returns true when this v1 network address groups members post not found response has a 3xx status code

func (*V1NetworkAddressGroupsMembersPostNotFound) IsServerError

IsServerError returns true when this v1 network address groups members post not found response has a 5xx status code

func (*V1NetworkAddressGroupsMembersPostNotFound) IsSuccess

IsSuccess returns true when this v1 network address groups members post not found response has a 2xx status code

func (*V1NetworkAddressGroupsMembersPostNotFound) String

type V1NetworkAddressGroupsMembersPostOK

type V1NetworkAddressGroupsMembersPostOK struct {
	Payload *models.NetworkAddressGroup
}

V1NetworkAddressGroupsMembersPostOK describes a response with status code 200, with default header values.

OK

func NewV1NetworkAddressGroupsMembersPostOK

func NewV1NetworkAddressGroupsMembersPostOK() *V1NetworkAddressGroupsMembersPostOK

NewV1NetworkAddressGroupsMembersPostOK creates a V1NetworkAddressGroupsMembersPostOK with default headers values

func (*V1NetworkAddressGroupsMembersPostOK) Code

Code gets the status code for the v1 network address groups members post o k response

func (*V1NetworkAddressGroupsMembersPostOK) Error

func (*V1NetworkAddressGroupsMembersPostOK) GetPayload

func (*V1NetworkAddressGroupsMembersPostOK) IsClientError

func (o *V1NetworkAddressGroupsMembersPostOK) IsClientError() bool

IsClientError returns true when this v1 network address groups members post o k response has a 4xx status code

func (*V1NetworkAddressGroupsMembersPostOK) IsCode

IsCode returns true when this v1 network address groups members post o k response a status code equal to that given

func (*V1NetworkAddressGroupsMembersPostOK) IsRedirect

func (o *V1NetworkAddressGroupsMembersPostOK) IsRedirect() bool

IsRedirect returns true when this v1 network address groups members post o k response has a 3xx status code

func (*V1NetworkAddressGroupsMembersPostOK) IsServerError

func (o *V1NetworkAddressGroupsMembersPostOK) IsServerError() bool

IsServerError returns true when this v1 network address groups members post o k response has a 5xx status code

func (*V1NetworkAddressGroupsMembersPostOK) IsSuccess

IsSuccess returns true when this v1 network address groups members post o k response has a 2xx status code

func (*V1NetworkAddressGroupsMembersPostOK) String

type V1NetworkAddressGroupsMembersPostParams

type V1NetworkAddressGroupsMembersPostParams struct {

	/* Body.

	   Parameters for adding a member to a Network Address Group
	*/
	Body *models.NetworkAddressGroupAddMember

	/* NetworkAddressGroupID.

	   Network Address Group ID
	*/
	NetworkAddressGroupID string

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

V1NetworkAddressGroupsMembersPostParams contains all the parameters to send to the API endpoint

for the v1 network address groups members post operation.

Typically these are written to a http.Request.

func NewV1NetworkAddressGroupsMembersPostParams

func NewV1NetworkAddressGroupsMembersPostParams() *V1NetworkAddressGroupsMembersPostParams

NewV1NetworkAddressGroupsMembersPostParams creates a new V1NetworkAddressGroupsMembersPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewV1NetworkAddressGroupsMembersPostParamsWithContext

func NewV1NetworkAddressGroupsMembersPostParamsWithContext(ctx context.Context) *V1NetworkAddressGroupsMembersPostParams

NewV1NetworkAddressGroupsMembersPostParamsWithContext creates a new V1NetworkAddressGroupsMembersPostParams object with the ability to set a context for a request.

func NewV1NetworkAddressGroupsMembersPostParamsWithHTTPClient

func NewV1NetworkAddressGroupsMembersPostParamsWithHTTPClient(client *http.Client) *V1NetworkAddressGroupsMembersPostParams

NewV1NetworkAddressGroupsMembersPostParamsWithHTTPClient creates a new V1NetworkAddressGroupsMembersPostParams object with the ability to set a custom HTTPClient for a request.

func NewV1NetworkAddressGroupsMembersPostParamsWithTimeout

func NewV1NetworkAddressGroupsMembersPostParamsWithTimeout(timeout time.Duration) *V1NetworkAddressGroupsMembersPostParams

NewV1NetworkAddressGroupsMembersPostParamsWithTimeout creates a new V1NetworkAddressGroupsMembersPostParams object with the ability to set a timeout on a request.

func (*V1NetworkAddressGroupsMembersPostParams) SetBody

SetBody adds the body to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) SetContext

SetContext adds the context to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) SetDefaults

func (o *V1NetworkAddressGroupsMembersPostParams) SetDefaults()

SetDefaults hydrates default values in the v1 network address groups members post params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsMembersPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) SetNetworkAddressGroupID

func (o *V1NetworkAddressGroupsMembersPostParams) SetNetworkAddressGroupID(networkAddressGroupID string)

SetNetworkAddressGroupID adds the networkAddressGroupId to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) SetTimeout

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

SetTimeout adds the timeout to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) WithBody

WithBody adds the body to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) WithContext

WithContext adds the context to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) WithDefaults

WithDefaults hydrates default values in the v1 network address groups members post params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsMembersPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) WithNetworkAddressGroupID

func (o *V1NetworkAddressGroupsMembersPostParams) WithNetworkAddressGroupID(networkAddressGroupID string) *V1NetworkAddressGroupsMembersPostParams

WithNetworkAddressGroupID adds the networkAddressGroupID to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) WithTimeout

WithTimeout adds the timeout to the v1 network address groups members post params

func (*V1NetworkAddressGroupsMembersPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type V1NetworkAddressGroupsMembersPostReader

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

V1NetworkAddressGroupsMembersPostReader is a Reader for the V1NetworkAddressGroupsMembersPost structure.

func (*V1NetworkAddressGroupsMembersPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type V1NetworkAddressGroupsMembersPostUnauthorized

type V1NetworkAddressGroupsMembersPostUnauthorized struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersPostUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewV1NetworkAddressGroupsMembersPostUnauthorized

func NewV1NetworkAddressGroupsMembersPostUnauthorized() *V1NetworkAddressGroupsMembersPostUnauthorized

NewV1NetworkAddressGroupsMembersPostUnauthorized creates a V1NetworkAddressGroupsMembersPostUnauthorized with default headers values

func (*V1NetworkAddressGroupsMembersPostUnauthorized) Code

Code gets the status code for the v1 network address groups members post unauthorized response

func (*V1NetworkAddressGroupsMembersPostUnauthorized) Error

func (*V1NetworkAddressGroupsMembersPostUnauthorized) GetPayload

func (*V1NetworkAddressGroupsMembersPostUnauthorized) IsClientError

IsClientError returns true when this v1 network address groups members post unauthorized response has a 4xx status code

func (*V1NetworkAddressGroupsMembersPostUnauthorized) IsCode

IsCode returns true when this v1 network address groups members post unauthorized response a status code equal to that given

func (*V1NetworkAddressGroupsMembersPostUnauthorized) IsRedirect

IsRedirect returns true when this v1 network address groups members post unauthorized response has a 3xx status code

func (*V1NetworkAddressGroupsMembersPostUnauthorized) IsServerError

IsServerError returns true when this v1 network address groups members post unauthorized response has a 5xx status code

func (*V1NetworkAddressGroupsMembersPostUnauthorized) IsSuccess

IsSuccess returns true when this v1 network address groups members post unauthorized response has a 2xx status code

func (*V1NetworkAddressGroupsMembersPostUnauthorized) String

type V1NetworkAddressGroupsMembersPostUnprocessableEntity

type V1NetworkAddressGroupsMembersPostUnprocessableEntity struct {
	Payload *models.Error
}

V1NetworkAddressGroupsMembersPostUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewV1NetworkAddressGroupsMembersPostUnprocessableEntity

func NewV1NetworkAddressGroupsMembersPostUnprocessableEntity() *V1NetworkAddressGroupsMembersPostUnprocessableEntity

NewV1NetworkAddressGroupsMembersPostUnprocessableEntity creates a V1NetworkAddressGroupsMembersPostUnprocessableEntity with default headers values

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) Code

Code gets the status code for the v1 network address groups members post unprocessable entity response

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) Error

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) GetPayload

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) IsClientError

IsClientError returns true when this v1 network address groups members post unprocessable entity response has a 4xx status code

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) IsCode

IsCode returns true when this v1 network address groups members post unprocessable entity response a status code equal to that given

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) IsRedirect

IsRedirect returns true when this v1 network address groups members post unprocessable entity response has a 3xx status code

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) IsServerError

IsServerError returns true when this v1 network address groups members post unprocessable entity response has a 5xx status code

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) IsSuccess

IsSuccess returns true when this v1 network address groups members post unprocessable entity response has a 2xx status code

func (*V1NetworkAddressGroupsMembersPostUnprocessableEntity) String

type V1NetworkAddressGroupsPostBadRequest

type V1NetworkAddressGroupsPostBadRequest struct {
	Payload *models.Error
}

V1NetworkAddressGroupsPostBadRequest describes a response with status code 400, with default header values.

Bad Request

func NewV1NetworkAddressGroupsPostBadRequest

func NewV1NetworkAddressGroupsPostBadRequest() *V1NetworkAddressGroupsPostBadRequest

NewV1NetworkAddressGroupsPostBadRequest creates a V1NetworkAddressGroupsPostBadRequest with default headers values

func (*V1NetworkAddressGroupsPostBadRequest) Code

Code gets the status code for the v1 network address groups post bad request response

func (*V1NetworkAddressGroupsPostBadRequest) Error

func (*V1NetworkAddressGroupsPostBadRequest) GetPayload

func (*V1NetworkAddressGroupsPostBadRequest) IsClientError

func (o *V1NetworkAddressGroupsPostBadRequest) IsClientError() bool

IsClientError returns true when this v1 network address groups post bad request response has a 4xx status code

func (*V1NetworkAddressGroupsPostBadRequest) IsCode

IsCode returns true when this v1 network address groups post bad request response a status code equal to that given

func (*V1NetworkAddressGroupsPostBadRequest) IsRedirect

IsRedirect returns true when this v1 network address groups post bad request response has a 3xx status code

func (*V1NetworkAddressGroupsPostBadRequest) IsServerError

func (o *V1NetworkAddressGroupsPostBadRequest) IsServerError() bool

IsServerError returns true when this v1 network address groups post bad request response has a 5xx status code

func (*V1NetworkAddressGroupsPostBadRequest) IsSuccess

IsSuccess returns true when this v1 network address groups post bad request response has a 2xx status code

func (*V1NetworkAddressGroupsPostBadRequest) String

type V1NetworkAddressGroupsPostConflict

type V1NetworkAddressGroupsPostConflict struct {
	Payload *models.Error
}

V1NetworkAddressGroupsPostConflict describes a response with status code 409, with default header values.

Conflict

func NewV1NetworkAddressGroupsPostConflict

func NewV1NetworkAddressGroupsPostConflict() *V1NetworkAddressGroupsPostConflict

NewV1NetworkAddressGroupsPostConflict creates a V1NetworkAddressGroupsPostConflict with default headers values

func (*V1NetworkAddressGroupsPostConflict) Code

Code gets the status code for the v1 network address groups post conflict response

func (*V1NetworkAddressGroupsPostConflict) Error

func (*V1NetworkAddressGroupsPostConflict) GetPayload

func (*V1NetworkAddressGroupsPostConflict) IsClientError

func (o *V1NetworkAddressGroupsPostConflict) IsClientError() bool

IsClientError returns true when this v1 network address groups post conflict response has a 4xx status code

func (*V1NetworkAddressGroupsPostConflict) IsCode

IsCode returns true when this v1 network address groups post conflict response a status code equal to that given

func (*V1NetworkAddressGroupsPostConflict) IsRedirect

func (o *V1NetworkAddressGroupsPostConflict) IsRedirect() bool

IsRedirect returns true when this v1 network address groups post conflict response has a 3xx status code

func (*V1NetworkAddressGroupsPostConflict) IsServerError

func (o *V1NetworkAddressGroupsPostConflict) IsServerError() bool

IsServerError returns true when this v1 network address groups post conflict response has a 5xx status code

func (*V1NetworkAddressGroupsPostConflict) IsSuccess

IsSuccess returns true when this v1 network address groups post conflict response has a 2xx status code

func (*V1NetworkAddressGroupsPostConflict) String

type V1NetworkAddressGroupsPostCreated

type V1NetworkAddressGroupsPostCreated struct {
	Payload *models.NetworkAddressGroup
}

V1NetworkAddressGroupsPostCreated describes a response with status code 201, with default header values.

Created

func NewV1NetworkAddressGroupsPostCreated

func NewV1NetworkAddressGroupsPostCreated() *V1NetworkAddressGroupsPostCreated

NewV1NetworkAddressGroupsPostCreated creates a V1NetworkAddressGroupsPostCreated with default headers values

func (*V1NetworkAddressGroupsPostCreated) Code

Code gets the status code for the v1 network address groups post created response

func (*V1NetworkAddressGroupsPostCreated) Error

func (*V1NetworkAddressGroupsPostCreated) GetPayload

func (*V1NetworkAddressGroupsPostCreated) IsClientError

func (o *V1NetworkAddressGroupsPostCreated) IsClientError() bool

IsClientError returns true when this v1 network address groups post created response has a 4xx status code

func (*V1NetworkAddressGroupsPostCreated) IsCode

func (o *V1NetworkAddressGroupsPostCreated) IsCode(code int) bool

IsCode returns true when this v1 network address groups post created response a status code equal to that given

func (*V1NetworkAddressGroupsPostCreated) IsRedirect

func (o *V1NetworkAddressGroupsPostCreated) IsRedirect() bool

IsRedirect returns true when this v1 network address groups post created response has a 3xx status code

func (*V1NetworkAddressGroupsPostCreated) IsServerError

func (o *V1NetworkAddressGroupsPostCreated) IsServerError() bool

IsServerError returns true when this v1 network address groups post created response has a 5xx status code

func (*V1NetworkAddressGroupsPostCreated) IsSuccess

func (o *V1NetworkAddressGroupsPostCreated) IsSuccess() bool

IsSuccess returns true when this v1 network address groups post created response has a 2xx status code

func (*V1NetworkAddressGroupsPostCreated) String

type V1NetworkAddressGroupsPostForbidden

type V1NetworkAddressGroupsPostForbidden struct {
	Payload *models.Error
}

V1NetworkAddressGroupsPostForbidden describes a response with status code 403, with default header values.

Forbidden

func NewV1NetworkAddressGroupsPostForbidden

func NewV1NetworkAddressGroupsPostForbidden() *V1NetworkAddressGroupsPostForbidden

NewV1NetworkAddressGroupsPostForbidden creates a V1NetworkAddressGroupsPostForbidden with default headers values

func (*V1NetworkAddressGroupsPostForbidden) Code

Code gets the status code for the v1 network address groups post forbidden response

func (*V1NetworkAddressGroupsPostForbidden) Error

func (*V1NetworkAddressGroupsPostForbidden) GetPayload

func (*V1NetworkAddressGroupsPostForbidden) IsClientError

func (o *V1NetworkAddressGroupsPostForbidden) IsClientError() bool

IsClientError returns true when this v1 network address groups post forbidden response has a 4xx status code

func (*V1NetworkAddressGroupsPostForbidden) IsCode

IsCode returns true when this v1 network address groups post forbidden response a status code equal to that given

func (*V1NetworkAddressGroupsPostForbidden) IsRedirect

func (o *V1NetworkAddressGroupsPostForbidden) IsRedirect() bool

IsRedirect returns true when this v1 network address groups post forbidden response has a 3xx status code

func (*V1NetworkAddressGroupsPostForbidden) IsServerError

func (o *V1NetworkAddressGroupsPostForbidden) IsServerError() bool

IsServerError returns true when this v1 network address groups post forbidden response has a 5xx status code

func (*V1NetworkAddressGroupsPostForbidden) IsSuccess

IsSuccess returns true when this v1 network address groups post forbidden response has a 2xx status code

func (*V1NetworkAddressGroupsPostForbidden) String

type V1NetworkAddressGroupsPostInternalServerError

type V1NetworkAddressGroupsPostInternalServerError struct {
	Payload *models.Error
}

V1NetworkAddressGroupsPostInternalServerError describes a response with status code 500, with default header values.

Internal Server Error

func NewV1NetworkAddressGroupsPostInternalServerError

func NewV1NetworkAddressGroupsPostInternalServerError() *V1NetworkAddressGroupsPostInternalServerError

NewV1NetworkAddressGroupsPostInternalServerError creates a V1NetworkAddressGroupsPostInternalServerError with default headers values

func (*V1NetworkAddressGroupsPostInternalServerError) Code

Code gets the status code for the v1 network address groups post internal server error response

func (*V1NetworkAddressGroupsPostInternalServerError) Error

func (*V1NetworkAddressGroupsPostInternalServerError) GetPayload

func (*V1NetworkAddressGroupsPostInternalServerError) IsClientError

IsClientError returns true when this v1 network address groups post internal server error response has a 4xx status code

func (*V1NetworkAddressGroupsPostInternalServerError) IsCode

IsCode returns true when this v1 network address groups post internal server error response a status code equal to that given

func (*V1NetworkAddressGroupsPostInternalServerError) IsRedirect

IsRedirect returns true when this v1 network address groups post internal server error response has a 3xx status code

func (*V1NetworkAddressGroupsPostInternalServerError) IsServerError

IsServerError returns true when this v1 network address groups post internal server error response has a 5xx status code

func (*V1NetworkAddressGroupsPostInternalServerError) IsSuccess

IsSuccess returns true when this v1 network address groups post internal server error response has a 2xx status code

func (*V1NetworkAddressGroupsPostInternalServerError) String

type V1NetworkAddressGroupsPostNotFound

type V1NetworkAddressGroupsPostNotFound struct {
	Payload *models.Error
}

V1NetworkAddressGroupsPostNotFound describes a response with status code 404, with default header values.

Not Found

func NewV1NetworkAddressGroupsPostNotFound

func NewV1NetworkAddressGroupsPostNotFound() *V1NetworkAddressGroupsPostNotFound

NewV1NetworkAddressGroupsPostNotFound creates a V1NetworkAddressGroupsPostNotFound with default headers values

func (*V1NetworkAddressGroupsPostNotFound) Code

Code gets the status code for the v1 network address groups post not found response

func (*V1NetworkAddressGroupsPostNotFound) Error

func (*V1NetworkAddressGroupsPostNotFound) GetPayload

func (*V1NetworkAddressGroupsPostNotFound) IsClientError

func (o *V1NetworkAddressGroupsPostNotFound) IsClientError() bool

IsClientError returns true when this v1 network address groups post not found response has a 4xx status code

func (*V1NetworkAddressGroupsPostNotFound) IsCode

IsCode returns true when this v1 network address groups post not found response a status code equal to that given

func (*V1NetworkAddressGroupsPostNotFound) IsRedirect

func (o *V1NetworkAddressGroupsPostNotFound) IsRedirect() bool

IsRedirect returns true when this v1 network address groups post not found response has a 3xx status code

func (*V1NetworkAddressGroupsPostNotFound) IsServerError

func (o *V1NetworkAddressGroupsPostNotFound) IsServerError() bool

IsServerError returns true when this v1 network address groups post not found response has a 5xx status code

func (*V1NetworkAddressGroupsPostNotFound) IsSuccess

IsSuccess returns true when this v1 network address groups post not found response has a 2xx status code

func (*V1NetworkAddressGroupsPostNotFound) String

type V1NetworkAddressGroupsPostOK

type V1NetworkAddressGroupsPostOK struct {
	Payload *models.NetworkAddressGroup
}

V1NetworkAddressGroupsPostOK describes a response with status code 200, with default header values.

OK

func NewV1NetworkAddressGroupsPostOK

func NewV1NetworkAddressGroupsPostOK() *V1NetworkAddressGroupsPostOK

NewV1NetworkAddressGroupsPostOK creates a V1NetworkAddressGroupsPostOK with default headers values

func (*V1NetworkAddressGroupsPostOK) Code

Code gets the status code for the v1 network address groups post o k response

func (*V1NetworkAddressGroupsPostOK) Error

func (*V1NetworkAddressGroupsPostOK) GetPayload

func (*V1NetworkAddressGroupsPostOK) IsClientError

func (o *V1NetworkAddressGroupsPostOK) IsClientError() bool

IsClientError returns true when this v1 network address groups post o k response has a 4xx status code

func (*V1NetworkAddressGroupsPostOK) IsCode

func (o *V1NetworkAddressGroupsPostOK) IsCode(code int) bool

IsCode returns true when this v1 network address groups post o k response a status code equal to that given

func (*V1NetworkAddressGroupsPostOK) IsRedirect

func (o *V1NetworkAddressGroupsPostOK) IsRedirect() bool

IsRedirect returns true when this v1 network address groups post o k response has a 3xx status code

func (*V1NetworkAddressGroupsPostOK) IsServerError

func (o *V1NetworkAddressGroupsPostOK) IsServerError() bool

IsServerError returns true when this v1 network address groups post o k response has a 5xx status code

func (*V1NetworkAddressGroupsPostOK) IsSuccess

func (o *V1NetworkAddressGroupsPostOK) IsSuccess() bool

IsSuccess returns true when this v1 network address groups post o k response has a 2xx status code

func (*V1NetworkAddressGroupsPostOK) String

type V1NetworkAddressGroupsPostParams

type V1NetworkAddressGroupsPostParams struct {

	/* Body.

	   Parameters for the creation of a Network Address Group
	*/
	Body *models.NetworkAddressGroupCreate

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

V1NetworkAddressGroupsPostParams contains all the parameters to send to the API endpoint

for the v1 network address groups post operation.

Typically these are written to a http.Request.

func NewV1NetworkAddressGroupsPostParams

func NewV1NetworkAddressGroupsPostParams() *V1NetworkAddressGroupsPostParams

NewV1NetworkAddressGroupsPostParams creates a new V1NetworkAddressGroupsPostParams object, with the default timeout for this client.

Default values are not hydrated, since defaults are normally applied by the API server side.

To enforce default values in parameter, use SetDefaults or WithDefaults.

func NewV1NetworkAddressGroupsPostParamsWithContext

func NewV1NetworkAddressGroupsPostParamsWithContext(ctx context.Context) *V1NetworkAddressGroupsPostParams

NewV1NetworkAddressGroupsPostParamsWithContext creates a new V1NetworkAddressGroupsPostParams object with the ability to set a context for a request.

func NewV1NetworkAddressGroupsPostParamsWithHTTPClient

func NewV1NetworkAddressGroupsPostParamsWithHTTPClient(client *http.Client) *V1NetworkAddressGroupsPostParams

NewV1NetworkAddressGroupsPostParamsWithHTTPClient creates a new V1NetworkAddressGroupsPostParams object with the ability to set a custom HTTPClient for a request.

func NewV1NetworkAddressGroupsPostParamsWithTimeout

func NewV1NetworkAddressGroupsPostParamsWithTimeout(timeout time.Duration) *V1NetworkAddressGroupsPostParams

NewV1NetworkAddressGroupsPostParamsWithTimeout creates a new V1NetworkAddressGroupsPostParams object with the ability to set a timeout on a request.

func (*V1NetworkAddressGroupsPostParams) SetBody

SetBody adds the body to the v1 network address groups post params

func (*V1NetworkAddressGroupsPostParams) SetContext

SetContext adds the context to the v1 network address groups post params

func (*V1NetworkAddressGroupsPostParams) SetDefaults

func (o *V1NetworkAddressGroupsPostParams) SetDefaults()

SetDefaults hydrates default values in the v1 network address groups post params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsPostParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the v1 network address groups post params

func (*V1NetworkAddressGroupsPostParams) SetTimeout

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

SetTimeout adds the timeout to the v1 network address groups post params

func (*V1NetworkAddressGroupsPostParams) WithBody

WithBody adds the body to the v1 network address groups post params

func (*V1NetworkAddressGroupsPostParams) WithContext

WithContext adds the context to the v1 network address groups post params

func (*V1NetworkAddressGroupsPostParams) WithDefaults

WithDefaults hydrates default values in the v1 network address groups post params (not the query body).

All values with no default are reset to their zero value.

func (*V1NetworkAddressGroupsPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the v1 network address groups post params

func (*V1NetworkAddressGroupsPostParams) WithTimeout

WithTimeout adds the timeout to the v1 network address groups post params

func (*V1NetworkAddressGroupsPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type V1NetworkAddressGroupsPostReader

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

V1NetworkAddressGroupsPostReader is a Reader for the V1NetworkAddressGroupsPost structure.

func (*V1NetworkAddressGroupsPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type V1NetworkAddressGroupsPostUnauthorized

type V1NetworkAddressGroupsPostUnauthorized struct {
	Payload *models.Error
}

V1NetworkAddressGroupsPostUnauthorized describes a response with status code 401, with default header values.

Unauthorized

func NewV1NetworkAddressGroupsPostUnauthorized

func NewV1NetworkAddressGroupsPostUnauthorized() *V1NetworkAddressGroupsPostUnauthorized

NewV1NetworkAddressGroupsPostUnauthorized creates a V1NetworkAddressGroupsPostUnauthorized with default headers values

func (*V1NetworkAddressGroupsPostUnauthorized) Code

Code gets the status code for the v1 network address groups post unauthorized response

func (*V1NetworkAddressGroupsPostUnauthorized) Error

func (*V1NetworkAddressGroupsPostUnauthorized) GetPayload

func (*V1NetworkAddressGroupsPostUnauthorized) IsClientError

func (o *V1NetworkAddressGroupsPostUnauthorized) IsClientError() bool

IsClientError returns true when this v1 network address groups post unauthorized response has a 4xx status code

func (*V1NetworkAddressGroupsPostUnauthorized) IsCode

IsCode returns true when this v1 network address groups post unauthorized response a status code equal to that given

func (*V1NetworkAddressGroupsPostUnauthorized) IsRedirect

IsRedirect returns true when this v1 network address groups post unauthorized response has a 3xx status code

func (*V1NetworkAddressGroupsPostUnauthorized) IsServerError

func (o *V1NetworkAddressGroupsPostUnauthorized) IsServerError() bool

IsServerError returns true when this v1 network address groups post unauthorized response has a 5xx status code

func (*V1NetworkAddressGroupsPostUnauthorized) IsSuccess

IsSuccess returns true when this v1 network address groups post unauthorized response has a 2xx status code

func (*V1NetworkAddressGroupsPostUnauthorized) String

type V1NetworkAddressGroupsPostUnprocessableEntity

type V1NetworkAddressGroupsPostUnprocessableEntity struct {
	Payload *models.Error
}

V1NetworkAddressGroupsPostUnprocessableEntity describes a response with status code 422, with default header values.

Unprocessable Entity

func NewV1NetworkAddressGroupsPostUnprocessableEntity

func NewV1NetworkAddressGroupsPostUnprocessableEntity() *V1NetworkAddressGroupsPostUnprocessableEntity

NewV1NetworkAddressGroupsPostUnprocessableEntity creates a V1NetworkAddressGroupsPostUnprocessableEntity with default headers values

func (*V1NetworkAddressGroupsPostUnprocessableEntity) Code

Code gets the status code for the v1 network address groups post unprocessable entity response

func (*V1NetworkAddressGroupsPostUnprocessableEntity) Error

func (*V1NetworkAddressGroupsPostUnprocessableEntity) GetPayload

func (*V1NetworkAddressGroupsPostUnprocessableEntity) IsClientError

IsClientError returns true when this v1 network address groups post unprocessable entity response has a 4xx status code

func (*V1NetworkAddressGroupsPostUnprocessableEntity) IsCode

IsCode returns true when this v1 network address groups post unprocessable entity response a status code equal to that given

func (*V1NetworkAddressGroupsPostUnprocessableEntity) IsRedirect

IsRedirect returns true when this v1 network address groups post unprocessable entity response has a 3xx status code

func (*V1NetworkAddressGroupsPostUnprocessableEntity) IsServerError

IsServerError returns true when this v1 network address groups post unprocessable entity response has a 5xx status code

func (*V1NetworkAddressGroupsPostUnprocessableEntity) IsSuccess

IsSuccess returns true when this v1 network address groups post unprocessable entity response has a 2xx status code

func (*V1NetworkAddressGroupsPostUnprocessableEntity) String

Jump to

Keyboard shortcuts

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