Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateNetworkProfile(params *CreateNetworkProfileParams, opts ...ClientOption) (*CreateNetworkProfileCreated, error)
- func (a *Client) DeleteNetworkProfile(params *DeleteNetworkProfileParams, opts ...ClientOption) (*DeleteNetworkProfileNoContent, error)
- func (a *Client) GetNetworkProfile(params *GetNetworkProfileParams, opts ...ClientOption) (*GetNetworkProfileOK, error)
- func (a *Client) GetNetworkProfiles(params *GetNetworkProfilesParams, opts ...ClientOption) (*GetNetworkProfilesOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- func (a *Client) UpdateNetworkProfile(params *UpdateNetworkProfileParams, opts ...ClientOption) (*UpdateNetworkProfileOK, error)
- type ClientOption
- type ClientService
- type CreateNetworkProfileBadRequest
- func (o *CreateNetworkProfileBadRequest) Error() string
- func (o *CreateNetworkProfileBadRequest) GetPayload() *models.Error
- func (o *CreateNetworkProfileBadRequest) IsClientError() bool
- func (o *CreateNetworkProfileBadRequest) IsCode(code int) bool
- func (o *CreateNetworkProfileBadRequest) IsRedirect() bool
- func (o *CreateNetworkProfileBadRequest) IsServerError() bool
- func (o *CreateNetworkProfileBadRequest) IsSuccess() bool
- func (o *CreateNetworkProfileBadRequest) String() string
- type CreateNetworkProfileCreated
- func (o *CreateNetworkProfileCreated) Error() string
- func (o *CreateNetworkProfileCreated) GetPayload() *models.NetworkProfile
- func (o *CreateNetworkProfileCreated) IsClientError() bool
- func (o *CreateNetworkProfileCreated) IsCode(code int) bool
- func (o *CreateNetworkProfileCreated) IsRedirect() bool
- func (o *CreateNetworkProfileCreated) IsServerError() bool
- func (o *CreateNetworkProfileCreated) IsSuccess() bool
- func (o *CreateNetworkProfileCreated) String() string
- type CreateNetworkProfileForbidden
- func (o *CreateNetworkProfileForbidden) Error() string
- func (o *CreateNetworkProfileForbidden) GetPayload() *models.ServiceErrorResponse
- func (o *CreateNetworkProfileForbidden) IsClientError() bool
- func (o *CreateNetworkProfileForbidden) IsCode(code int) bool
- func (o *CreateNetworkProfileForbidden) IsRedirect() bool
- func (o *CreateNetworkProfileForbidden) IsServerError() bool
- func (o *CreateNetworkProfileForbidden) IsSuccess() bool
- func (o *CreateNetworkProfileForbidden) String() string
- type CreateNetworkProfileParams
- func NewCreateNetworkProfileParams() *CreateNetworkProfileParams
- func NewCreateNetworkProfileParamsWithContext(ctx context.Context) *CreateNetworkProfileParams
- func NewCreateNetworkProfileParamsWithHTTPClient(client *http.Client) *CreateNetworkProfileParams
- func NewCreateNetworkProfileParamsWithTimeout(timeout time.Duration) *CreateNetworkProfileParams
- func (o *CreateNetworkProfileParams) SetAPIVersion(aPIVersion *string)
- func (o *CreateNetworkProfileParams) SetBody(body *models.NetworkProfileSpecification)
- func (o *CreateNetworkProfileParams) SetContext(ctx context.Context)
- func (o *CreateNetworkProfileParams) SetDefaults()
- func (o *CreateNetworkProfileParams) SetHTTPClient(client *http.Client)
- func (o *CreateNetworkProfileParams) SetTimeout(timeout time.Duration)
- func (o *CreateNetworkProfileParams) WithAPIVersion(aPIVersion *string) *CreateNetworkProfileParams
- func (o *CreateNetworkProfileParams) WithBody(body *models.NetworkProfileSpecification) *CreateNetworkProfileParams
- func (o *CreateNetworkProfileParams) WithContext(ctx context.Context) *CreateNetworkProfileParams
- func (o *CreateNetworkProfileParams) WithDefaults() *CreateNetworkProfileParams
- func (o *CreateNetworkProfileParams) WithHTTPClient(client *http.Client) *CreateNetworkProfileParams
- func (o *CreateNetworkProfileParams) WithTimeout(timeout time.Duration) *CreateNetworkProfileParams
- func (o *CreateNetworkProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateNetworkProfileReader
- type DeleteNetworkProfileForbidden
- func (o *DeleteNetworkProfileForbidden) Error() string
- func (o *DeleteNetworkProfileForbidden) GetPayload() *models.ServiceErrorResponse
- func (o *DeleteNetworkProfileForbidden) IsClientError() bool
- func (o *DeleteNetworkProfileForbidden) IsCode(code int) bool
- func (o *DeleteNetworkProfileForbidden) IsRedirect() bool
- func (o *DeleteNetworkProfileForbidden) IsServerError() bool
- func (o *DeleteNetworkProfileForbidden) IsSuccess() bool
- func (o *DeleteNetworkProfileForbidden) String() string
- type DeleteNetworkProfileNoContent
- func (o *DeleteNetworkProfileNoContent) Error() string
- func (o *DeleteNetworkProfileNoContent) IsClientError() bool
- func (o *DeleteNetworkProfileNoContent) IsCode(code int) bool
- func (o *DeleteNetworkProfileNoContent) IsRedirect() bool
- func (o *DeleteNetworkProfileNoContent) IsServerError() bool
- func (o *DeleteNetworkProfileNoContent) IsSuccess() bool
- func (o *DeleteNetworkProfileNoContent) String() string
- type DeleteNetworkProfileParams
- func NewDeleteNetworkProfileParams() *DeleteNetworkProfileParams
- func NewDeleteNetworkProfileParamsWithContext(ctx context.Context) *DeleteNetworkProfileParams
- func NewDeleteNetworkProfileParamsWithHTTPClient(client *http.Client) *DeleteNetworkProfileParams
- func NewDeleteNetworkProfileParamsWithTimeout(timeout time.Duration) *DeleteNetworkProfileParams
- func (o *DeleteNetworkProfileParams) SetAPIVersion(aPIVersion *string)
- func (o *DeleteNetworkProfileParams) SetContext(ctx context.Context)
- func (o *DeleteNetworkProfileParams) SetDefaults()
- func (o *DeleteNetworkProfileParams) SetHTTPClient(client *http.Client)
- func (o *DeleteNetworkProfileParams) SetID(id string)
- func (o *DeleteNetworkProfileParams) SetTimeout(timeout time.Duration)
- func (o *DeleteNetworkProfileParams) WithAPIVersion(aPIVersion *string) *DeleteNetworkProfileParams
- func (o *DeleteNetworkProfileParams) WithContext(ctx context.Context) *DeleteNetworkProfileParams
- func (o *DeleteNetworkProfileParams) WithDefaults() *DeleteNetworkProfileParams
- func (o *DeleteNetworkProfileParams) WithHTTPClient(client *http.Client) *DeleteNetworkProfileParams
- func (o *DeleteNetworkProfileParams) WithID(id string) *DeleteNetworkProfileParams
- func (o *DeleteNetworkProfileParams) WithTimeout(timeout time.Duration) *DeleteNetworkProfileParams
- func (o *DeleteNetworkProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteNetworkProfileReader
- type GetNetworkProfileForbidden
- func (o *GetNetworkProfileForbidden) Error() string
- func (o *GetNetworkProfileForbidden) GetPayload() *models.ServiceErrorResponse
- func (o *GetNetworkProfileForbidden) IsClientError() bool
- func (o *GetNetworkProfileForbidden) IsCode(code int) bool
- func (o *GetNetworkProfileForbidden) IsRedirect() bool
- func (o *GetNetworkProfileForbidden) IsServerError() bool
- func (o *GetNetworkProfileForbidden) IsSuccess() bool
- func (o *GetNetworkProfileForbidden) String() string
- type GetNetworkProfileNotFound
- func (o *GetNetworkProfileNotFound) Error() string
- func (o *GetNetworkProfileNotFound) GetPayload() *models.Error
- func (o *GetNetworkProfileNotFound) IsClientError() bool
- func (o *GetNetworkProfileNotFound) IsCode(code int) bool
- func (o *GetNetworkProfileNotFound) IsRedirect() bool
- func (o *GetNetworkProfileNotFound) IsServerError() bool
- func (o *GetNetworkProfileNotFound) IsSuccess() bool
- func (o *GetNetworkProfileNotFound) String() string
- type GetNetworkProfileOK
- func (o *GetNetworkProfileOK) Error() string
- func (o *GetNetworkProfileOK) GetPayload() *models.NetworkProfile
- func (o *GetNetworkProfileOK) IsClientError() bool
- func (o *GetNetworkProfileOK) IsCode(code int) bool
- func (o *GetNetworkProfileOK) IsRedirect() bool
- func (o *GetNetworkProfileOK) IsServerError() bool
- func (o *GetNetworkProfileOK) IsSuccess() bool
- func (o *GetNetworkProfileOK) String() string
- type GetNetworkProfileParams
- func NewGetNetworkProfileParams() *GetNetworkProfileParams
- func NewGetNetworkProfileParamsWithContext(ctx context.Context) *GetNetworkProfileParams
- func NewGetNetworkProfileParamsWithHTTPClient(client *http.Client) *GetNetworkProfileParams
- func NewGetNetworkProfileParamsWithTimeout(timeout time.Duration) *GetNetworkProfileParams
- func (o *GetNetworkProfileParams) SetAPIVersion(aPIVersion *string)
- func (o *GetNetworkProfileParams) SetContext(ctx context.Context)
- func (o *GetNetworkProfileParams) SetDefaults()
- func (o *GetNetworkProfileParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkProfileParams) SetID(id string)
- func (o *GetNetworkProfileParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkProfileParams) WithAPIVersion(aPIVersion *string) *GetNetworkProfileParams
- func (o *GetNetworkProfileParams) WithContext(ctx context.Context) *GetNetworkProfileParams
- func (o *GetNetworkProfileParams) WithDefaults() *GetNetworkProfileParams
- func (o *GetNetworkProfileParams) WithHTTPClient(client *http.Client) *GetNetworkProfileParams
- func (o *GetNetworkProfileParams) WithID(id string) *GetNetworkProfileParams
- func (o *GetNetworkProfileParams) WithTimeout(timeout time.Duration) *GetNetworkProfileParams
- func (o *GetNetworkProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkProfileReader
- type GetNetworkProfilesForbidden
- func (o *GetNetworkProfilesForbidden) Error() string
- func (o *GetNetworkProfilesForbidden) GetPayload() *models.ServiceErrorResponse
- func (o *GetNetworkProfilesForbidden) IsClientError() bool
- func (o *GetNetworkProfilesForbidden) IsCode(code int) bool
- func (o *GetNetworkProfilesForbidden) IsRedirect() bool
- func (o *GetNetworkProfilesForbidden) IsServerError() bool
- func (o *GetNetworkProfilesForbidden) IsSuccess() bool
- func (o *GetNetworkProfilesForbidden) String() string
- type GetNetworkProfilesOK
- func (o *GetNetworkProfilesOK) Error() string
- func (o *GetNetworkProfilesOK) GetPayload() *models.NetworkProfileResult
- func (o *GetNetworkProfilesOK) IsClientError() bool
- func (o *GetNetworkProfilesOK) IsCode(code int) bool
- func (o *GetNetworkProfilesOK) IsRedirect() bool
- func (o *GetNetworkProfilesOK) IsServerError() bool
- func (o *GetNetworkProfilesOK) IsSuccess() bool
- func (o *GetNetworkProfilesOK) String() string
- type GetNetworkProfilesParams
- func NewGetNetworkProfilesParams() *GetNetworkProfilesParams
- func NewGetNetworkProfilesParamsWithContext(ctx context.Context) *GetNetworkProfilesParams
- func NewGetNetworkProfilesParamsWithHTTPClient(client *http.Client) *GetNetworkProfilesParams
- func NewGetNetworkProfilesParamsWithTimeout(timeout time.Duration) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) SetAPIVersion(aPIVersion *string)
- func (o *GetNetworkProfilesParams) SetContext(ctx context.Context)
- func (o *GetNetworkProfilesParams) SetDefaults()
- func (o *GetNetworkProfilesParams) SetDollarCount(dollarCount *bool)
- func (o *GetNetworkProfilesParams) SetDollarFilter(dollarFilter *string)
- func (o *GetNetworkProfilesParams) SetDollarSelect(dollarSelect *string)
- func (o *GetNetworkProfilesParams) SetDollarSkip(dollarSkip *int64)
- func (o *GetNetworkProfilesParams) SetDollarTop(dollarTop *int64)
- func (o *GetNetworkProfilesParams) SetHTTPClient(client *http.Client)
- func (o *GetNetworkProfilesParams) SetTimeout(timeout time.Duration)
- func (o *GetNetworkProfilesParams) WithAPIVersion(aPIVersion *string) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithContext(ctx context.Context) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithDefaults() *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithDollarCount(dollarCount *bool) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithDollarFilter(dollarFilter *string) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithDollarSelect(dollarSelect *string) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithDollarSkip(dollarSkip *int64) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithDollarTop(dollarTop *int64) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithHTTPClient(client *http.Client) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WithTimeout(timeout time.Duration) *GetNetworkProfilesParams
- func (o *GetNetworkProfilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetNetworkProfilesReader
- type UpdateNetworkProfileForbidden
- func (o *UpdateNetworkProfileForbidden) Error() string
- func (o *UpdateNetworkProfileForbidden) GetPayload() *models.ServiceErrorResponse
- func (o *UpdateNetworkProfileForbidden) IsClientError() bool
- func (o *UpdateNetworkProfileForbidden) IsCode(code int) bool
- func (o *UpdateNetworkProfileForbidden) IsRedirect() bool
- func (o *UpdateNetworkProfileForbidden) IsServerError() bool
- func (o *UpdateNetworkProfileForbidden) IsSuccess() bool
- func (o *UpdateNetworkProfileForbidden) String() string
- type UpdateNetworkProfileNotFound
- func (o *UpdateNetworkProfileNotFound) Error() string
- func (o *UpdateNetworkProfileNotFound) GetPayload() *models.Error
- func (o *UpdateNetworkProfileNotFound) IsClientError() bool
- func (o *UpdateNetworkProfileNotFound) IsCode(code int) bool
- func (o *UpdateNetworkProfileNotFound) IsRedirect() bool
- func (o *UpdateNetworkProfileNotFound) IsServerError() bool
- func (o *UpdateNetworkProfileNotFound) IsSuccess() bool
- func (o *UpdateNetworkProfileNotFound) String() string
- type UpdateNetworkProfileOK
- func (o *UpdateNetworkProfileOK) Error() string
- func (o *UpdateNetworkProfileOK) GetPayload() *models.NetworkProfile
- func (o *UpdateNetworkProfileOK) IsClientError() bool
- func (o *UpdateNetworkProfileOK) IsCode(code int) bool
- func (o *UpdateNetworkProfileOK) IsRedirect() bool
- func (o *UpdateNetworkProfileOK) IsServerError() bool
- func (o *UpdateNetworkProfileOK) IsSuccess() bool
- func (o *UpdateNetworkProfileOK) String() string
- type UpdateNetworkProfileParams
- func NewUpdateNetworkProfileParams() *UpdateNetworkProfileParams
- func NewUpdateNetworkProfileParamsWithContext(ctx context.Context) *UpdateNetworkProfileParams
- func NewUpdateNetworkProfileParamsWithHTTPClient(client *http.Client) *UpdateNetworkProfileParams
- func NewUpdateNetworkProfileParamsWithTimeout(timeout time.Duration) *UpdateNetworkProfileParams
- func (o *UpdateNetworkProfileParams) SetAPIVersion(aPIVersion *string)
- func (o *UpdateNetworkProfileParams) SetBody(body *models.NetworkProfileSpecification)
- func (o *UpdateNetworkProfileParams) SetContext(ctx context.Context)
- func (o *UpdateNetworkProfileParams) SetDefaults()
- func (o *UpdateNetworkProfileParams) SetHTTPClient(client *http.Client)
- func (o *UpdateNetworkProfileParams) SetID(id string)
- func (o *UpdateNetworkProfileParams) SetTimeout(timeout time.Duration)
- func (o *UpdateNetworkProfileParams) WithAPIVersion(aPIVersion *string) *UpdateNetworkProfileParams
- func (o *UpdateNetworkProfileParams) WithBody(body *models.NetworkProfileSpecification) *UpdateNetworkProfileParams
- func (o *UpdateNetworkProfileParams) WithContext(ctx context.Context) *UpdateNetworkProfileParams
- func (o *UpdateNetworkProfileParams) WithDefaults() *UpdateNetworkProfileParams
- func (o *UpdateNetworkProfileParams) WithHTTPClient(client *http.Client) *UpdateNetworkProfileParams
- func (o *UpdateNetworkProfileParams) WithID(id string) *UpdateNetworkProfileParams
- func (o *UpdateNetworkProfileParams) WithTimeout(timeout time.Duration) *UpdateNetworkProfileParams
- func (o *UpdateNetworkProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type UpdateNetworkProfileReader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for network profile API
func (*Client) CreateNetworkProfile ¶
func (a *Client) CreateNetworkProfile(params *CreateNetworkProfileParams, opts ...ClientOption) (*CreateNetworkProfileCreated, error)
CreateNetworkProfile creates network profile
Create network profile
func (*Client) DeleteNetworkProfile ¶
func (a *Client) DeleteNetworkProfile(params *DeleteNetworkProfileParams, opts ...ClientOption) (*DeleteNetworkProfileNoContent, error)
DeleteNetworkProfile deletes network profile
Delete network profile with a given id
func (*Client) GetNetworkProfile ¶
func (a *Client) GetNetworkProfile(params *GetNetworkProfileParams, opts ...ClientOption) (*GetNetworkProfileOK, error)
GetNetworkProfile gets network profile
Get network profile with a given id
func (*Client) GetNetworkProfiles ¶
func (a *Client) GetNetworkProfiles(params *GetNetworkProfilesParams, opts ...ClientOption) (*GetNetworkProfilesOK, error)
GetNetworkProfiles gets network profiles
Get all network profiles
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
func (*Client) UpdateNetworkProfile ¶
func (a *Client) UpdateNetworkProfile(params *UpdateNetworkProfileParams, opts ...ClientOption) (*UpdateNetworkProfileOK, error)
UpdateNetworkProfile updates network profile
Update network profile
type ClientOption ¶ added in v0.2.20
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶ added in v0.2.18
type ClientService interface { CreateNetworkProfile(params *CreateNetworkProfileParams, opts ...ClientOption) (*CreateNetworkProfileCreated, error) DeleteNetworkProfile(params *DeleteNetworkProfileParams, opts ...ClientOption) (*DeleteNetworkProfileNoContent, error) GetNetworkProfile(params *GetNetworkProfileParams, opts ...ClientOption) (*GetNetworkProfileOK, error) GetNetworkProfiles(params *GetNetworkProfilesParams, opts ...ClientOption) (*GetNetworkProfilesOK, error) UpdateNetworkProfile(params *UpdateNetworkProfileParams, opts ...ClientOption) (*UpdateNetworkProfileOK, 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 network profile API client.
type CreateNetworkProfileBadRequest ¶
CreateNetworkProfileBadRequest describes a response with status code 400, with default header values.
Invalid Request - bad data
func NewCreateNetworkProfileBadRequest ¶
func NewCreateNetworkProfileBadRequest() *CreateNetworkProfileBadRequest
NewCreateNetworkProfileBadRequest creates a CreateNetworkProfileBadRequest with default headers values
func (*CreateNetworkProfileBadRequest) Error ¶
func (o *CreateNetworkProfileBadRequest) Error() string
func (*CreateNetworkProfileBadRequest) GetPayload ¶ added in v0.2.9
func (o *CreateNetworkProfileBadRequest) GetPayload() *models.Error
func (*CreateNetworkProfileBadRequest) IsClientError ¶ added in v0.5.0
func (o *CreateNetworkProfileBadRequest) IsClientError() bool
IsClientError returns true when this create network profile bad request response has a 4xx status code
func (*CreateNetworkProfileBadRequest) IsCode ¶ added in v0.5.0
func (o *CreateNetworkProfileBadRequest) IsCode(code int) bool
IsCode returns true when this create network profile bad request response a status code equal to that given
func (*CreateNetworkProfileBadRequest) IsRedirect ¶ added in v0.5.0
func (o *CreateNetworkProfileBadRequest) IsRedirect() bool
IsRedirect returns true when this create network profile bad request response has a 3xx status code
func (*CreateNetworkProfileBadRequest) IsServerError ¶ added in v0.5.0
func (o *CreateNetworkProfileBadRequest) IsServerError() bool
IsServerError returns true when this create network profile bad request response has a 5xx status code
func (*CreateNetworkProfileBadRequest) IsSuccess ¶ added in v0.5.0
func (o *CreateNetworkProfileBadRequest) IsSuccess() bool
IsSuccess returns true when this create network profile bad request response has a 2xx status code
func (*CreateNetworkProfileBadRequest) String ¶ added in v0.5.0
func (o *CreateNetworkProfileBadRequest) String() string
type CreateNetworkProfileCreated ¶
type CreateNetworkProfileCreated struct {
Payload *models.NetworkProfile
}
CreateNetworkProfileCreated describes a response with status code 201, with default header values.
successful operation
func NewCreateNetworkProfileCreated ¶
func NewCreateNetworkProfileCreated() *CreateNetworkProfileCreated
NewCreateNetworkProfileCreated creates a CreateNetworkProfileCreated with default headers values
func (*CreateNetworkProfileCreated) Error ¶
func (o *CreateNetworkProfileCreated) Error() string
func (*CreateNetworkProfileCreated) GetPayload ¶
func (o *CreateNetworkProfileCreated) GetPayload() *models.NetworkProfile
func (*CreateNetworkProfileCreated) IsClientError ¶ added in v0.5.0
func (o *CreateNetworkProfileCreated) IsClientError() bool
IsClientError returns true when this create network profile created response has a 4xx status code
func (*CreateNetworkProfileCreated) IsCode ¶ added in v0.5.0
func (o *CreateNetworkProfileCreated) IsCode(code int) bool
IsCode returns true when this create network profile created response a status code equal to that given
func (*CreateNetworkProfileCreated) IsRedirect ¶ added in v0.5.0
func (o *CreateNetworkProfileCreated) IsRedirect() bool
IsRedirect returns true when this create network profile created response has a 3xx status code
func (*CreateNetworkProfileCreated) IsServerError ¶ added in v0.5.0
func (o *CreateNetworkProfileCreated) IsServerError() bool
IsServerError returns true when this create network profile created response has a 5xx status code
func (*CreateNetworkProfileCreated) IsSuccess ¶ added in v0.5.0
func (o *CreateNetworkProfileCreated) IsSuccess() bool
IsSuccess returns true when this create network profile created response has a 2xx status code
func (*CreateNetworkProfileCreated) String ¶ added in v0.5.0
func (o *CreateNetworkProfileCreated) String() string
type CreateNetworkProfileForbidden ¶
type CreateNetworkProfileForbidden struct {
Payload *models.ServiceErrorResponse
}
CreateNetworkProfileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateNetworkProfileForbidden ¶
func NewCreateNetworkProfileForbidden() *CreateNetworkProfileForbidden
NewCreateNetworkProfileForbidden creates a CreateNetworkProfileForbidden with default headers values
func (*CreateNetworkProfileForbidden) Error ¶
func (o *CreateNetworkProfileForbidden) Error() string
func (*CreateNetworkProfileForbidden) GetPayload ¶ added in v0.2.20
func (o *CreateNetworkProfileForbidden) GetPayload() *models.ServiceErrorResponse
func (*CreateNetworkProfileForbidden) IsClientError ¶ added in v0.5.0
func (o *CreateNetworkProfileForbidden) IsClientError() bool
IsClientError returns true when this create network profile forbidden response has a 4xx status code
func (*CreateNetworkProfileForbidden) IsCode ¶ added in v0.5.0
func (o *CreateNetworkProfileForbidden) IsCode(code int) bool
IsCode returns true when this create network profile forbidden response a status code equal to that given
func (*CreateNetworkProfileForbidden) IsRedirect ¶ added in v0.5.0
func (o *CreateNetworkProfileForbidden) IsRedirect() bool
IsRedirect returns true when this create network profile forbidden response has a 3xx status code
func (*CreateNetworkProfileForbidden) IsServerError ¶ added in v0.5.0
func (o *CreateNetworkProfileForbidden) IsServerError() bool
IsServerError returns true when this create network profile forbidden response has a 5xx status code
func (*CreateNetworkProfileForbidden) IsSuccess ¶ added in v0.5.0
func (o *CreateNetworkProfileForbidden) IsSuccess() bool
IsSuccess returns true when this create network profile forbidden response has a 2xx status code
func (*CreateNetworkProfileForbidden) String ¶ added in v0.5.0
func (o *CreateNetworkProfileForbidden) String() string
type CreateNetworkProfileParams ¶
type CreateNetworkProfileParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about */ APIVersion *string /* Body. NetworkProfile instance */ Body *models.NetworkProfileSpecification Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateNetworkProfileParams contains all the parameters to send to the API endpoint
for the create network profile operation. Typically these are written to a http.Request.
func NewCreateNetworkProfileParams ¶
func NewCreateNetworkProfileParams() *CreateNetworkProfileParams
NewCreateNetworkProfileParams creates a new CreateNetworkProfileParams 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 NewCreateNetworkProfileParamsWithContext ¶
func NewCreateNetworkProfileParamsWithContext(ctx context.Context) *CreateNetworkProfileParams
NewCreateNetworkProfileParamsWithContext creates a new CreateNetworkProfileParams object with the ability to set a context for a request.
func NewCreateNetworkProfileParamsWithHTTPClient ¶
func NewCreateNetworkProfileParamsWithHTTPClient(client *http.Client) *CreateNetworkProfileParams
NewCreateNetworkProfileParamsWithHTTPClient creates a new CreateNetworkProfileParams object with the ability to set a custom HTTPClient for a request.
func NewCreateNetworkProfileParamsWithTimeout ¶
func NewCreateNetworkProfileParamsWithTimeout(timeout time.Duration) *CreateNetworkProfileParams
NewCreateNetworkProfileParamsWithTimeout creates a new CreateNetworkProfileParams object with the ability to set a timeout on a request.
func (*CreateNetworkProfileParams) SetAPIVersion ¶
func (o *CreateNetworkProfileParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the create network profile params
func (*CreateNetworkProfileParams) SetBody ¶
func (o *CreateNetworkProfileParams) SetBody(body *models.NetworkProfileSpecification)
SetBody adds the body to the create network profile params
func (*CreateNetworkProfileParams) SetContext ¶
func (o *CreateNetworkProfileParams) SetContext(ctx context.Context)
SetContext adds the context to the create network profile params
func (*CreateNetworkProfileParams) SetDefaults ¶ added in v0.2.20
func (o *CreateNetworkProfileParams) SetDefaults()
SetDefaults hydrates default values in the create network profile params (not the query body).
All values with no default are reset to their zero value.
func (*CreateNetworkProfileParams) SetHTTPClient ¶
func (o *CreateNetworkProfileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create network profile params
func (*CreateNetworkProfileParams) SetTimeout ¶
func (o *CreateNetworkProfileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create network profile params
func (*CreateNetworkProfileParams) WithAPIVersion ¶
func (o *CreateNetworkProfileParams) WithAPIVersion(aPIVersion *string) *CreateNetworkProfileParams
WithAPIVersion adds the aPIVersion to the create network profile params
func (*CreateNetworkProfileParams) WithBody ¶
func (o *CreateNetworkProfileParams) WithBody(body *models.NetworkProfileSpecification) *CreateNetworkProfileParams
WithBody adds the body to the create network profile params
func (*CreateNetworkProfileParams) WithContext ¶
func (o *CreateNetworkProfileParams) WithContext(ctx context.Context) *CreateNetworkProfileParams
WithContext adds the context to the create network profile params
func (*CreateNetworkProfileParams) WithDefaults ¶ added in v0.2.20
func (o *CreateNetworkProfileParams) WithDefaults() *CreateNetworkProfileParams
WithDefaults hydrates default values in the create network profile params (not the query body).
All values with no default are reset to their zero value.
func (*CreateNetworkProfileParams) WithHTTPClient ¶
func (o *CreateNetworkProfileParams) WithHTTPClient(client *http.Client) *CreateNetworkProfileParams
WithHTTPClient adds the HTTPClient to the create network profile params
func (*CreateNetworkProfileParams) WithTimeout ¶
func (o *CreateNetworkProfileParams) WithTimeout(timeout time.Duration) *CreateNetworkProfileParams
WithTimeout adds the timeout to the create network profile params
func (*CreateNetworkProfileParams) WriteToRequest ¶
func (o *CreateNetworkProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateNetworkProfileReader ¶
type CreateNetworkProfileReader struct {
// contains filtered or unexported fields
}
CreateNetworkProfileReader is a Reader for the CreateNetworkProfile structure.
func (*CreateNetworkProfileReader) ReadResponse ¶
func (o *CreateNetworkProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteNetworkProfileForbidden ¶
type DeleteNetworkProfileForbidden struct {
Payload *models.ServiceErrorResponse
}
DeleteNetworkProfileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteNetworkProfileForbidden ¶
func NewDeleteNetworkProfileForbidden() *DeleteNetworkProfileForbidden
NewDeleteNetworkProfileForbidden creates a DeleteNetworkProfileForbidden with default headers values
func (*DeleteNetworkProfileForbidden) Error ¶
func (o *DeleteNetworkProfileForbidden) Error() string
func (*DeleteNetworkProfileForbidden) GetPayload ¶ added in v0.2.20
func (o *DeleteNetworkProfileForbidden) GetPayload() *models.ServiceErrorResponse
func (*DeleteNetworkProfileForbidden) IsClientError ¶ added in v0.5.0
func (o *DeleteNetworkProfileForbidden) IsClientError() bool
IsClientError returns true when this delete network profile forbidden response has a 4xx status code
func (*DeleteNetworkProfileForbidden) IsCode ¶ added in v0.5.0
func (o *DeleteNetworkProfileForbidden) IsCode(code int) bool
IsCode returns true when this delete network profile forbidden response a status code equal to that given
func (*DeleteNetworkProfileForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeleteNetworkProfileForbidden) IsRedirect() bool
IsRedirect returns true when this delete network profile forbidden response has a 3xx status code
func (*DeleteNetworkProfileForbidden) IsServerError ¶ added in v0.5.0
func (o *DeleteNetworkProfileForbidden) IsServerError() bool
IsServerError returns true when this delete network profile forbidden response has a 5xx status code
func (*DeleteNetworkProfileForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeleteNetworkProfileForbidden) IsSuccess() bool
IsSuccess returns true when this delete network profile forbidden response has a 2xx status code
func (*DeleteNetworkProfileForbidden) String ¶ added in v0.5.0
func (o *DeleteNetworkProfileForbidden) String() string
type DeleteNetworkProfileNoContent ¶
type DeleteNetworkProfileNoContent struct { }
DeleteNetworkProfileNoContent describes a response with status code 204, with default header values.
No Content
func NewDeleteNetworkProfileNoContent ¶
func NewDeleteNetworkProfileNoContent() *DeleteNetworkProfileNoContent
NewDeleteNetworkProfileNoContent creates a DeleteNetworkProfileNoContent with default headers values
func (*DeleteNetworkProfileNoContent) Error ¶
func (o *DeleteNetworkProfileNoContent) Error() string
func (*DeleteNetworkProfileNoContent) IsClientError ¶ added in v0.5.0
func (o *DeleteNetworkProfileNoContent) IsClientError() bool
IsClientError returns true when this delete network profile no content response has a 4xx status code
func (*DeleteNetworkProfileNoContent) IsCode ¶ added in v0.5.0
func (o *DeleteNetworkProfileNoContent) IsCode(code int) bool
IsCode returns true when this delete network profile no content response a status code equal to that given
func (*DeleteNetworkProfileNoContent) IsRedirect ¶ added in v0.5.0
func (o *DeleteNetworkProfileNoContent) IsRedirect() bool
IsRedirect returns true when this delete network profile no content response has a 3xx status code
func (*DeleteNetworkProfileNoContent) IsServerError ¶ added in v0.5.0
func (o *DeleteNetworkProfileNoContent) IsServerError() bool
IsServerError returns true when this delete network profile no content response has a 5xx status code
func (*DeleteNetworkProfileNoContent) IsSuccess ¶ added in v0.5.0
func (o *DeleteNetworkProfileNoContent) IsSuccess() bool
IsSuccess returns true when this delete network profile no content response has a 2xx status code
func (*DeleteNetworkProfileNoContent) String ¶ added in v0.5.0
func (o *DeleteNetworkProfileNoContent) String() string
type DeleteNetworkProfileParams ¶
type DeleteNetworkProfileParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about */ APIVersion *string /* ID. The ID of the network profile. */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteNetworkProfileParams contains all the parameters to send to the API endpoint
for the delete network profile operation. Typically these are written to a http.Request.
func NewDeleteNetworkProfileParams ¶
func NewDeleteNetworkProfileParams() *DeleteNetworkProfileParams
NewDeleteNetworkProfileParams creates a new DeleteNetworkProfileParams 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 NewDeleteNetworkProfileParamsWithContext ¶
func NewDeleteNetworkProfileParamsWithContext(ctx context.Context) *DeleteNetworkProfileParams
NewDeleteNetworkProfileParamsWithContext creates a new DeleteNetworkProfileParams object with the ability to set a context for a request.
func NewDeleteNetworkProfileParamsWithHTTPClient ¶
func NewDeleteNetworkProfileParamsWithHTTPClient(client *http.Client) *DeleteNetworkProfileParams
NewDeleteNetworkProfileParamsWithHTTPClient creates a new DeleteNetworkProfileParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteNetworkProfileParamsWithTimeout ¶
func NewDeleteNetworkProfileParamsWithTimeout(timeout time.Duration) *DeleteNetworkProfileParams
NewDeleteNetworkProfileParamsWithTimeout creates a new DeleteNetworkProfileParams object with the ability to set a timeout on a request.
func (*DeleteNetworkProfileParams) SetAPIVersion ¶
func (o *DeleteNetworkProfileParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the delete network profile params
func (*DeleteNetworkProfileParams) SetContext ¶
func (o *DeleteNetworkProfileParams) SetContext(ctx context.Context)
SetContext adds the context to the delete network profile params
func (*DeleteNetworkProfileParams) SetDefaults ¶ added in v0.2.20
func (o *DeleteNetworkProfileParams) SetDefaults()
SetDefaults hydrates default values in the delete network profile params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteNetworkProfileParams) SetHTTPClient ¶
func (o *DeleteNetworkProfileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete network profile params
func (*DeleteNetworkProfileParams) SetID ¶
func (o *DeleteNetworkProfileParams) SetID(id string)
SetID adds the id to the delete network profile params
func (*DeleteNetworkProfileParams) SetTimeout ¶
func (o *DeleteNetworkProfileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete network profile params
func (*DeleteNetworkProfileParams) WithAPIVersion ¶
func (o *DeleteNetworkProfileParams) WithAPIVersion(aPIVersion *string) *DeleteNetworkProfileParams
WithAPIVersion adds the aPIVersion to the delete network profile params
func (*DeleteNetworkProfileParams) WithContext ¶
func (o *DeleteNetworkProfileParams) WithContext(ctx context.Context) *DeleteNetworkProfileParams
WithContext adds the context to the delete network profile params
func (*DeleteNetworkProfileParams) WithDefaults ¶ added in v0.2.20
func (o *DeleteNetworkProfileParams) WithDefaults() *DeleteNetworkProfileParams
WithDefaults hydrates default values in the delete network profile params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteNetworkProfileParams) WithHTTPClient ¶
func (o *DeleteNetworkProfileParams) WithHTTPClient(client *http.Client) *DeleteNetworkProfileParams
WithHTTPClient adds the HTTPClient to the delete network profile params
func (*DeleteNetworkProfileParams) WithID ¶
func (o *DeleteNetworkProfileParams) WithID(id string) *DeleteNetworkProfileParams
WithID adds the id to the delete network profile params
func (*DeleteNetworkProfileParams) WithTimeout ¶
func (o *DeleteNetworkProfileParams) WithTimeout(timeout time.Duration) *DeleteNetworkProfileParams
WithTimeout adds the timeout to the delete network profile params
func (*DeleteNetworkProfileParams) WriteToRequest ¶
func (o *DeleteNetworkProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteNetworkProfileReader ¶
type DeleteNetworkProfileReader struct {
// contains filtered or unexported fields
}
DeleteNetworkProfileReader is a Reader for the DeleteNetworkProfile structure.
func (*DeleteNetworkProfileReader) ReadResponse ¶
func (o *DeleteNetworkProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNetworkProfileForbidden ¶
type GetNetworkProfileForbidden struct {
Payload *models.ServiceErrorResponse
}
GetNetworkProfileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetNetworkProfileForbidden ¶
func NewGetNetworkProfileForbidden() *GetNetworkProfileForbidden
NewGetNetworkProfileForbidden creates a GetNetworkProfileForbidden with default headers values
func (*GetNetworkProfileForbidden) Error ¶
func (o *GetNetworkProfileForbidden) Error() string
func (*GetNetworkProfileForbidden) GetPayload ¶ added in v0.2.20
func (o *GetNetworkProfileForbidden) GetPayload() *models.ServiceErrorResponse
func (*GetNetworkProfileForbidden) IsClientError ¶ added in v0.5.0
func (o *GetNetworkProfileForbidden) IsClientError() bool
IsClientError returns true when this get network profile forbidden response has a 4xx status code
func (*GetNetworkProfileForbidden) IsCode ¶ added in v0.5.0
func (o *GetNetworkProfileForbidden) IsCode(code int) bool
IsCode returns true when this get network profile forbidden response a status code equal to that given
func (*GetNetworkProfileForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetNetworkProfileForbidden) IsRedirect() bool
IsRedirect returns true when this get network profile forbidden response has a 3xx status code
func (*GetNetworkProfileForbidden) IsServerError ¶ added in v0.5.0
func (o *GetNetworkProfileForbidden) IsServerError() bool
IsServerError returns true when this get network profile forbidden response has a 5xx status code
func (*GetNetworkProfileForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetNetworkProfileForbidden) IsSuccess() bool
IsSuccess returns true when this get network profile forbidden response has a 2xx status code
func (*GetNetworkProfileForbidden) String ¶ added in v0.5.0
func (o *GetNetworkProfileForbidden) String() string
type GetNetworkProfileNotFound ¶
GetNetworkProfileNotFound describes a response with status code 404, with default header values.
Not Found
func NewGetNetworkProfileNotFound ¶
func NewGetNetworkProfileNotFound() *GetNetworkProfileNotFound
NewGetNetworkProfileNotFound creates a GetNetworkProfileNotFound with default headers values
func (*GetNetworkProfileNotFound) Error ¶
func (o *GetNetworkProfileNotFound) Error() string
func (*GetNetworkProfileNotFound) GetPayload ¶ added in v0.2.9
func (o *GetNetworkProfileNotFound) GetPayload() *models.Error
func (*GetNetworkProfileNotFound) IsClientError ¶ added in v0.5.0
func (o *GetNetworkProfileNotFound) IsClientError() bool
IsClientError returns true when this get network profile not found response has a 4xx status code
func (*GetNetworkProfileNotFound) IsCode ¶ added in v0.5.0
func (o *GetNetworkProfileNotFound) IsCode(code int) bool
IsCode returns true when this get network profile not found response a status code equal to that given
func (*GetNetworkProfileNotFound) IsRedirect ¶ added in v0.5.0
func (o *GetNetworkProfileNotFound) IsRedirect() bool
IsRedirect returns true when this get network profile not found response has a 3xx status code
func (*GetNetworkProfileNotFound) IsServerError ¶ added in v0.5.0
func (o *GetNetworkProfileNotFound) IsServerError() bool
IsServerError returns true when this get network profile not found response has a 5xx status code
func (*GetNetworkProfileNotFound) IsSuccess ¶ added in v0.5.0
func (o *GetNetworkProfileNotFound) IsSuccess() bool
IsSuccess returns true when this get network profile not found response has a 2xx status code
func (*GetNetworkProfileNotFound) String ¶ added in v0.5.0
func (o *GetNetworkProfileNotFound) String() string
type GetNetworkProfileOK ¶
type GetNetworkProfileOK struct {
Payload *models.NetworkProfile
}
GetNetworkProfileOK describes a response with status code 200, with default header values.
successful operation
func NewGetNetworkProfileOK ¶
func NewGetNetworkProfileOK() *GetNetworkProfileOK
NewGetNetworkProfileOK creates a GetNetworkProfileOK with default headers values
func (*GetNetworkProfileOK) Error ¶
func (o *GetNetworkProfileOK) Error() string
func (*GetNetworkProfileOK) GetPayload ¶
func (o *GetNetworkProfileOK) GetPayload() *models.NetworkProfile
func (*GetNetworkProfileOK) IsClientError ¶ added in v0.5.0
func (o *GetNetworkProfileOK) IsClientError() bool
IsClientError returns true when this get network profile o k response has a 4xx status code
func (*GetNetworkProfileOK) IsCode ¶ added in v0.5.0
func (o *GetNetworkProfileOK) IsCode(code int) bool
IsCode returns true when this get network profile o k response a status code equal to that given
func (*GetNetworkProfileOK) IsRedirect ¶ added in v0.5.0
func (o *GetNetworkProfileOK) IsRedirect() bool
IsRedirect returns true when this get network profile o k response has a 3xx status code
func (*GetNetworkProfileOK) IsServerError ¶ added in v0.5.0
func (o *GetNetworkProfileOK) IsServerError() bool
IsServerError returns true when this get network profile o k response has a 5xx status code
func (*GetNetworkProfileOK) IsSuccess ¶ added in v0.5.0
func (o *GetNetworkProfileOK) IsSuccess() bool
IsSuccess returns true when this get network profile o k response has a 2xx status code
func (*GetNetworkProfileOK) String ¶ added in v0.5.0
func (o *GetNetworkProfileOK) String() string
type GetNetworkProfileParams ¶
type GetNetworkProfileParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about */ APIVersion *string /* ID. The ID of the network profile. */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNetworkProfileParams contains all the parameters to send to the API endpoint
for the get network profile operation. Typically these are written to a http.Request.
func NewGetNetworkProfileParams ¶
func NewGetNetworkProfileParams() *GetNetworkProfileParams
NewGetNetworkProfileParams creates a new GetNetworkProfileParams 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 NewGetNetworkProfileParamsWithContext ¶
func NewGetNetworkProfileParamsWithContext(ctx context.Context) *GetNetworkProfileParams
NewGetNetworkProfileParamsWithContext creates a new GetNetworkProfileParams object with the ability to set a context for a request.
func NewGetNetworkProfileParamsWithHTTPClient ¶
func NewGetNetworkProfileParamsWithHTTPClient(client *http.Client) *GetNetworkProfileParams
NewGetNetworkProfileParamsWithHTTPClient creates a new GetNetworkProfileParams object with the ability to set a custom HTTPClient for a request.
func NewGetNetworkProfileParamsWithTimeout ¶
func NewGetNetworkProfileParamsWithTimeout(timeout time.Duration) *GetNetworkProfileParams
NewGetNetworkProfileParamsWithTimeout creates a new GetNetworkProfileParams object with the ability to set a timeout on a request.
func (*GetNetworkProfileParams) SetAPIVersion ¶
func (o *GetNetworkProfileParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get network profile params
func (*GetNetworkProfileParams) SetContext ¶
func (o *GetNetworkProfileParams) SetContext(ctx context.Context)
SetContext adds the context to the get network profile params
func (*GetNetworkProfileParams) SetDefaults ¶ added in v0.2.20
func (o *GetNetworkProfileParams) SetDefaults()
SetDefaults hydrates default values in the get network profile params (not the query body).
All values with no default are reset to their zero value.
func (*GetNetworkProfileParams) SetHTTPClient ¶
func (o *GetNetworkProfileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get network profile params
func (*GetNetworkProfileParams) SetID ¶
func (o *GetNetworkProfileParams) SetID(id string)
SetID adds the id to the get network profile params
func (*GetNetworkProfileParams) SetTimeout ¶
func (o *GetNetworkProfileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get network profile params
func (*GetNetworkProfileParams) WithAPIVersion ¶
func (o *GetNetworkProfileParams) WithAPIVersion(aPIVersion *string) *GetNetworkProfileParams
WithAPIVersion adds the aPIVersion to the get network profile params
func (*GetNetworkProfileParams) WithContext ¶
func (o *GetNetworkProfileParams) WithContext(ctx context.Context) *GetNetworkProfileParams
WithContext adds the context to the get network profile params
func (*GetNetworkProfileParams) WithDefaults ¶ added in v0.2.20
func (o *GetNetworkProfileParams) WithDefaults() *GetNetworkProfileParams
WithDefaults hydrates default values in the get network profile params (not the query body).
All values with no default are reset to their zero value.
func (*GetNetworkProfileParams) WithHTTPClient ¶
func (o *GetNetworkProfileParams) WithHTTPClient(client *http.Client) *GetNetworkProfileParams
WithHTTPClient adds the HTTPClient to the get network profile params
func (*GetNetworkProfileParams) WithID ¶
func (o *GetNetworkProfileParams) WithID(id string) *GetNetworkProfileParams
WithID adds the id to the get network profile params
func (*GetNetworkProfileParams) WithTimeout ¶
func (o *GetNetworkProfileParams) WithTimeout(timeout time.Duration) *GetNetworkProfileParams
WithTimeout adds the timeout to the get network profile params
func (*GetNetworkProfileParams) WriteToRequest ¶
func (o *GetNetworkProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNetworkProfileReader ¶
type GetNetworkProfileReader struct {
// contains filtered or unexported fields
}
GetNetworkProfileReader is a Reader for the GetNetworkProfile structure.
func (*GetNetworkProfileReader) ReadResponse ¶
func (o *GetNetworkProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetNetworkProfilesForbidden ¶
type GetNetworkProfilesForbidden struct {
Payload *models.ServiceErrorResponse
}
GetNetworkProfilesForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetNetworkProfilesForbidden ¶
func NewGetNetworkProfilesForbidden() *GetNetworkProfilesForbidden
NewGetNetworkProfilesForbidden creates a GetNetworkProfilesForbidden with default headers values
func (*GetNetworkProfilesForbidden) Error ¶
func (o *GetNetworkProfilesForbidden) Error() string
func (*GetNetworkProfilesForbidden) GetPayload ¶ added in v0.2.20
func (o *GetNetworkProfilesForbidden) GetPayload() *models.ServiceErrorResponse
func (*GetNetworkProfilesForbidden) IsClientError ¶ added in v0.5.0
func (o *GetNetworkProfilesForbidden) IsClientError() bool
IsClientError returns true when this get network profiles forbidden response has a 4xx status code
func (*GetNetworkProfilesForbidden) IsCode ¶ added in v0.5.0
func (o *GetNetworkProfilesForbidden) IsCode(code int) bool
IsCode returns true when this get network profiles forbidden response a status code equal to that given
func (*GetNetworkProfilesForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetNetworkProfilesForbidden) IsRedirect() bool
IsRedirect returns true when this get network profiles forbidden response has a 3xx status code
func (*GetNetworkProfilesForbidden) IsServerError ¶ added in v0.5.0
func (o *GetNetworkProfilesForbidden) IsServerError() bool
IsServerError returns true when this get network profiles forbidden response has a 5xx status code
func (*GetNetworkProfilesForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetNetworkProfilesForbidden) IsSuccess() bool
IsSuccess returns true when this get network profiles forbidden response has a 2xx status code
func (*GetNetworkProfilesForbidden) String ¶ added in v0.5.0
func (o *GetNetworkProfilesForbidden) String() string
type GetNetworkProfilesOK ¶
type GetNetworkProfilesOK struct {
Payload *models.NetworkProfileResult
}
GetNetworkProfilesOK describes a response with status code 200, with default header values.
successful operation
func NewGetNetworkProfilesOK ¶
func NewGetNetworkProfilesOK() *GetNetworkProfilesOK
NewGetNetworkProfilesOK creates a GetNetworkProfilesOK with default headers values
func (*GetNetworkProfilesOK) Error ¶
func (o *GetNetworkProfilesOK) Error() string
func (*GetNetworkProfilesOK) GetPayload ¶
func (o *GetNetworkProfilesOK) GetPayload() *models.NetworkProfileResult
func (*GetNetworkProfilesOK) IsClientError ¶ added in v0.5.0
func (o *GetNetworkProfilesOK) IsClientError() bool
IsClientError returns true when this get network profiles o k response has a 4xx status code
func (*GetNetworkProfilesOK) IsCode ¶ added in v0.5.0
func (o *GetNetworkProfilesOK) IsCode(code int) bool
IsCode returns true when this get network profiles o k response a status code equal to that given
func (*GetNetworkProfilesOK) IsRedirect ¶ added in v0.5.0
func (o *GetNetworkProfilesOK) IsRedirect() bool
IsRedirect returns true when this get network profiles o k response has a 3xx status code
func (*GetNetworkProfilesOK) IsServerError ¶ added in v0.5.0
func (o *GetNetworkProfilesOK) IsServerError() bool
IsServerError returns true when this get network profiles o k response has a 5xx status code
func (*GetNetworkProfilesOK) IsSuccess ¶ added in v0.5.0
func (o *GetNetworkProfilesOK) IsSuccess() bool
IsSuccess returns true when this get network profiles o k response has a 2xx status code
func (*GetNetworkProfilesOK) String ¶ added in v0.5.0
func (o *GetNetworkProfilesOK) String() string
type GetNetworkProfilesParams ¶
type GetNetworkProfilesParams struct { /* DollarCount. Flag which when specified, regardless of the assigned value, shows the total number of records. If the collection has a filter it shows the number of records matching the filter. */ DollarCount *bool /* DollarFilter. Filter the results by a specified predicate expression. Operators: eq, ne, and, or. */ DollarFilter *string /* DollarSelect. Select a subset of properties to include in the response. */ DollarSelect *string /* DollarSkip. Number of records you want to skip. */ DollarSkip *int64 /* DollarTop. Number of records you want to get. */ DollarTop *int64 /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about */ APIVersion *string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetNetworkProfilesParams contains all the parameters to send to the API endpoint
for the get network profiles operation. Typically these are written to a http.Request.
func NewGetNetworkProfilesParams ¶
func NewGetNetworkProfilesParams() *GetNetworkProfilesParams
NewGetNetworkProfilesParams creates a new GetNetworkProfilesParams 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 NewGetNetworkProfilesParamsWithContext ¶
func NewGetNetworkProfilesParamsWithContext(ctx context.Context) *GetNetworkProfilesParams
NewGetNetworkProfilesParamsWithContext creates a new GetNetworkProfilesParams object with the ability to set a context for a request.
func NewGetNetworkProfilesParamsWithHTTPClient ¶
func NewGetNetworkProfilesParamsWithHTTPClient(client *http.Client) *GetNetworkProfilesParams
NewGetNetworkProfilesParamsWithHTTPClient creates a new GetNetworkProfilesParams object with the ability to set a custom HTTPClient for a request.
func NewGetNetworkProfilesParamsWithTimeout ¶
func NewGetNetworkProfilesParamsWithTimeout(timeout time.Duration) *GetNetworkProfilesParams
NewGetNetworkProfilesParamsWithTimeout creates a new GetNetworkProfilesParams object with the ability to set a timeout on a request.
func (*GetNetworkProfilesParams) SetAPIVersion ¶
func (o *GetNetworkProfilesParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the get network profiles params
func (*GetNetworkProfilesParams) SetContext ¶
func (o *GetNetworkProfilesParams) SetContext(ctx context.Context)
SetContext adds the context to the get network profiles params
func (*GetNetworkProfilesParams) SetDefaults ¶ added in v0.2.20
func (o *GetNetworkProfilesParams) SetDefaults()
SetDefaults hydrates default values in the get network profiles params (not the query body).
All values with no default are reset to their zero value.
func (*GetNetworkProfilesParams) SetDollarCount ¶ added in v0.5.0
func (o *GetNetworkProfilesParams) SetDollarCount(dollarCount *bool)
SetDollarCount adds the dollarCount to the get network profiles params
func (*GetNetworkProfilesParams) SetDollarFilter ¶ added in v0.2.1
func (o *GetNetworkProfilesParams) SetDollarFilter(dollarFilter *string)
SetDollarFilter adds the dollarFilter to the get network profiles params
func (*GetNetworkProfilesParams) SetDollarSelect ¶ added in v0.5.0
func (o *GetNetworkProfilesParams) SetDollarSelect(dollarSelect *string)
SetDollarSelect adds the dollarSelect to the get network profiles params
func (*GetNetworkProfilesParams) SetDollarSkip ¶ added in v0.5.0
func (o *GetNetworkProfilesParams) SetDollarSkip(dollarSkip *int64)
SetDollarSkip adds the dollarSkip to the get network profiles params
func (*GetNetworkProfilesParams) SetDollarTop ¶ added in v0.5.0
func (o *GetNetworkProfilesParams) SetDollarTop(dollarTop *int64)
SetDollarTop adds the dollarTop to the get network profiles params
func (*GetNetworkProfilesParams) SetHTTPClient ¶
func (o *GetNetworkProfilesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get network profiles params
func (*GetNetworkProfilesParams) SetTimeout ¶
func (o *GetNetworkProfilesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get network profiles params
func (*GetNetworkProfilesParams) WithAPIVersion ¶
func (o *GetNetworkProfilesParams) WithAPIVersion(aPIVersion *string) *GetNetworkProfilesParams
WithAPIVersion adds the aPIVersion to the get network profiles params
func (*GetNetworkProfilesParams) WithContext ¶
func (o *GetNetworkProfilesParams) WithContext(ctx context.Context) *GetNetworkProfilesParams
WithContext adds the context to the get network profiles params
func (*GetNetworkProfilesParams) WithDefaults ¶ added in v0.2.20
func (o *GetNetworkProfilesParams) WithDefaults() *GetNetworkProfilesParams
WithDefaults hydrates default values in the get network profiles params (not the query body).
All values with no default are reset to their zero value.
func (*GetNetworkProfilesParams) WithDollarCount ¶ added in v0.5.0
func (o *GetNetworkProfilesParams) WithDollarCount(dollarCount *bool) *GetNetworkProfilesParams
WithDollarCount adds the dollarCount to the get network profiles params
func (*GetNetworkProfilesParams) WithDollarFilter ¶ added in v0.2.1
func (o *GetNetworkProfilesParams) WithDollarFilter(dollarFilter *string) *GetNetworkProfilesParams
WithDollarFilter adds the dollarFilter to the get network profiles params
func (*GetNetworkProfilesParams) WithDollarSelect ¶ added in v0.5.0
func (o *GetNetworkProfilesParams) WithDollarSelect(dollarSelect *string) *GetNetworkProfilesParams
WithDollarSelect adds the dollarSelect to the get network profiles params
func (*GetNetworkProfilesParams) WithDollarSkip ¶ added in v0.5.0
func (o *GetNetworkProfilesParams) WithDollarSkip(dollarSkip *int64) *GetNetworkProfilesParams
WithDollarSkip adds the dollarSkip to the get network profiles params
func (*GetNetworkProfilesParams) WithDollarTop ¶ added in v0.5.0
func (o *GetNetworkProfilesParams) WithDollarTop(dollarTop *int64) *GetNetworkProfilesParams
WithDollarTop adds the dollarTop to the get network profiles params
func (*GetNetworkProfilesParams) WithHTTPClient ¶
func (o *GetNetworkProfilesParams) WithHTTPClient(client *http.Client) *GetNetworkProfilesParams
WithHTTPClient adds the HTTPClient to the get network profiles params
func (*GetNetworkProfilesParams) WithTimeout ¶
func (o *GetNetworkProfilesParams) WithTimeout(timeout time.Duration) *GetNetworkProfilesParams
WithTimeout adds the timeout to the get network profiles params
func (*GetNetworkProfilesParams) WriteToRequest ¶
func (o *GetNetworkProfilesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetNetworkProfilesReader ¶
type GetNetworkProfilesReader struct {
// contains filtered or unexported fields
}
GetNetworkProfilesReader is a Reader for the GetNetworkProfiles structure.
func (*GetNetworkProfilesReader) ReadResponse ¶
func (o *GetNetworkProfilesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type UpdateNetworkProfileForbidden ¶
type UpdateNetworkProfileForbidden struct {
Payload *models.ServiceErrorResponse
}
UpdateNetworkProfileForbidden describes a response with status code 403, with default header values.
Forbidden
func NewUpdateNetworkProfileForbidden ¶
func NewUpdateNetworkProfileForbidden() *UpdateNetworkProfileForbidden
NewUpdateNetworkProfileForbidden creates a UpdateNetworkProfileForbidden with default headers values
func (*UpdateNetworkProfileForbidden) Error ¶
func (o *UpdateNetworkProfileForbidden) Error() string
func (*UpdateNetworkProfileForbidden) GetPayload ¶ added in v0.2.20
func (o *UpdateNetworkProfileForbidden) GetPayload() *models.ServiceErrorResponse
func (*UpdateNetworkProfileForbidden) IsClientError ¶ added in v0.5.0
func (o *UpdateNetworkProfileForbidden) IsClientError() bool
IsClientError returns true when this update network profile forbidden response has a 4xx status code
func (*UpdateNetworkProfileForbidden) IsCode ¶ added in v0.5.0
func (o *UpdateNetworkProfileForbidden) IsCode(code int) bool
IsCode returns true when this update network profile forbidden response a status code equal to that given
func (*UpdateNetworkProfileForbidden) IsRedirect ¶ added in v0.5.0
func (o *UpdateNetworkProfileForbidden) IsRedirect() bool
IsRedirect returns true when this update network profile forbidden response has a 3xx status code
func (*UpdateNetworkProfileForbidden) IsServerError ¶ added in v0.5.0
func (o *UpdateNetworkProfileForbidden) IsServerError() bool
IsServerError returns true when this update network profile forbidden response has a 5xx status code
func (*UpdateNetworkProfileForbidden) IsSuccess ¶ added in v0.5.0
func (o *UpdateNetworkProfileForbidden) IsSuccess() bool
IsSuccess returns true when this update network profile forbidden response has a 2xx status code
func (*UpdateNetworkProfileForbidden) String ¶ added in v0.5.0
func (o *UpdateNetworkProfileForbidden) String() string
type UpdateNetworkProfileNotFound ¶
UpdateNetworkProfileNotFound describes a response with status code 404, with default header values.
Not Found
func NewUpdateNetworkProfileNotFound ¶
func NewUpdateNetworkProfileNotFound() *UpdateNetworkProfileNotFound
NewUpdateNetworkProfileNotFound creates a UpdateNetworkProfileNotFound with default headers values
func (*UpdateNetworkProfileNotFound) Error ¶
func (o *UpdateNetworkProfileNotFound) Error() string
func (*UpdateNetworkProfileNotFound) GetPayload ¶ added in v0.2.9
func (o *UpdateNetworkProfileNotFound) GetPayload() *models.Error
func (*UpdateNetworkProfileNotFound) IsClientError ¶ added in v0.5.0
func (o *UpdateNetworkProfileNotFound) IsClientError() bool
IsClientError returns true when this update network profile not found response has a 4xx status code
func (*UpdateNetworkProfileNotFound) IsCode ¶ added in v0.5.0
func (o *UpdateNetworkProfileNotFound) IsCode(code int) bool
IsCode returns true when this update network profile not found response a status code equal to that given
func (*UpdateNetworkProfileNotFound) IsRedirect ¶ added in v0.5.0
func (o *UpdateNetworkProfileNotFound) IsRedirect() bool
IsRedirect returns true when this update network profile not found response has a 3xx status code
func (*UpdateNetworkProfileNotFound) IsServerError ¶ added in v0.5.0
func (o *UpdateNetworkProfileNotFound) IsServerError() bool
IsServerError returns true when this update network profile not found response has a 5xx status code
func (*UpdateNetworkProfileNotFound) IsSuccess ¶ added in v0.5.0
func (o *UpdateNetworkProfileNotFound) IsSuccess() bool
IsSuccess returns true when this update network profile not found response has a 2xx status code
func (*UpdateNetworkProfileNotFound) String ¶ added in v0.5.0
func (o *UpdateNetworkProfileNotFound) String() string
type UpdateNetworkProfileOK ¶
type UpdateNetworkProfileOK struct {
Payload *models.NetworkProfile
}
UpdateNetworkProfileOK describes a response with status code 200, with default header values.
successful operation
func NewUpdateNetworkProfileOK ¶
func NewUpdateNetworkProfileOK() *UpdateNetworkProfileOK
NewUpdateNetworkProfileOK creates a UpdateNetworkProfileOK with default headers values
func (*UpdateNetworkProfileOK) Error ¶
func (o *UpdateNetworkProfileOK) Error() string
func (*UpdateNetworkProfileOK) GetPayload ¶
func (o *UpdateNetworkProfileOK) GetPayload() *models.NetworkProfile
func (*UpdateNetworkProfileOK) IsClientError ¶ added in v0.5.0
func (o *UpdateNetworkProfileOK) IsClientError() bool
IsClientError returns true when this update network profile o k response has a 4xx status code
func (*UpdateNetworkProfileOK) IsCode ¶ added in v0.5.0
func (o *UpdateNetworkProfileOK) IsCode(code int) bool
IsCode returns true when this update network profile o k response a status code equal to that given
func (*UpdateNetworkProfileOK) IsRedirect ¶ added in v0.5.0
func (o *UpdateNetworkProfileOK) IsRedirect() bool
IsRedirect returns true when this update network profile o k response has a 3xx status code
func (*UpdateNetworkProfileOK) IsServerError ¶ added in v0.5.0
func (o *UpdateNetworkProfileOK) IsServerError() bool
IsServerError returns true when this update network profile o k response has a 5xx status code
func (*UpdateNetworkProfileOK) IsSuccess ¶ added in v0.5.0
func (o *UpdateNetworkProfileOK) IsSuccess() bool
IsSuccess returns true when this update network profile o k response has a 2xx status code
func (*UpdateNetworkProfileOK) String ¶ added in v0.5.0
func (o *UpdateNetworkProfileOK) String() string
type UpdateNetworkProfileParams ¶
type UpdateNetworkProfileParams struct { /* APIVersion. The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about */ APIVersion *string /* Body. NetworkProfile specification */ Body *models.NetworkProfileSpecification /* ID. The ID of the network profile. */ ID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
UpdateNetworkProfileParams contains all the parameters to send to the API endpoint
for the update network profile operation. Typically these are written to a http.Request.
func NewUpdateNetworkProfileParams ¶
func NewUpdateNetworkProfileParams() *UpdateNetworkProfileParams
NewUpdateNetworkProfileParams creates a new UpdateNetworkProfileParams 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 NewUpdateNetworkProfileParamsWithContext ¶
func NewUpdateNetworkProfileParamsWithContext(ctx context.Context) *UpdateNetworkProfileParams
NewUpdateNetworkProfileParamsWithContext creates a new UpdateNetworkProfileParams object with the ability to set a context for a request.
func NewUpdateNetworkProfileParamsWithHTTPClient ¶
func NewUpdateNetworkProfileParamsWithHTTPClient(client *http.Client) *UpdateNetworkProfileParams
NewUpdateNetworkProfileParamsWithHTTPClient creates a new UpdateNetworkProfileParams object with the ability to set a custom HTTPClient for a request.
func NewUpdateNetworkProfileParamsWithTimeout ¶
func NewUpdateNetworkProfileParamsWithTimeout(timeout time.Duration) *UpdateNetworkProfileParams
NewUpdateNetworkProfileParamsWithTimeout creates a new UpdateNetworkProfileParams object with the ability to set a timeout on a request.
func (*UpdateNetworkProfileParams) SetAPIVersion ¶
func (o *UpdateNetworkProfileParams) SetAPIVersion(aPIVersion *string)
SetAPIVersion adds the apiVersion to the update network profile params
func (*UpdateNetworkProfileParams) SetBody ¶
func (o *UpdateNetworkProfileParams) SetBody(body *models.NetworkProfileSpecification)
SetBody adds the body to the update network profile params
func (*UpdateNetworkProfileParams) SetContext ¶
func (o *UpdateNetworkProfileParams) SetContext(ctx context.Context)
SetContext adds the context to the update network profile params
func (*UpdateNetworkProfileParams) SetDefaults ¶ added in v0.2.20
func (o *UpdateNetworkProfileParams) SetDefaults()
SetDefaults hydrates default values in the update network profile params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateNetworkProfileParams) SetHTTPClient ¶
func (o *UpdateNetworkProfileParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the update network profile params
func (*UpdateNetworkProfileParams) SetID ¶
func (o *UpdateNetworkProfileParams) SetID(id string)
SetID adds the id to the update network profile params
func (*UpdateNetworkProfileParams) SetTimeout ¶
func (o *UpdateNetworkProfileParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the update network profile params
func (*UpdateNetworkProfileParams) WithAPIVersion ¶
func (o *UpdateNetworkProfileParams) WithAPIVersion(aPIVersion *string) *UpdateNetworkProfileParams
WithAPIVersion adds the aPIVersion to the update network profile params
func (*UpdateNetworkProfileParams) WithBody ¶
func (o *UpdateNetworkProfileParams) WithBody(body *models.NetworkProfileSpecification) *UpdateNetworkProfileParams
WithBody adds the body to the update network profile params
func (*UpdateNetworkProfileParams) WithContext ¶
func (o *UpdateNetworkProfileParams) WithContext(ctx context.Context) *UpdateNetworkProfileParams
WithContext adds the context to the update network profile params
func (*UpdateNetworkProfileParams) WithDefaults ¶ added in v0.2.20
func (o *UpdateNetworkProfileParams) WithDefaults() *UpdateNetworkProfileParams
WithDefaults hydrates default values in the update network profile params (not the query body).
All values with no default are reset to their zero value.
func (*UpdateNetworkProfileParams) WithHTTPClient ¶
func (o *UpdateNetworkProfileParams) WithHTTPClient(client *http.Client) *UpdateNetworkProfileParams
WithHTTPClient adds the HTTPClient to the update network profile params
func (*UpdateNetworkProfileParams) WithID ¶
func (o *UpdateNetworkProfileParams) WithID(id string) *UpdateNetworkProfileParams
WithID adds the id to the update network profile params
func (*UpdateNetworkProfileParams) WithTimeout ¶
func (o *UpdateNetworkProfileParams) WithTimeout(timeout time.Duration) *UpdateNetworkProfileParams
WithTimeout adds the timeout to the update network profile params
func (*UpdateNetworkProfileParams) WriteToRequest ¶
func (o *UpdateNetworkProfileParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type UpdateNetworkProfileReader ¶
type UpdateNetworkProfileReader struct {
// contains filtered or unexported fields
}
UpdateNetworkProfileReader is a Reader for the UpdateNetworkProfile structure.
func (*UpdateNetworkProfileReader) ReadResponse ¶
func (o *UpdateNetworkProfileReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_network_profile_parameters.go
- create_network_profile_responses.go
- delete_network_profile_parameters.go
- delete_network_profile_responses.go
- get_network_profile_parameters.go
- get_network_profile_responses.go
- get_network_profiles_parameters.go
- get_network_profiles_responses.go
- network_profile_client.go
- update_network_profile_parameters.go
- update_network_profile_responses.go