nsxt_clusters

package
v0.2.4 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: BSD-2-Clause Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for n s x t clusters API

func (*Client) GetCriteria1 added in v0.1.1

func (a *Client) GetCriteria1(params *GetCriteria1Params, opts ...ClientOption) (*GetCriteria1OK, error)

GetCriteria1 gets all n s x t criteria

func (*Client) GetCriterion1 added in v0.1.1

func (a *Client) GetCriterion1(params *GetCriterion1Params, opts ...ClientOption) (*GetCriterion1OK, error)

GetCriterion1 gets a n s x t criterion

func (*Client) GetNSXTCluster added in v0.1.1

func (a *Client) GetNSXTCluster(params *GetNSXTClusterParams, opts ...ClientOption) (*GetNSXTClusterOK, error)

GetNSXTCluster gets a n s x t cluster

func (*Client) GetNSXTClusterQueryResponse added in v0.1.1

GetNSXTClusterQueryResponse gets n s x t cluster query response

func (*Client) GetNSXTClusters added in v0.1.1

func (a *Client) GetNSXTClusters(params *GetNSXTClustersParams, opts ...ClientOption) (*GetNSXTClustersOK, error)

GetNSXTClusters gets the n s x t clusters

func (*Client) GetNSXTIPAddressPool added in v0.1.1

func (a *Client) GetNSXTIPAddressPool(params *GetNSXTIPAddressPoolParams, opts ...ClientOption) (*GetNSXTIPAddressPoolOK, error)

GetNSXTIPAddressPool gets a n s x t IP address pool

func (*Client) GetNSXTIPAddressPools added in v0.1.1

func (a *Client) GetNSXTIPAddressPools(params *GetNSXTIPAddressPoolsParams, opts ...ClientOption) (*GetNSXTIPAddressPoolsOK, error)

GetNSXTIPAddressPools gets the n s x t IP address pools

func (*Client) GetValidationResultUsingGET added in v0.1.1

func (a *Client) GetValidationResultUsingGET(params *GetValidationResultUsingGETParams, opts ...ClientOption) (*GetValidationResultUsingGETOK, error)

GetValidationResultUsingGET gets validation result

func (*Client) PostQuery1 added in v0.1.1

func (a *Client) PostQuery1(params *PostQuery1Params, opts ...ClientOption) (*PostQuery1OK, *PostQuery1Accepted, error)

PostQuery1 posts a query

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) ValidateIPPoolUsingPOST

func (a *Client) ValidateIPPoolUsingPOST(params *ValidateIPPoolUsingPOSTParams, opts ...ClientOption) (*ValidateIPPoolUsingPOSTOK, error)

ValidateIPPoolUsingPOST validates Ip pool

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetCriteria1(params *GetCriteria1Params, opts ...ClientOption) (*GetCriteria1OK, error)

	GetCriterion1(params *GetCriterion1Params, opts ...ClientOption) (*GetCriterion1OK, error)

	GetNSXTCluster(params *GetNSXTClusterParams, opts ...ClientOption) (*GetNSXTClusterOK, error)

	GetNSXTClusterQueryResponse(params *GetNSXTClusterQueryResponseParams, opts ...ClientOption) (*GetNSXTClusterQueryResponseOK, *GetNSXTClusterQueryResponseAccepted, error)

	GetNSXTClusters(params *GetNSXTClustersParams, opts ...ClientOption) (*GetNSXTClustersOK, error)

	GetNSXTIPAddressPool(params *GetNSXTIPAddressPoolParams, opts ...ClientOption) (*GetNSXTIPAddressPoolOK, error)

	GetNSXTIPAddressPools(params *GetNSXTIPAddressPoolsParams, opts ...ClientOption) (*GetNSXTIPAddressPoolsOK, error)

	GetValidationResultUsingGET(params *GetValidationResultUsingGETParams, opts ...ClientOption) (*GetValidationResultUsingGETOK, error)

	PostQuery1(params *PostQuery1Params, opts ...ClientOption) (*PostQuery1OK, *PostQuery1Accepted, error)

	ValidateIPPoolUsingPOST(params *ValidateIPPoolUsingPOSTParams, opts ...ClientOption) (*ValidateIPPoolUsingPOSTOK, 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 n s x t clusters API client.

type GetCriteria1OK added in v0.1.1

type GetCriteria1OK struct {
	Payload *models.PageOfNsxTCriterion
}

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

Ok

func NewGetCriteria1OK added in v0.1.1

func NewGetCriteria1OK() *GetCriteria1OK

NewGetCriteria1OK creates a GetCriteria1OK with default headers values

func (*GetCriteria1OK) Error added in v0.1.1

func (o *GetCriteria1OK) Error() string

func (*GetCriteria1OK) GetPayload added in v0.1.1

func (o *GetCriteria1OK) GetPayload() *models.PageOfNsxTCriterion

func (*GetCriteria1OK) IsClientError added in v0.1.1

func (o *GetCriteria1OK) IsClientError() bool

IsClientError returns true when this get criteria1 o k response has a 4xx status code

func (*GetCriteria1OK) IsCode added in v0.1.1

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

IsCode returns true when this get criteria1 o k response a status code equal to that given

func (*GetCriteria1OK) IsRedirect added in v0.1.1

func (o *GetCriteria1OK) IsRedirect() bool

IsRedirect returns true when this get criteria1 o k response has a 3xx status code

func (*GetCriteria1OK) IsServerError added in v0.1.1

func (o *GetCriteria1OK) IsServerError() bool

IsServerError returns true when this get criteria1 o k response has a 5xx status code

func (*GetCriteria1OK) IsSuccess added in v0.1.1

func (o *GetCriteria1OK) IsSuccess() bool

IsSuccess returns true when this get criteria1 o k response has a 2xx status code

func (*GetCriteria1OK) String added in v0.1.1

func (o *GetCriteria1OK) String() string

type GetCriteria1Params added in v0.1.1

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

GetCriteria1Params contains all the parameters to send to the API endpoint

for the get criteria 1 operation.

Typically these are written to a http.Request.

func NewGetCriteria1Params added in v0.1.1

func NewGetCriteria1Params() *GetCriteria1Params

NewGetCriteria1Params creates a new GetCriteria1Params 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 NewGetCriteria1ParamsWithContext added in v0.1.1

func NewGetCriteria1ParamsWithContext(ctx context.Context) *GetCriteria1Params

NewGetCriteria1ParamsWithContext creates a new GetCriteria1Params object with the ability to set a context for a request.

func NewGetCriteria1ParamsWithHTTPClient added in v0.1.1

func NewGetCriteria1ParamsWithHTTPClient(client *http.Client) *GetCriteria1Params

NewGetCriteria1ParamsWithHTTPClient creates a new GetCriteria1Params object with the ability to set a custom HTTPClient for a request.

func NewGetCriteria1ParamsWithTimeout added in v0.1.1

func NewGetCriteria1ParamsWithTimeout(timeout time.Duration) *GetCriteria1Params

NewGetCriteria1ParamsWithTimeout creates a new GetCriteria1Params object with the ability to set a timeout on a request.

func (*GetCriteria1Params) SetContext added in v0.1.1

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

SetContext adds the context to the get criteria 1 params

func (*GetCriteria1Params) SetDefaults added in v0.1.1

func (o *GetCriteria1Params) SetDefaults()

SetDefaults hydrates default values in the get criteria 1 params (not the query body).

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

func (*GetCriteria1Params) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get criteria 1 params

func (*GetCriteria1Params) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get criteria 1 params

func (*GetCriteria1Params) WithContext added in v0.1.1

WithContext adds the context to the get criteria 1 params

func (*GetCriteria1Params) WithDefaults added in v0.1.1

func (o *GetCriteria1Params) WithDefaults() *GetCriteria1Params

WithDefaults hydrates default values in the get criteria 1 params (not the query body).

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

func (*GetCriteria1Params) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get criteria 1 params

func (*GetCriteria1Params) WithTimeout added in v0.1.1

func (o *GetCriteria1Params) WithTimeout(timeout time.Duration) *GetCriteria1Params

WithTimeout adds the timeout to the get criteria 1 params

func (*GetCriteria1Params) WriteToRequest added in v0.1.1

func (o *GetCriteria1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetCriteria1Reader added in v0.1.1

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

GetCriteria1Reader is a Reader for the GetCriteria1 structure.

func (*GetCriteria1Reader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetCriterion1NotFound added in v0.1.1

type GetCriterion1NotFound struct {
	Payload *models.Error
}

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

Criterion Not Found

func NewGetCriterion1NotFound added in v0.1.1

func NewGetCriterion1NotFound() *GetCriterion1NotFound

NewGetCriterion1NotFound creates a GetCriterion1NotFound with default headers values

func (*GetCriterion1NotFound) Error added in v0.1.1

func (o *GetCriterion1NotFound) Error() string

func (*GetCriterion1NotFound) GetPayload added in v0.1.1

func (o *GetCriterion1NotFound) GetPayload() *models.Error

func (*GetCriterion1NotFound) IsClientError added in v0.1.1

func (o *GetCriterion1NotFound) IsClientError() bool

IsClientError returns true when this get criterion1 not found response has a 4xx status code

func (*GetCriterion1NotFound) IsCode added in v0.1.1

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

IsCode returns true when this get criterion1 not found response a status code equal to that given

func (*GetCriterion1NotFound) IsRedirect added in v0.1.1

func (o *GetCriterion1NotFound) IsRedirect() bool

IsRedirect returns true when this get criterion1 not found response has a 3xx status code

func (*GetCriterion1NotFound) IsServerError added in v0.1.1

func (o *GetCriterion1NotFound) IsServerError() bool

IsServerError returns true when this get criterion1 not found response has a 5xx status code

func (*GetCriterion1NotFound) IsSuccess added in v0.1.1

func (o *GetCriterion1NotFound) IsSuccess() bool

IsSuccess returns true when this get criterion1 not found response has a 2xx status code

func (*GetCriterion1NotFound) String added in v0.1.1

func (o *GetCriterion1NotFound) String() string

type GetCriterion1OK added in v0.1.1

type GetCriterion1OK struct {
	Payload *models.NsxTCriterion
}

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

Ok

func NewGetCriterion1OK added in v0.1.1

func NewGetCriterion1OK() *GetCriterion1OK

NewGetCriterion1OK creates a GetCriterion1OK with default headers values

func (*GetCriterion1OK) Error added in v0.1.1

func (o *GetCriterion1OK) Error() string

func (*GetCriterion1OK) GetPayload added in v0.1.1

func (o *GetCriterion1OK) GetPayload() *models.NsxTCriterion

func (*GetCriterion1OK) IsClientError added in v0.1.1

func (o *GetCriterion1OK) IsClientError() bool

IsClientError returns true when this get criterion1 o k response has a 4xx status code

func (*GetCriterion1OK) IsCode added in v0.1.1

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

IsCode returns true when this get criterion1 o k response a status code equal to that given

func (*GetCriterion1OK) IsRedirect added in v0.1.1

func (o *GetCriterion1OK) IsRedirect() bool

IsRedirect returns true when this get criterion1 o k response has a 3xx status code

func (*GetCriterion1OK) IsServerError added in v0.1.1

func (o *GetCriterion1OK) IsServerError() bool

IsServerError returns true when this get criterion1 o k response has a 5xx status code

func (*GetCriterion1OK) IsSuccess added in v0.1.1

func (o *GetCriterion1OK) IsSuccess() bool

IsSuccess returns true when this get criterion1 o k response has a 2xx status code

func (*GetCriterion1OK) String added in v0.1.1

func (o *GetCriterion1OK) String() string

type GetCriterion1Params added in v0.1.1

type GetCriterion1Params struct {

	/* Name.

	   name
	*/
	Name string

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

GetCriterion1Params contains all the parameters to send to the API endpoint

for the get criterion 1 operation.

Typically these are written to a http.Request.

func NewGetCriterion1Params added in v0.1.1

func NewGetCriterion1Params() *GetCriterion1Params

NewGetCriterion1Params creates a new GetCriterion1Params 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 NewGetCriterion1ParamsWithContext added in v0.1.1

func NewGetCriterion1ParamsWithContext(ctx context.Context) *GetCriterion1Params

NewGetCriterion1ParamsWithContext creates a new GetCriterion1Params object with the ability to set a context for a request.

func NewGetCriterion1ParamsWithHTTPClient added in v0.1.1

func NewGetCriterion1ParamsWithHTTPClient(client *http.Client) *GetCriterion1Params

NewGetCriterion1ParamsWithHTTPClient creates a new GetCriterion1Params object with the ability to set a custom HTTPClient for a request.

func NewGetCriterion1ParamsWithTimeout added in v0.1.1

func NewGetCriterion1ParamsWithTimeout(timeout time.Duration) *GetCriterion1Params

NewGetCriterion1ParamsWithTimeout creates a new GetCriterion1Params object with the ability to set a timeout on a request.

func (*GetCriterion1Params) SetContext added in v0.1.1

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

SetContext adds the context to the get criterion 1 params

func (*GetCriterion1Params) SetDefaults added in v0.1.1

func (o *GetCriterion1Params) SetDefaults()

SetDefaults hydrates default values in the get criterion 1 params (not the query body).

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

func (*GetCriterion1Params) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get criterion 1 params

func (*GetCriterion1Params) SetName added in v0.1.1

func (o *GetCriterion1Params) SetName(name string)

SetName adds the name to the get criterion 1 params

func (*GetCriterion1Params) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get criterion 1 params

func (*GetCriterion1Params) WithContext added in v0.1.1

WithContext adds the context to the get criterion 1 params

func (*GetCriterion1Params) WithDefaults added in v0.1.1

func (o *GetCriterion1Params) WithDefaults() *GetCriterion1Params

WithDefaults hydrates default values in the get criterion 1 params (not the query body).

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

func (*GetCriterion1Params) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get criterion 1 params

func (*GetCriterion1Params) WithName added in v0.1.1

func (o *GetCriterion1Params) WithName(name string) *GetCriterion1Params

WithName adds the name to the get criterion 1 params

func (*GetCriterion1Params) WithTimeout added in v0.1.1

func (o *GetCriterion1Params) WithTimeout(timeout time.Duration) *GetCriterion1Params

WithTimeout adds the timeout to the get criterion 1 params

func (*GetCriterion1Params) WriteToRequest added in v0.1.1

func (o *GetCriterion1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetCriterion1Reader added in v0.1.1

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

GetCriterion1Reader is a Reader for the GetCriterion1 structure.

func (*GetCriterion1Reader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetNSXTClusterInternalServerError added in v0.1.1

type GetNSXTClusterInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetNSXTClusterInternalServerError added in v0.1.1

func NewGetNSXTClusterInternalServerError() *GetNSXTClusterInternalServerError

NewGetNSXTClusterInternalServerError creates a GetNSXTClusterInternalServerError with default headers values

func (*GetNSXTClusterInternalServerError) Error added in v0.1.1

func (*GetNSXTClusterInternalServerError) GetPayload added in v0.1.1

func (*GetNSXTClusterInternalServerError) IsClientError added in v0.1.1

func (o *GetNSXTClusterInternalServerError) IsClientError() bool

IsClientError returns true when this get Nsxt cluster internal server error response has a 4xx status code

func (*GetNSXTClusterInternalServerError) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt cluster internal server error response a status code equal to that given

func (*GetNSXTClusterInternalServerError) IsRedirect added in v0.1.1

func (o *GetNSXTClusterInternalServerError) IsRedirect() bool

IsRedirect returns true when this get Nsxt cluster internal server error response has a 3xx status code

func (*GetNSXTClusterInternalServerError) IsServerError added in v0.1.1

func (o *GetNSXTClusterInternalServerError) IsServerError() bool

IsServerError returns true when this get Nsxt cluster internal server error response has a 5xx status code

func (*GetNSXTClusterInternalServerError) IsSuccess added in v0.1.1

func (o *GetNSXTClusterInternalServerError) IsSuccess() bool

IsSuccess returns true when this get Nsxt cluster internal server error response has a 2xx status code

func (*GetNSXTClusterInternalServerError) String added in v0.1.1

type GetNSXTClusterNotFound added in v0.1.1

type GetNSXTClusterNotFound struct {
	Payload *models.Error
}

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

NSX-T cluster not found

func NewGetNSXTClusterNotFound added in v0.1.1

func NewGetNSXTClusterNotFound() *GetNSXTClusterNotFound

NewGetNSXTClusterNotFound creates a GetNSXTClusterNotFound with default headers values

func (*GetNSXTClusterNotFound) Error added in v0.1.1

func (o *GetNSXTClusterNotFound) Error() string

func (*GetNSXTClusterNotFound) GetPayload added in v0.1.1

func (o *GetNSXTClusterNotFound) GetPayload() *models.Error

func (*GetNSXTClusterNotFound) IsClientError added in v0.1.1

func (o *GetNSXTClusterNotFound) IsClientError() bool

IsClientError returns true when this get Nsxt cluster not found response has a 4xx status code

func (*GetNSXTClusterNotFound) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt cluster not found response a status code equal to that given

func (*GetNSXTClusterNotFound) IsRedirect added in v0.1.1

func (o *GetNSXTClusterNotFound) IsRedirect() bool

IsRedirect returns true when this get Nsxt cluster not found response has a 3xx status code

func (*GetNSXTClusterNotFound) IsServerError added in v0.1.1

func (o *GetNSXTClusterNotFound) IsServerError() bool

IsServerError returns true when this get Nsxt cluster not found response has a 5xx status code

func (*GetNSXTClusterNotFound) IsSuccess added in v0.1.1

func (o *GetNSXTClusterNotFound) IsSuccess() bool

IsSuccess returns true when this get Nsxt cluster not found response has a 2xx status code

func (*GetNSXTClusterNotFound) String added in v0.1.1

func (o *GetNSXTClusterNotFound) String() string

type GetNSXTClusterOK added in v0.1.1

type GetNSXTClusterOK struct {
	Payload *models.NsxTCluster
}

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

Ok

func NewGetNSXTClusterOK added in v0.1.1

func NewGetNSXTClusterOK() *GetNSXTClusterOK

NewGetNSXTClusterOK creates a GetNSXTClusterOK with default headers values

func (*GetNSXTClusterOK) Error added in v0.1.1

func (o *GetNSXTClusterOK) Error() string

func (*GetNSXTClusterOK) GetPayload added in v0.1.1

func (o *GetNSXTClusterOK) GetPayload() *models.NsxTCluster

func (*GetNSXTClusterOK) IsClientError added in v0.1.1

func (o *GetNSXTClusterOK) IsClientError() bool

IsClientError returns true when this get Nsxt cluster o k response has a 4xx status code

func (*GetNSXTClusterOK) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt cluster o k response a status code equal to that given

func (*GetNSXTClusterOK) IsRedirect added in v0.1.1

func (o *GetNSXTClusterOK) IsRedirect() bool

IsRedirect returns true when this get Nsxt cluster o k response has a 3xx status code

func (*GetNSXTClusterOK) IsServerError added in v0.1.1

func (o *GetNSXTClusterOK) IsServerError() bool

IsServerError returns true when this get Nsxt cluster o k response has a 5xx status code

func (*GetNSXTClusterOK) IsSuccess added in v0.1.1

func (o *GetNSXTClusterOK) IsSuccess() bool

IsSuccess returns true when this get Nsxt cluster o k response has a 2xx status code

func (*GetNSXTClusterOK) String added in v0.1.1

func (o *GetNSXTClusterOK) String() string

type GetNSXTClusterParams added in v0.1.1

type GetNSXTClusterParams struct {

	/* ID.

	   NSX-T cluster ID
	*/
	ID string

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

GetNSXTClusterParams contains all the parameters to send to the API endpoint

for the get Nsxt cluster operation.

Typically these are written to a http.Request.

func NewGetNSXTClusterParams added in v0.1.1

func NewGetNSXTClusterParams() *GetNSXTClusterParams

NewGetNSXTClusterParams creates a new GetNSXTClusterParams 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 NewGetNSXTClusterParamsWithContext added in v0.1.1

func NewGetNSXTClusterParamsWithContext(ctx context.Context) *GetNSXTClusterParams

NewGetNSXTClusterParamsWithContext creates a new GetNSXTClusterParams object with the ability to set a context for a request.

func NewGetNSXTClusterParamsWithHTTPClient added in v0.1.1

func NewGetNSXTClusterParamsWithHTTPClient(client *http.Client) *GetNSXTClusterParams

NewGetNSXTClusterParamsWithHTTPClient creates a new GetNSXTClusterParams object with the ability to set a custom HTTPClient for a request.

func NewGetNSXTClusterParamsWithTimeout added in v0.1.1

func NewGetNSXTClusterParamsWithTimeout(timeout time.Duration) *GetNSXTClusterParams

NewGetNSXTClusterParamsWithTimeout creates a new GetNSXTClusterParams object with the ability to set a timeout on a request.

func (*GetNSXTClusterParams) SetContext added in v0.1.1

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

SetContext adds the context to the get Nsxt cluster params

func (*GetNSXTClusterParams) SetDefaults added in v0.1.1

func (o *GetNSXTClusterParams) SetDefaults()

SetDefaults hydrates default values in the get Nsxt cluster params (not the query body).

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

func (*GetNSXTClusterParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get Nsxt cluster params

func (*GetNSXTClusterParams) SetID added in v0.1.1

func (o *GetNSXTClusterParams) SetID(id string)

SetID adds the id to the get Nsxt cluster params

func (*GetNSXTClusterParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get Nsxt cluster params

func (*GetNSXTClusterParams) WithContext added in v0.1.1

WithContext adds the context to the get Nsxt cluster params

func (*GetNSXTClusterParams) WithDefaults added in v0.1.1

func (o *GetNSXTClusterParams) WithDefaults() *GetNSXTClusterParams

WithDefaults hydrates default values in the get Nsxt cluster params (not the query body).

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

func (*GetNSXTClusterParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get Nsxt cluster params

func (*GetNSXTClusterParams) WithID added in v0.1.1

WithID adds the id to the get Nsxt cluster params

func (*GetNSXTClusterParams) WithTimeout added in v0.1.1

func (o *GetNSXTClusterParams) WithTimeout(timeout time.Duration) *GetNSXTClusterParams

WithTimeout adds the timeout to the get Nsxt cluster params

func (*GetNSXTClusterParams) WriteToRequest added in v0.1.1

func (o *GetNSXTClusterParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNSXTClusterQueryResponseAccepted added in v0.1.1

type GetNSXTClusterQueryResponseAccepted struct {
	Payload *models.NsxTQueryResponse
}

GetNSXTClusterQueryResponseAccepted describes a response with status code 202, with default header values.

Accepted

func NewGetNSXTClusterQueryResponseAccepted added in v0.1.1

func NewGetNSXTClusterQueryResponseAccepted() *GetNSXTClusterQueryResponseAccepted

NewGetNSXTClusterQueryResponseAccepted creates a GetNSXTClusterQueryResponseAccepted with default headers values

func (*GetNSXTClusterQueryResponseAccepted) Error added in v0.1.1

func (*GetNSXTClusterQueryResponseAccepted) GetPayload added in v0.1.1

func (*GetNSXTClusterQueryResponseAccepted) IsClientError added in v0.1.1

func (o *GetNSXTClusterQueryResponseAccepted) IsClientError() bool

IsClientError returns true when this get Nsxt cluster query response accepted response has a 4xx status code

func (*GetNSXTClusterQueryResponseAccepted) IsCode added in v0.1.1

IsCode returns true when this get Nsxt cluster query response accepted response a status code equal to that given

func (*GetNSXTClusterQueryResponseAccepted) IsRedirect added in v0.1.1

func (o *GetNSXTClusterQueryResponseAccepted) IsRedirect() bool

IsRedirect returns true when this get Nsxt cluster query response accepted response has a 3xx status code

func (*GetNSXTClusterQueryResponseAccepted) IsServerError added in v0.1.1

func (o *GetNSXTClusterQueryResponseAccepted) IsServerError() bool

IsServerError returns true when this get Nsxt cluster query response accepted response has a 5xx status code

func (*GetNSXTClusterQueryResponseAccepted) IsSuccess added in v0.1.1

IsSuccess returns true when this get Nsxt cluster query response accepted response has a 2xx status code

func (*GetNSXTClusterQueryResponseAccepted) String added in v0.1.1

type GetNSXTClusterQueryResponseBadRequest added in v0.1.1

type GetNSXTClusterQueryResponseBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetNSXTClusterQueryResponseBadRequest added in v0.1.1

func NewGetNSXTClusterQueryResponseBadRequest() *GetNSXTClusterQueryResponseBadRequest

NewGetNSXTClusterQueryResponseBadRequest creates a GetNSXTClusterQueryResponseBadRequest with default headers values

func (*GetNSXTClusterQueryResponseBadRequest) Error added in v0.1.1

func (*GetNSXTClusterQueryResponseBadRequest) GetPayload added in v0.1.1

func (*GetNSXTClusterQueryResponseBadRequest) IsClientError added in v0.1.1

func (o *GetNSXTClusterQueryResponseBadRequest) IsClientError() bool

IsClientError returns true when this get Nsxt cluster query response bad request response has a 4xx status code

func (*GetNSXTClusterQueryResponseBadRequest) IsCode added in v0.1.1

IsCode returns true when this get Nsxt cluster query response bad request response a status code equal to that given

func (*GetNSXTClusterQueryResponseBadRequest) IsRedirect added in v0.1.1

IsRedirect returns true when this get Nsxt cluster query response bad request response has a 3xx status code

func (*GetNSXTClusterQueryResponseBadRequest) IsServerError added in v0.1.1

func (o *GetNSXTClusterQueryResponseBadRequest) IsServerError() bool

IsServerError returns true when this get Nsxt cluster query response bad request response has a 5xx status code

func (*GetNSXTClusterQueryResponseBadRequest) IsSuccess added in v0.1.1

IsSuccess returns true when this get Nsxt cluster query response bad request response has a 2xx status code

func (*GetNSXTClusterQueryResponseBadRequest) String added in v0.1.1

type GetNSXTClusterQueryResponseInternalServerError added in v0.1.1

type GetNSXTClusterQueryResponseInternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewGetNSXTClusterQueryResponseInternalServerError added in v0.1.1

func NewGetNSXTClusterQueryResponseInternalServerError() *GetNSXTClusterQueryResponseInternalServerError

NewGetNSXTClusterQueryResponseInternalServerError creates a GetNSXTClusterQueryResponseInternalServerError with default headers values

func (*GetNSXTClusterQueryResponseInternalServerError) Error added in v0.1.1

func (*GetNSXTClusterQueryResponseInternalServerError) GetPayload added in v0.1.1

func (*GetNSXTClusterQueryResponseInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get Nsxt cluster query response internal server error response has a 4xx status code

func (*GetNSXTClusterQueryResponseInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get Nsxt cluster query response internal server error response a status code equal to that given

func (*GetNSXTClusterQueryResponseInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get Nsxt cluster query response internal server error response has a 3xx status code

func (*GetNSXTClusterQueryResponseInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get Nsxt cluster query response internal server error response has a 5xx status code

func (*GetNSXTClusterQueryResponseInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get Nsxt cluster query response internal server error response has a 2xx status code

func (*GetNSXTClusterQueryResponseInternalServerError) String added in v0.1.1

type GetNSXTClusterQueryResponseNotFound added in v0.1.1

type GetNSXTClusterQueryResponseNotFound struct {
	Payload *models.Error
}

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

Query Not Found

func NewGetNSXTClusterQueryResponseNotFound added in v0.1.1

func NewGetNSXTClusterQueryResponseNotFound() *GetNSXTClusterQueryResponseNotFound

NewGetNSXTClusterQueryResponseNotFound creates a GetNSXTClusterQueryResponseNotFound with default headers values

func (*GetNSXTClusterQueryResponseNotFound) Error added in v0.1.1

func (*GetNSXTClusterQueryResponseNotFound) GetPayload added in v0.1.1

func (*GetNSXTClusterQueryResponseNotFound) IsClientError added in v0.1.1

func (o *GetNSXTClusterQueryResponseNotFound) IsClientError() bool

IsClientError returns true when this get Nsxt cluster query response not found response has a 4xx status code

func (*GetNSXTClusterQueryResponseNotFound) IsCode added in v0.1.1

IsCode returns true when this get Nsxt cluster query response not found response a status code equal to that given

func (*GetNSXTClusterQueryResponseNotFound) IsRedirect added in v0.1.1

func (o *GetNSXTClusterQueryResponseNotFound) IsRedirect() bool

IsRedirect returns true when this get Nsxt cluster query response not found response has a 3xx status code

func (*GetNSXTClusterQueryResponseNotFound) IsServerError added in v0.1.1

func (o *GetNSXTClusterQueryResponseNotFound) IsServerError() bool

IsServerError returns true when this get Nsxt cluster query response not found response has a 5xx status code

func (*GetNSXTClusterQueryResponseNotFound) IsSuccess added in v0.1.1

IsSuccess returns true when this get Nsxt cluster query response not found response has a 2xx status code

func (*GetNSXTClusterQueryResponseNotFound) String added in v0.1.1

type GetNSXTClusterQueryResponseOK added in v0.1.1

type GetNSXTClusterQueryResponseOK struct {
	Payload *models.NsxTQueryResponse
}

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

Ok

func NewGetNSXTClusterQueryResponseOK added in v0.1.1

func NewGetNSXTClusterQueryResponseOK() *GetNSXTClusterQueryResponseOK

NewGetNSXTClusterQueryResponseOK creates a GetNSXTClusterQueryResponseOK with default headers values

func (*GetNSXTClusterQueryResponseOK) Error added in v0.1.1

func (*GetNSXTClusterQueryResponseOK) GetPayload added in v0.1.1

func (*GetNSXTClusterQueryResponseOK) IsClientError added in v0.1.1

func (o *GetNSXTClusterQueryResponseOK) IsClientError() bool

IsClientError returns true when this get Nsxt cluster query response o k response has a 4xx status code

func (*GetNSXTClusterQueryResponseOK) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt cluster query response o k response a status code equal to that given

func (*GetNSXTClusterQueryResponseOK) IsRedirect added in v0.1.1

func (o *GetNSXTClusterQueryResponseOK) IsRedirect() bool

IsRedirect returns true when this get Nsxt cluster query response o k response has a 3xx status code

func (*GetNSXTClusterQueryResponseOK) IsServerError added in v0.1.1

func (o *GetNSXTClusterQueryResponseOK) IsServerError() bool

IsServerError returns true when this get Nsxt cluster query response o k response has a 5xx status code

func (*GetNSXTClusterQueryResponseOK) IsSuccess added in v0.1.1

func (o *GetNSXTClusterQueryResponseOK) IsSuccess() bool

IsSuccess returns true when this get Nsxt cluster query response o k response has a 2xx status code

func (*GetNSXTClusterQueryResponseOK) String added in v0.1.1

type GetNSXTClusterQueryResponseParams added in v0.1.1

type GetNSXTClusterQueryResponseParams struct {

	/* ID.

	   id
	*/
	ID string

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

GetNSXTClusterQueryResponseParams contains all the parameters to send to the API endpoint

for the get Nsxt cluster query response operation.

Typically these are written to a http.Request.

func NewGetNSXTClusterQueryResponseParams added in v0.1.1

func NewGetNSXTClusterQueryResponseParams() *GetNSXTClusterQueryResponseParams

NewGetNSXTClusterQueryResponseParams creates a new GetNSXTClusterQueryResponseParams 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 NewGetNSXTClusterQueryResponseParamsWithContext added in v0.1.1

func NewGetNSXTClusterQueryResponseParamsWithContext(ctx context.Context) *GetNSXTClusterQueryResponseParams

NewGetNSXTClusterQueryResponseParamsWithContext creates a new GetNSXTClusterQueryResponseParams object with the ability to set a context for a request.

func NewGetNSXTClusterQueryResponseParamsWithHTTPClient added in v0.1.1

func NewGetNSXTClusterQueryResponseParamsWithHTTPClient(client *http.Client) *GetNSXTClusterQueryResponseParams

NewGetNSXTClusterQueryResponseParamsWithHTTPClient creates a new GetNSXTClusterQueryResponseParams object with the ability to set a custom HTTPClient for a request.

func NewGetNSXTClusterQueryResponseParamsWithTimeout added in v0.1.1

func NewGetNSXTClusterQueryResponseParamsWithTimeout(timeout time.Duration) *GetNSXTClusterQueryResponseParams

NewGetNSXTClusterQueryResponseParamsWithTimeout creates a new GetNSXTClusterQueryResponseParams object with the ability to set a timeout on a request.

func (*GetNSXTClusterQueryResponseParams) SetContext added in v0.1.1

SetContext adds the context to the get Nsxt cluster query response params

func (*GetNSXTClusterQueryResponseParams) SetDefaults added in v0.1.1

func (o *GetNSXTClusterQueryResponseParams) SetDefaults()

SetDefaults hydrates default values in the get Nsxt cluster query response params (not the query body).

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

func (*GetNSXTClusterQueryResponseParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get Nsxt cluster query response params

func (*GetNSXTClusterQueryResponseParams) SetID added in v0.1.1

SetID adds the id to the get Nsxt cluster query response params

func (*GetNSXTClusterQueryResponseParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get Nsxt cluster query response params

func (*GetNSXTClusterQueryResponseParams) WithContext added in v0.1.1

WithContext adds the context to the get Nsxt cluster query response params

func (*GetNSXTClusterQueryResponseParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get Nsxt cluster query response params (not the query body).

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

func (*GetNSXTClusterQueryResponseParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get Nsxt cluster query response params

func (*GetNSXTClusterQueryResponseParams) WithID added in v0.1.1

WithID adds the id to the get Nsxt cluster query response params

func (*GetNSXTClusterQueryResponseParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get Nsxt cluster query response params

func (*GetNSXTClusterQueryResponseParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetNSXTClusterQueryResponseReader added in v0.1.1

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

GetNSXTClusterQueryResponseReader is a Reader for the GetNSXTClusterQueryResponse structure.

func (*GetNSXTClusterQueryResponseReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetNSXTClusterReader added in v0.1.1

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

GetNSXTClusterReader is a Reader for the GetNSXTCluster structure.

func (*GetNSXTClusterReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetNSXTClustersBadRequest added in v0.1.1

type GetNSXTClustersBadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewGetNSXTClustersBadRequest added in v0.1.1

func NewGetNSXTClustersBadRequest() *GetNSXTClustersBadRequest

NewGetNSXTClustersBadRequest creates a GetNSXTClustersBadRequest with default headers values

func (*GetNSXTClustersBadRequest) Error added in v0.1.1

func (o *GetNSXTClustersBadRequest) Error() string

func (*GetNSXTClustersBadRequest) GetPayload added in v0.1.1

func (o *GetNSXTClustersBadRequest) GetPayload() *models.Error

func (*GetNSXTClustersBadRequest) IsClientError added in v0.1.1

func (o *GetNSXTClustersBadRequest) IsClientError() bool

IsClientError returns true when this get Nsxt clusters bad request response has a 4xx status code

func (*GetNSXTClustersBadRequest) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt clusters bad request response a status code equal to that given

func (*GetNSXTClustersBadRequest) IsRedirect added in v0.1.1

func (o *GetNSXTClustersBadRequest) IsRedirect() bool

IsRedirect returns true when this get Nsxt clusters bad request response has a 3xx status code

func (*GetNSXTClustersBadRequest) IsServerError added in v0.1.1

func (o *GetNSXTClustersBadRequest) IsServerError() bool

IsServerError returns true when this get Nsxt clusters bad request response has a 5xx status code

func (*GetNSXTClustersBadRequest) IsSuccess added in v0.1.1

func (o *GetNSXTClustersBadRequest) IsSuccess() bool

IsSuccess returns true when this get Nsxt clusters bad request response has a 2xx status code

func (*GetNSXTClustersBadRequest) String added in v0.1.1

func (o *GetNSXTClustersBadRequest) String() string

type GetNSXTClustersInternalServerError added in v0.1.1

type GetNSXTClustersInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetNSXTClustersInternalServerError added in v0.1.1

func NewGetNSXTClustersInternalServerError() *GetNSXTClustersInternalServerError

NewGetNSXTClustersInternalServerError creates a GetNSXTClustersInternalServerError with default headers values

func (*GetNSXTClustersInternalServerError) Error added in v0.1.1

func (*GetNSXTClustersInternalServerError) GetPayload added in v0.1.1

func (*GetNSXTClustersInternalServerError) IsClientError added in v0.1.1

func (o *GetNSXTClustersInternalServerError) IsClientError() bool

IsClientError returns true when this get Nsxt clusters internal server error response has a 4xx status code

func (*GetNSXTClustersInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get Nsxt clusters internal server error response a status code equal to that given

func (*GetNSXTClustersInternalServerError) IsRedirect added in v0.1.1

func (o *GetNSXTClustersInternalServerError) IsRedirect() bool

IsRedirect returns true when this get Nsxt clusters internal server error response has a 3xx status code

func (*GetNSXTClustersInternalServerError) IsServerError added in v0.1.1

func (o *GetNSXTClustersInternalServerError) IsServerError() bool

IsServerError returns true when this get Nsxt clusters internal server error response has a 5xx status code

func (*GetNSXTClustersInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get Nsxt clusters internal server error response has a 2xx status code

func (*GetNSXTClustersInternalServerError) String added in v0.1.1

type GetNSXTClustersOK added in v0.1.1

type GetNSXTClustersOK struct {
	Payload *models.PageOfNsxTCluster
}

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

Ok

func NewGetNSXTClustersOK added in v0.1.1

func NewGetNSXTClustersOK() *GetNSXTClustersOK

NewGetNSXTClustersOK creates a GetNSXTClustersOK with default headers values

func (*GetNSXTClustersOK) Error added in v0.1.1

func (o *GetNSXTClustersOK) Error() string

func (*GetNSXTClustersOK) GetPayload added in v0.1.1

func (o *GetNSXTClustersOK) GetPayload() *models.PageOfNsxTCluster

func (*GetNSXTClustersOK) IsClientError added in v0.1.1

func (o *GetNSXTClustersOK) IsClientError() bool

IsClientError returns true when this get Nsxt clusters o k response has a 4xx status code

func (*GetNSXTClustersOK) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt clusters o k response a status code equal to that given

func (*GetNSXTClustersOK) IsRedirect added in v0.1.1

func (o *GetNSXTClustersOK) IsRedirect() bool

IsRedirect returns true when this get Nsxt clusters o k response has a 3xx status code

func (*GetNSXTClustersOK) IsServerError added in v0.1.1

func (o *GetNSXTClustersOK) IsServerError() bool

IsServerError returns true when this get Nsxt clusters o k response has a 5xx status code

func (*GetNSXTClustersOK) IsSuccess added in v0.1.1

func (o *GetNSXTClustersOK) IsSuccess() bool

IsSuccess returns true when this get Nsxt clusters o k response has a 2xx status code

func (*GetNSXTClustersOK) String added in v0.1.1

func (o *GetNSXTClustersOK) String() string

type GetNSXTClustersParams added in v0.1.1

type GetNSXTClustersParams struct {

	/* IsShareable.

	   filter NSX-T clusters which can be shared for domain creation
	*/
	IsShareable *bool

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

GetNSXTClustersParams contains all the parameters to send to the API endpoint

for the get Nsxt clusters operation.

Typically these are written to a http.Request.

func NewGetNSXTClustersParams added in v0.1.1

func NewGetNSXTClustersParams() *GetNSXTClustersParams

NewGetNSXTClustersParams creates a new GetNSXTClustersParams 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 NewGetNSXTClustersParamsWithContext added in v0.1.1

func NewGetNSXTClustersParamsWithContext(ctx context.Context) *GetNSXTClustersParams

NewGetNSXTClustersParamsWithContext creates a new GetNSXTClustersParams object with the ability to set a context for a request.

func NewGetNSXTClustersParamsWithHTTPClient added in v0.1.1

func NewGetNSXTClustersParamsWithHTTPClient(client *http.Client) *GetNSXTClustersParams

NewGetNSXTClustersParamsWithHTTPClient creates a new GetNSXTClustersParams object with the ability to set a custom HTTPClient for a request.

func NewGetNSXTClustersParamsWithTimeout added in v0.1.1

func NewGetNSXTClustersParamsWithTimeout(timeout time.Duration) *GetNSXTClustersParams

NewGetNSXTClustersParamsWithTimeout creates a new GetNSXTClustersParams object with the ability to set a timeout on a request.

func (*GetNSXTClustersParams) SetContext added in v0.1.1

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

SetContext adds the context to the get Nsxt clusters params

func (*GetNSXTClustersParams) SetDefaults added in v0.1.1

func (o *GetNSXTClustersParams) SetDefaults()

SetDefaults hydrates default values in the get Nsxt clusters params (not the query body).

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

func (*GetNSXTClustersParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get Nsxt clusters params

func (*GetNSXTClustersParams) SetIsShareable added in v0.1.1

func (o *GetNSXTClustersParams) SetIsShareable(isShareable *bool)

SetIsShareable adds the isShareable to the get Nsxt clusters params

func (*GetNSXTClustersParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get Nsxt clusters params

func (*GetNSXTClustersParams) WithContext added in v0.1.1

WithContext adds the context to the get Nsxt clusters params

func (*GetNSXTClustersParams) WithDefaults added in v0.1.1

func (o *GetNSXTClustersParams) WithDefaults() *GetNSXTClustersParams

WithDefaults hydrates default values in the get Nsxt clusters params (not the query body).

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

func (*GetNSXTClustersParams) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the get Nsxt clusters params

func (*GetNSXTClustersParams) WithIsShareable added in v0.1.1

func (o *GetNSXTClustersParams) WithIsShareable(isShareable *bool) *GetNSXTClustersParams

WithIsShareable adds the isShareable to the get Nsxt clusters params

func (*GetNSXTClustersParams) WithTimeout added in v0.1.1

func (o *GetNSXTClustersParams) WithTimeout(timeout time.Duration) *GetNSXTClustersParams

WithTimeout adds the timeout to the get Nsxt clusters params

func (*GetNSXTClustersParams) WriteToRequest added in v0.1.1

func (o *GetNSXTClustersParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type GetNSXTClustersReader added in v0.1.1

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

GetNSXTClustersReader is a Reader for the GetNSXTClusters structure.

func (*GetNSXTClustersReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetNSXTIPAddressPoolInternalServerError added in v0.1.1

type GetNSXTIPAddressPoolInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetNSXTIPAddressPoolInternalServerError added in v0.1.1

func NewGetNSXTIPAddressPoolInternalServerError() *GetNSXTIPAddressPoolInternalServerError

NewGetNSXTIPAddressPoolInternalServerError creates a GetNSXTIPAddressPoolInternalServerError with default headers values

func (*GetNSXTIPAddressPoolInternalServerError) Error added in v0.1.1

func (*GetNSXTIPAddressPoolInternalServerError) GetPayload added in v0.1.1

func (*GetNSXTIPAddressPoolInternalServerError) IsClientError added in v0.1.1

func (o *GetNSXTIPAddressPoolInternalServerError) IsClientError() bool

IsClientError returns true when this get Nsxt Ip address pool internal server error response has a 4xx status code

func (*GetNSXTIPAddressPoolInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get Nsxt Ip address pool internal server error response a status code equal to that given

func (*GetNSXTIPAddressPoolInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get Nsxt Ip address pool internal server error response has a 3xx status code

func (*GetNSXTIPAddressPoolInternalServerError) IsServerError added in v0.1.1

func (o *GetNSXTIPAddressPoolInternalServerError) IsServerError() bool

IsServerError returns true when this get Nsxt Ip address pool internal server error response has a 5xx status code

func (*GetNSXTIPAddressPoolInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get Nsxt Ip address pool internal server error response has a 2xx status code

func (*GetNSXTIPAddressPoolInternalServerError) String added in v0.1.1

type GetNSXTIPAddressPoolNotFound added in v0.1.1

type GetNSXTIPAddressPoolNotFound struct {
	Payload *models.Error
}

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

IP address pool not found

func NewGetNSXTIPAddressPoolNotFound added in v0.1.1

func NewGetNSXTIPAddressPoolNotFound() *GetNSXTIPAddressPoolNotFound

NewGetNSXTIPAddressPoolNotFound creates a GetNSXTIPAddressPoolNotFound with default headers values

func (*GetNSXTIPAddressPoolNotFound) Error added in v0.1.1

func (*GetNSXTIPAddressPoolNotFound) GetPayload added in v0.1.1

func (o *GetNSXTIPAddressPoolNotFound) GetPayload() *models.Error

func (*GetNSXTIPAddressPoolNotFound) IsClientError added in v0.1.1

func (o *GetNSXTIPAddressPoolNotFound) IsClientError() bool

IsClientError returns true when this get Nsxt Ip address pool not found response has a 4xx status code

func (*GetNSXTIPAddressPoolNotFound) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt Ip address pool not found response a status code equal to that given

func (*GetNSXTIPAddressPoolNotFound) IsRedirect added in v0.1.1

func (o *GetNSXTIPAddressPoolNotFound) IsRedirect() bool

IsRedirect returns true when this get Nsxt Ip address pool not found response has a 3xx status code

func (*GetNSXTIPAddressPoolNotFound) IsServerError added in v0.1.1

func (o *GetNSXTIPAddressPoolNotFound) IsServerError() bool

IsServerError returns true when this get Nsxt Ip address pool not found response has a 5xx status code

func (*GetNSXTIPAddressPoolNotFound) IsSuccess added in v0.1.1

func (o *GetNSXTIPAddressPoolNotFound) IsSuccess() bool

IsSuccess returns true when this get Nsxt Ip address pool not found response has a 2xx status code

func (*GetNSXTIPAddressPoolNotFound) String added in v0.1.1

type GetNSXTIPAddressPoolOK added in v0.1.1

type GetNSXTIPAddressPoolOK struct {
	Payload *models.NSXTIPAddressPool
}

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

Ok

func NewGetNSXTIPAddressPoolOK added in v0.1.1

func NewGetNSXTIPAddressPoolOK() *GetNSXTIPAddressPoolOK

NewGetNSXTIPAddressPoolOK creates a GetNSXTIPAddressPoolOK with default headers values

func (*GetNSXTIPAddressPoolOK) Error added in v0.1.1

func (o *GetNSXTIPAddressPoolOK) Error() string

func (*GetNSXTIPAddressPoolOK) GetPayload added in v0.1.1

func (*GetNSXTIPAddressPoolOK) IsClientError added in v0.1.1

func (o *GetNSXTIPAddressPoolOK) IsClientError() bool

IsClientError returns true when this get Nsxt Ip address pool o k response has a 4xx status code

func (*GetNSXTIPAddressPoolOK) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt Ip address pool o k response a status code equal to that given

func (*GetNSXTIPAddressPoolOK) IsRedirect added in v0.1.1

func (o *GetNSXTIPAddressPoolOK) IsRedirect() bool

IsRedirect returns true when this get Nsxt Ip address pool o k response has a 3xx status code

func (*GetNSXTIPAddressPoolOK) IsServerError added in v0.1.1

func (o *GetNSXTIPAddressPoolOK) IsServerError() bool

IsServerError returns true when this get Nsxt Ip address pool o k response has a 5xx status code

func (*GetNSXTIPAddressPoolOK) IsSuccess added in v0.1.1

func (o *GetNSXTIPAddressPoolOK) IsSuccess() bool

IsSuccess returns true when this get Nsxt Ip address pool o k response has a 2xx status code

func (*GetNSXTIPAddressPoolOK) String added in v0.1.1

func (o *GetNSXTIPAddressPoolOK) String() string

type GetNSXTIPAddressPoolParams added in v0.1.1

type GetNSXTIPAddressPoolParams struct {

	/* Name.

	   IP address pool name
	*/
	Name string

	/* NSXTClusterID.

	   NSX-T cluster ID
	*/
	NSXTClusterID string

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

GetNSXTIPAddressPoolParams contains all the parameters to send to the API endpoint

for the get Nsxt Ip address pool operation.

Typically these are written to a http.Request.

func NewGetNSXTIPAddressPoolParams added in v0.1.1

func NewGetNSXTIPAddressPoolParams() *GetNSXTIPAddressPoolParams

NewGetNSXTIPAddressPoolParams creates a new GetNSXTIPAddressPoolParams 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 NewGetNSXTIPAddressPoolParamsWithContext added in v0.1.1

func NewGetNSXTIPAddressPoolParamsWithContext(ctx context.Context) *GetNSXTIPAddressPoolParams

NewGetNSXTIPAddressPoolParamsWithContext creates a new GetNSXTIPAddressPoolParams object with the ability to set a context for a request.

func NewGetNSXTIPAddressPoolParamsWithHTTPClient added in v0.1.1

func NewGetNSXTIPAddressPoolParamsWithHTTPClient(client *http.Client) *GetNSXTIPAddressPoolParams

NewGetNSXTIPAddressPoolParamsWithHTTPClient creates a new GetNSXTIPAddressPoolParams object with the ability to set a custom HTTPClient for a request.

func NewGetNSXTIPAddressPoolParamsWithTimeout added in v0.1.1

func NewGetNSXTIPAddressPoolParamsWithTimeout(timeout time.Duration) *GetNSXTIPAddressPoolParams

NewGetNSXTIPAddressPoolParamsWithTimeout creates a new GetNSXTIPAddressPoolParams object with the ability to set a timeout on a request.

func (*GetNSXTIPAddressPoolParams) SetContext added in v0.1.1

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

SetContext adds the context to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) SetDefaults added in v0.1.1

func (o *GetNSXTIPAddressPoolParams) SetDefaults()

SetDefaults hydrates default values in the get Nsxt Ip address pool params (not the query body).

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

func (*GetNSXTIPAddressPoolParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) SetNSXTClusterID added in v0.1.1

func (o *GetNSXTIPAddressPoolParams) SetNSXTClusterID(nSXTClusterID string)

SetNSXTClusterID adds the nsxtClusterId to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) SetName added in v0.1.1

func (o *GetNSXTIPAddressPoolParams) SetName(name string)

SetName adds the name to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) WithContext added in v0.1.1

WithContext adds the context to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get Nsxt Ip address pool params (not the query body).

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

func (*GetNSXTIPAddressPoolParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) WithNSXTClusterID added in v0.1.1

func (o *GetNSXTIPAddressPoolParams) WithNSXTClusterID(nSXTClusterID string) *GetNSXTIPAddressPoolParams

WithNSXTClusterID adds the nSXTClusterID to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) WithName added in v0.1.1

WithName adds the name to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get Nsxt Ip address pool params

func (*GetNSXTIPAddressPoolParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetNSXTIPAddressPoolReader added in v0.1.1

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

GetNSXTIPAddressPoolReader is a Reader for the GetNSXTIPAddressPool structure.

func (*GetNSXTIPAddressPoolReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetNSXTIPAddressPoolsInternalServerError added in v0.1.1

type GetNSXTIPAddressPoolsInternalServerError struct {
	Payload *models.Error
}

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

InternalServerError

func NewGetNSXTIPAddressPoolsInternalServerError added in v0.1.1

func NewGetNSXTIPAddressPoolsInternalServerError() *GetNSXTIPAddressPoolsInternalServerError

NewGetNSXTIPAddressPoolsInternalServerError creates a GetNSXTIPAddressPoolsInternalServerError with default headers values

func (*GetNSXTIPAddressPoolsInternalServerError) Error added in v0.1.1

func (*GetNSXTIPAddressPoolsInternalServerError) GetPayload added in v0.1.1

func (*GetNSXTIPAddressPoolsInternalServerError) IsClientError added in v0.1.1

IsClientError returns true when this get Nsxt Ip address pools internal server error response has a 4xx status code

func (*GetNSXTIPAddressPoolsInternalServerError) IsCode added in v0.1.1

IsCode returns true when this get Nsxt Ip address pools internal server error response a status code equal to that given

func (*GetNSXTIPAddressPoolsInternalServerError) IsRedirect added in v0.1.1

IsRedirect returns true when this get Nsxt Ip address pools internal server error response has a 3xx status code

func (*GetNSXTIPAddressPoolsInternalServerError) IsServerError added in v0.1.1

IsServerError returns true when this get Nsxt Ip address pools internal server error response has a 5xx status code

func (*GetNSXTIPAddressPoolsInternalServerError) IsSuccess added in v0.1.1

IsSuccess returns true when this get Nsxt Ip address pools internal server error response has a 2xx status code

func (*GetNSXTIPAddressPoolsInternalServerError) String added in v0.1.1

type GetNSXTIPAddressPoolsNotFound added in v0.1.1

type GetNSXTIPAddressPoolsNotFound struct {
	Payload *models.Error
}

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

IP address pools not found

func NewGetNSXTIPAddressPoolsNotFound added in v0.1.1

func NewGetNSXTIPAddressPoolsNotFound() *GetNSXTIPAddressPoolsNotFound

NewGetNSXTIPAddressPoolsNotFound creates a GetNSXTIPAddressPoolsNotFound with default headers values

func (*GetNSXTIPAddressPoolsNotFound) Error added in v0.1.1

func (*GetNSXTIPAddressPoolsNotFound) GetPayload added in v0.1.1

func (o *GetNSXTIPAddressPoolsNotFound) GetPayload() *models.Error

func (*GetNSXTIPAddressPoolsNotFound) IsClientError added in v0.1.1

func (o *GetNSXTIPAddressPoolsNotFound) IsClientError() bool

IsClientError returns true when this get Nsxt Ip address pools not found response has a 4xx status code

func (*GetNSXTIPAddressPoolsNotFound) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt Ip address pools not found response a status code equal to that given

func (*GetNSXTIPAddressPoolsNotFound) IsRedirect added in v0.1.1

func (o *GetNSXTIPAddressPoolsNotFound) IsRedirect() bool

IsRedirect returns true when this get Nsxt Ip address pools not found response has a 3xx status code

func (*GetNSXTIPAddressPoolsNotFound) IsServerError added in v0.1.1

func (o *GetNSXTIPAddressPoolsNotFound) IsServerError() bool

IsServerError returns true when this get Nsxt Ip address pools not found response has a 5xx status code

func (*GetNSXTIPAddressPoolsNotFound) IsSuccess added in v0.1.1

func (o *GetNSXTIPAddressPoolsNotFound) IsSuccess() bool

IsSuccess returns true when this get Nsxt Ip address pools not found response has a 2xx status code

func (*GetNSXTIPAddressPoolsNotFound) String added in v0.1.1

type GetNSXTIPAddressPoolsOK added in v0.1.1

type GetNSXTIPAddressPoolsOK struct {
	Payload *models.NSXTIPAddressPool
}

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

Ok

func NewGetNSXTIPAddressPoolsOK added in v0.1.1

func NewGetNSXTIPAddressPoolsOK() *GetNSXTIPAddressPoolsOK

NewGetNSXTIPAddressPoolsOK creates a GetNSXTIPAddressPoolsOK with default headers values

func (*GetNSXTIPAddressPoolsOK) Error added in v0.1.1

func (o *GetNSXTIPAddressPoolsOK) Error() string

func (*GetNSXTIPAddressPoolsOK) GetPayload added in v0.1.1

func (*GetNSXTIPAddressPoolsOK) IsClientError added in v0.1.1

func (o *GetNSXTIPAddressPoolsOK) IsClientError() bool

IsClientError returns true when this get Nsxt Ip address pools o k response has a 4xx status code

func (*GetNSXTIPAddressPoolsOK) IsCode added in v0.1.1

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

IsCode returns true when this get Nsxt Ip address pools o k response a status code equal to that given

func (*GetNSXTIPAddressPoolsOK) IsRedirect added in v0.1.1

func (o *GetNSXTIPAddressPoolsOK) IsRedirect() bool

IsRedirect returns true when this get Nsxt Ip address pools o k response has a 3xx status code

func (*GetNSXTIPAddressPoolsOK) IsServerError added in v0.1.1

func (o *GetNSXTIPAddressPoolsOK) IsServerError() bool

IsServerError returns true when this get Nsxt Ip address pools o k response has a 5xx status code

func (*GetNSXTIPAddressPoolsOK) IsSuccess added in v0.1.1

func (o *GetNSXTIPAddressPoolsOK) IsSuccess() bool

IsSuccess returns true when this get Nsxt Ip address pools o k response has a 2xx status code

func (*GetNSXTIPAddressPoolsOK) String added in v0.1.1

func (o *GetNSXTIPAddressPoolsOK) String() string

type GetNSXTIPAddressPoolsParams added in v0.1.1

type GetNSXTIPAddressPoolsParams struct {

	/* NSXTClusterID.

	   NSX-T cluster ID
	*/
	NSXTClusterID string

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

GetNSXTIPAddressPoolsParams contains all the parameters to send to the API endpoint

for the get Nsxt Ip address pools operation.

Typically these are written to a http.Request.

func NewGetNSXTIPAddressPoolsParams added in v0.1.1

func NewGetNSXTIPAddressPoolsParams() *GetNSXTIPAddressPoolsParams

NewGetNSXTIPAddressPoolsParams creates a new GetNSXTIPAddressPoolsParams 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 NewGetNSXTIPAddressPoolsParamsWithContext added in v0.1.1

func NewGetNSXTIPAddressPoolsParamsWithContext(ctx context.Context) *GetNSXTIPAddressPoolsParams

NewGetNSXTIPAddressPoolsParamsWithContext creates a new GetNSXTIPAddressPoolsParams object with the ability to set a context for a request.

func NewGetNSXTIPAddressPoolsParamsWithHTTPClient added in v0.1.1

func NewGetNSXTIPAddressPoolsParamsWithHTTPClient(client *http.Client) *GetNSXTIPAddressPoolsParams

NewGetNSXTIPAddressPoolsParamsWithHTTPClient creates a new GetNSXTIPAddressPoolsParams object with the ability to set a custom HTTPClient for a request.

func NewGetNSXTIPAddressPoolsParamsWithTimeout added in v0.1.1

func NewGetNSXTIPAddressPoolsParamsWithTimeout(timeout time.Duration) *GetNSXTIPAddressPoolsParams

NewGetNSXTIPAddressPoolsParamsWithTimeout creates a new GetNSXTIPAddressPoolsParams object with the ability to set a timeout on a request.

func (*GetNSXTIPAddressPoolsParams) SetContext added in v0.1.1

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

SetContext adds the context to the get Nsxt Ip address pools params

func (*GetNSXTIPAddressPoolsParams) SetDefaults added in v0.1.1

func (o *GetNSXTIPAddressPoolsParams) SetDefaults()

SetDefaults hydrates default values in the get Nsxt Ip address pools params (not the query body).

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

func (*GetNSXTIPAddressPoolsParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get Nsxt Ip address pools params

func (*GetNSXTIPAddressPoolsParams) SetNSXTClusterID added in v0.1.1

func (o *GetNSXTIPAddressPoolsParams) SetNSXTClusterID(nSXTClusterID string)

SetNSXTClusterID adds the nsxtClusterId to the get Nsxt Ip address pools params

func (*GetNSXTIPAddressPoolsParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get Nsxt Ip address pools params

func (*GetNSXTIPAddressPoolsParams) WithContext added in v0.1.1

WithContext adds the context to the get Nsxt Ip address pools params

func (*GetNSXTIPAddressPoolsParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get Nsxt Ip address pools params (not the query body).

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

func (*GetNSXTIPAddressPoolsParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get Nsxt Ip address pools params

func (*GetNSXTIPAddressPoolsParams) WithNSXTClusterID added in v0.1.1

func (o *GetNSXTIPAddressPoolsParams) WithNSXTClusterID(nSXTClusterID string) *GetNSXTIPAddressPoolsParams

WithNSXTClusterID adds the nSXTClusterID to the get Nsxt Ip address pools params

func (*GetNSXTIPAddressPoolsParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get Nsxt Ip address pools params

func (*GetNSXTIPAddressPoolsParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetNSXTIPAddressPoolsReader added in v0.1.1

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

GetNSXTIPAddressPoolsReader is a Reader for the GetNSXTIPAddressPools structure.

func (*GetNSXTIPAddressPoolsReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type GetValidationResultUsingGETOK added in v0.1.1

type GetValidationResultUsingGETOK struct {
	Payload *models.Validation
}

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

OK

func NewGetValidationResultUsingGETOK added in v0.1.1

func NewGetValidationResultUsingGETOK() *GetValidationResultUsingGETOK

NewGetValidationResultUsingGETOK creates a GetValidationResultUsingGETOK with default headers values

func (*GetValidationResultUsingGETOK) Error added in v0.1.1

func (*GetValidationResultUsingGETOK) GetPayload added in v0.1.1

func (*GetValidationResultUsingGETOK) IsClientError added in v0.1.1

func (o *GetValidationResultUsingGETOK) IsClientError() bool

IsClientError returns true when this get validation result using g e t o k response has a 4xx status code

func (*GetValidationResultUsingGETOK) IsCode added in v0.1.1

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

IsCode returns true when this get validation result using g e t o k response a status code equal to that given

func (*GetValidationResultUsingGETOK) IsRedirect added in v0.1.1

func (o *GetValidationResultUsingGETOK) IsRedirect() bool

IsRedirect returns true when this get validation result using g e t o k response has a 3xx status code

func (*GetValidationResultUsingGETOK) IsServerError added in v0.1.1

func (o *GetValidationResultUsingGETOK) IsServerError() bool

IsServerError returns true when this get validation result using g e t o k response has a 5xx status code

func (*GetValidationResultUsingGETOK) IsSuccess added in v0.1.1

func (o *GetValidationResultUsingGETOK) IsSuccess() bool

IsSuccess returns true when this get validation result using g e t o k response has a 2xx status code

func (*GetValidationResultUsingGETOK) String added in v0.1.1

type GetValidationResultUsingGETParams added in v0.1.1

type GetValidationResultUsingGETParams struct {

	/* ID.

	   id
	*/
	ID string

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

GetValidationResultUsingGETParams contains all the parameters to send to the API endpoint

for the get validation result using g e t operation.

Typically these are written to a http.Request.

func NewGetValidationResultUsingGETParams added in v0.1.1

func NewGetValidationResultUsingGETParams() *GetValidationResultUsingGETParams

NewGetValidationResultUsingGETParams creates a new GetValidationResultUsingGETParams 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 NewGetValidationResultUsingGETParamsWithContext added in v0.1.1

func NewGetValidationResultUsingGETParamsWithContext(ctx context.Context) *GetValidationResultUsingGETParams

NewGetValidationResultUsingGETParamsWithContext creates a new GetValidationResultUsingGETParams object with the ability to set a context for a request.

func NewGetValidationResultUsingGETParamsWithHTTPClient added in v0.1.1

func NewGetValidationResultUsingGETParamsWithHTTPClient(client *http.Client) *GetValidationResultUsingGETParams

NewGetValidationResultUsingGETParamsWithHTTPClient creates a new GetValidationResultUsingGETParams object with the ability to set a custom HTTPClient for a request.

func NewGetValidationResultUsingGETParamsWithTimeout added in v0.1.1

func NewGetValidationResultUsingGETParamsWithTimeout(timeout time.Duration) *GetValidationResultUsingGETParams

NewGetValidationResultUsingGETParamsWithTimeout creates a new GetValidationResultUsingGETParams object with the ability to set a timeout on a request.

func (*GetValidationResultUsingGETParams) SetContext added in v0.1.1

SetContext adds the context to the get validation result using g e t params

func (*GetValidationResultUsingGETParams) SetDefaults added in v0.1.1

func (o *GetValidationResultUsingGETParams) SetDefaults()

SetDefaults hydrates default values in the get validation result using g e t params (not the query body).

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

func (*GetValidationResultUsingGETParams) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the get validation result using g e t params

func (*GetValidationResultUsingGETParams) SetID added in v0.1.1

SetID adds the id to the get validation result using g e t params

func (*GetValidationResultUsingGETParams) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the get validation result using g e t params

func (*GetValidationResultUsingGETParams) WithContext added in v0.1.1

WithContext adds the context to the get validation result using g e t params

func (*GetValidationResultUsingGETParams) WithDefaults added in v0.1.1

WithDefaults hydrates default values in the get validation result using g e t params (not the query body).

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

func (*GetValidationResultUsingGETParams) WithHTTPClient added in v0.1.1

WithHTTPClient adds the HTTPClient to the get validation result using g e t params

func (*GetValidationResultUsingGETParams) WithID added in v0.1.1

WithID adds the id to the get validation result using g e t params

func (*GetValidationResultUsingGETParams) WithTimeout added in v0.1.1

WithTimeout adds the timeout to the get validation result using g e t params

func (*GetValidationResultUsingGETParams) WriteToRequest added in v0.1.1

WriteToRequest writes these params to a swagger request

type GetValidationResultUsingGETReader added in v0.1.1

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

GetValidationResultUsingGETReader is a Reader for the GetValidationResultUsingGET structure.

func (*GetValidationResultUsingGETReader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type PostQuery1Accepted added in v0.1.1

type PostQuery1Accepted struct {
	Payload *models.NsxTQueryResponse
}

PostQuery1Accepted describes a response with status code 202, with default header values.

Accepted

func NewPostQuery1Accepted added in v0.1.1

func NewPostQuery1Accepted() *PostQuery1Accepted

NewPostQuery1Accepted creates a PostQuery1Accepted with default headers values

func (*PostQuery1Accepted) Error added in v0.1.1

func (o *PostQuery1Accepted) Error() string

func (*PostQuery1Accepted) GetPayload added in v0.1.1

func (o *PostQuery1Accepted) GetPayload() *models.NsxTQueryResponse

func (*PostQuery1Accepted) IsClientError added in v0.1.1

func (o *PostQuery1Accepted) IsClientError() bool

IsClientError returns true when this post query1 accepted response has a 4xx status code

func (*PostQuery1Accepted) IsCode added in v0.1.1

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

IsCode returns true when this post query1 accepted response a status code equal to that given

func (*PostQuery1Accepted) IsRedirect added in v0.1.1

func (o *PostQuery1Accepted) IsRedirect() bool

IsRedirect returns true when this post query1 accepted response has a 3xx status code

func (*PostQuery1Accepted) IsServerError added in v0.1.1

func (o *PostQuery1Accepted) IsServerError() bool

IsServerError returns true when this post query1 accepted response has a 5xx status code

func (*PostQuery1Accepted) IsSuccess added in v0.1.1

func (o *PostQuery1Accepted) IsSuccess() bool

IsSuccess returns true when this post query1 accepted response has a 2xx status code

func (*PostQuery1Accepted) String added in v0.1.1

func (o *PostQuery1Accepted) String() string

type PostQuery1BadRequest added in v0.1.1

type PostQuery1BadRequest struct {
	Payload *models.Error
}

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

Bad Request

func NewPostQuery1BadRequest added in v0.1.1

func NewPostQuery1BadRequest() *PostQuery1BadRequest

NewPostQuery1BadRequest creates a PostQuery1BadRequest with default headers values

func (*PostQuery1BadRequest) Error added in v0.1.1

func (o *PostQuery1BadRequest) Error() string

func (*PostQuery1BadRequest) GetPayload added in v0.1.1

func (o *PostQuery1BadRequest) GetPayload() *models.Error

func (*PostQuery1BadRequest) IsClientError added in v0.1.1

func (o *PostQuery1BadRequest) IsClientError() bool

IsClientError returns true when this post query1 bad request response has a 4xx status code

func (*PostQuery1BadRequest) IsCode added in v0.1.1

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

IsCode returns true when this post query1 bad request response a status code equal to that given

func (*PostQuery1BadRequest) IsRedirect added in v0.1.1

func (o *PostQuery1BadRequest) IsRedirect() bool

IsRedirect returns true when this post query1 bad request response has a 3xx status code

func (*PostQuery1BadRequest) IsServerError added in v0.1.1

func (o *PostQuery1BadRequest) IsServerError() bool

IsServerError returns true when this post query1 bad request response has a 5xx status code

func (*PostQuery1BadRequest) IsSuccess added in v0.1.1

func (o *PostQuery1BadRequest) IsSuccess() bool

IsSuccess returns true when this post query1 bad request response has a 2xx status code

func (*PostQuery1BadRequest) String added in v0.1.1

func (o *PostQuery1BadRequest) String() string

type PostQuery1InternalServerError added in v0.1.1

type PostQuery1InternalServerError struct {
	Payload *models.Error
}

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

Internal Server Error

func NewPostQuery1InternalServerError added in v0.1.1

func NewPostQuery1InternalServerError() *PostQuery1InternalServerError

NewPostQuery1InternalServerError creates a PostQuery1InternalServerError with default headers values

func (*PostQuery1InternalServerError) Error added in v0.1.1

func (*PostQuery1InternalServerError) GetPayload added in v0.1.1

func (o *PostQuery1InternalServerError) GetPayload() *models.Error

func (*PostQuery1InternalServerError) IsClientError added in v0.1.1

func (o *PostQuery1InternalServerError) IsClientError() bool

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

func (*PostQuery1InternalServerError) IsCode added in v0.1.1

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

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

func (*PostQuery1InternalServerError) IsRedirect added in v0.1.1

func (o *PostQuery1InternalServerError) IsRedirect() bool

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

func (*PostQuery1InternalServerError) IsServerError added in v0.1.1

func (o *PostQuery1InternalServerError) IsServerError() bool

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

func (*PostQuery1InternalServerError) IsSuccess added in v0.1.1

func (o *PostQuery1InternalServerError) IsSuccess() bool

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

func (*PostQuery1InternalServerError) String added in v0.1.1

type PostQuery1OK added in v0.1.1

type PostQuery1OK struct {
	Payload *models.NsxTQueryResponse
}

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

OK

func NewPostQuery1OK added in v0.1.1

func NewPostQuery1OK() *PostQuery1OK

NewPostQuery1OK creates a PostQuery1OK with default headers values

func (*PostQuery1OK) Error added in v0.1.1

func (o *PostQuery1OK) Error() string

func (*PostQuery1OK) GetPayload added in v0.1.1

func (o *PostQuery1OK) GetPayload() *models.NsxTQueryResponse

func (*PostQuery1OK) IsClientError added in v0.1.1

func (o *PostQuery1OK) IsClientError() bool

IsClientError returns true when this post query1 o k response has a 4xx status code

func (*PostQuery1OK) IsCode added in v0.1.1

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

IsCode returns true when this post query1 o k response a status code equal to that given

func (*PostQuery1OK) IsRedirect added in v0.1.1

func (o *PostQuery1OK) IsRedirect() bool

IsRedirect returns true when this post query1 o k response has a 3xx status code

func (*PostQuery1OK) IsServerError added in v0.1.1

func (o *PostQuery1OK) IsServerError() bool

IsServerError returns true when this post query1 o k response has a 5xx status code

func (*PostQuery1OK) IsSuccess added in v0.1.1

func (o *PostQuery1OK) IsSuccess() bool

IsSuccess returns true when this post query1 o k response has a 2xx status code

func (*PostQuery1OK) String added in v0.1.1

func (o *PostQuery1OK) String() string

type PostQuery1Params added in v0.1.1

type PostQuery1Params struct {

	/* NSXTCriterion.

	   nsxtCriterion
	*/
	NSXTCriterion *models.NsxTCriterion

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

PostQuery1Params contains all the parameters to send to the API endpoint

for the post query 1 operation.

Typically these are written to a http.Request.

func NewPostQuery1Params added in v0.1.1

func NewPostQuery1Params() *PostQuery1Params

NewPostQuery1Params creates a new PostQuery1Params 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 NewPostQuery1ParamsWithContext added in v0.1.1

func NewPostQuery1ParamsWithContext(ctx context.Context) *PostQuery1Params

NewPostQuery1ParamsWithContext creates a new PostQuery1Params object with the ability to set a context for a request.

func NewPostQuery1ParamsWithHTTPClient added in v0.1.1

func NewPostQuery1ParamsWithHTTPClient(client *http.Client) *PostQuery1Params

NewPostQuery1ParamsWithHTTPClient creates a new PostQuery1Params object with the ability to set a custom HTTPClient for a request.

func NewPostQuery1ParamsWithTimeout added in v0.1.1

func NewPostQuery1ParamsWithTimeout(timeout time.Duration) *PostQuery1Params

NewPostQuery1ParamsWithTimeout creates a new PostQuery1Params object with the ability to set a timeout on a request.

func (*PostQuery1Params) SetContext added in v0.1.1

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

SetContext adds the context to the post query 1 params

func (*PostQuery1Params) SetDefaults added in v0.1.1

func (o *PostQuery1Params) SetDefaults()

SetDefaults hydrates default values in the post query 1 params (not the query body).

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

func (*PostQuery1Params) SetHTTPClient added in v0.1.1

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

SetHTTPClient adds the HTTPClient to the post query 1 params

func (*PostQuery1Params) SetNSXTCriterion added in v0.1.1

func (o *PostQuery1Params) SetNSXTCriterion(nSXTCriterion *models.NsxTCriterion)

SetNSXTCriterion adds the nsxtCriterion to the post query 1 params

func (*PostQuery1Params) SetTimeout added in v0.1.1

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

SetTimeout adds the timeout to the post query 1 params

func (*PostQuery1Params) WithContext added in v0.1.1

func (o *PostQuery1Params) WithContext(ctx context.Context) *PostQuery1Params

WithContext adds the context to the post query 1 params

func (*PostQuery1Params) WithDefaults added in v0.1.1

func (o *PostQuery1Params) WithDefaults() *PostQuery1Params

WithDefaults hydrates default values in the post query 1 params (not the query body).

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

func (*PostQuery1Params) WithHTTPClient added in v0.1.1

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

WithHTTPClient adds the HTTPClient to the post query 1 params

func (*PostQuery1Params) WithNSXTCriterion added in v0.1.1

func (o *PostQuery1Params) WithNSXTCriterion(nSXTCriterion *models.NsxTCriterion) *PostQuery1Params

WithNSXTCriterion adds the nSXTCriterion to the post query 1 params

func (*PostQuery1Params) WithTimeout added in v0.1.1

func (o *PostQuery1Params) WithTimeout(timeout time.Duration) *PostQuery1Params

WithTimeout adds the timeout to the post query 1 params

func (*PostQuery1Params) WriteToRequest added in v0.1.1

func (o *PostQuery1Params) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error

WriteToRequest writes these params to a swagger request

type PostQuery1Reader added in v0.1.1

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

PostQuery1Reader is a Reader for the PostQuery1 structure.

func (*PostQuery1Reader) ReadResponse added in v0.1.1

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

ReadResponse reads a server response into the received o.

type ValidateIPPoolUsingPOSTOK

type ValidateIPPoolUsingPOSTOK struct {
	Payload *models.Validation
}

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

OK

func NewValidateIPPoolUsingPOSTOK

func NewValidateIPPoolUsingPOSTOK() *ValidateIPPoolUsingPOSTOK

NewValidateIPPoolUsingPOSTOK creates a ValidateIPPoolUsingPOSTOK with default headers values

func (*ValidateIPPoolUsingPOSTOK) Error

func (o *ValidateIPPoolUsingPOSTOK) Error() string

func (*ValidateIPPoolUsingPOSTOK) GetPayload

func (o *ValidateIPPoolUsingPOSTOK) GetPayload() *models.Validation

func (*ValidateIPPoolUsingPOSTOK) IsClientError

func (o *ValidateIPPoolUsingPOSTOK) IsClientError() bool

IsClientError returns true when this validate Ip pool using p o s t o k response has a 4xx status code

func (*ValidateIPPoolUsingPOSTOK) IsCode

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

IsCode returns true when this validate Ip pool using p o s t o k response a status code equal to that given

func (*ValidateIPPoolUsingPOSTOK) IsRedirect

func (o *ValidateIPPoolUsingPOSTOK) IsRedirect() bool

IsRedirect returns true when this validate Ip pool using p o s t o k response has a 3xx status code

func (*ValidateIPPoolUsingPOSTOK) IsServerError

func (o *ValidateIPPoolUsingPOSTOK) IsServerError() bool

IsServerError returns true when this validate Ip pool using p o s t o k response has a 5xx status code

func (*ValidateIPPoolUsingPOSTOK) IsSuccess

func (o *ValidateIPPoolUsingPOSTOK) IsSuccess() bool

IsSuccess returns true when this validate Ip pool using p o s t o k response has a 2xx status code

func (*ValidateIPPoolUsingPOSTOK) String

func (o *ValidateIPPoolUsingPOSTOK) String() string

type ValidateIPPoolUsingPOSTParams

type ValidateIPPoolUsingPOSTParams struct {

	/* NSXTIPAddressPoolValidationSpec.

	   nsxtIpAddressPoolValidationSpec
	*/
	NSXTIPAddressPoolValidationSpec *models.NSXTIPAddressPoolValidationSpec

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

ValidateIPPoolUsingPOSTParams contains all the parameters to send to the API endpoint

for the validate Ip pool using p o s t operation.

Typically these are written to a http.Request.

func NewValidateIPPoolUsingPOSTParams

func NewValidateIPPoolUsingPOSTParams() *ValidateIPPoolUsingPOSTParams

NewValidateIPPoolUsingPOSTParams creates a new ValidateIPPoolUsingPOSTParams 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 NewValidateIPPoolUsingPOSTParamsWithContext

func NewValidateIPPoolUsingPOSTParamsWithContext(ctx context.Context) *ValidateIPPoolUsingPOSTParams

NewValidateIPPoolUsingPOSTParamsWithContext creates a new ValidateIPPoolUsingPOSTParams object with the ability to set a context for a request.

func NewValidateIPPoolUsingPOSTParamsWithHTTPClient

func NewValidateIPPoolUsingPOSTParamsWithHTTPClient(client *http.Client) *ValidateIPPoolUsingPOSTParams

NewValidateIPPoolUsingPOSTParamsWithHTTPClient creates a new ValidateIPPoolUsingPOSTParams object with the ability to set a custom HTTPClient for a request.

func NewValidateIPPoolUsingPOSTParamsWithTimeout

func NewValidateIPPoolUsingPOSTParamsWithTimeout(timeout time.Duration) *ValidateIPPoolUsingPOSTParams

NewValidateIPPoolUsingPOSTParamsWithTimeout creates a new ValidateIPPoolUsingPOSTParams object with the ability to set a timeout on a request.

func (*ValidateIPPoolUsingPOSTParams) SetContext

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

SetContext adds the context to the validate Ip pool using p o s t params

func (*ValidateIPPoolUsingPOSTParams) SetDefaults

func (o *ValidateIPPoolUsingPOSTParams) SetDefaults()

SetDefaults hydrates default values in the validate Ip pool using p o s t params (not the query body).

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

func (*ValidateIPPoolUsingPOSTParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the validate Ip pool using p o s t params

func (*ValidateIPPoolUsingPOSTParams) SetNSXTIPAddressPoolValidationSpec

func (o *ValidateIPPoolUsingPOSTParams) SetNSXTIPAddressPoolValidationSpec(nSXTIPAddressPoolValidationSpec *models.NSXTIPAddressPoolValidationSpec)

SetNSXTIPAddressPoolValidationSpec adds the nsxtIpAddressPoolValidationSpec to the validate Ip pool using p o s t params

func (*ValidateIPPoolUsingPOSTParams) SetTimeout

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

SetTimeout adds the timeout to the validate Ip pool using p o s t params

func (*ValidateIPPoolUsingPOSTParams) WithContext

WithContext adds the context to the validate Ip pool using p o s t params

func (*ValidateIPPoolUsingPOSTParams) WithDefaults

WithDefaults hydrates default values in the validate Ip pool using p o s t params (not the query body).

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

func (*ValidateIPPoolUsingPOSTParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the validate Ip pool using p o s t params

func (*ValidateIPPoolUsingPOSTParams) WithNSXTIPAddressPoolValidationSpec

func (o *ValidateIPPoolUsingPOSTParams) WithNSXTIPAddressPoolValidationSpec(nSXTIPAddressPoolValidationSpec *models.NSXTIPAddressPoolValidationSpec) *ValidateIPPoolUsingPOSTParams

WithNSXTIPAddressPoolValidationSpec adds the nSXTIPAddressPoolValidationSpec to the validate Ip pool using p o s t params

func (*ValidateIPPoolUsingPOSTParams) WithTimeout

WithTimeout adds the timeout to the validate Ip pool using p o s t params

func (*ValidateIPPoolUsingPOSTParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ValidateIPPoolUsingPOSTReader

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

ValidateIPPoolUsingPOSTReader is a Reader for the ValidateIPPoolUsingPOST structure.

func (*ValidateIPPoolUsingPOSTReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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