Documentation ¶
Index ¶
- type Client
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) V1NetworksNetworkInterfacesDelete(params *V1NetworksNetworkInterfacesDeleteParams, ...) (*V1NetworksNetworkInterfacesDeleteOK, error)
- func (a *Client) V1NetworksNetworkInterfacesGet(params *V1NetworksNetworkInterfacesGetParams, ...) (*V1NetworksNetworkInterfacesGetOK, error)
- func (a *Client) V1NetworksNetworkInterfacesGetall(params *V1NetworksNetworkInterfacesGetallParams, ...) (*V1NetworksNetworkInterfacesGetallOK, error)
- func (a *Client) V1NetworksNetworkInterfacesPost(params *V1NetworksNetworkInterfacesPostParams, ...) (*V1NetworksNetworkInterfacesPostCreated, error)
- func (a *Client) V1NetworksNetworkInterfacesPut(params *V1NetworksNetworkInterfacesPutParams, ...) (*V1NetworksNetworkInterfacesPutOK, error)
- type ClientOption
- type ClientService
- type V1NetworksNetworkInterfacesDeleteBadRequest
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) Code() int
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) Error() string
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesDeleteBadRequest) String() string
- type V1NetworksNetworkInterfacesDeleteForbidden
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) Code() int
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) Error() string
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesDeleteForbidden) String() string
- type V1NetworksNetworkInterfacesDeleteGone
- func (o *V1NetworksNetworkInterfacesDeleteGone) Code() int
- func (o *V1NetworksNetworkInterfacesDeleteGone) Error() string
- func (o *V1NetworksNetworkInterfacesDeleteGone) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesDeleteGone) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesDeleteGone) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesDeleteGone) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesDeleteGone) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesDeleteGone) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesDeleteGone) String() string
- type V1NetworksNetworkInterfacesDeleteInternalServerError
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) Code() int
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) Error() string
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) String() string
- type V1NetworksNetworkInterfacesDeleteNotFound
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) Code() int
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) Error() string
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesDeleteNotFound) String() string
- type V1NetworksNetworkInterfacesDeleteOK
- func (o *V1NetworksNetworkInterfacesDeleteOK) Code() int
- func (o *V1NetworksNetworkInterfacesDeleteOK) Error() string
- func (o *V1NetworksNetworkInterfacesDeleteOK) GetPayload() models.Object
- func (o *V1NetworksNetworkInterfacesDeleteOK) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesDeleteOK) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesDeleteOK) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesDeleteOK) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesDeleteOK) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesDeleteOK) String() string
- type V1NetworksNetworkInterfacesDeleteParams
- func NewV1NetworksNetworkInterfacesDeleteParams() *V1NetworksNetworkInterfacesDeleteParams
- func NewV1NetworksNetworkInterfacesDeleteParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesDeleteParams
- func NewV1NetworksNetworkInterfacesDeleteParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesDeleteParams
- func NewV1NetworksNetworkInterfacesDeleteParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesDeleteParams
- func (o *V1NetworksNetworkInterfacesDeleteParams) SetContext(ctx context.Context)
- func (o *V1NetworksNetworkInterfacesDeleteParams) SetDefaults()
- func (o *V1NetworksNetworkInterfacesDeleteParams) SetHTTPClient(client *http.Client)
- func (o *V1NetworksNetworkInterfacesDeleteParams) SetNetworkID(networkID string)
- func (o *V1NetworksNetworkInterfacesDeleteParams) SetNetworkInterfaceID(networkInterfaceID string)
- func (o *V1NetworksNetworkInterfacesDeleteParams) SetTimeout(timeout time.Duration)
- func (o *V1NetworksNetworkInterfacesDeleteParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesDeleteParams
- func (o *V1NetworksNetworkInterfacesDeleteParams) WithDefaults() *V1NetworksNetworkInterfacesDeleteParams
- func (o *V1NetworksNetworkInterfacesDeleteParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesDeleteParams
- func (o *V1NetworksNetworkInterfacesDeleteParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesDeleteParams
- func (o *V1NetworksNetworkInterfacesDeleteParams) WithNetworkInterfaceID(networkInterfaceID string) *V1NetworksNetworkInterfacesDeleteParams
- func (o *V1NetworksNetworkInterfacesDeleteParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesDeleteParams
- func (o *V1NetworksNetworkInterfacesDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V1NetworksNetworkInterfacesDeleteReader
- type V1NetworksNetworkInterfacesDeleteUnauthorized
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) Code() int
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) Error() string
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) String() string
- type V1NetworksNetworkInterfacesGetBadRequest
- func (o *V1NetworksNetworkInterfacesGetBadRequest) Code() int
- func (o *V1NetworksNetworkInterfacesGetBadRequest) Error() string
- func (o *V1NetworksNetworkInterfacesGetBadRequest) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetBadRequest) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetBadRequest) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetBadRequest) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetBadRequest) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetBadRequest) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetBadRequest) String() string
- type V1NetworksNetworkInterfacesGetForbidden
- func (o *V1NetworksNetworkInterfacesGetForbidden) Code() int
- func (o *V1NetworksNetworkInterfacesGetForbidden) Error() string
- func (o *V1NetworksNetworkInterfacesGetForbidden) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetForbidden) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetForbidden) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetForbidden) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetForbidden) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetForbidden) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetForbidden) String() string
- type V1NetworksNetworkInterfacesGetInternalServerError
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) Code() int
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) Error() string
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetInternalServerError) String() string
- type V1NetworksNetworkInterfacesGetNotFound
- func (o *V1NetworksNetworkInterfacesGetNotFound) Code() int
- func (o *V1NetworksNetworkInterfacesGetNotFound) Error() string
- func (o *V1NetworksNetworkInterfacesGetNotFound) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetNotFound) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetNotFound) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetNotFound) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetNotFound) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetNotFound) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetNotFound) String() string
- type V1NetworksNetworkInterfacesGetOK
- func (o *V1NetworksNetworkInterfacesGetOK) Code() int
- func (o *V1NetworksNetworkInterfacesGetOK) Error() string
- func (o *V1NetworksNetworkInterfacesGetOK) GetPayload() *models.NetworkInterface
- func (o *V1NetworksNetworkInterfacesGetOK) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetOK) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetOK) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetOK) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetOK) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetOK) String() string
- type V1NetworksNetworkInterfacesGetParams
- func NewV1NetworksNetworkInterfacesGetParams() *V1NetworksNetworkInterfacesGetParams
- func NewV1NetworksNetworkInterfacesGetParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesGetParams
- func NewV1NetworksNetworkInterfacesGetParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesGetParams
- func NewV1NetworksNetworkInterfacesGetParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesGetParams
- func (o *V1NetworksNetworkInterfacesGetParams) SetContext(ctx context.Context)
- func (o *V1NetworksNetworkInterfacesGetParams) SetDefaults()
- func (o *V1NetworksNetworkInterfacesGetParams) SetHTTPClient(client *http.Client)
- func (o *V1NetworksNetworkInterfacesGetParams) SetNetworkID(networkID string)
- func (o *V1NetworksNetworkInterfacesGetParams) SetNetworkInterfaceID(networkInterfaceID string)
- func (o *V1NetworksNetworkInterfacesGetParams) SetTimeout(timeout time.Duration)
- func (o *V1NetworksNetworkInterfacesGetParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesGetParams
- func (o *V1NetworksNetworkInterfacesGetParams) WithDefaults() *V1NetworksNetworkInterfacesGetParams
- func (o *V1NetworksNetworkInterfacesGetParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesGetParams
- func (o *V1NetworksNetworkInterfacesGetParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesGetParams
- func (o *V1NetworksNetworkInterfacesGetParams) WithNetworkInterfaceID(networkInterfaceID string) *V1NetworksNetworkInterfacesGetParams
- func (o *V1NetworksNetworkInterfacesGetParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesGetParams
- func (o *V1NetworksNetworkInterfacesGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V1NetworksNetworkInterfacesGetReader
- type V1NetworksNetworkInterfacesGetUnauthorized
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) Code() int
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) Error() string
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetUnauthorized) String() string
- type V1NetworksNetworkInterfacesGetallBadRequest
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) Code() int
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) Error() string
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetallBadRequest) String() string
- type V1NetworksNetworkInterfacesGetallForbidden
- func (o *V1NetworksNetworkInterfacesGetallForbidden) Code() int
- func (o *V1NetworksNetworkInterfacesGetallForbidden) Error() string
- func (o *V1NetworksNetworkInterfacesGetallForbidden) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetallForbidden) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetallForbidden) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetallForbidden) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetallForbidden) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetallForbidden) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetallForbidden) String() string
- type V1NetworksNetworkInterfacesGetallInternalServerError
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) Code() int
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) Error() string
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetallInternalServerError) String() string
- type V1NetworksNetworkInterfacesGetallNotFound
- func (o *V1NetworksNetworkInterfacesGetallNotFound) Code() int
- func (o *V1NetworksNetworkInterfacesGetallNotFound) Error() string
- func (o *V1NetworksNetworkInterfacesGetallNotFound) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetallNotFound) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetallNotFound) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetallNotFound) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetallNotFound) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetallNotFound) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetallNotFound) String() string
- type V1NetworksNetworkInterfacesGetallOK
- func (o *V1NetworksNetworkInterfacesGetallOK) Code() int
- func (o *V1NetworksNetworkInterfacesGetallOK) Error() string
- func (o *V1NetworksNetworkInterfacesGetallOK) GetPayload() *models.NetworkInterfaces
- func (o *V1NetworksNetworkInterfacesGetallOK) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetallOK) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetallOK) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetallOK) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetallOK) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetallOK) String() string
- type V1NetworksNetworkInterfacesGetallParams
- func NewV1NetworksNetworkInterfacesGetallParams() *V1NetworksNetworkInterfacesGetallParams
- func NewV1NetworksNetworkInterfacesGetallParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesGetallParams
- func NewV1NetworksNetworkInterfacesGetallParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesGetallParams
- func NewV1NetworksNetworkInterfacesGetallParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesGetallParams
- func (o *V1NetworksNetworkInterfacesGetallParams) SetContext(ctx context.Context)
- func (o *V1NetworksNetworkInterfacesGetallParams) SetDefaults()
- func (o *V1NetworksNetworkInterfacesGetallParams) SetHTTPClient(client *http.Client)
- func (o *V1NetworksNetworkInterfacesGetallParams) SetNetworkID(networkID string)
- func (o *V1NetworksNetworkInterfacesGetallParams) SetTimeout(timeout time.Duration)
- func (o *V1NetworksNetworkInterfacesGetallParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesGetallParams
- func (o *V1NetworksNetworkInterfacesGetallParams) WithDefaults() *V1NetworksNetworkInterfacesGetallParams
- func (o *V1NetworksNetworkInterfacesGetallParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesGetallParams
- func (o *V1NetworksNetworkInterfacesGetallParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesGetallParams
- func (o *V1NetworksNetworkInterfacesGetallParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesGetallParams
- func (o *V1NetworksNetworkInterfacesGetallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V1NetworksNetworkInterfacesGetallReader
- type V1NetworksNetworkInterfacesGetallUnauthorized
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) Code() int
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) Error() string
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesGetallUnauthorized) String() string
- type V1NetworksNetworkInterfacesPostBadRequest
- func (o *V1NetworksNetworkInterfacesPostBadRequest) Code() int
- func (o *V1NetworksNetworkInterfacesPostBadRequest) Error() string
- func (o *V1NetworksNetworkInterfacesPostBadRequest) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPostBadRequest) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPostBadRequest) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPostBadRequest) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPostBadRequest) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPostBadRequest) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPostBadRequest) String() string
- type V1NetworksNetworkInterfacesPostConflict
- func (o *V1NetworksNetworkInterfacesPostConflict) Code() int
- func (o *V1NetworksNetworkInterfacesPostConflict) Error() string
- func (o *V1NetworksNetworkInterfacesPostConflict) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPostConflict) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPostConflict) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPostConflict) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPostConflict) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPostConflict) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPostConflict) String() string
- type V1NetworksNetworkInterfacesPostCreated
- func (o *V1NetworksNetworkInterfacesPostCreated) Code() int
- func (o *V1NetworksNetworkInterfacesPostCreated) Error() string
- func (o *V1NetworksNetworkInterfacesPostCreated) GetPayload() *models.NetworkInterface
- func (o *V1NetworksNetworkInterfacesPostCreated) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPostCreated) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPostCreated) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPostCreated) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPostCreated) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPostCreated) String() string
- type V1NetworksNetworkInterfacesPostForbidden
- func (o *V1NetworksNetworkInterfacesPostForbidden) Code() int
- func (o *V1NetworksNetworkInterfacesPostForbidden) Error() string
- func (o *V1NetworksNetworkInterfacesPostForbidden) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPostForbidden) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPostForbidden) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPostForbidden) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPostForbidden) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPostForbidden) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPostForbidden) String() string
- type V1NetworksNetworkInterfacesPostInternalServerError
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) Code() int
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) Error() string
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPostInternalServerError) String() string
- type V1NetworksNetworkInterfacesPostNotFound
- func (o *V1NetworksNetworkInterfacesPostNotFound) Code() int
- func (o *V1NetworksNetworkInterfacesPostNotFound) Error() string
- func (o *V1NetworksNetworkInterfacesPostNotFound) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPostNotFound) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPostNotFound) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPostNotFound) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPostNotFound) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPostNotFound) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPostNotFound) String() string
- type V1NetworksNetworkInterfacesPostParams
- func NewV1NetworksNetworkInterfacesPostParams() *V1NetworksNetworkInterfacesPostParams
- func NewV1NetworksNetworkInterfacesPostParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesPostParams
- func NewV1NetworksNetworkInterfacesPostParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesPostParams
- func NewV1NetworksNetworkInterfacesPostParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesPostParams
- func (o *V1NetworksNetworkInterfacesPostParams) SetBody(body *models.NetworkInterfaceCreate)
- func (o *V1NetworksNetworkInterfacesPostParams) SetContext(ctx context.Context)
- func (o *V1NetworksNetworkInterfacesPostParams) SetDefaults()
- func (o *V1NetworksNetworkInterfacesPostParams) SetHTTPClient(client *http.Client)
- func (o *V1NetworksNetworkInterfacesPostParams) SetNetworkID(networkID string)
- func (o *V1NetworksNetworkInterfacesPostParams) SetTimeout(timeout time.Duration)
- func (o *V1NetworksNetworkInterfacesPostParams) WithBody(body *models.NetworkInterfaceCreate) *V1NetworksNetworkInterfacesPostParams
- func (o *V1NetworksNetworkInterfacesPostParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesPostParams
- func (o *V1NetworksNetworkInterfacesPostParams) WithDefaults() *V1NetworksNetworkInterfacesPostParams
- func (o *V1NetworksNetworkInterfacesPostParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesPostParams
- func (o *V1NetworksNetworkInterfacesPostParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesPostParams
- func (o *V1NetworksNetworkInterfacesPostParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesPostParams
- func (o *V1NetworksNetworkInterfacesPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V1NetworksNetworkInterfacesPostReader
- type V1NetworksNetworkInterfacesPostUnauthorized
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) Code() int
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) Error() string
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPostUnauthorized) String() string
- type V1NetworksNetworkInterfacesPostUnprocessableEntity
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) Code() int
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) Error() string
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) String() string
- type V1NetworksNetworkInterfacesPutBadRequest
- func (o *V1NetworksNetworkInterfacesPutBadRequest) Code() int
- func (o *V1NetworksNetworkInterfacesPutBadRequest) Error() string
- func (o *V1NetworksNetworkInterfacesPutBadRequest) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPutBadRequest) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPutBadRequest) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPutBadRequest) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPutBadRequest) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPutBadRequest) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPutBadRequest) String() string
- type V1NetworksNetworkInterfacesPutForbidden
- func (o *V1NetworksNetworkInterfacesPutForbidden) Code() int
- func (o *V1NetworksNetworkInterfacesPutForbidden) Error() string
- func (o *V1NetworksNetworkInterfacesPutForbidden) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPutForbidden) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPutForbidden) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPutForbidden) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPutForbidden) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPutForbidden) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPutForbidden) String() string
- type V1NetworksNetworkInterfacesPutInternalServerError
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) Code() int
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) Error() string
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPutInternalServerError) String() string
- type V1NetworksNetworkInterfacesPutNotFound
- func (o *V1NetworksNetworkInterfacesPutNotFound) Code() int
- func (o *V1NetworksNetworkInterfacesPutNotFound) Error() string
- func (o *V1NetworksNetworkInterfacesPutNotFound) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPutNotFound) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPutNotFound) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPutNotFound) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPutNotFound) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPutNotFound) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPutNotFound) String() string
- type V1NetworksNetworkInterfacesPutOK
- func (o *V1NetworksNetworkInterfacesPutOK) Code() int
- func (o *V1NetworksNetworkInterfacesPutOK) Error() string
- func (o *V1NetworksNetworkInterfacesPutOK) GetPayload() *models.NetworkInterface
- func (o *V1NetworksNetworkInterfacesPutOK) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPutOK) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPutOK) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPutOK) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPutOK) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPutOK) String() string
- type V1NetworksNetworkInterfacesPutParams
- func NewV1NetworksNetworkInterfacesPutParams() *V1NetworksNetworkInterfacesPutParams
- func NewV1NetworksNetworkInterfacesPutParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesPutParams
- func NewV1NetworksNetworkInterfacesPutParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesPutParams
- func NewV1NetworksNetworkInterfacesPutParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesPutParams
- func (o *V1NetworksNetworkInterfacesPutParams) SetBody(body *models.NetworkInterfaceUpdate)
- func (o *V1NetworksNetworkInterfacesPutParams) SetContext(ctx context.Context)
- func (o *V1NetworksNetworkInterfacesPutParams) SetDefaults()
- func (o *V1NetworksNetworkInterfacesPutParams) SetHTTPClient(client *http.Client)
- func (o *V1NetworksNetworkInterfacesPutParams) SetNetworkID(networkID string)
- func (o *V1NetworksNetworkInterfacesPutParams) SetNetworkInterfaceID(networkInterfaceID string)
- func (o *V1NetworksNetworkInterfacesPutParams) SetTimeout(timeout time.Duration)
- func (o *V1NetworksNetworkInterfacesPutParams) WithBody(body *models.NetworkInterfaceUpdate) *V1NetworksNetworkInterfacesPutParams
- func (o *V1NetworksNetworkInterfacesPutParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesPutParams
- func (o *V1NetworksNetworkInterfacesPutParams) WithDefaults() *V1NetworksNetworkInterfacesPutParams
- func (o *V1NetworksNetworkInterfacesPutParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesPutParams
- func (o *V1NetworksNetworkInterfacesPutParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesPutParams
- func (o *V1NetworksNetworkInterfacesPutParams) WithNetworkInterfaceID(networkInterfaceID string) *V1NetworksNetworkInterfacesPutParams
- func (o *V1NetworksNetworkInterfacesPutParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesPutParams
- func (o *V1NetworksNetworkInterfacesPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type V1NetworksNetworkInterfacesPutReader
- type V1NetworksNetworkInterfacesPutUnauthorized
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) Code() int
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) Error() string
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPutUnauthorized) String() string
- type V1NetworksNetworkInterfacesPutUnprocessableEntity
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) Code() int
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) Error() string
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) GetPayload() *models.Error
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsClientError() bool
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsCode(code int) bool
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsRedirect() bool
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsServerError() bool
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsSuccess() bool
- func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) String() string
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 networks API
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) V1NetworksNetworkInterfacesDelete ¶
func (a *Client) V1NetworksNetworkInterfacesDelete(params *V1NetworksNetworkInterfacesDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesDeleteOK, error)
V1NetworksNetworkInterfacesDelete deletes a network interface
func (*Client) V1NetworksNetworkInterfacesGet ¶
func (a *Client) V1NetworksNetworkInterfacesGet(params *V1NetworksNetworkInterfacesGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesGetOK, error)
V1NetworksNetworkInterfacesGet gets a network interface s information
func (*Client) V1NetworksNetworkInterfacesGetall ¶
func (a *Client) V1NetworksNetworkInterfacesGetall(params *V1NetworksNetworkInterfacesGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesGetallOK, error)
V1NetworksNetworkInterfacesGetall gets all network interfaces for this network
func (*Client) V1NetworksNetworkInterfacesPost ¶
func (a *Client) V1NetworksNetworkInterfacesPost(params *V1NetworksNetworkInterfacesPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesPostCreated, error)
V1NetworksNetworkInterfacesPost performs network interface addition deletion and listing
func (*Client) V1NetworksNetworkInterfacesPut ¶
func (a *Client) V1NetworksNetworkInterfacesPut(params *V1NetworksNetworkInterfacesPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesPutOK, error)
V1NetworksNetworkInterfacesPut updates a network interface s information
type ClientOption ¶
type ClientOption func(*runtime.ClientOperation)
ClientOption may be used to customize the behavior of Client methods.
type ClientService ¶
type ClientService interface { V1NetworksNetworkInterfacesDelete(params *V1NetworksNetworkInterfacesDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesDeleteOK, error) V1NetworksNetworkInterfacesGet(params *V1NetworksNetworkInterfacesGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesGetOK, error) V1NetworksNetworkInterfacesGetall(params *V1NetworksNetworkInterfacesGetallParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesGetallOK, error) V1NetworksNetworkInterfacesPost(params *V1NetworksNetworkInterfacesPostParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesPostCreated, error) V1NetworksNetworkInterfacesPut(params *V1NetworksNetworkInterfacesPutParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*V1NetworksNetworkInterfacesPutOK, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new networks API client.
func NewClientWithBasicAuth ¶
func NewClientWithBasicAuth(host, basePath, scheme, user, password string) ClientService
New creates a new networks 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 networks 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 V1NetworksNetworkInterfacesDeleteBadRequest ¶
V1NetworksNetworkInterfacesDeleteBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewV1NetworksNetworkInterfacesDeleteBadRequest ¶
func NewV1NetworksNetworkInterfacesDeleteBadRequest() *V1NetworksNetworkInterfacesDeleteBadRequest
NewV1NetworksNetworkInterfacesDeleteBadRequest creates a V1NetworksNetworkInterfacesDeleteBadRequest with default headers values
func (*V1NetworksNetworkInterfacesDeleteBadRequest) Code ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) Code() int
Code gets the status code for the v1 networks network interfaces delete bad request response
func (*V1NetworksNetworkInterfacesDeleteBadRequest) Error ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) Error() string
func (*V1NetworksNetworkInterfacesDeleteBadRequest) GetPayload ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesDeleteBadRequest) IsClientError ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces delete bad request response has a 4xx status code
func (*V1NetworksNetworkInterfacesDeleteBadRequest) IsCode ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces delete bad request response a status code equal to that given
func (*V1NetworksNetworkInterfacesDeleteBadRequest) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces delete bad request response has a 3xx status code
func (*V1NetworksNetworkInterfacesDeleteBadRequest) IsServerError ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces delete bad request response has a 5xx status code
func (*V1NetworksNetworkInterfacesDeleteBadRequest) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces delete bad request response has a 2xx status code
func (*V1NetworksNetworkInterfacesDeleteBadRequest) String ¶
func (o *V1NetworksNetworkInterfacesDeleteBadRequest) String() string
type V1NetworksNetworkInterfacesDeleteForbidden ¶
V1NetworksNetworkInterfacesDeleteForbidden describes a response with status code 403, with default header values.
Forbidden
func NewV1NetworksNetworkInterfacesDeleteForbidden ¶
func NewV1NetworksNetworkInterfacesDeleteForbidden() *V1NetworksNetworkInterfacesDeleteForbidden
NewV1NetworksNetworkInterfacesDeleteForbidden creates a V1NetworksNetworkInterfacesDeleteForbidden with default headers values
func (*V1NetworksNetworkInterfacesDeleteForbidden) Code ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) Code() int
Code gets the status code for the v1 networks network interfaces delete forbidden response
func (*V1NetworksNetworkInterfacesDeleteForbidden) Error ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) Error() string
func (*V1NetworksNetworkInterfacesDeleteForbidden) GetPayload ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesDeleteForbidden) IsClientError ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces delete forbidden response has a 4xx status code
func (*V1NetworksNetworkInterfacesDeleteForbidden) IsCode ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces delete forbidden response a status code equal to that given
func (*V1NetworksNetworkInterfacesDeleteForbidden) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces delete forbidden response has a 3xx status code
func (*V1NetworksNetworkInterfacesDeleteForbidden) IsServerError ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces delete forbidden response has a 5xx status code
func (*V1NetworksNetworkInterfacesDeleteForbidden) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces delete forbidden response has a 2xx status code
func (*V1NetworksNetworkInterfacesDeleteForbidden) String ¶
func (o *V1NetworksNetworkInterfacesDeleteForbidden) String() string
type V1NetworksNetworkInterfacesDeleteGone ¶
V1NetworksNetworkInterfacesDeleteGone describes a response with status code 410, with default header values.
Gone
func NewV1NetworksNetworkInterfacesDeleteGone ¶
func NewV1NetworksNetworkInterfacesDeleteGone() *V1NetworksNetworkInterfacesDeleteGone
NewV1NetworksNetworkInterfacesDeleteGone creates a V1NetworksNetworkInterfacesDeleteGone with default headers values
func (*V1NetworksNetworkInterfacesDeleteGone) Code ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) Code() int
Code gets the status code for the v1 networks network interfaces delete gone response
func (*V1NetworksNetworkInterfacesDeleteGone) Error ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) Error() string
func (*V1NetworksNetworkInterfacesDeleteGone) GetPayload ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesDeleteGone) IsClientError ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces delete gone response has a 4xx status code
func (*V1NetworksNetworkInterfacesDeleteGone) IsCode ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces delete gone response a status code equal to that given
func (*V1NetworksNetworkInterfacesDeleteGone) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces delete gone response has a 3xx status code
func (*V1NetworksNetworkInterfacesDeleteGone) IsServerError ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces delete gone response has a 5xx status code
func (*V1NetworksNetworkInterfacesDeleteGone) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces delete gone response has a 2xx status code
func (*V1NetworksNetworkInterfacesDeleteGone) String ¶
func (o *V1NetworksNetworkInterfacesDeleteGone) String() string
type V1NetworksNetworkInterfacesDeleteInternalServerError ¶
V1NetworksNetworkInterfacesDeleteInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewV1NetworksNetworkInterfacesDeleteInternalServerError ¶
func NewV1NetworksNetworkInterfacesDeleteInternalServerError() *V1NetworksNetworkInterfacesDeleteInternalServerError
NewV1NetworksNetworkInterfacesDeleteInternalServerError creates a V1NetworksNetworkInterfacesDeleteInternalServerError with default headers values
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) Code ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) Code() int
Code gets the status code for the v1 networks network interfaces delete internal server error response
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) Error ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) Error() string
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) GetPayload ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) IsClientError ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces delete internal server error response has a 4xx status code
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) IsCode ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces delete internal server error response a status code equal to that given
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces delete internal server error response has a 3xx status code
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) IsServerError ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces delete internal server error response has a 5xx status code
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces delete internal server error response has a 2xx status code
func (*V1NetworksNetworkInterfacesDeleteInternalServerError) String ¶
func (o *V1NetworksNetworkInterfacesDeleteInternalServerError) String() string
type V1NetworksNetworkInterfacesDeleteNotFound ¶
V1NetworksNetworkInterfacesDeleteNotFound describes a response with status code 404, with default header values.
Not Found
func NewV1NetworksNetworkInterfacesDeleteNotFound ¶
func NewV1NetworksNetworkInterfacesDeleteNotFound() *V1NetworksNetworkInterfacesDeleteNotFound
NewV1NetworksNetworkInterfacesDeleteNotFound creates a V1NetworksNetworkInterfacesDeleteNotFound with default headers values
func (*V1NetworksNetworkInterfacesDeleteNotFound) Code ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) Code() int
Code gets the status code for the v1 networks network interfaces delete not found response
func (*V1NetworksNetworkInterfacesDeleteNotFound) Error ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) Error() string
func (*V1NetworksNetworkInterfacesDeleteNotFound) GetPayload ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesDeleteNotFound) IsClientError ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces delete not found response has a 4xx status code
func (*V1NetworksNetworkInterfacesDeleteNotFound) IsCode ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces delete not found response a status code equal to that given
func (*V1NetworksNetworkInterfacesDeleteNotFound) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces delete not found response has a 3xx status code
func (*V1NetworksNetworkInterfacesDeleteNotFound) IsServerError ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces delete not found response has a 5xx status code
func (*V1NetworksNetworkInterfacesDeleteNotFound) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces delete not found response has a 2xx status code
func (*V1NetworksNetworkInterfacesDeleteNotFound) String ¶
func (o *V1NetworksNetworkInterfacesDeleteNotFound) String() string
type V1NetworksNetworkInterfacesDeleteOK ¶
V1NetworksNetworkInterfacesDeleteOK describes a response with status code 200, with default header values.
OK
func NewV1NetworksNetworkInterfacesDeleteOK ¶
func NewV1NetworksNetworkInterfacesDeleteOK() *V1NetworksNetworkInterfacesDeleteOK
NewV1NetworksNetworkInterfacesDeleteOK creates a V1NetworksNetworkInterfacesDeleteOK with default headers values
func (*V1NetworksNetworkInterfacesDeleteOK) Code ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) Code() int
Code gets the status code for the v1 networks network interfaces delete o k response
func (*V1NetworksNetworkInterfacesDeleteOK) Error ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) Error() string
func (*V1NetworksNetworkInterfacesDeleteOK) GetPayload ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) GetPayload() models.Object
func (*V1NetworksNetworkInterfacesDeleteOK) IsClientError ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces delete o k response has a 4xx status code
func (*V1NetworksNetworkInterfacesDeleteOK) IsCode ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces delete o k response a status code equal to that given
func (*V1NetworksNetworkInterfacesDeleteOK) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces delete o k response has a 3xx status code
func (*V1NetworksNetworkInterfacesDeleteOK) IsServerError ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces delete o k response has a 5xx status code
func (*V1NetworksNetworkInterfacesDeleteOK) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces delete o k response has a 2xx status code
func (*V1NetworksNetworkInterfacesDeleteOK) String ¶
func (o *V1NetworksNetworkInterfacesDeleteOK) String() string
type V1NetworksNetworkInterfacesDeleteParams ¶
type V1NetworksNetworkInterfacesDeleteParams struct { /* NetworkID. Network ID */ NetworkID string /* NetworkInterfaceID. Network Interface ID */ NetworkInterfaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V1NetworksNetworkInterfacesDeleteParams contains all the parameters to send to the API endpoint
for the v1 networks network interfaces delete operation. Typically these are written to a http.Request.
func NewV1NetworksNetworkInterfacesDeleteParams ¶
func NewV1NetworksNetworkInterfacesDeleteParams() *V1NetworksNetworkInterfacesDeleteParams
NewV1NetworksNetworkInterfacesDeleteParams creates a new V1NetworksNetworkInterfacesDeleteParams 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 NewV1NetworksNetworkInterfacesDeleteParamsWithContext ¶
func NewV1NetworksNetworkInterfacesDeleteParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesDeleteParams
NewV1NetworksNetworkInterfacesDeleteParamsWithContext creates a new V1NetworksNetworkInterfacesDeleteParams object with the ability to set a context for a request.
func NewV1NetworksNetworkInterfacesDeleteParamsWithHTTPClient ¶
func NewV1NetworksNetworkInterfacesDeleteParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesDeleteParams
NewV1NetworksNetworkInterfacesDeleteParamsWithHTTPClient creates a new V1NetworksNetworkInterfacesDeleteParams object with the ability to set a custom HTTPClient for a request.
func NewV1NetworksNetworkInterfacesDeleteParamsWithTimeout ¶
func NewV1NetworksNetworkInterfacesDeleteParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesDeleteParams
NewV1NetworksNetworkInterfacesDeleteParamsWithTimeout creates a new V1NetworksNetworkInterfacesDeleteParams object with the ability to set a timeout on a request.
func (*V1NetworksNetworkInterfacesDeleteParams) SetContext ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) SetContext(ctx context.Context)
SetContext adds the context to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) SetDefaults ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) SetDefaults()
SetDefaults hydrates default values in the v1 networks network interfaces delete params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesDeleteParams) SetHTTPClient ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) SetNetworkID ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) SetNetworkInterfaceID ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) SetNetworkInterfaceID(networkInterfaceID string)
SetNetworkInterfaceID adds the networkInterfaceId to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) SetTimeout ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) WithContext ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesDeleteParams
WithContext adds the context to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) WithDefaults ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) WithDefaults() *V1NetworksNetworkInterfacesDeleteParams
WithDefaults hydrates default values in the v1 networks network interfaces delete params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesDeleteParams) WithHTTPClient ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesDeleteParams
WithHTTPClient adds the HTTPClient to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) WithNetworkID ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesDeleteParams
WithNetworkID adds the networkID to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) WithNetworkInterfaceID ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) WithNetworkInterfaceID(networkInterfaceID string) *V1NetworksNetworkInterfacesDeleteParams
WithNetworkInterfaceID adds the networkInterfaceID to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) WithTimeout ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesDeleteParams
WithTimeout adds the timeout to the v1 networks network interfaces delete params
func (*V1NetworksNetworkInterfacesDeleteParams) WriteToRequest ¶
func (o *V1NetworksNetworkInterfacesDeleteParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V1NetworksNetworkInterfacesDeleteReader ¶
type V1NetworksNetworkInterfacesDeleteReader struct {
// contains filtered or unexported fields
}
V1NetworksNetworkInterfacesDeleteReader is a Reader for the V1NetworksNetworkInterfacesDelete structure.
func (*V1NetworksNetworkInterfacesDeleteReader) ReadResponse ¶
func (o *V1NetworksNetworkInterfacesDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V1NetworksNetworkInterfacesDeleteUnauthorized ¶
type V1NetworksNetworkInterfacesDeleteUnauthorized struct {
}V1NetworksNetworkInterfacesDeleteUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewV1NetworksNetworkInterfacesDeleteUnauthorized ¶
func NewV1NetworksNetworkInterfacesDeleteUnauthorized() *V1NetworksNetworkInterfacesDeleteUnauthorized
NewV1NetworksNetworkInterfacesDeleteUnauthorized creates a V1NetworksNetworkInterfacesDeleteUnauthorized with default headers values
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) Code ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) Code() int
Code gets the status code for the v1 networks network interfaces delete unauthorized response
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) Error ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) Error() string
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) GetPayload ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) IsClientError ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces delete unauthorized response has a 4xx status code
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) IsCode ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces delete unauthorized response a status code equal to that given
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces delete unauthorized response has a 3xx status code
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) IsServerError ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces delete unauthorized response has a 5xx status code
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces delete unauthorized response has a 2xx status code
func (*V1NetworksNetworkInterfacesDeleteUnauthorized) String ¶
func (o *V1NetworksNetworkInterfacesDeleteUnauthorized) String() string
type V1NetworksNetworkInterfacesGetBadRequest ¶
V1NetworksNetworkInterfacesGetBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewV1NetworksNetworkInterfacesGetBadRequest ¶
func NewV1NetworksNetworkInterfacesGetBadRequest() *V1NetworksNetworkInterfacesGetBadRequest
NewV1NetworksNetworkInterfacesGetBadRequest creates a V1NetworksNetworkInterfacesGetBadRequest with default headers values
func (*V1NetworksNetworkInterfacesGetBadRequest) Code ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) Code() int
Code gets the status code for the v1 networks network interfaces get bad request response
func (*V1NetworksNetworkInterfacesGetBadRequest) Error ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) Error() string
func (*V1NetworksNetworkInterfacesGetBadRequest) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetBadRequest) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces get bad request response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetBadRequest) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces get bad request response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetBadRequest) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces get bad request response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetBadRequest) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces get bad request response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetBadRequest) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces get bad request response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetBadRequest) String ¶
func (o *V1NetworksNetworkInterfacesGetBadRequest) String() string
type V1NetworksNetworkInterfacesGetForbidden ¶
V1NetworksNetworkInterfacesGetForbidden describes a response with status code 403, with default header values.
Forbidden
func NewV1NetworksNetworkInterfacesGetForbidden ¶
func NewV1NetworksNetworkInterfacesGetForbidden() *V1NetworksNetworkInterfacesGetForbidden
NewV1NetworksNetworkInterfacesGetForbidden creates a V1NetworksNetworkInterfacesGetForbidden with default headers values
func (*V1NetworksNetworkInterfacesGetForbidden) Code ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) Code() int
Code gets the status code for the v1 networks network interfaces get forbidden response
func (*V1NetworksNetworkInterfacesGetForbidden) Error ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) Error() string
func (*V1NetworksNetworkInterfacesGetForbidden) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetForbidden) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces get forbidden response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetForbidden) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces get forbidden response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetForbidden) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces get forbidden response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetForbidden) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces get forbidden response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetForbidden) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces get forbidden response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetForbidden) String ¶
func (o *V1NetworksNetworkInterfacesGetForbidden) String() string
type V1NetworksNetworkInterfacesGetInternalServerError ¶
V1NetworksNetworkInterfacesGetInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewV1NetworksNetworkInterfacesGetInternalServerError ¶
func NewV1NetworksNetworkInterfacesGetInternalServerError() *V1NetworksNetworkInterfacesGetInternalServerError
NewV1NetworksNetworkInterfacesGetInternalServerError creates a V1NetworksNetworkInterfacesGetInternalServerError with default headers values
func (*V1NetworksNetworkInterfacesGetInternalServerError) Code ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) Code() int
Code gets the status code for the v1 networks network interfaces get internal server error response
func (*V1NetworksNetworkInterfacesGetInternalServerError) Error ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) Error() string
func (*V1NetworksNetworkInterfacesGetInternalServerError) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetInternalServerError) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces get internal server error response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetInternalServerError) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces get internal server error response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetInternalServerError) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces get internal server error response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetInternalServerError) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces get internal server error response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetInternalServerError) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces get internal server error response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetInternalServerError) String ¶
func (o *V1NetworksNetworkInterfacesGetInternalServerError) String() string
type V1NetworksNetworkInterfacesGetNotFound ¶
V1NetworksNetworkInterfacesGetNotFound describes a response with status code 404, with default header values.
Not Found
func NewV1NetworksNetworkInterfacesGetNotFound ¶
func NewV1NetworksNetworkInterfacesGetNotFound() *V1NetworksNetworkInterfacesGetNotFound
NewV1NetworksNetworkInterfacesGetNotFound creates a V1NetworksNetworkInterfacesGetNotFound with default headers values
func (*V1NetworksNetworkInterfacesGetNotFound) Code ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) Code() int
Code gets the status code for the v1 networks network interfaces get not found response
func (*V1NetworksNetworkInterfacesGetNotFound) Error ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) Error() string
func (*V1NetworksNetworkInterfacesGetNotFound) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetNotFound) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces get not found response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetNotFound) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces get not found response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetNotFound) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces get not found response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetNotFound) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces get not found response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetNotFound) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces get not found response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetNotFound) String ¶
func (o *V1NetworksNetworkInterfacesGetNotFound) String() string
type V1NetworksNetworkInterfacesGetOK ¶
type V1NetworksNetworkInterfacesGetOK struct {
Payload *models.NetworkInterface
}
V1NetworksNetworkInterfacesGetOK describes a response with status code 200, with default header values.
OK
func NewV1NetworksNetworkInterfacesGetOK ¶
func NewV1NetworksNetworkInterfacesGetOK() *V1NetworksNetworkInterfacesGetOK
NewV1NetworksNetworkInterfacesGetOK creates a V1NetworksNetworkInterfacesGetOK with default headers values
func (*V1NetworksNetworkInterfacesGetOK) Code ¶
func (o *V1NetworksNetworkInterfacesGetOK) Code() int
Code gets the status code for the v1 networks network interfaces get o k response
func (*V1NetworksNetworkInterfacesGetOK) Error ¶
func (o *V1NetworksNetworkInterfacesGetOK) Error() string
func (*V1NetworksNetworkInterfacesGetOK) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetOK) GetPayload() *models.NetworkInterface
func (*V1NetworksNetworkInterfacesGetOK) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetOK) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces get o k response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetOK) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetOK) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces get o k response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetOK) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetOK) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces get o k response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetOK) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetOK) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces get o k response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetOK) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetOK) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces get o k response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetOK) String ¶
func (o *V1NetworksNetworkInterfacesGetOK) String() string
type V1NetworksNetworkInterfacesGetParams ¶
type V1NetworksNetworkInterfacesGetParams struct { /* NetworkID. Network ID */ NetworkID string /* NetworkInterfaceID. Network Interface ID */ NetworkInterfaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V1NetworksNetworkInterfacesGetParams contains all the parameters to send to the API endpoint
for the v1 networks network interfaces get operation. Typically these are written to a http.Request.
func NewV1NetworksNetworkInterfacesGetParams ¶
func NewV1NetworksNetworkInterfacesGetParams() *V1NetworksNetworkInterfacesGetParams
NewV1NetworksNetworkInterfacesGetParams creates a new V1NetworksNetworkInterfacesGetParams 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 NewV1NetworksNetworkInterfacesGetParamsWithContext ¶
func NewV1NetworksNetworkInterfacesGetParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesGetParams
NewV1NetworksNetworkInterfacesGetParamsWithContext creates a new V1NetworksNetworkInterfacesGetParams object with the ability to set a context for a request.
func NewV1NetworksNetworkInterfacesGetParamsWithHTTPClient ¶
func NewV1NetworksNetworkInterfacesGetParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesGetParams
NewV1NetworksNetworkInterfacesGetParamsWithHTTPClient creates a new V1NetworksNetworkInterfacesGetParams object with the ability to set a custom HTTPClient for a request.
func NewV1NetworksNetworkInterfacesGetParamsWithTimeout ¶
func NewV1NetworksNetworkInterfacesGetParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesGetParams
NewV1NetworksNetworkInterfacesGetParamsWithTimeout creates a new V1NetworksNetworkInterfacesGetParams object with the ability to set a timeout on a request.
func (*V1NetworksNetworkInterfacesGetParams) SetContext ¶
func (o *V1NetworksNetworkInterfacesGetParams) SetContext(ctx context.Context)
SetContext adds the context to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) SetDefaults ¶
func (o *V1NetworksNetworkInterfacesGetParams) SetDefaults()
SetDefaults hydrates default values in the v1 networks network interfaces get params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesGetParams) SetHTTPClient ¶
func (o *V1NetworksNetworkInterfacesGetParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) SetNetworkID ¶
func (o *V1NetworksNetworkInterfacesGetParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) SetNetworkInterfaceID ¶
func (o *V1NetworksNetworkInterfacesGetParams) SetNetworkInterfaceID(networkInterfaceID string)
SetNetworkInterfaceID adds the networkInterfaceId to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) SetTimeout ¶
func (o *V1NetworksNetworkInterfacesGetParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) WithContext ¶
func (o *V1NetworksNetworkInterfacesGetParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesGetParams
WithContext adds the context to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) WithDefaults ¶
func (o *V1NetworksNetworkInterfacesGetParams) WithDefaults() *V1NetworksNetworkInterfacesGetParams
WithDefaults hydrates default values in the v1 networks network interfaces get params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesGetParams) WithHTTPClient ¶
func (o *V1NetworksNetworkInterfacesGetParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesGetParams
WithHTTPClient adds the HTTPClient to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) WithNetworkID ¶
func (o *V1NetworksNetworkInterfacesGetParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesGetParams
WithNetworkID adds the networkID to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) WithNetworkInterfaceID ¶
func (o *V1NetworksNetworkInterfacesGetParams) WithNetworkInterfaceID(networkInterfaceID string) *V1NetworksNetworkInterfacesGetParams
WithNetworkInterfaceID adds the networkInterfaceID to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) WithTimeout ¶
func (o *V1NetworksNetworkInterfacesGetParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesGetParams
WithTimeout adds the timeout to the v1 networks network interfaces get params
func (*V1NetworksNetworkInterfacesGetParams) WriteToRequest ¶
func (o *V1NetworksNetworkInterfacesGetParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V1NetworksNetworkInterfacesGetReader ¶
type V1NetworksNetworkInterfacesGetReader struct {
// contains filtered or unexported fields
}
V1NetworksNetworkInterfacesGetReader is a Reader for the V1NetworksNetworkInterfacesGet structure.
func (*V1NetworksNetworkInterfacesGetReader) ReadResponse ¶
func (o *V1NetworksNetworkInterfacesGetReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V1NetworksNetworkInterfacesGetUnauthorized ¶
type V1NetworksNetworkInterfacesGetUnauthorized struct {
}V1NetworksNetworkInterfacesGetUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewV1NetworksNetworkInterfacesGetUnauthorized ¶
func NewV1NetworksNetworkInterfacesGetUnauthorized() *V1NetworksNetworkInterfacesGetUnauthorized
NewV1NetworksNetworkInterfacesGetUnauthorized creates a V1NetworksNetworkInterfacesGetUnauthorized with default headers values
func (*V1NetworksNetworkInterfacesGetUnauthorized) Code ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) Code() int
Code gets the status code for the v1 networks network interfaces get unauthorized response
func (*V1NetworksNetworkInterfacesGetUnauthorized) Error ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) Error() string
func (*V1NetworksNetworkInterfacesGetUnauthorized) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetUnauthorized) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces get unauthorized response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetUnauthorized) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces get unauthorized response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetUnauthorized) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces get unauthorized response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetUnauthorized) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces get unauthorized response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetUnauthorized) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces get unauthorized response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetUnauthorized) String ¶
func (o *V1NetworksNetworkInterfacesGetUnauthorized) String() string
type V1NetworksNetworkInterfacesGetallBadRequest ¶
V1NetworksNetworkInterfacesGetallBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewV1NetworksNetworkInterfacesGetallBadRequest ¶
func NewV1NetworksNetworkInterfacesGetallBadRequest() *V1NetworksNetworkInterfacesGetallBadRequest
NewV1NetworksNetworkInterfacesGetallBadRequest creates a V1NetworksNetworkInterfacesGetallBadRequest with default headers values
func (*V1NetworksNetworkInterfacesGetallBadRequest) Code ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) Code() int
Code gets the status code for the v1 networks network interfaces getall bad request response
func (*V1NetworksNetworkInterfacesGetallBadRequest) Error ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) Error() string
func (*V1NetworksNetworkInterfacesGetallBadRequest) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetallBadRequest) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces getall bad request response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetallBadRequest) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces getall bad request response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetallBadRequest) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces getall bad request response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetallBadRequest) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces getall bad request response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetallBadRequest) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces getall bad request response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetallBadRequest) String ¶
func (o *V1NetworksNetworkInterfacesGetallBadRequest) String() string
type V1NetworksNetworkInterfacesGetallForbidden ¶
V1NetworksNetworkInterfacesGetallForbidden describes a response with status code 403, with default header values.
Forbidden
func NewV1NetworksNetworkInterfacesGetallForbidden ¶
func NewV1NetworksNetworkInterfacesGetallForbidden() *V1NetworksNetworkInterfacesGetallForbidden
NewV1NetworksNetworkInterfacesGetallForbidden creates a V1NetworksNetworkInterfacesGetallForbidden with default headers values
func (*V1NetworksNetworkInterfacesGetallForbidden) Code ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) Code() int
Code gets the status code for the v1 networks network interfaces getall forbidden response
func (*V1NetworksNetworkInterfacesGetallForbidden) Error ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) Error() string
func (*V1NetworksNetworkInterfacesGetallForbidden) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetallForbidden) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces getall forbidden response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetallForbidden) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces getall forbidden response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetallForbidden) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces getall forbidden response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetallForbidden) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces getall forbidden response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetallForbidden) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces getall forbidden response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetallForbidden) String ¶
func (o *V1NetworksNetworkInterfacesGetallForbidden) String() string
type V1NetworksNetworkInterfacesGetallInternalServerError ¶
V1NetworksNetworkInterfacesGetallInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewV1NetworksNetworkInterfacesGetallInternalServerError ¶
func NewV1NetworksNetworkInterfacesGetallInternalServerError() *V1NetworksNetworkInterfacesGetallInternalServerError
NewV1NetworksNetworkInterfacesGetallInternalServerError creates a V1NetworksNetworkInterfacesGetallInternalServerError with default headers values
func (*V1NetworksNetworkInterfacesGetallInternalServerError) Code ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) Code() int
Code gets the status code for the v1 networks network interfaces getall internal server error response
func (*V1NetworksNetworkInterfacesGetallInternalServerError) Error ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) Error() string
func (*V1NetworksNetworkInterfacesGetallInternalServerError) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetallInternalServerError) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces getall internal server error response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetallInternalServerError) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces getall internal server error response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetallInternalServerError) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces getall internal server error response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetallInternalServerError) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces getall internal server error response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetallInternalServerError) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces getall internal server error response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetallInternalServerError) String ¶
func (o *V1NetworksNetworkInterfacesGetallInternalServerError) String() string
type V1NetworksNetworkInterfacesGetallNotFound ¶
V1NetworksNetworkInterfacesGetallNotFound describes a response with status code 404, with default header values.
Not Found
func NewV1NetworksNetworkInterfacesGetallNotFound ¶
func NewV1NetworksNetworkInterfacesGetallNotFound() *V1NetworksNetworkInterfacesGetallNotFound
NewV1NetworksNetworkInterfacesGetallNotFound creates a V1NetworksNetworkInterfacesGetallNotFound with default headers values
func (*V1NetworksNetworkInterfacesGetallNotFound) Code ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) Code() int
Code gets the status code for the v1 networks network interfaces getall not found response
func (*V1NetworksNetworkInterfacesGetallNotFound) Error ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) Error() string
func (*V1NetworksNetworkInterfacesGetallNotFound) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetallNotFound) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces getall not found response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetallNotFound) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces getall not found response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetallNotFound) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces getall not found response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetallNotFound) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces getall not found response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetallNotFound) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces getall not found response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetallNotFound) String ¶
func (o *V1NetworksNetworkInterfacesGetallNotFound) String() string
type V1NetworksNetworkInterfacesGetallOK ¶
type V1NetworksNetworkInterfacesGetallOK struct {
Payload *models.NetworkInterfaces
}
V1NetworksNetworkInterfacesGetallOK describes a response with status code 200, with default header values.
OK
func NewV1NetworksNetworkInterfacesGetallOK ¶
func NewV1NetworksNetworkInterfacesGetallOK() *V1NetworksNetworkInterfacesGetallOK
NewV1NetworksNetworkInterfacesGetallOK creates a V1NetworksNetworkInterfacesGetallOK with default headers values
func (*V1NetworksNetworkInterfacesGetallOK) Code ¶
func (o *V1NetworksNetworkInterfacesGetallOK) Code() int
Code gets the status code for the v1 networks network interfaces getall o k response
func (*V1NetworksNetworkInterfacesGetallOK) Error ¶
func (o *V1NetworksNetworkInterfacesGetallOK) Error() string
func (*V1NetworksNetworkInterfacesGetallOK) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetallOK) GetPayload() *models.NetworkInterfaces
func (*V1NetworksNetworkInterfacesGetallOK) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetallOK) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces getall o k response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetallOK) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetallOK) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces getall o k response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetallOK) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetallOK) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces getall o k response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetallOK) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetallOK) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces getall o k response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetallOK) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetallOK) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces getall o k response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetallOK) String ¶
func (o *V1NetworksNetworkInterfacesGetallOK) String() string
type V1NetworksNetworkInterfacesGetallParams ¶
type V1NetworksNetworkInterfacesGetallParams struct { /* NetworkID. Network ID */ NetworkID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V1NetworksNetworkInterfacesGetallParams contains all the parameters to send to the API endpoint
for the v1 networks network interfaces getall operation. Typically these are written to a http.Request.
func NewV1NetworksNetworkInterfacesGetallParams ¶
func NewV1NetworksNetworkInterfacesGetallParams() *V1NetworksNetworkInterfacesGetallParams
NewV1NetworksNetworkInterfacesGetallParams creates a new V1NetworksNetworkInterfacesGetallParams 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 NewV1NetworksNetworkInterfacesGetallParamsWithContext ¶
func NewV1NetworksNetworkInterfacesGetallParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesGetallParams
NewV1NetworksNetworkInterfacesGetallParamsWithContext creates a new V1NetworksNetworkInterfacesGetallParams object with the ability to set a context for a request.
func NewV1NetworksNetworkInterfacesGetallParamsWithHTTPClient ¶
func NewV1NetworksNetworkInterfacesGetallParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesGetallParams
NewV1NetworksNetworkInterfacesGetallParamsWithHTTPClient creates a new V1NetworksNetworkInterfacesGetallParams object with the ability to set a custom HTTPClient for a request.
func NewV1NetworksNetworkInterfacesGetallParamsWithTimeout ¶
func NewV1NetworksNetworkInterfacesGetallParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesGetallParams
NewV1NetworksNetworkInterfacesGetallParamsWithTimeout creates a new V1NetworksNetworkInterfacesGetallParams object with the ability to set a timeout on a request.
func (*V1NetworksNetworkInterfacesGetallParams) SetContext ¶
func (o *V1NetworksNetworkInterfacesGetallParams) SetContext(ctx context.Context)
SetContext adds the context to the v1 networks network interfaces getall params
func (*V1NetworksNetworkInterfacesGetallParams) SetDefaults ¶
func (o *V1NetworksNetworkInterfacesGetallParams) SetDefaults()
SetDefaults hydrates default values in the v1 networks network interfaces getall params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesGetallParams) SetHTTPClient ¶
func (o *V1NetworksNetworkInterfacesGetallParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v1 networks network interfaces getall params
func (*V1NetworksNetworkInterfacesGetallParams) SetNetworkID ¶
func (o *V1NetworksNetworkInterfacesGetallParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the v1 networks network interfaces getall params
func (*V1NetworksNetworkInterfacesGetallParams) SetTimeout ¶
func (o *V1NetworksNetworkInterfacesGetallParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v1 networks network interfaces getall params
func (*V1NetworksNetworkInterfacesGetallParams) WithContext ¶
func (o *V1NetworksNetworkInterfacesGetallParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesGetallParams
WithContext adds the context to the v1 networks network interfaces getall params
func (*V1NetworksNetworkInterfacesGetallParams) WithDefaults ¶
func (o *V1NetworksNetworkInterfacesGetallParams) WithDefaults() *V1NetworksNetworkInterfacesGetallParams
WithDefaults hydrates default values in the v1 networks network interfaces getall params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesGetallParams) WithHTTPClient ¶
func (o *V1NetworksNetworkInterfacesGetallParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesGetallParams
WithHTTPClient adds the HTTPClient to the v1 networks network interfaces getall params
func (*V1NetworksNetworkInterfacesGetallParams) WithNetworkID ¶
func (o *V1NetworksNetworkInterfacesGetallParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesGetallParams
WithNetworkID adds the networkID to the v1 networks network interfaces getall params
func (*V1NetworksNetworkInterfacesGetallParams) WithTimeout ¶
func (o *V1NetworksNetworkInterfacesGetallParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesGetallParams
WithTimeout adds the timeout to the v1 networks network interfaces getall params
func (*V1NetworksNetworkInterfacesGetallParams) WriteToRequest ¶
func (o *V1NetworksNetworkInterfacesGetallParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V1NetworksNetworkInterfacesGetallReader ¶
type V1NetworksNetworkInterfacesGetallReader struct {
// contains filtered or unexported fields
}
V1NetworksNetworkInterfacesGetallReader is a Reader for the V1NetworksNetworkInterfacesGetall structure.
func (*V1NetworksNetworkInterfacesGetallReader) ReadResponse ¶
func (o *V1NetworksNetworkInterfacesGetallReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V1NetworksNetworkInterfacesGetallUnauthorized ¶
type V1NetworksNetworkInterfacesGetallUnauthorized struct {
}V1NetworksNetworkInterfacesGetallUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewV1NetworksNetworkInterfacesGetallUnauthorized ¶
func NewV1NetworksNetworkInterfacesGetallUnauthorized() *V1NetworksNetworkInterfacesGetallUnauthorized
NewV1NetworksNetworkInterfacesGetallUnauthorized creates a V1NetworksNetworkInterfacesGetallUnauthorized with default headers values
func (*V1NetworksNetworkInterfacesGetallUnauthorized) Code ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) Code() int
Code gets the status code for the v1 networks network interfaces getall unauthorized response
func (*V1NetworksNetworkInterfacesGetallUnauthorized) Error ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) Error() string
func (*V1NetworksNetworkInterfacesGetallUnauthorized) GetPayload ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesGetallUnauthorized) IsClientError ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces getall unauthorized response has a 4xx status code
func (*V1NetworksNetworkInterfacesGetallUnauthorized) IsCode ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces getall unauthorized response a status code equal to that given
func (*V1NetworksNetworkInterfacesGetallUnauthorized) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces getall unauthorized response has a 3xx status code
func (*V1NetworksNetworkInterfacesGetallUnauthorized) IsServerError ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces getall unauthorized response has a 5xx status code
func (*V1NetworksNetworkInterfacesGetallUnauthorized) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces getall unauthorized response has a 2xx status code
func (*V1NetworksNetworkInterfacesGetallUnauthorized) String ¶
func (o *V1NetworksNetworkInterfacesGetallUnauthorized) String() string
type V1NetworksNetworkInterfacesPostBadRequest ¶
V1NetworksNetworkInterfacesPostBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewV1NetworksNetworkInterfacesPostBadRequest ¶
func NewV1NetworksNetworkInterfacesPostBadRequest() *V1NetworksNetworkInterfacesPostBadRequest
NewV1NetworksNetworkInterfacesPostBadRequest creates a V1NetworksNetworkInterfacesPostBadRequest with default headers values
func (*V1NetworksNetworkInterfacesPostBadRequest) Code ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) Code() int
Code gets the status code for the v1 networks network interfaces post bad request response
func (*V1NetworksNetworkInterfacesPostBadRequest) Error ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) Error() string
func (*V1NetworksNetworkInterfacesPostBadRequest) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPostBadRequest) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces post bad request response has a 4xx status code
func (*V1NetworksNetworkInterfacesPostBadRequest) IsCode ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces post bad request response a status code equal to that given
func (*V1NetworksNetworkInterfacesPostBadRequest) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces post bad request response has a 3xx status code
func (*V1NetworksNetworkInterfacesPostBadRequest) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces post bad request response has a 5xx status code
func (*V1NetworksNetworkInterfacesPostBadRequest) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces post bad request response has a 2xx status code
func (*V1NetworksNetworkInterfacesPostBadRequest) String ¶
func (o *V1NetworksNetworkInterfacesPostBadRequest) String() string
type V1NetworksNetworkInterfacesPostConflict ¶
V1NetworksNetworkInterfacesPostConflict describes a response with status code 409, with default header values.
Conflict
func NewV1NetworksNetworkInterfacesPostConflict ¶
func NewV1NetworksNetworkInterfacesPostConflict() *V1NetworksNetworkInterfacesPostConflict
NewV1NetworksNetworkInterfacesPostConflict creates a V1NetworksNetworkInterfacesPostConflict with default headers values
func (*V1NetworksNetworkInterfacesPostConflict) Code ¶
func (o *V1NetworksNetworkInterfacesPostConflict) Code() int
Code gets the status code for the v1 networks network interfaces post conflict response
func (*V1NetworksNetworkInterfacesPostConflict) Error ¶
func (o *V1NetworksNetworkInterfacesPostConflict) Error() string
func (*V1NetworksNetworkInterfacesPostConflict) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPostConflict) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPostConflict) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPostConflict) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces post conflict response has a 4xx status code
func (*V1NetworksNetworkInterfacesPostConflict) IsCode ¶
func (o *V1NetworksNetworkInterfacesPostConflict) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces post conflict response a status code equal to that given
func (*V1NetworksNetworkInterfacesPostConflict) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPostConflict) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces post conflict response has a 3xx status code
func (*V1NetworksNetworkInterfacesPostConflict) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPostConflict) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces post conflict response has a 5xx status code
func (*V1NetworksNetworkInterfacesPostConflict) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPostConflict) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces post conflict response has a 2xx status code
func (*V1NetworksNetworkInterfacesPostConflict) String ¶
func (o *V1NetworksNetworkInterfacesPostConflict) String() string
type V1NetworksNetworkInterfacesPostCreated ¶
type V1NetworksNetworkInterfacesPostCreated struct {
Payload *models.NetworkInterface
}
V1NetworksNetworkInterfacesPostCreated describes a response with status code 201, with default header values.
Created
func NewV1NetworksNetworkInterfacesPostCreated ¶
func NewV1NetworksNetworkInterfacesPostCreated() *V1NetworksNetworkInterfacesPostCreated
NewV1NetworksNetworkInterfacesPostCreated creates a V1NetworksNetworkInterfacesPostCreated with default headers values
func (*V1NetworksNetworkInterfacesPostCreated) Code ¶
func (o *V1NetworksNetworkInterfacesPostCreated) Code() int
Code gets the status code for the v1 networks network interfaces post created response
func (*V1NetworksNetworkInterfacesPostCreated) Error ¶
func (o *V1NetworksNetworkInterfacesPostCreated) Error() string
func (*V1NetworksNetworkInterfacesPostCreated) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPostCreated) GetPayload() *models.NetworkInterface
func (*V1NetworksNetworkInterfacesPostCreated) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPostCreated) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces post created response has a 4xx status code
func (*V1NetworksNetworkInterfacesPostCreated) IsCode ¶
func (o *V1NetworksNetworkInterfacesPostCreated) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces post created response a status code equal to that given
func (*V1NetworksNetworkInterfacesPostCreated) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPostCreated) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces post created response has a 3xx status code
func (*V1NetworksNetworkInterfacesPostCreated) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPostCreated) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces post created response has a 5xx status code
func (*V1NetworksNetworkInterfacesPostCreated) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPostCreated) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces post created response has a 2xx status code
func (*V1NetworksNetworkInterfacesPostCreated) String ¶
func (o *V1NetworksNetworkInterfacesPostCreated) String() string
type V1NetworksNetworkInterfacesPostForbidden ¶
V1NetworksNetworkInterfacesPostForbidden describes a response with status code 403, with default header values.
Forbidden
func NewV1NetworksNetworkInterfacesPostForbidden ¶
func NewV1NetworksNetworkInterfacesPostForbidden() *V1NetworksNetworkInterfacesPostForbidden
NewV1NetworksNetworkInterfacesPostForbidden creates a V1NetworksNetworkInterfacesPostForbidden with default headers values
func (*V1NetworksNetworkInterfacesPostForbidden) Code ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) Code() int
Code gets the status code for the v1 networks network interfaces post forbidden response
func (*V1NetworksNetworkInterfacesPostForbidden) Error ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) Error() string
func (*V1NetworksNetworkInterfacesPostForbidden) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPostForbidden) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces post forbidden response has a 4xx status code
func (*V1NetworksNetworkInterfacesPostForbidden) IsCode ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces post forbidden response a status code equal to that given
func (*V1NetworksNetworkInterfacesPostForbidden) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces post forbidden response has a 3xx status code
func (*V1NetworksNetworkInterfacesPostForbidden) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces post forbidden response has a 5xx status code
func (*V1NetworksNetworkInterfacesPostForbidden) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces post forbidden response has a 2xx status code
func (*V1NetworksNetworkInterfacesPostForbidden) String ¶
func (o *V1NetworksNetworkInterfacesPostForbidden) String() string
type V1NetworksNetworkInterfacesPostInternalServerError ¶
V1NetworksNetworkInterfacesPostInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewV1NetworksNetworkInterfacesPostInternalServerError ¶
func NewV1NetworksNetworkInterfacesPostInternalServerError() *V1NetworksNetworkInterfacesPostInternalServerError
NewV1NetworksNetworkInterfacesPostInternalServerError creates a V1NetworksNetworkInterfacesPostInternalServerError with default headers values
func (*V1NetworksNetworkInterfacesPostInternalServerError) Code ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) Code() int
Code gets the status code for the v1 networks network interfaces post internal server error response
func (*V1NetworksNetworkInterfacesPostInternalServerError) Error ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) Error() string
func (*V1NetworksNetworkInterfacesPostInternalServerError) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPostInternalServerError) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces post internal server error response has a 4xx status code
func (*V1NetworksNetworkInterfacesPostInternalServerError) IsCode ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces post internal server error response a status code equal to that given
func (*V1NetworksNetworkInterfacesPostInternalServerError) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces post internal server error response has a 3xx status code
func (*V1NetworksNetworkInterfacesPostInternalServerError) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces post internal server error response has a 5xx status code
func (*V1NetworksNetworkInterfacesPostInternalServerError) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces post internal server error response has a 2xx status code
func (*V1NetworksNetworkInterfacesPostInternalServerError) String ¶
func (o *V1NetworksNetworkInterfacesPostInternalServerError) String() string
type V1NetworksNetworkInterfacesPostNotFound ¶
V1NetworksNetworkInterfacesPostNotFound describes a response with status code 404, with default header values.
Not Found
func NewV1NetworksNetworkInterfacesPostNotFound ¶
func NewV1NetworksNetworkInterfacesPostNotFound() *V1NetworksNetworkInterfacesPostNotFound
NewV1NetworksNetworkInterfacesPostNotFound creates a V1NetworksNetworkInterfacesPostNotFound with default headers values
func (*V1NetworksNetworkInterfacesPostNotFound) Code ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) Code() int
Code gets the status code for the v1 networks network interfaces post not found response
func (*V1NetworksNetworkInterfacesPostNotFound) Error ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) Error() string
func (*V1NetworksNetworkInterfacesPostNotFound) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPostNotFound) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces post not found response has a 4xx status code
func (*V1NetworksNetworkInterfacesPostNotFound) IsCode ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces post not found response a status code equal to that given
func (*V1NetworksNetworkInterfacesPostNotFound) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces post not found response has a 3xx status code
func (*V1NetworksNetworkInterfacesPostNotFound) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces post not found response has a 5xx status code
func (*V1NetworksNetworkInterfacesPostNotFound) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces post not found response has a 2xx status code
func (*V1NetworksNetworkInterfacesPostNotFound) String ¶
func (o *V1NetworksNetworkInterfacesPostNotFound) String() string
type V1NetworksNetworkInterfacesPostParams ¶
type V1NetworksNetworkInterfacesPostParams struct { /* Body. Create a Network Interface */ Body *models.NetworkInterfaceCreate /* NetworkID. Network ID */ NetworkID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V1NetworksNetworkInterfacesPostParams contains all the parameters to send to the API endpoint
for the v1 networks network interfaces post operation. Typically these are written to a http.Request.
func NewV1NetworksNetworkInterfacesPostParams ¶
func NewV1NetworksNetworkInterfacesPostParams() *V1NetworksNetworkInterfacesPostParams
NewV1NetworksNetworkInterfacesPostParams creates a new V1NetworksNetworkInterfacesPostParams 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 NewV1NetworksNetworkInterfacesPostParamsWithContext ¶
func NewV1NetworksNetworkInterfacesPostParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesPostParams
NewV1NetworksNetworkInterfacesPostParamsWithContext creates a new V1NetworksNetworkInterfacesPostParams object with the ability to set a context for a request.
func NewV1NetworksNetworkInterfacesPostParamsWithHTTPClient ¶
func NewV1NetworksNetworkInterfacesPostParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesPostParams
NewV1NetworksNetworkInterfacesPostParamsWithHTTPClient creates a new V1NetworksNetworkInterfacesPostParams object with the ability to set a custom HTTPClient for a request.
func NewV1NetworksNetworkInterfacesPostParamsWithTimeout ¶
func NewV1NetworksNetworkInterfacesPostParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesPostParams
NewV1NetworksNetworkInterfacesPostParamsWithTimeout creates a new V1NetworksNetworkInterfacesPostParams object with the ability to set a timeout on a request.
func (*V1NetworksNetworkInterfacesPostParams) SetBody ¶
func (o *V1NetworksNetworkInterfacesPostParams) SetBody(body *models.NetworkInterfaceCreate)
SetBody adds the body to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) SetContext ¶
func (o *V1NetworksNetworkInterfacesPostParams) SetContext(ctx context.Context)
SetContext adds the context to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) SetDefaults ¶
func (o *V1NetworksNetworkInterfacesPostParams) SetDefaults()
SetDefaults hydrates default values in the v1 networks network interfaces post params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesPostParams) SetHTTPClient ¶
func (o *V1NetworksNetworkInterfacesPostParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) SetNetworkID ¶
func (o *V1NetworksNetworkInterfacesPostParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) SetTimeout ¶
func (o *V1NetworksNetworkInterfacesPostParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) WithBody ¶
func (o *V1NetworksNetworkInterfacesPostParams) WithBody(body *models.NetworkInterfaceCreate) *V1NetworksNetworkInterfacesPostParams
WithBody adds the body to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) WithContext ¶
func (o *V1NetworksNetworkInterfacesPostParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesPostParams
WithContext adds the context to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) WithDefaults ¶
func (o *V1NetworksNetworkInterfacesPostParams) WithDefaults() *V1NetworksNetworkInterfacesPostParams
WithDefaults hydrates default values in the v1 networks network interfaces post params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesPostParams) WithHTTPClient ¶
func (o *V1NetworksNetworkInterfacesPostParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesPostParams
WithHTTPClient adds the HTTPClient to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) WithNetworkID ¶
func (o *V1NetworksNetworkInterfacesPostParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesPostParams
WithNetworkID adds the networkID to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) WithTimeout ¶
func (o *V1NetworksNetworkInterfacesPostParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesPostParams
WithTimeout adds the timeout to the v1 networks network interfaces post params
func (*V1NetworksNetworkInterfacesPostParams) WriteToRequest ¶
func (o *V1NetworksNetworkInterfacesPostParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V1NetworksNetworkInterfacesPostReader ¶
type V1NetworksNetworkInterfacesPostReader struct {
// contains filtered or unexported fields
}
V1NetworksNetworkInterfacesPostReader is a Reader for the V1NetworksNetworkInterfacesPost structure.
func (*V1NetworksNetworkInterfacesPostReader) ReadResponse ¶
func (o *V1NetworksNetworkInterfacesPostReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V1NetworksNetworkInterfacesPostUnauthorized ¶
type V1NetworksNetworkInterfacesPostUnauthorized struct {
}V1NetworksNetworkInterfacesPostUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewV1NetworksNetworkInterfacesPostUnauthorized ¶
func NewV1NetworksNetworkInterfacesPostUnauthorized() *V1NetworksNetworkInterfacesPostUnauthorized
NewV1NetworksNetworkInterfacesPostUnauthorized creates a V1NetworksNetworkInterfacesPostUnauthorized with default headers values
func (*V1NetworksNetworkInterfacesPostUnauthorized) Code ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) Code() int
Code gets the status code for the v1 networks network interfaces post unauthorized response
func (*V1NetworksNetworkInterfacesPostUnauthorized) Error ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) Error() string
func (*V1NetworksNetworkInterfacesPostUnauthorized) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPostUnauthorized) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces post unauthorized response has a 4xx status code
func (*V1NetworksNetworkInterfacesPostUnauthorized) IsCode ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces post unauthorized response a status code equal to that given
func (*V1NetworksNetworkInterfacesPostUnauthorized) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces post unauthorized response has a 3xx status code
func (*V1NetworksNetworkInterfacesPostUnauthorized) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces post unauthorized response has a 5xx status code
func (*V1NetworksNetworkInterfacesPostUnauthorized) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces post unauthorized response has a 2xx status code
func (*V1NetworksNetworkInterfacesPostUnauthorized) String ¶
func (o *V1NetworksNetworkInterfacesPostUnauthorized) String() string
type V1NetworksNetworkInterfacesPostUnprocessableEntity ¶
V1NetworksNetworkInterfacesPostUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Entity
func NewV1NetworksNetworkInterfacesPostUnprocessableEntity ¶
func NewV1NetworksNetworkInterfacesPostUnprocessableEntity() *V1NetworksNetworkInterfacesPostUnprocessableEntity
NewV1NetworksNetworkInterfacesPostUnprocessableEntity creates a V1NetworksNetworkInterfacesPostUnprocessableEntity with default headers values
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) Code ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) Code() int
Code gets the status code for the v1 networks network interfaces post unprocessable entity response
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) Error ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) Error() string
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces post unprocessable entity response has a 4xx status code
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) IsCode ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces post unprocessable entity response a status code equal to that given
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces post unprocessable entity response has a 3xx status code
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces post unprocessable entity response has a 5xx status code
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces post unprocessable entity response has a 2xx status code
func (*V1NetworksNetworkInterfacesPostUnprocessableEntity) String ¶
func (o *V1NetworksNetworkInterfacesPostUnprocessableEntity) String() string
type V1NetworksNetworkInterfacesPutBadRequest ¶
V1NetworksNetworkInterfacesPutBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewV1NetworksNetworkInterfacesPutBadRequest ¶
func NewV1NetworksNetworkInterfacesPutBadRequest() *V1NetworksNetworkInterfacesPutBadRequest
NewV1NetworksNetworkInterfacesPutBadRequest creates a V1NetworksNetworkInterfacesPutBadRequest with default headers values
func (*V1NetworksNetworkInterfacesPutBadRequest) Code ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) Code() int
Code gets the status code for the v1 networks network interfaces put bad request response
func (*V1NetworksNetworkInterfacesPutBadRequest) Error ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) Error() string
func (*V1NetworksNetworkInterfacesPutBadRequest) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPutBadRequest) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces put bad request response has a 4xx status code
func (*V1NetworksNetworkInterfacesPutBadRequest) IsCode ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces put bad request response a status code equal to that given
func (*V1NetworksNetworkInterfacesPutBadRequest) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces put bad request response has a 3xx status code
func (*V1NetworksNetworkInterfacesPutBadRequest) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces put bad request response has a 5xx status code
func (*V1NetworksNetworkInterfacesPutBadRequest) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces put bad request response has a 2xx status code
func (*V1NetworksNetworkInterfacesPutBadRequest) String ¶
func (o *V1NetworksNetworkInterfacesPutBadRequest) String() string
type V1NetworksNetworkInterfacesPutForbidden ¶
V1NetworksNetworkInterfacesPutForbidden describes a response with status code 403, with default header values.
Forbidden
func NewV1NetworksNetworkInterfacesPutForbidden ¶
func NewV1NetworksNetworkInterfacesPutForbidden() *V1NetworksNetworkInterfacesPutForbidden
NewV1NetworksNetworkInterfacesPutForbidden creates a V1NetworksNetworkInterfacesPutForbidden with default headers values
func (*V1NetworksNetworkInterfacesPutForbidden) Code ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) Code() int
Code gets the status code for the v1 networks network interfaces put forbidden response
func (*V1NetworksNetworkInterfacesPutForbidden) Error ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) Error() string
func (*V1NetworksNetworkInterfacesPutForbidden) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPutForbidden) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces put forbidden response has a 4xx status code
func (*V1NetworksNetworkInterfacesPutForbidden) IsCode ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces put forbidden response a status code equal to that given
func (*V1NetworksNetworkInterfacesPutForbidden) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces put forbidden response has a 3xx status code
func (*V1NetworksNetworkInterfacesPutForbidden) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces put forbidden response has a 5xx status code
func (*V1NetworksNetworkInterfacesPutForbidden) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces put forbidden response has a 2xx status code
func (*V1NetworksNetworkInterfacesPutForbidden) String ¶
func (o *V1NetworksNetworkInterfacesPutForbidden) String() string
type V1NetworksNetworkInterfacesPutInternalServerError ¶
V1NetworksNetworkInterfacesPutInternalServerError describes a response with status code 500, with default header values.
Internal Server Error
func NewV1NetworksNetworkInterfacesPutInternalServerError ¶
func NewV1NetworksNetworkInterfacesPutInternalServerError() *V1NetworksNetworkInterfacesPutInternalServerError
NewV1NetworksNetworkInterfacesPutInternalServerError creates a V1NetworksNetworkInterfacesPutInternalServerError with default headers values
func (*V1NetworksNetworkInterfacesPutInternalServerError) Code ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) Code() int
Code gets the status code for the v1 networks network interfaces put internal server error response
func (*V1NetworksNetworkInterfacesPutInternalServerError) Error ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) Error() string
func (*V1NetworksNetworkInterfacesPutInternalServerError) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPutInternalServerError) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces put internal server error response has a 4xx status code
func (*V1NetworksNetworkInterfacesPutInternalServerError) IsCode ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces put internal server error response a status code equal to that given
func (*V1NetworksNetworkInterfacesPutInternalServerError) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces put internal server error response has a 3xx status code
func (*V1NetworksNetworkInterfacesPutInternalServerError) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces put internal server error response has a 5xx status code
func (*V1NetworksNetworkInterfacesPutInternalServerError) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces put internal server error response has a 2xx status code
func (*V1NetworksNetworkInterfacesPutInternalServerError) String ¶
func (o *V1NetworksNetworkInterfacesPutInternalServerError) String() string
type V1NetworksNetworkInterfacesPutNotFound ¶
V1NetworksNetworkInterfacesPutNotFound describes a response with status code 404, with default header values.
Not Found
func NewV1NetworksNetworkInterfacesPutNotFound ¶
func NewV1NetworksNetworkInterfacesPutNotFound() *V1NetworksNetworkInterfacesPutNotFound
NewV1NetworksNetworkInterfacesPutNotFound creates a V1NetworksNetworkInterfacesPutNotFound with default headers values
func (*V1NetworksNetworkInterfacesPutNotFound) Code ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) Code() int
Code gets the status code for the v1 networks network interfaces put not found response
func (*V1NetworksNetworkInterfacesPutNotFound) Error ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) Error() string
func (*V1NetworksNetworkInterfacesPutNotFound) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPutNotFound) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces put not found response has a 4xx status code
func (*V1NetworksNetworkInterfacesPutNotFound) IsCode ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces put not found response a status code equal to that given
func (*V1NetworksNetworkInterfacesPutNotFound) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces put not found response has a 3xx status code
func (*V1NetworksNetworkInterfacesPutNotFound) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces put not found response has a 5xx status code
func (*V1NetworksNetworkInterfacesPutNotFound) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces put not found response has a 2xx status code
func (*V1NetworksNetworkInterfacesPutNotFound) String ¶
func (o *V1NetworksNetworkInterfacesPutNotFound) String() string
type V1NetworksNetworkInterfacesPutOK ¶
type V1NetworksNetworkInterfacesPutOK struct {
Payload *models.NetworkInterface
}
V1NetworksNetworkInterfacesPutOK describes a response with status code 200, with default header values.
OK
func NewV1NetworksNetworkInterfacesPutOK ¶
func NewV1NetworksNetworkInterfacesPutOK() *V1NetworksNetworkInterfacesPutOK
NewV1NetworksNetworkInterfacesPutOK creates a V1NetworksNetworkInterfacesPutOK with default headers values
func (*V1NetworksNetworkInterfacesPutOK) Code ¶
func (o *V1NetworksNetworkInterfacesPutOK) Code() int
Code gets the status code for the v1 networks network interfaces put o k response
func (*V1NetworksNetworkInterfacesPutOK) Error ¶
func (o *V1NetworksNetworkInterfacesPutOK) Error() string
func (*V1NetworksNetworkInterfacesPutOK) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPutOK) GetPayload() *models.NetworkInterface
func (*V1NetworksNetworkInterfacesPutOK) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPutOK) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces put o k response has a 4xx status code
func (*V1NetworksNetworkInterfacesPutOK) IsCode ¶
func (o *V1NetworksNetworkInterfacesPutOK) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces put o k response a status code equal to that given
func (*V1NetworksNetworkInterfacesPutOK) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPutOK) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces put o k response has a 3xx status code
func (*V1NetworksNetworkInterfacesPutOK) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPutOK) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces put o k response has a 5xx status code
func (*V1NetworksNetworkInterfacesPutOK) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPutOK) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces put o k response has a 2xx status code
func (*V1NetworksNetworkInterfacesPutOK) String ¶
func (o *V1NetworksNetworkInterfacesPutOK) String() string
type V1NetworksNetworkInterfacesPutParams ¶
type V1NetworksNetworkInterfacesPutParams struct { /* Body. Parameters for updating a Network Interface */ Body *models.NetworkInterfaceUpdate /* NetworkID. Network ID */ NetworkID string /* NetworkInterfaceID. Network Interface ID */ NetworkInterfaceID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
V1NetworksNetworkInterfacesPutParams contains all the parameters to send to the API endpoint
for the v1 networks network interfaces put operation. Typically these are written to a http.Request.
func NewV1NetworksNetworkInterfacesPutParams ¶
func NewV1NetworksNetworkInterfacesPutParams() *V1NetworksNetworkInterfacesPutParams
NewV1NetworksNetworkInterfacesPutParams creates a new V1NetworksNetworkInterfacesPutParams 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 NewV1NetworksNetworkInterfacesPutParamsWithContext ¶
func NewV1NetworksNetworkInterfacesPutParamsWithContext(ctx context.Context) *V1NetworksNetworkInterfacesPutParams
NewV1NetworksNetworkInterfacesPutParamsWithContext creates a new V1NetworksNetworkInterfacesPutParams object with the ability to set a context for a request.
func NewV1NetworksNetworkInterfacesPutParamsWithHTTPClient ¶
func NewV1NetworksNetworkInterfacesPutParamsWithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesPutParams
NewV1NetworksNetworkInterfacesPutParamsWithHTTPClient creates a new V1NetworksNetworkInterfacesPutParams object with the ability to set a custom HTTPClient for a request.
func NewV1NetworksNetworkInterfacesPutParamsWithTimeout ¶
func NewV1NetworksNetworkInterfacesPutParamsWithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesPutParams
NewV1NetworksNetworkInterfacesPutParamsWithTimeout creates a new V1NetworksNetworkInterfacesPutParams object with the ability to set a timeout on a request.
func (*V1NetworksNetworkInterfacesPutParams) SetBody ¶
func (o *V1NetworksNetworkInterfacesPutParams) SetBody(body *models.NetworkInterfaceUpdate)
SetBody adds the body to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) SetContext ¶
func (o *V1NetworksNetworkInterfacesPutParams) SetContext(ctx context.Context)
SetContext adds the context to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) SetDefaults ¶
func (o *V1NetworksNetworkInterfacesPutParams) SetDefaults()
SetDefaults hydrates default values in the v1 networks network interfaces put params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesPutParams) SetHTTPClient ¶
func (o *V1NetworksNetworkInterfacesPutParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) SetNetworkID ¶
func (o *V1NetworksNetworkInterfacesPutParams) SetNetworkID(networkID string)
SetNetworkID adds the networkId to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) SetNetworkInterfaceID ¶
func (o *V1NetworksNetworkInterfacesPutParams) SetNetworkInterfaceID(networkInterfaceID string)
SetNetworkInterfaceID adds the networkInterfaceId to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) SetTimeout ¶
func (o *V1NetworksNetworkInterfacesPutParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) WithBody ¶
func (o *V1NetworksNetworkInterfacesPutParams) WithBody(body *models.NetworkInterfaceUpdate) *V1NetworksNetworkInterfacesPutParams
WithBody adds the body to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) WithContext ¶
func (o *V1NetworksNetworkInterfacesPutParams) WithContext(ctx context.Context) *V1NetworksNetworkInterfacesPutParams
WithContext adds the context to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) WithDefaults ¶
func (o *V1NetworksNetworkInterfacesPutParams) WithDefaults() *V1NetworksNetworkInterfacesPutParams
WithDefaults hydrates default values in the v1 networks network interfaces put params (not the query body).
All values with no default are reset to their zero value.
func (*V1NetworksNetworkInterfacesPutParams) WithHTTPClient ¶
func (o *V1NetworksNetworkInterfacesPutParams) WithHTTPClient(client *http.Client) *V1NetworksNetworkInterfacesPutParams
WithHTTPClient adds the HTTPClient to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) WithNetworkID ¶
func (o *V1NetworksNetworkInterfacesPutParams) WithNetworkID(networkID string) *V1NetworksNetworkInterfacesPutParams
WithNetworkID adds the networkID to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) WithNetworkInterfaceID ¶
func (o *V1NetworksNetworkInterfacesPutParams) WithNetworkInterfaceID(networkInterfaceID string) *V1NetworksNetworkInterfacesPutParams
WithNetworkInterfaceID adds the networkInterfaceID to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) WithTimeout ¶
func (o *V1NetworksNetworkInterfacesPutParams) WithTimeout(timeout time.Duration) *V1NetworksNetworkInterfacesPutParams
WithTimeout adds the timeout to the v1 networks network interfaces put params
func (*V1NetworksNetworkInterfacesPutParams) WriteToRequest ¶
func (o *V1NetworksNetworkInterfacesPutParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type V1NetworksNetworkInterfacesPutReader ¶
type V1NetworksNetworkInterfacesPutReader struct {
// contains filtered or unexported fields
}
V1NetworksNetworkInterfacesPutReader is a Reader for the V1NetworksNetworkInterfacesPut structure.
func (*V1NetworksNetworkInterfacesPutReader) ReadResponse ¶
func (o *V1NetworksNetworkInterfacesPutReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type V1NetworksNetworkInterfacesPutUnauthorized ¶
type V1NetworksNetworkInterfacesPutUnauthorized struct {
}V1NetworksNetworkInterfacesPutUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewV1NetworksNetworkInterfacesPutUnauthorized ¶
func NewV1NetworksNetworkInterfacesPutUnauthorized() *V1NetworksNetworkInterfacesPutUnauthorized
NewV1NetworksNetworkInterfacesPutUnauthorized creates a V1NetworksNetworkInterfacesPutUnauthorized with default headers values
func (*V1NetworksNetworkInterfacesPutUnauthorized) Code ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) Code() int
Code gets the status code for the v1 networks network interfaces put unauthorized response
func (*V1NetworksNetworkInterfacesPutUnauthorized) Error ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) Error() string
func (*V1NetworksNetworkInterfacesPutUnauthorized) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPutUnauthorized) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces put unauthorized response has a 4xx status code
func (*V1NetworksNetworkInterfacesPutUnauthorized) IsCode ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces put unauthorized response a status code equal to that given
func (*V1NetworksNetworkInterfacesPutUnauthorized) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces put unauthorized response has a 3xx status code
func (*V1NetworksNetworkInterfacesPutUnauthorized) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces put unauthorized response has a 5xx status code
func (*V1NetworksNetworkInterfacesPutUnauthorized) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces put unauthorized response has a 2xx status code
func (*V1NetworksNetworkInterfacesPutUnauthorized) String ¶
func (o *V1NetworksNetworkInterfacesPutUnauthorized) String() string
type V1NetworksNetworkInterfacesPutUnprocessableEntity ¶
V1NetworksNetworkInterfacesPutUnprocessableEntity describes a response with status code 422, with default header values.
Unprocessable Entity
func NewV1NetworksNetworkInterfacesPutUnprocessableEntity ¶
func NewV1NetworksNetworkInterfacesPutUnprocessableEntity() *V1NetworksNetworkInterfacesPutUnprocessableEntity
NewV1NetworksNetworkInterfacesPutUnprocessableEntity creates a V1NetworksNetworkInterfacesPutUnprocessableEntity with default headers values
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) Code ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) Code() int
Code gets the status code for the v1 networks network interfaces put unprocessable entity response
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) Error ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) Error() string
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) GetPayload ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) GetPayload() *models.Error
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) IsClientError ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsClientError() bool
IsClientError returns true when this v1 networks network interfaces put unprocessable entity response has a 4xx status code
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) IsCode ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsCode(code int) bool
IsCode returns true when this v1 networks network interfaces put unprocessable entity response a status code equal to that given
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) IsRedirect ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsRedirect() bool
IsRedirect returns true when this v1 networks network interfaces put unprocessable entity response has a 3xx status code
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) IsServerError ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsServerError() bool
IsServerError returns true when this v1 networks network interfaces put unprocessable entity response has a 5xx status code
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) IsSuccess ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) IsSuccess() bool
IsSuccess returns true when this v1 networks network interfaces put unprocessable entity response has a 2xx status code
func (*V1NetworksNetworkInterfacesPutUnprocessableEntity) String ¶
func (o *V1NetworksNetworkInterfacesPutUnprocessableEntity) String() string
Source Files ¶
- networks_client.go
- v1_networks_network_interfaces_delete_parameters.go
- v1_networks_network_interfaces_delete_responses.go
- v1_networks_network_interfaces_get_parameters.go
- v1_networks_network_interfaces_get_responses.go
- v1_networks_network_interfaces_getall_parameters.go
- v1_networks_network_interfaces_getall_responses.go
- v1_networks_network_interfaces_post_parameters.go
- v1_networks_network_interfaces_post_responses.go
- v1_networks_network_interfaces_put_parameters.go
- v1_networks_network_interfaces_put_responses.go