resource_group_status

package
v0.0.1-alpha Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2021 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

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

Client for resource group status API

func (*Client) GetResourceGroupStatusByID

func (a *Client) GetResourceGroupStatusByID(params *GetResourceGroupStatusByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetResourceGroupStatusByIDOK, error)

GetResourceGroupStatusByID gets resource group status

Get the status (without security details) of a resource group record.

func (*Client) GetResourceGroupStatusByName

func (a *Client) GetResourceGroupStatusByName(params *GetResourceGroupStatusByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetResourceGroupStatusByNameOK, error)

GetResourceGroupStatusByName gets resource group status

Get the status (without security details) of a resource group record.

func (*Client) QueryResourceGroupStatus

func (a *Client) QueryResourceGroupStatus(params *QueryResourceGroupStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryResourceGroupStatusOK, error)

QueryResourceGroupStatus queries resource groups status

Query the resource group status records.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	GetResourceGroupStatusByID(params *GetResourceGroupStatusByIDParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetResourceGroupStatusByIDOK, error)

	GetResourceGroupStatusByName(params *GetResourceGroupStatusByNameParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetResourceGroupStatusByNameOK, error)

	QueryResourceGroupStatus(params *QueryResourceGroupStatusParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*QueryResourceGroupStatusOK, 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 resource group status API client.

type GetResourceGroupStatusByIDForbidden

type GetResourceGroupStatusByIDForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByIDForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetResourceGroupStatusByIDForbidden

func NewGetResourceGroupStatusByIDForbidden() *GetResourceGroupStatusByIDForbidden

NewGetResourceGroupStatusByIDForbidden creates a GetResourceGroupStatusByIDForbidden with default headers values

func (*GetResourceGroupStatusByIDForbidden) Error

func (*GetResourceGroupStatusByIDForbidden) GetPayload

type GetResourceGroupStatusByIDGatewayTimeout

type GetResourceGroupStatusByIDGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByIDGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetResourceGroupStatusByIDGatewayTimeout

func NewGetResourceGroupStatusByIDGatewayTimeout() *GetResourceGroupStatusByIDGatewayTimeout

NewGetResourceGroupStatusByIDGatewayTimeout creates a GetResourceGroupStatusByIDGatewayTimeout with default headers values

func (*GetResourceGroupStatusByIDGatewayTimeout) Error

func (*GetResourceGroupStatusByIDGatewayTimeout) GetPayload

type GetResourceGroupStatusByIDInternalServerError

type GetResourceGroupStatusByIDInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByIDInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetResourceGroupStatusByIDInternalServerError

func NewGetResourceGroupStatusByIDInternalServerError() *GetResourceGroupStatusByIDInternalServerError

NewGetResourceGroupStatusByIDInternalServerError creates a GetResourceGroupStatusByIDInternalServerError with default headers values

func (*GetResourceGroupStatusByIDInternalServerError) Error

func (*GetResourceGroupStatusByIDInternalServerError) GetPayload

type GetResourceGroupStatusByIDNotFound

type GetResourceGroupStatusByIDNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByIDNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetResourceGroupStatusByIDNotFound

func NewGetResourceGroupStatusByIDNotFound() *GetResourceGroupStatusByIDNotFound

NewGetResourceGroupStatusByIDNotFound creates a GetResourceGroupStatusByIDNotFound with default headers values

func (*GetResourceGroupStatusByIDNotFound) Error

func (*GetResourceGroupStatusByIDNotFound) GetPayload

type GetResourceGroupStatusByIDOK

type GetResourceGroupStatusByIDOK struct {
	Payload *swagger_models.TagStatusMsg
}
GetResourceGroupStatusByIDOK describes a response with status code 200, with default header values.

A successful response.

func NewGetResourceGroupStatusByIDOK

func NewGetResourceGroupStatusByIDOK() *GetResourceGroupStatusByIDOK

NewGetResourceGroupStatusByIDOK creates a GetResourceGroupStatusByIDOK with default headers values

func (*GetResourceGroupStatusByIDOK) Error

func (*GetResourceGroupStatusByIDOK) GetPayload

type GetResourceGroupStatusByIDParams

type GetResourceGroupStatusByIDParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* ID.

	   System defined universally unique Id of the resource group
	*/
	ID string

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

GetResourceGroupStatusByIDParams contains all the parameters to send to the API endpoint

for the get resource group status by Id operation.

Typically these are written to a http.Request.

func NewGetResourceGroupStatusByIDParams

func NewGetResourceGroupStatusByIDParams() *GetResourceGroupStatusByIDParams

NewGetResourceGroupStatusByIDParams creates a new GetResourceGroupStatusByIDParams 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 NewGetResourceGroupStatusByIDParamsWithContext

func NewGetResourceGroupStatusByIDParamsWithContext(ctx context.Context) *GetResourceGroupStatusByIDParams

NewGetResourceGroupStatusByIDParamsWithContext creates a new GetResourceGroupStatusByIDParams object with the ability to set a context for a request.

func NewGetResourceGroupStatusByIDParamsWithHTTPClient

func NewGetResourceGroupStatusByIDParamsWithHTTPClient(client *http.Client) *GetResourceGroupStatusByIDParams

NewGetResourceGroupStatusByIDParamsWithHTTPClient creates a new GetResourceGroupStatusByIDParams object with the ability to set a custom HTTPClient for a request.

func NewGetResourceGroupStatusByIDParamsWithTimeout

func NewGetResourceGroupStatusByIDParamsWithTimeout(timeout time.Duration) *GetResourceGroupStatusByIDParams

NewGetResourceGroupStatusByIDParamsWithTimeout creates a new GetResourceGroupStatusByIDParams object with the ability to set a timeout on a request.

func (*GetResourceGroupStatusByIDParams) SetContext

SetContext adds the context to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) SetDefaults

func (o *GetResourceGroupStatusByIDParams) SetDefaults()

SetDefaults hydrates default values in the get resource group status by Id params (not the query body).

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

func (*GetResourceGroupStatusByIDParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) SetID

SetID adds the id to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) SetTimeout

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

SetTimeout adds the timeout to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) SetXRequestID

func (o *GetResourceGroupStatusByIDParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) WithContext

WithContext adds the context to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) WithDefaults

WithDefaults hydrates default values in the get resource group status by Id params (not the query body).

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

func (*GetResourceGroupStatusByIDParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) WithID

WithID adds the id to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) WithTimeout

WithTimeout adds the timeout to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) WithXRequestID

WithXRequestID adds the xRequestID to the get resource group status by Id params

func (*GetResourceGroupStatusByIDParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetResourceGroupStatusByIDReader

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

GetResourceGroupStatusByIDReader is a Reader for the GetResourceGroupStatusByID structure.

func (*GetResourceGroupStatusByIDReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetResourceGroupStatusByIDUnauthorized

type GetResourceGroupStatusByIDUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByIDUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetResourceGroupStatusByIDUnauthorized

func NewGetResourceGroupStatusByIDUnauthorized() *GetResourceGroupStatusByIDUnauthorized

NewGetResourceGroupStatusByIDUnauthorized creates a GetResourceGroupStatusByIDUnauthorized with default headers values

func (*GetResourceGroupStatusByIDUnauthorized) Error

func (*GetResourceGroupStatusByIDUnauthorized) GetPayload

type GetResourceGroupStatusByNameForbidden

type GetResourceGroupStatusByNameForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByNameForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewGetResourceGroupStatusByNameForbidden

func NewGetResourceGroupStatusByNameForbidden() *GetResourceGroupStatusByNameForbidden

NewGetResourceGroupStatusByNameForbidden creates a GetResourceGroupStatusByNameForbidden with default headers values

func (*GetResourceGroupStatusByNameForbidden) Error

func (*GetResourceGroupStatusByNameForbidden) GetPayload

type GetResourceGroupStatusByNameGatewayTimeout

type GetResourceGroupStatusByNameGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByNameGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewGetResourceGroupStatusByNameGatewayTimeout

func NewGetResourceGroupStatusByNameGatewayTimeout() *GetResourceGroupStatusByNameGatewayTimeout

NewGetResourceGroupStatusByNameGatewayTimeout creates a GetResourceGroupStatusByNameGatewayTimeout with default headers values

func (*GetResourceGroupStatusByNameGatewayTimeout) Error

func (*GetResourceGroupStatusByNameGatewayTimeout) GetPayload

type GetResourceGroupStatusByNameInternalServerError

type GetResourceGroupStatusByNameInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByNameInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewGetResourceGroupStatusByNameInternalServerError

func NewGetResourceGroupStatusByNameInternalServerError() *GetResourceGroupStatusByNameInternalServerError

NewGetResourceGroupStatusByNameInternalServerError creates a GetResourceGroupStatusByNameInternalServerError with default headers values

func (*GetResourceGroupStatusByNameInternalServerError) Error

func (*GetResourceGroupStatusByNameInternalServerError) GetPayload

type GetResourceGroupStatusByNameNotFound

type GetResourceGroupStatusByNameNotFound struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByNameNotFound describes a response with status code 404, with default header values.

Not Found. The API gateway did not process the request because the requested resource could not be found.

func NewGetResourceGroupStatusByNameNotFound

func NewGetResourceGroupStatusByNameNotFound() *GetResourceGroupStatusByNameNotFound

NewGetResourceGroupStatusByNameNotFound creates a GetResourceGroupStatusByNameNotFound with default headers values

func (*GetResourceGroupStatusByNameNotFound) Error

func (*GetResourceGroupStatusByNameNotFound) GetPayload

type GetResourceGroupStatusByNameOK

type GetResourceGroupStatusByNameOK struct {
	Payload *swagger_models.TagStatusMsg
}
GetResourceGroupStatusByNameOK describes a response with status code 200, with default header values.

A successful response.

func NewGetResourceGroupStatusByNameOK

func NewGetResourceGroupStatusByNameOK() *GetResourceGroupStatusByNameOK

NewGetResourceGroupStatusByNameOK creates a GetResourceGroupStatusByNameOK with default headers values

func (*GetResourceGroupStatusByNameOK) Error

func (*GetResourceGroupStatusByNameOK) GetPayload

type GetResourceGroupStatusByNameParams

type GetResourceGroupStatusByNameParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* Name.

	   User defined name of the resource group, unique across the enterprise. Once resource group is created, name can’t be changed.
	*/
	Name string

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

GetResourceGroupStatusByNameParams contains all the parameters to send to the API endpoint

for the get resource group status by name operation.

Typically these are written to a http.Request.

func NewGetResourceGroupStatusByNameParams

func NewGetResourceGroupStatusByNameParams() *GetResourceGroupStatusByNameParams

NewGetResourceGroupStatusByNameParams creates a new GetResourceGroupStatusByNameParams 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 NewGetResourceGroupStatusByNameParamsWithContext

func NewGetResourceGroupStatusByNameParamsWithContext(ctx context.Context) *GetResourceGroupStatusByNameParams

NewGetResourceGroupStatusByNameParamsWithContext creates a new GetResourceGroupStatusByNameParams object with the ability to set a context for a request.

func NewGetResourceGroupStatusByNameParamsWithHTTPClient

func NewGetResourceGroupStatusByNameParamsWithHTTPClient(client *http.Client) *GetResourceGroupStatusByNameParams

NewGetResourceGroupStatusByNameParamsWithHTTPClient creates a new GetResourceGroupStatusByNameParams object with the ability to set a custom HTTPClient for a request.

func NewGetResourceGroupStatusByNameParamsWithTimeout

func NewGetResourceGroupStatusByNameParamsWithTimeout(timeout time.Duration) *GetResourceGroupStatusByNameParams

NewGetResourceGroupStatusByNameParamsWithTimeout creates a new GetResourceGroupStatusByNameParams object with the ability to set a timeout on a request.

func (*GetResourceGroupStatusByNameParams) SetContext

SetContext adds the context to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) SetDefaults

func (o *GetResourceGroupStatusByNameParams) SetDefaults()

SetDefaults hydrates default values in the get resource group status by name params (not the query body).

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

func (*GetResourceGroupStatusByNameParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) SetName

func (o *GetResourceGroupStatusByNameParams) SetName(name string)

SetName adds the name to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) SetTimeout

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

SetTimeout adds the timeout to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) SetXRequestID

func (o *GetResourceGroupStatusByNameParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) WithContext

WithContext adds the context to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) WithDefaults

WithDefaults hydrates default values in the get resource group status by name params (not the query body).

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

func (*GetResourceGroupStatusByNameParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) WithName

WithName adds the name to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) WithTimeout

WithTimeout adds the timeout to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) WithXRequestID

WithXRequestID adds the xRequestID to the get resource group status by name params

func (*GetResourceGroupStatusByNameParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetResourceGroupStatusByNameReader

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

GetResourceGroupStatusByNameReader is a Reader for the GetResourceGroupStatusByName structure.

func (*GetResourceGroupStatusByNameReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetResourceGroupStatusByNameUnauthorized

type GetResourceGroupStatusByNameUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
GetResourceGroupStatusByNameUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewGetResourceGroupStatusByNameUnauthorized

func NewGetResourceGroupStatusByNameUnauthorized() *GetResourceGroupStatusByNameUnauthorized

NewGetResourceGroupStatusByNameUnauthorized creates a GetResourceGroupStatusByNameUnauthorized with default headers values

func (*GetResourceGroupStatusByNameUnauthorized) Error

func (*GetResourceGroupStatusByNameUnauthorized) GetPayload

type QueryResourceGroupStatusBadRequest

type QueryResourceGroupStatusBadRequest struct {
	Payload *swagger_models.ZsrvResponse
}
QueryResourceGroupStatusBadRequest describes a response with status code 400, with default header values.

Bad Request. The API gateway did not process the request because of invalid value of filter parameters.

func NewQueryResourceGroupStatusBadRequest

func NewQueryResourceGroupStatusBadRequest() *QueryResourceGroupStatusBadRequest

NewQueryResourceGroupStatusBadRequest creates a QueryResourceGroupStatusBadRequest with default headers values

func (*QueryResourceGroupStatusBadRequest) Error

func (*QueryResourceGroupStatusBadRequest) GetPayload

type QueryResourceGroupStatusForbidden

type QueryResourceGroupStatusForbidden struct {
	Payload *swagger_models.ZsrvResponse
}
QueryResourceGroupStatusForbidden describes a response with status code 403, with default header values.

Forbidden. The API gateway did not process the request because the requestor does not have edge-node level access permission for the operation or does not have access scope to the project.

func NewQueryResourceGroupStatusForbidden

func NewQueryResourceGroupStatusForbidden() *QueryResourceGroupStatusForbidden

NewQueryResourceGroupStatusForbidden creates a QueryResourceGroupStatusForbidden with default headers values

func (*QueryResourceGroupStatusForbidden) Error

func (*QueryResourceGroupStatusForbidden) GetPayload

type QueryResourceGroupStatusGatewayTimeout

type QueryResourceGroupStatusGatewayTimeout struct {
	Payload *swagger_models.ZsrvResponse
}
QueryResourceGroupStatusGatewayTimeout describes a response with status code 504, with default header values.

Gateway Timeout. The API gateway did not receive a timely response from an upstream microservice it needed to communicate with in order to complete the request.

func NewQueryResourceGroupStatusGatewayTimeout

func NewQueryResourceGroupStatusGatewayTimeout() *QueryResourceGroupStatusGatewayTimeout

NewQueryResourceGroupStatusGatewayTimeout creates a QueryResourceGroupStatusGatewayTimeout with default headers values

func (*QueryResourceGroupStatusGatewayTimeout) Error

func (*QueryResourceGroupStatusGatewayTimeout) GetPayload

type QueryResourceGroupStatusInternalServerError

type QueryResourceGroupStatusInternalServerError struct {
	Payload *swagger_models.ZsrvResponse
}
QueryResourceGroupStatusInternalServerError describes a response with status code 500, with default header values.

Internal Server Error. The API gateway experienced an unexpected condition. Specific error condition is indicated in error codes.

func NewQueryResourceGroupStatusInternalServerError

func NewQueryResourceGroupStatusInternalServerError() *QueryResourceGroupStatusInternalServerError

NewQueryResourceGroupStatusInternalServerError creates a QueryResourceGroupStatusInternalServerError with default headers values

func (*QueryResourceGroupStatusInternalServerError) Error

func (*QueryResourceGroupStatusInternalServerError) GetPayload

type QueryResourceGroupStatusOK

type QueryResourceGroupStatusOK struct {
	Payload *swagger_models.TagStatusListMsg
}
QueryResourceGroupStatusOK describes a response with status code 200, with default header values.

A successful response.

func NewQueryResourceGroupStatusOK

func NewQueryResourceGroupStatusOK() *QueryResourceGroupStatusOK

NewQueryResourceGroupStatusOK creates a QueryResourceGroupStatusOK with default headers values

func (*QueryResourceGroupStatusOK) Error

func (*QueryResourceGroupStatusOK) GetPayload

type QueryResourceGroupStatusParams

type QueryResourceGroupStatusParams struct {

	/* XRequestID.

	   User-Agent specified id to track a request
	*/
	XRequestID *string

	/* FilterNamePattern.

	   Resource group name pattern to be matched.
	*/
	FilterNamePattern *string

	/* FilterStatus.

	    Resource group status to be matched.

	- TAG_STATUS_UNSPECIFIED: Tag Status : UNSPECIFIED
	- TAG_STATUS_ARCHIVE: Tag Status : ARCHIVE
	- TAG_STATUS_ACTIVE: Tag Status : ACTIVE
	- TAG_STATUS_INACTIVE: Tag Status : INACTIVE

	    Default: "TAG_STATUS_UNSPECIFIED"
	*/
	FilterStatus *string

	/* NextOrderBy.

	   OrderBy helps in sorting the list response
	*/
	NextOrderBy *string

	/* NextPageNum.

	   Page Number

	   Format: int64
	*/
	NextPageNum *int64

	/* NextPageSize.

	   Defines the page size

	   Format: int64
	*/
	NextPageSize *int64

	/* NextPageToken.

	   Page Token
	*/
	NextPageToken *string

	/* NextTotalPages.

	   Total number of pages to be fetched.

	   Format: int64
	*/
	NextTotalPages *int64

	/* Summary.

	   Only summary of the records required

	   Format: boolean
	*/
	Summary *bool

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

QueryResourceGroupStatusParams contains all the parameters to send to the API endpoint

for the query resource group status operation.

Typically these are written to a http.Request.

func NewQueryResourceGroupStatusParams

func NewQueryResourceGroupStatusParams() *QueryResourceGroupStatusParams

NewQueryResourceGroupStatusParams creates a new QueryResourceGroupStatusParams 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 NewQueryResourceGroupStatusParamsWithContext

func NewQueryResourceGroupStatusParamsWithContext(ctx context.Context) *QueryResourceGroupStatusParams

NewQueryResourceGroupStatusParamsWithContext creates a new QueryResourceGroupStatusParams object with the ability to set a context for a request.

func NewQueryResourceGroupStatusParamsWithHTTPClient

func NewQueryResourceGroupStatusParamsWithHTTPClient(client *http.Client) *QueryResourceGroupStatusParams

NewQueryResourceGroupStatusParamsWithHTTPClient creates a new QueryResourceGroupStatusParams object with the ability to set a custom HTTPClient for a request.

func NewQueryResourceGroupStatusParamsWithTimeout

func NewQueryResourceGroupStatusParamsWithTimeout(timeout time.Duration) *QueryResourceGroupStatusParams

NewQueryResourceGroupStatusParamsWithTimeout creates a new QueryResourceGroupStatusParams object with the ability to set a timeout on a request.

func (*QueryResourceGroupStatusParams) SetContext

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

SetContext adds the context to the query resource group status params

func (*QueryResourceGroupStatusParams) SetDefaults

func (o *QueryResourceGroupStatusParams) SetDefaults()

SetDefaults hydrates default values in the query resource group status params (not the query body).

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

func (*QueryResourceGroupStatusParams) SetFilterNamePattern

func (o *QueryResourceGroupStatusParams) SetFilterNamePattern(filterNamePattern *string)

SetFilterNamePattern adds the filterNamePattern to the query resource group status params

func (*QueryResourceGroupStatusParams) SetFilterStatus

func (o *QueryResourceGroupStatusParams) SetFilterStatus(filterStatus *string)

SetFilterStatus adds the filterStatus to the query resource group status params

func (*QueryResourceGroupStatusParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the query resource group status params

func (*QueryResourceGroupStatusParams) SetNextOrderBy

func (o *QueryResourceGroupStatusParams) SetNextOrderBy(nextOrderBy *string)

SetNextOrderBy adds the nextOrderBy to the query resource group status params

func (*QueryResourceGroupStatusParams) SetNextPageNum

func (o *QueryResourceGroupStatusParams) SetNextPageNum(nextPageNum *int64)

SetNextPageNum adds the nextPageNum to the query resource group status params

func (*QueryResourceGroupStatusParams) SetNextPageSize

func (o *QueryResourceGroupStatusParams) SetNextPageSize(nextPageSize *int64)

SetNextPageSize adds the nextPageSize to the query resource group status params

func (*QueryResourceGroupStatusParams) SetNextPageToken

func (o *QueryResourceGroupStatusParams) SetNextPageToken(nextPageToken *string)

SetNextPageToken adds the nextPageToken to the query resource group status params

func (*QueryResourceGroupStatusParams) SetNextTotalPages

func (o *QueryResourceGroupStatusParams) SetNextTotalPages(nextTotalPages *int64)

SetNextTotalPages adds the nextTotalPages to the query resource group status params

func (*QueryResourceGroupStatusParams) SetSummary

func (o *QueryResourceGroupStatusParams) SetSummary(summary *bool)

SetSummary adds the summary to the query resource group status params

func (*QueryResourceGroupStatusParams) SetTimeout

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

SetTimeout adds the timeout to the query resource group status params

func (*QueryResourceGroupStatusParams) SetXRequestID

func (o *QueryResourceGroupStatusParams) SetXRequestID(xRequestID *string)

SetXRequestID adds the xRequestId to the query resource group status params

func (*QueryResourceGroupStatusParams) WithContext

WithContext adds the context to the query resource group status params

func (*QueryResourceGroupStatusParams) WithDefaults

WithDefaults hydrates default values in the query resource group status params (not the query body).

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

func (*QueryResourceGroupStatusParams) WithFilterNamePattern

func (o *QueryResourceGroupStatusParams) WithFilterNamePattern(filterNamePattern *string) *QueryResourceGroupStatusParams

WithFilterNamePattern adds the filterNamePattern to the query resource group status params

func (*QueryResourceGroupStatusParams) WithFilterStatus

func (o *QueryResourceGroupStatusParams) WithFilterStatus(filterStatus *string) *QueryResourceGroupStatusParams

WithFilterStatus adds the filterStatus to the query resource group status params

func (*QueryResourceGroupStatusParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the query resource group status params

func (*QueryResourceGroupStatusParams) WithNextOrderBy

func (o *QueryResourceGroupStatusParams) WithNextOrderBy(nextOrderBy *string) *QueryResourceGroupStatusParams

WithNextOrderBy adds the nextOrderBy to the query resource group status params

func (*QueryResourceGroupStatusParams) WithNextPageNum

func (o *QueryResourceGroupStatusParams) WithNextPageNum(nextPageNum *int64) *QueryResourceGroupStatusParams

WithNextPageNum adds the nextPageNum to the query resource group status params

func (*QueryResourceGroupStatusParams) WithNextPageSize

func (o *QueryResourceGroupStatusParams) WithNextPageSize(nextPageSize *int64) *QueryResourceGroupStatusParams

WithNextPageSize adds the nextPageSize to the query resource group status params

func (*QueryResourceGroupStatusParams) WithNextPageToken

func (o *QueryResourceGroupStatusParams) WithNextPageToken(nextPageToken *string) *QueryResourceGroupStatusParams

WithNextPageToken adds the nextPageToken to the query resource group status params

func (*QueryResourceGroupStatusParams) WithNextTotalPages

func (o *QueryResourceGroupStatusParams) WithNextTotalPages(nextTotalPages *int64) *QueryResourceGroupStatusParams

WithNextTotalPages adds the nextTotalPages to the query resource group status params

func (*QueryResourceGroupStatusParams) WithSummary

WithSummary adds the summary to the query resource group status params

func (*QueryResourceGroupStatusParams) WithTimeout

WithTimeout adds the timeout to the query resource group status params

func (*QueryResourceGroupStatusParams) WithXRequestID

WithXRequestID adds the xRequestID to the query resource group status params

func (*QueryResourceGroupStatusParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type QueryResourceGroupStatusReader

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

QueryResourceGroupStatusReader is a Reader for the QueryResourceGroupStatus structure.

func (*QueryResourceGroupStatusReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type QueryResourceGroupStatusUnauthorized

type QueryResourceGroupStatusUnauthorized struct {
	Payload *swagger_models.ZsrvResponse
}
QueryResourceGroupStatusUnauthorized describes a response with status code 401, with default header values.

Unauthorized. The API gateway did not process the request because it lacks valid authentication credentials for the target resource. The request header has either no authorization details or an authorization that has been refused.

func NewQueryResourceGroupStatusUnauthorized

func NewQueryResourceGroupStatusUnauthorized() *QueryResourceGroupStatusUnauthorized

NewQueryResourceGroupStatusUnauthorized creates a QueryResourceGroupStatusUnauthorized with default headers values

func (*QueryResourceGroupStatusUnauthorized) Error

func (*QueryResourceGroupStatusUnauthorized) GetPayload

Jump to

Keyboard shortcuts

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