internal_operations_network_address_groups

package
v1.9.0-beta9 Latest Latest
Warning

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

Go to latest
Published: Nov 21, 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 internal operations network address groups API

func (*Client) InternalV1OperationsNetworkaddressgroupsDelete

InternalV1OperationsNetworkaddressgroupsDelete deletes a network address group c r n

func (*Client) InternalV1OperationsNetworkaddressgroupsPost

InternalV1OperationsNetworkaddressgroupsPost creates a c r n for a network address group

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

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

type ClientService

type ClientService interface {
	InternalV1OperationsNetworkaddressgroupsDelete(params *InternalV1OperationsNetworkaddressgroupsDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent, error)

	InternalV1OperationsNetworkaddressgroupsPost(params *InternalV1OperationsNetworkaddressgroupsPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*InternalV1OperationsNetworkaddressgroupsPostCreated, error)

	SetTransport(transport runtime.ClientTransport)
}

ClientService is the interface for Client methods

func New

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

New creates a new internal operations network address groups API client.

func NewClientWithBasicAuth

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

New creates a new internal operations 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 internal operations 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 InternalV1OperationsNetworkaddressgroupsDeleteBadRequest

type InternalV1OperationsNetworkaddressgroupsDeleteBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewInternalV1OperationsNetworkaddressgroupsDeleteBadRequest

func NewInternalV1OperationsNetworkaddressgroupsDeleteBadRequest() *InternalV1OperationsNetworkaddressgroupsDeleteBadRequest

NewInternalV1OperationsNetworkaddressgroupsDeleteBadRequest creates a InternalV1OperationsNetworkaddressgroupsDeleteBadRequest with default headers values

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) Code

Code gets the status code for the internal v1 operations networkaddressgroups delete bad request response

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) Error

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups delete bad request response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups delete bad request response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups delete bad request response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups delete bad request response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups delete bad request response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteBadRequest) String

type InternalV1OperationsNetworkaddressgroupsDeleteForbidden

type InternalV1OperationsNetworkaddressgroupsDeleteForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewInternalV1OperationsNetworkaddressgroupsDeleteForbidden

func NewInternalV1OperationsNetworkaddressgroupsDeleteForbidden() *InternalV1OperationsNetworkaddressgroupsDeleteForbidden

NewInternalV1OperationsNetworkaddressgroupsDeleteForbidden creates a InternalV1OperationsNetworkaddressgroupsDeleteForbidden with default headers values

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) Code

Code gets the status code for the internal v1 operations networkaddressgroups delete forbidden response

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) Error

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups delete forbidden response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups delete forbidden response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups delete forbidden response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups delete forbidden response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups delete forbidden response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteForbidden) String

type InternalV1OperationsNetworkaddressgroupsDeleteGone

type InternalV1OperationsNetworkaddressgroupsDeleteGone struct {
	Payload *models.Error
}

InternalV1OperationsNetworkaddressgroupsDeleteGone describes a response with status code 410, with default header values.

Gone

func NewInternalV1OperationsNetworkaddressgroupsDeleteGone

func NewInternalV1OperationsNetworkaddressgroupsDeleteGone() *InternalV1OperationsNetworkaddressgroupsDeleteGone

NewInternalV1OperationsNetworkaddressgroupsDeleteGone creates a InternalV1OperationsNetworkaddressgroupsDeleteGone with default headers values

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) Code

Code gets the status code for the internal v1 operations networkaddressgroups delete gone response

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) Error

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups delete gone response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups delete gone response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups delete gone response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups delete gone response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups delete gone response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteGone) String

type InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError

type InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewInternalV1OperationsNetworkaddressgroupsDeleteInternalServerError

func NewInternalV1OperationsNetworkaddressgroupsDeleteInternalServerError() *InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError

NewInternalV1OperationsNetworkaddressgroupsDeleteInternalServerError creates a InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError with default headers values

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) Code

Code gets the status code for the internal v1 operations networkaddressgroups delete internal server error response

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) Error

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups delete internal server error response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups delete internal server error response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups delete internal server error response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups delete internal server error response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups delete internal server error response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteInternalServerError) String

type InternalV1OperationsNetworkaddressgroupsDeleteNoContent

type InternalV1OperationsNetworkaddressgroupsDeleteNoContent struct {
}

InternalV1OperationsNetworkaddressgroupsDeleteNoContent describes a response with status code 204, with default header values.

Deleted

func NewInternalV1OperationsNetworkaddressgroupsDeleteNoContent

func NewInternalV1OperationsNetworkaddressgroupsDeleteNoContent() *InternalV1OperationsNetworkaddressgroupsDeleteNoContent

NewInternalV1OperationsNetworkaddressgroupsDeleteNoContent creates a InternalV1OperationsNetworkaddressgroupsDeleteNoContent with default headers values

func (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent) Code

Code gets the status code for the internal v1 operations networkaddressgroups delete no content response

func (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent) Error

func (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups delete no content response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups delete no content response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups delete no content response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups delete no content response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups delete no content response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteNoContent) String

type InternalV1OperationsNetworkaddressgroupsDeleteNotFound

type InternalV1OperationsNetworkaddressgroupsDeleteNotFound struct {
	Payload *models.Error
}

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

Not Found

func NewInternalV1OperationsNetworkaddressgroupsDeleteNotFound

func NewInternalV1OperationsNetworkaddressgroupsDeleteNotFound() *InternalV1OperationsNetworkaddressgroupsDeleteNotFound

NewInternalV1OperationsNetworkaddressgroupsDeleteNotFound creates a InternalV1OperationsNetworkaddressgroupsDeleteNotFound with default headers values

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) Code

Code gets the status code for the internal v1 operations networkaddressgroups delete not found response

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) Error

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups delete not found response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups delete not found response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups delete not found response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups delete not found response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups delete not found response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteNotFound) String

type InternalV1OperationsNetworkaddressgroupsDeleteParams

type InternalV1OperationsNetworkaddressgroupsDeleteParams struct {

	/* ResourceCrn.

	   Encoded resource CRN, "/" to be encoded into "%2F", example 'crn:v1:staging:public:power-iaas:satloc_dal_clp2joc20ppo19876n50:a%2Fc7e6bd2517ad44eabbd61fcc25cf68d5:79bffc73-0035-4e7b-b34a-15da38927424:network:d8d51d44-053b-4df3-90b6-31fbe72ba600'
	*/
	ResourceCrn string

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

InternalV1OperationsNetworkaddressgroupsDeleteParams contains all the parameters to send to the API endpoint

for the internal v1 operations networkaddressgroups delete operation.

Typically these are written to a http.Request.

func NewInternalV1OperationsNetworkaddressgroupsDeleteParams

func NewInternalV1OperationsNetworkaddressgroupsDeleteParams() *InternalV1OperationsNetworkaddressgroupsDeleteParams

NewInternalV1OperationsNetworkaddressgroupsDeleteParams creates a new InternalV1OperationsNetworkaddressgroupsDeleteParams 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 NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithContext

func NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithContext(ctx context.Context) *InternalV1OperationsNetworkaddressgroupsDeleteParams

NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithContext creates a new InternalV1OperationsNetworkaddressgroupsDeleteParams object with the ability to set a context for a request.

func NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithHTTPClient

func NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithHTTPClient(client *http.Client) *InternalV1OperationsNetworkaddressgroupsDeleteParams

NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithHTTPClient creates a new InternalV1OperationsNetworkaddressgroupsDeleteParams object with the ability to set a custom HTTPClient for a request.

func NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithTimeout

func NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithTimeout(timeout time.Duration) *InternalV1OperationsNetworkaddressgroupsDeleteParams

NewInternalV1OperationsNetworkaddressgroupsDeleteParamsWithTimeout creates a new InternalV1OperationsNetworkaddressgroupsDeleteParams object with the ability to set a timeout on a request.

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) SetContext

SetContext adds the context to the internal v1 operations networkaddressgroups delete params

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) SetDefaults

SetDefaults hydrates default values in the internal v1 operations networkaddressgroups delete params (not the query body).

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

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the internal v1 operations networkaddressgroups delete params

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) SetResourceCrn

func (o *InternalV1OperationsNetworkaddressgroupsDeleteParams) SetResourceCrn(resourceCrn string)

SetResourceCrn adds the resourceCrn to the internal v1 operations networkaddressgroups delete params

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) SetTimeout

SetTimeout adds the timeout to the internal v1 operations networkaddressgroups delete params

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) WithContext

WithContext adds the context to the internal v1 operations networkaddressgroups delete params

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) WithDefaults

WithDefaults hydrates default values in the internal v1 operations networkaddressgroups delete params (not the query body).

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

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the internal v1 operations networkaddressgroups delete params

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) WithResourceCrn

WithResourceCrn adds the resourceCrn to the internal v1 operations networkaddressgroups delete params

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) WithTimeout

WithTimeout adds the timeout to the internal v1 operations networkaddressgroups delete params

func (*InternalV1OperationsNetworkaddressgroupsDeleteParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InternalV1OperationsNetworkaddressgroupsDeleteReader

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

InternalV1OperationsNetworkaddressgroupsDeleteReader is a Reader for the InternalV1OperationsNetworkaddressgroupsDelete structure.

func (*InternalV1OperationsNetworkaddressgroupsDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests

type InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests struct {
	Payload *models.Error
}

InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewInternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests

func NewInternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests() *InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests

NewInternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests creates a InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests with default headers values

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) Code

Code gets the status code for the internal v1 operations networkaddressgroups delete too many requests response

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) Error

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups delete too many requests response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups delete too many requests response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups delete too many requests response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups delete too many requests response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups delete too many requests response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteTooManyRequests) String

type InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized

type InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewInternalV1OperationsNetworkaddressgroupsDeleteUnauthorized

func NewInternalV1OperationsNetworkaddressgroupsDeleteUnauthorized() *InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized

NewInternalV1OperationsNetworkaddressgroupsDeleteUnauthorized creates a InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized with default headers values

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) Code

Code gets the status code for the internal v1 operations networkaddressgroups delete unauthorized response

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) Error

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups delete unauthorized response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups delete unauthorized response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups delete unauthorized response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups delete unauthorized response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups delete unauthorized response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsDeleteUnauthorized) String

type InternalV1OperationsNetworkaddressgroupsPostBadRequest

type InternalV1OperationsNetworkaddressgroupsPostBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewInternalV1OperationsNetworkaddressgroupsPostBadRequest

func NewInternalV1OperationsNetworkaddressgroupsPostBadRequest() *InternalV1OperationsNetworkaddressgroupsPostBadRequest

NewInternalV1OperationsNetworkaddressgroupsPostBadRequest creates a InternalV1OperationsNetworkaddressgroupsPostBadRequest with default headers values

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) Code

Code gets the status code for the internal v1 operations networkaddressgroups post bad request response

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) Error

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups post bad request response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups post bad request response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups post bad request response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups post bad request response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups post bad request response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostBadRequest) String

type InternalV1OperationsNetworkaddressgroupsPostCreated

type InternalV1OperationsNetworkaddressgroupsPostCreated struct {
	Payload *models.InternalOperationsResponse
}

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

Created

func NewInternalV1OperationsNetworkaddressgroupsPostCreated

func NewInternalV1OperationsNetworkaddressgroupsPostCreated() *InternalV1OperationsNetworkaddressgroupsPostCreated

NewInternalV1OperationsNetworkaddressgroupsPostCreated creates a InternalV1OperationsNetworkaddressgroupsPostCreated with default headers values

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) Code

Code gets the status code for the internal v1 operations networkaddressgroups post created response

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) Error

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups post created response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups post created response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups post created response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups post created response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups post created response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostCreated) String

type InternalV1OperationsNetworkaddressgroupsPostForbidden

type InternalV1OperationsNetworkaddressgroupsPostForbidden struct {
	Payload *models.Error
}

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

Forbidden

func NewInternalV1OperationsNetworkaddressgroupsPostForbidden

func NewInternalV1OperationsNetworkaddressgroupsPostForbidden() *InternalV1OperationsNetworkaddressgroupsPostForbidden

NewInternalV1OperationsNetworkaddressgroupsPostForbidden creates a InternalV1OperationsNetworkaddressgroupsPostForbidden with default headers values

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) Code

Code gets the status code for the internal v1 operations networkaddressgroups post forbidden response

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) Error

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups post forbidden response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups post forbidden response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups post forbidden response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups post forbidden response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups post forbidden response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostForbidden) String

type InternalV1OperationsNetworkaddressgroupsPostInternalServerError

type InternalV1OperationsNetworkaddressgroupsPostInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewInternalV1OperationsNetworkaddressgroupsPostInternalServerError

func NewInternalV1OperationsNetworkaddressgroupsPostInternalServerError() *InternalV1OperationsNetworkaddressgroupsPostInternalServerError

NewInternalV1OperationsNetworkaddressgroupsPostInternalServerError creates a InternalV1OperationsNetworkaddressgroupsPostInternalServerError with default headers values

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) Code

Code gets the status code for the internal v1 operations networkaddressgroups post internal server error response

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) Error

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups post internal server error response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups post internal server error response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups post internal server error response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups post internal server error response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups post internal server error response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostInternalServerError) String

type InternalV1OperationsNetworkaddressgroupsPostParams

type InternalV1OperationsNetworkaddressgroupsPostParams struct {

	/* Body.

	   Parameters for creating a Network Address Group CRN
	*/
	Body *models.InternalOperationsRequest

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

InternalV1OperationsNetworkaddressgroupsPostParams contains all the parameters to send to the API endpoint

for the internal v1 operations networkaddressgroups post operation.

Typically these are written to a http.Request.

func NewInternalV1OperationsNetworkaddressgroupsPostParams

func NewInternalV1OperationsNetworkaddressgroupsPostParams() *InternalV1OperationsNetworkaddressgroupsPostParams

NewInternalV1OperationsNetworkaddressgroupsPostParams creates a new InternalV1OperationsNetworkaddressgroupsPostParams 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 NewInternalV1OperationsNetworkaddressgroupsPostParamsWithContext

func NewInternalV1OperationsNetworkaddressgroupsPostParamsWithContext(ctx context.Context) *InternalV1OperationsNetworkaddressgroupsPostParams

NewInternalV1OperationsNetworkaddressgroupsPostParamsWithContext creates a new InternalV1OperationsNetworkaddressgroupsPostParams object with the ability to set a context for a request.

func NewInternalV1OperationsNetworkaddressgroupsPostParamsWithHTTPClient

func NewInternalV1OperationsNetworkaddressgroupsPostParamsWithHTTPClient(client *http.Client) *InternalV1OperationsNetworkaddressgroupsPostParams

NewInternalV1OperationsNetworkaddressgroupsPostParamsWithHTTPClient creates a new InternalV1OperationsNetworkaddressgroupsPostParams object with the ability to set a custom HTTPClient for a request.

func NewInternalV1OperationsNetworkaddressgroupsPostParamsWithTimeout

func NewInternalV1OperationsNetworkaddressgroupsPostParamsWithTimeout(timeout time.Duration) *InternalV1OperationsNetworkaddressgroupsPostParams

NewInternalV1OperationsNetworkaddressgroupsPostParamsWithTimeout creates a new InternalV1OperationsNetworkaddressgroupsPostParams object with the ability to set a timeout on a request.

func (*InternalV1OperationsNetworkaddressgroupsPostParams) SetBody

SetBody adds the body to the internal v1 operations networkaddressgroups post params

func (*InternalV1OperationsNetworkaddressgroupsPostParams) SetContext

SetContext adds the context to the internal v1 operations networkaddressgroups post params

func (*InternalV1OperationsNetworkaddressgroupsPostParams) SetDefaults

SetDefaults hydrates default values in the internal v1 operations networkaddressgroups post params (not the query body).

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

func (*InternalV1OperationsNetworkaddressgroupsPostParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the internal v1 operations networkaddressgroups post params

func (*InternalV1OperationsNetworkaddressgroupsPostParams) SetTimeout

SetTimeout adds the timeout to the internal v1 operations networkaddressgroups post params

func (*InternalV1OperationsNetworkaddressgroupsPostParams) WithBody

WithBody adds the body to the internal v1 operations networkaddressgroups post params

func (*InternalV1OperationsNetworkaddressgroupsPostParams) WithContext

WithContext adds the context to the internal v1 operations networkaddressgroups post params

func (*InternalV1OperationsNetworkaddressgroupsPostParams) WithDefaults

WithDefaults hydrates default values in the internal v1 operations networkaddressgroups post params (not the query body).

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

func (*InternalV1OperationsNetworkaddressgroupsPostParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the internal v1 operations networkaddressgroups post params

func (*InternalV1OperationsNetworkaddressgroupsPostParams) WithTimeout

WithTimeout adds the timeout to the internal v1 operations networkaddressgroups post params

func (*InternalV1OperationsNetworkaddressgroupsPostParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type InternalV1OperationsNetworkaddressgroupsPostReader

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

InternalV1OperationsNetworkaddressgroupsPostReader is a Reader for the InternalV1OperationsNetworkaddressgroupsPost structure.

func (*InternalV1OperationsNetworkaddressgroupsPostReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type InternalV1OperationsNetworkaddressgroupsPostTooManyRequests

type InternalV1OperationsNetworkaddressgroupsPostTooManyRequests struct {
	Payload *models.Error
}

InternalV1OperationsNetworkaddressgroupsPostTooManyRequests describes a response with status code 429, with default header values.

Too Many Requests

func NewInternalV1OperationsNetworkaddressgroupsPostTooManyRequests

func NewInternalV1OperationsNetworkaddressgroupsPostTooManyRequests() *InternalV1OperationsNetworkaddressgroupsPostTooManyRequests

NewInternalV1OperationsNetworkaddressgroupsPostTooManyRequests creates a InternalV1OperationsNetworkaddressgroupsPostTooManyRequests with default headers values

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) Code

Code gets the status code for the internal v1 operations networkaddressgroups post too many requests response

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) Error

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups post too many requests response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups post too many requests response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups post too many requests response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups post too many requests response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups post too many requests response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostTooManyRequests) String

type InternalV1OperationsNetworkaddressgroupsPostUnauthorized

type InternalV1OperationsNetworkaddressgroupsPostUnauthorized struct {
	Payload *models.Error
}

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

Unauthorized

func NewInternalV1OperationsNetworkaddressgroupsPostUnauthorized

func NewInternalV1OperationsNetworkaddressgroupsPostUnauthorized() *InternalV1OperationsNetworkaddressgroupsPostUnauthorized

NewInternalV1OperationsNetworkaddressgroupsPostUnauthorized creates a InternalV1OperationsNetworkaddressgroupsPostUnauthorized with default headers values

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) Code

Code gets the status code for the internal v1 operations networkaddressgroups post unauthorized response

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) Error

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) GetPayload

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) IsClientError

IsClientError returns true when this internal v1 operations networkaddressgroups post unauthorized response has a 4xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) IsCode

IsCode returns true when this internal v1 operations networkaddressgroups post unauthorized response a status code equal to that given

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) IsRedirect

IsRedirect returns true when this internal v1 operations networkaddressgroups post unauthorized response has a 3xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) IsServerError

IsServerError returns true when this internal v1 operations networkaddressgroups post unauthorized response has a 5xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) IsSuccess

IsSuccess returns true when this internal v1 operations networkaddressgroups post unauthorized response has a 2xx status code

func (*InternalV1OperationsNetworkaddressgroupsPostUnauthorized) String

Jump to

Keyboard shortcuts

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