mlaadminsetting

package
v0.0.0-...-b339f66 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 Imports: 10 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 mlaadminsetting API

func (*Client) CreateMLAAdminSetting

func (a *Client) CreateMLAAdminSetting(params *CreateMLAAdminSettingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateMLAAdminSettingCreated, error)

CreateMLAAdminSetting Creates MLA admin setting that will belong to the given cluster

func (*Client) DeleteMLAAdminSetting

func (a *Client) DeleteMLAAdminSetting(params *DeleteMLAAdminSettingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteMLAAdminSettingOK, error)

DeleteMLAAdminSetting deletes the m l a admin setting that belongs to the cluster

func (*Client) GetMLAAdminSetting

func (a *Client) GetMLAAdminSetting(params *GetMLAAdminSettingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetMLAAdminSettingOK, error)

GetMLAAdminSetting gets m l a admin settings for the given cluster

func (*Client) SetTransport

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

SetTransport changes the transport on the client

func (*Client) UpdateMLAAdminSetting

func (a *Client) UpdateMLAAdminSetting(params *UpdateMLAAdminSettingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateMLAAdminSettingOK, error)

UpdateMLAAdminSetting updates the m l a admin setting for the given cluster

type ClientOption

type ClientOption func(*runtime.ClientOperation)

ClientOption is the option for Client methods

type ClientService

type ClientService interface {
	CreateMLAAdminSetting(params *CreateMLAAdminSettingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*CreateMLAAdminSettingCreated, error)

	DeleteMLAAdminSetting(params *DeleteMLAAdminSettingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*DeleteMLAAdminSettingOK, error)

	GetMLAAdminSetting(params *GetMLAAdminSettingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*GetMLAAdminSettingOK, error)

	UpdateMLAAdminSetting(params *UpdateMLAAdminSettingParams, authInfo runtime.ClientAuthInfoWriter, opts ...ClientOption) (*UpdateMLAAdminSettingOK, 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 mlaadminsetting API client.

type CreateMLAAdminSettingCreated

type CreateMLAAdminSettingCreated struct {
	Payload *models.MLAAdminSetting
}

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

MLAAdminSetting

func NewCreateMLAAdminSettingCreated

func NewCreateMLAAdminSettingCreated() *CreateMLAAdminSettingCreated

NewCreateMLAAdminSettingCreated creates a CreateMLAAdminSettingCreated with default headers values

func (*CreateMLAAdminSettingCreated) Error

func (*CreateMLAAdminSettingCreated) GetPayload

func (*CreateMLAAdminSettingCreated) IsClientError

func (o *CreateMLAAdminSettingCreated) IsClientError() bool

IsClientError returns true when this create m l a admin setting created response has a 4xx status code

func (*CreateMLAAdminSettingCreated) IsCode

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

IsCode returns true when this create m l a admin setting created response a status code equal to that given

func (*CreateMLAAdminSettingCreated) IsRedirect

func (o *CreateMLAAdminSettingCreated) IsRedirect() bool

IsRedirect returns true when this create m l a admin setting created response has a 3xx status code

func (*CreateMLAAdminSettingCreated) IsServerError

func (o *CreateMLAAdminSettingCreated) IsServerError() bool

IsServerError returns true when this create m l a admin setting created response has a 5xx status code

func (*CreateMLAAdminSettingCreated) IsSuccess

func (o *CreateMLAAdminSettingCreated) IsSuccess() bool

IsSuccess returns true when this create m l a admin setting created response has a 2xx status code

func (*CreateMLAAdminSettingCreated) String

type CreateMLAAdminSettingDefault

type CreateMLAAdminSettingDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

CreateMLAAdminSettingDefault describes a response with status code -1, with default header values.

errorResponse

func NewCreateMLAAdminSettingDefault

func NewCreateMLAAdminSettingDefault(code int) *CreateMLAAdminSettingDefault

NewCreateMLAAdminSettingDefault creates a CreateMLAAdminSettingDefault with default headers values

func (*CreateMLAAdminSettingDefault) Code

Code gets the status code for the create m l a admin setting default response

func (*CreateMLAAdminSettingDefault) Error

func (*CreateMLAAdminSettingDefault) GetPayload

func (*CreateMLAAdminSettingDefault) IsClientError

func (o *CreateMLAAdminSettingDefault) IsClientError() bool

IsClientError returns true when this create m l a admin setting default response has a 4xx status code

func (*CreateMLAAdminSettingDefault) IsCode

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

IsCode returns true when this create m l a admin setting default response a status code equal to that given

func (*CreateMLAAdminSettingDefault) IsRedirect

func (o *CreateMLAAdminSettingDefault) IsRedirect() bool

IsRedirect returns true when this create m l a admin setting default response has a 3xx status code

func (*CreateMLAAdminSettingDefault) IsServerError

func (o *CreateMLAAdminSettingDefault) IsServerError() bool

IsServerError returns true when this create m l a admin setting default response has a 5xx status code

func (*CreateMLAAdminSettingDefault) IsSuccess

func (o *CreateMLAAdminSettingDefault) IsSuccess() bool

IsSuccess returns true when this create m l a admin setting default response has a 2xx status code

func (*CreateMLAAdminSettingDefault) String

type CreateMLAAdminSettingForbidden

type CreateMLAAdminSettingForbidden struct {
}

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

EmptyResponse is a empty response

func NewCreateMLAAdminSettingForbidden

func NewCreateMLAAdminSettingForbidden() *CreateMLAAdminSettingForbidden

NewCreateMLAAdminSettingForbidden creates a CreateMLAAdminSettingForbidden with default headers values

func (*CreateMLAAdminSettingForbidden) Error

func (*CreateMLAAdminSettingForbidden) IsClientError

func (o *CreateMLAAdminSettingForbidden) IsClientError() bool

IsClientError returns true when this create m l a admin setting forbidden response has a 4xx status code

func (*CreateMLAAdminSettingForbidden) IsCode

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

IsCode returns true when this create m l a admin setting forbidden response a status code equal to that given

func (*CreateMLAAdminSettingForbidden) IsRedirect

func (o *CreateMLAAdminSettingForbidden) IsRedirect() bool

IsRedirect returns true when this create m l a admin setting forbidden response has a 3xx status code

func (*CreateMLAAdminSettingForbidden) IsServerError

func (o *CreateMLAAdminSettingForbidden) IsServerError() bool

IsServerError returns true when this create m l a admin setting forbidden response has a 5xx status code

func (*CreateMLAAdminSettingForbidden) IsSuccess

func (o *CreateMLAAdminSettingForbidden) IsSuccess() bool

IsSuccess returns true when this create m l a admin setting forbidden response has a 2xx status code

func (*CreateMLAAdminSettingForbidden) String

type CreateMLAAdminSettingParams

type CreateMLAAdminSettingParams struct {

	// Body.
	Body *models.MLAAdminSetting

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

CreateMLAAdminSettingParams contains all the parameters to send to the API endpoint

for the create m l a admin setting operation.

Typically these are written to a http.Request.

func NewCreateMLAAdminSettingParams

func NewCreateMLAAdminSettingParams() *CreateMLAAdminSettingParams

NewCreateMLAAdminSettingParams creates a new CreateMLAAdminSettingParams 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 NewCreateMLAAdminSettingParamsWithContext

func NewCreateMLAAdminSettingParamsWithContext(ctx context.Context) *CreateMLAAdminSettingParams

NewCreateMLAAdminSettingParamsWithContext creates a new CreateMLAAdminSettingParams object with the ability to set a context for a request.

func NewCreateMLAAdminSettingParamsWithHTTPClient

func NewCreateMLAAdminSettingParamsWithHTTPClient(client *http.Client) *CreateMLAAdminSettingParams

NewCreateMLAAdminSettingParamsWithHTTPClient creates a new CreateMLAAdminSettingParams object with the ability to set a custom HTTPClient for a request.

func NewCreateMLAAdminSettingParamsWithTimeout

func NewCreateMLAAdminSettingParamsWithTimeout(timeout time.Duration) *CreateMLAAdminSettingParams

NewCreateMLAAdminSettingParamsWithTimeout creates a new CreateMLAAdminSettingParams object with the ability to set a timeout on a request.

func (*CreateMLAAdminSettingParams) SetBody

SetBody adds the body to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) SetClusterID

func (o *CreateMLAAdminSettingParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) SetContext

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

SetContext adds the context to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) SetDefaults

func (o *CreateMLAAdminSettingParams) SetDefaults()

SetDefaults hydrates default values in the create m l a admin setting params (not the query body).

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

func (*CreateMLAAdminSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) SetProjectID

func (o *CreateMLAAdminSettingParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) SetTimeout

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

SetTimeout adds the timeout to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) WithBody

WithBody adds the body to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) WithClusterID

func (o *CreateMLAAdminSettingParams) WithClusterID(clusterID string) *CreateMLAAdminSettingParams

WithClusterID adds the clusterID to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) WithContext

WithContext adds the context to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) WithDefaults

WithDefaults hydrates default values in the create m l a admin setting params (not the query body).

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

func (*CreateMLAAdminSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) WithProjectID

func (o *CreateMLAAdminSettingParams) WithProjectID(projectID string) *CreateMLAAdminSettingParams

WithProjectID adds the projectID to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) WithTimeout

WithTimeout adds the timeout to the create m l a admin setting params

func (*CreateMLAAdminSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateMLAAdminSettingReader

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

CreateMLAAdminSettingReader is a Reader for the CreateMLAAdminSetting structure.

func (*CreateMLAAdminSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateMLAAdminSettingUnauthorized

type CreateMLAAdminSettingUnauthorized struct {
}

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

EmptyResponse is a empty response

func NewCreateMLAAdminSettingUnauthorized

func NewCreateMLAAdminSettingUnauthorized() *CreateMLAAdminSettingUnauthorized

NewCreateMLAAdminSettingUnauthorized creates a CreateMLAAdminSettingUnauthorized with default headers values

func (*CreateMLAAdminSettingUnauthorized) Error

func (*CreateMLAAdminSettingUnauthorized) IsClientError

func (o *CreateMLAAdminSettingUnauthorized) IsClientError() bool

IsClientError returns true when this create m l a admin setting unauthorized response has a 4xx status code

func (*CreateMLAAdminSettingUnauthorized) IsCode

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

IsCode returns true when this create m l a admin setting unauthorized response a status code equal to that given

func (*CreateMLAAdminSettingUnauthorized) IsRedirect

func (o *CreateMLAAdminSettingUnauthorized) IsRedirect() bool

IsRedirect returns true when this create m l a admin setting unauthorized response has a 3xx status code

func (*CreateMLAAdminSettingUnauthorized) IsServerError

func (o *CreateMLAAdminSettingUnauthorized) IsServerError() bool

IsServerError returns true when this create m l a admin setting unauthorized response has a 5xx status code

func (*CreateMLAAdminSettingUnauthorized) IsSuccess

func (o *CreateMLAAdminSettingUnauthorized) IsSuccess() bool

IsSuccess returns true when this create m l a admin setting unauthorized response has a 2xx status code

func (*CreateMLAAdminSettingUnauthorized) String

type DeleteMLAAdminSettingDefault

type DeleteMLAAdminSettingDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

DeleteMLAAdminSettingDefault describes a response with status code -1, with default header values.

errorResponse

func NewDeleteMLAAdminSettingDefault

func NewDeleteMLAAdminSettingDefault(code int) *DeleteMLAAdminSettingDefault

NewDeleteMLAAdminSettingDefault creates a DeleteMLAAdminSettingDefault with default headers values

func (*DeleteMLAAdminSettingDefault) Code

Code gets the status code for the delete m l a admin setting default response

func (*DeleteMLAAdminSettingDefault) Error

func (*DeleteMLAAdminSettingDefault) GetPayload

func (*DeleteMLAAdminSettingDefault) IsClientError

func (o *DeleteMLAAdminSettingDefault) IsClientError() bool

IsClientError returns true when this delete m l a admin setting default response has a 4xx status code

func (*DeleteMLAAdminSettingDefault) IsCode

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

IsCode returns true when this delete m l a admin setting default response a status code equal to that given

func (*DeleteMLAAdminSettingDefault) IsRedirect

func (o *DeleteMLAAdminSettingDefault) IsRedirect() bool

IsRedirect returns true when this delete m l a admin setting default response has a 3xx status code

func (*DeleteMLAAdminSettingDefault) IsServerError

func (o *DeleteMLAAdminSettingDefault) IsServerError() bool

IsServerError returns true when this delete m l a admin setting default response has a 5xx status code

func (*DeleteMLAAdminSettingDefault) IsSuccess

func (o *DeleteMLAAdminSettingDefault) IsSuccess() bool

IsSuccess returns true when this delete m l a admin setting default response has a 2xx status code

func (*DeleteMLAAdminSettingDefault) String

type DeleteMLAAdminSettingForbidden

type DeleteMLAAdminSettingForbidden struct {
}

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

EmptyResponse is a empty response

func NewDeleteMLAAdminSettingForbidden

func NewDeleteMLAAdminSettingForbidden() *DeleteMLAAdminSettingForbidden

NewDeleteMLAAdminSettingForbidden creates a DeleteMLAAdminSettingForbidden with default headers values

func (*DeleteMLAAdminSettingForbidden) Error

func (*DeleteMLAAdminSettingForbidden) IsClientError

func (o *DeleteMLAAdminSettingForbidden) IsClientError() bool

IsClientError returns true when this delete m l a admin setting forbidden response has a 4xx status code

func (*DeleteMLAAdminSettingForbidden) IsCode

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

IsCode returns true when this delete m l a admin setting forbidden response a status code equal to that given

func (*DeleteMLAAdminSettingForbidden) IsRedirect

func (o *DeleteMLAAdminSettingForbidden) IsRedirect() bool

IsRedirect returns true when this delete m l a admin setting forbidden response has a 3xx status code

func (*DeleteMLAAdminSettingForbidden) IsServerError

func (o *DeleteMLAAdminSettingForbidden) IsServerError() bool

IsServerError returns true when this delete m l a admin setting forbidden response has a 5xx status code

func (*DeleteMLAAdminSettingForbidden) IsSuccess

func (o *DeleteMLAAdminSettingForbidden) IsSuccess() bool

IsSuccess returns true when this delete m l a admin setting forbidden response has a 2xx status code

func (*DeleteMLAAdminSettingForbidden) String

type DeleteMLAAdminSettingOK

type DeleteMLAAdminSettingOK struct {
}

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

EmptyResponse is a empty response

func NewDeleteMLAAdminSettingOK

func NewDeleteMLAAdminSettingOK() *DeleteMLAAdminSettingOK

NewDeleteMLAAdminSettingOK creates a DeleteMLAAdminSettingOK with default headers values

func (*DeleteMLAAdminSettingOK) Error

func (o *DeleteMLAAdminSettingOK) Error() string

func (*DeleteMLAAdminSettingOK) IsClientError

func (o *DeleteMLAAdminSettingOK) IsClientError() bool

IsClientError returns true when this delete m l a admin setting o k response has a 4xx status code

func (*DeleteMLAAdminSettingOK) IsCode

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

IsCode returns true when this delete m l a admin setting o k response a status code equal to that given

func (*DeleteMLAAdminSettingOK) IsRedirect

func (o *DeleteMLAAdminSettingOK) IsRedirect() bool

IsRedirect returns true when this delete m l a admin setting o k response has a 3xx status code

func (*DeleteMLAAdminSettingOK) IsServerError

func (o *DeleteMLAAdminSettingOK) IsServerError() bool

IsServerError returns true when this delete m l a admin setting o k response has a 5xx status code

func (*DeleteMLAAdminSettingOK) IsSuccess

func (o *DeleteMLAAdminSettingOK) IsSuccess() bool

IsSuccess returns true when this delete m l a admin setting o k response has a 2xx status code

func (*DeleteMLAAdminSettingOK) String

func (o *DeleteMLAAdminSettingOK) String() string

type DeleteMLAAdminSettingParams

type DeleteMLAAdminSettingParams struct {

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

DeleteMLAAdminSettingParams contains all the parameters to send to the API endpoint

for the delete m l a admin setting operation.

Typically these are written to a http.Request.

func NewDeleteMLAAdminSettingParams

func NewDeleteMLAAdminSettingParams() *DeleteMLAAdminSettingParams

NewDeleteMLAAdminSettingParams creates a new DeleteMLAAdminSettingParams 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 NewDeleteMLAAdminSettingParamsWithContext

func NewDeleteMLAAdminSettingParamsWithContext(ctx context.Context) *DeleteMLAAdminSettingParams

NewDeleteMLAAdminSettingParamsWithContext creates a new DeleteMLAAdminSettingParams object with the ability to set a context for a request.

func NewDeleteMLAAdminSettingParamsWithHTTPClient

func NewDeleteMLAAdminSettingParamsWithHTTPClient(client *http.Client) *DeleteMLAAdminSettingParams

NewDeleteMLAAdminSettingParamsWithHTTPClient creates a new DeleteMLAAdminSettingParams object with the ability to set a custom HTTPClient for a request.

func NewDeleteMLAAdminSettingParamsWithTimeout

func NewDeleteMLAAdminSettingParamsWithTimeout(timeout time.Duration) *DeleteMLAAdminSettingParams

NewDeleteMLAAdminSettingParamsWithTimeout creates a new DeleteMLAAdminSettingParams object with the ability to set a timeout on a request.

func (*DeleteMLAAdminSettingParams) SetClusterID

func (o *DeleteMLAAdminSettingParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) SetContext

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

SetContext adds the context to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) SetDefaults

func (o *DeleteMLAAdminSettingParams) SetDefaults()

SetDefaults hydrates default values in the delete m l a admin setting params (not the query body).

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

func (*DeleteMLAAdminSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) SetProjectID

func (o *DeleteMLAAdminSettingParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) SetTimeout

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

SetTimeout adds the timeout to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) WithClusterID

func (o *DeleteMLAAdminSettingParams) WithClusterID(clusterID string) *DeleteMLAAdminSettingParams

WithClusterID adds the clusterID to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) WithContext

WithContext adds the context to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) WithDefaults

WithDefaults hydrates default values in the delete m l a admin setting params (not the query body).

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

func (*DeleteMLAAdminSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) WithProjectID

func (o *DeleteMLAAdminSettingParams) WithProjectID(projectID string) *DeleteMLAAdminSettingParams

WithProjectID adds the projectID to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) WithTimeout

WithTimeout adds the timeout to the delete m l a admin setting params

func (*DeleteMLAAdminSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type DeleteMLAAdminSettingReader

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

DeleteMLAAdminSettingReader is a Reader for the DeleteMLAAdminSetting structure.

func (*DeleteMLAAdminSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type DeleteMLAAdminSettingUnauthorized

type DeleteMLAAdminSettingUnauthorized struct {
}

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

EmptyResponse is a empty response

func NewDeleteMLAAdminSettingUnauthorized

func NewDeleteMLAAdminSettingUnauthorized() *DeleteMLAAdminSettingUnauthorized

NewDeleteMLAAdminSettingUnauthorized creates a DeleteMLAAdminSettingUnauthorized with default headers values

func (*DeleteMLAAdminSettingUnauthorized) Error

func (*DeleteMLAAdminSettingUnauthorized) IsClientError

func (o *DeleteMLAAdminSettingUnauthorized) IsClientError() bool

IsClientError returns true when this delete m l a admin setting unauthorized response has a 4xx status code

func (*DeleteMLAAdminSettingUnauthorized) IsCode

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

IsCode returns true when this delete m l a admin setting unauthorized response a status code equal to that given

func (*DeleteMLAAdminSettingUnauthorized) IsRedirect

func (o *DeleteMLAAdminSettingUnauthorized) IsRedirect() bool

IsRedirect returns true when this delete m l a admin setting unauthorized response has a 3xx status code

func (*DeleteMLAAdminSettingUnauthorized) IsServerError

func (o *DeleteMLAAdminSettingUnauthorized) IsServerError() bool

IsServerError returns true when this delete m l a admin setting unauthorized response has a 5xx status code

func (*DeleteMLAAdminSettingUnauthorized) IsSuccess

func (o *DeleteMLAAdminSettingUnauthorized) IsSuccess() bool

IsSuccess returns true when this delete m l a admin setting unauthorized response has a 2xx status code

func (*DeleteMLAAdminSettingUnauthorized) String

type GetMLAAdminSettingDefault

type GetMLAAdminSettingDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

GetMLAAdminSettingDefault describes a response with status code -1, with default header values.

errorResponse

func NewGetMLAAdminSettingDefault

func NewGetMLAAdminSettingDefault(code int) *GetMLAAdminSettingDefault

NewGetMLAAdminSettingDefault creates a GetMLAAdminSettingDefault with default headers values

func (*GetMLAAdminSettingDefault) Code

func (o *GetMLAAdminSettingDefault) Code() int

Code gets the status code for the get m l a admin setting default response

func (*GetMLAAdminSettingDefault) Error

func (o *GetMLAAdminSettingDefault) Error() string

func (*GetMLAAdminSettingDefault) GetPayload

func (*GetMLAAdminSettingDefault) IsClientError

func (o *GetMLAAdminSettingDefault) IsClientError() bool

IsClientError returns true when this get m l a admin setting default response has a 4xx status code

func (*GetMLAAdminSettingDefault) IsCode

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

IsCode returns true when this get m l a admin setting default response a status code equal to that given

func (*GetMLAAdminSettingDefault) IsRedirect

func (o *GetMLAAdminSettingDefault) IsRedirect() bool

IsRedirect returns true when this get m l a admin setting default response has a 3xx status code

func (*GetMLAAdminSettingDefault) IsServerError

func (o *GetMLAAdminSettingDefault) IsServerError() bool

IsServerError returns true when this get m l a admin setting default response has a 5xx status code

func (*GetMLAAdminSettingDefault) IsSuccess

func (o *GetMLAAdminSettingDefault) IsSuccess() bool

IsSuccess returns true when this get m l a admin setting default response has a 2xx status code

func (*GetMLAAdminSettingDefault) String

func (o *GetMLAAdminSettingDefault) String() string

type GetMLAAdminSettingForbidden

type GetMLAAdminSettingForbidden struct {
}

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

EmptyResponse is a empty response

func NewGetMLAAdminSettingForbidden

func NewGetMLAAdminSettingForbidden() *GetMLAAdminSettingForbidden

NewGetMLAAdminSettingForbidden creates a GetMLAAdminSettingForbidden with default headers values

func (*GetMLAAdminSettingForbidden) Error

func (*GetMLAAdminSettingForbidden) IsClientError

func (o *GetMLAAdminSettingForbidden) IsClientError() bool

IsClientError returns true when this get m l a admin setting forbidden response has a 4xx status code

func (*GetMLAAdminSettingForbidden) IsCode

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

IsCode returns true when this get m l a admin setting forbidden response a status code equal to that given

func (*GetMLAAdminSettingForbidden) IsRedirect

func (o *GetMLAAdminSettingForbidden) IsRedirect() bool

IsRedirect returns true when this get m l a admin setting forbidden response has a 3xx status code

func (*GetMLAAdminSettingForbidden) IsServerError

func (o *GetMLAAdminSettingForbidden) IsServerError() bool

IsServerError returns true when this get m l a admin setting forbidden response has a 5xx status code

func (*GetMLAAdminSettingForbidden) IsSuccess

func (o *GetMLAAdminSettingForbidden) IsSuccess() bool

IsSuccess returns true when this get m l a admin setting forbidden response has a 2xx status code

func (*GetMLAAdminSettingForbidden) String

func (o *GetMLAAdminSettingForbidden) String() string

type GetMLAAdminSettingOK

type GetMLAAdminSettingOK struct {
	Payload *models.MLAAdminSetting
}

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

MLAAdminSetting

func NewGetMLAAdminSettingOK

func NewGetMLAAdminSettingOK() *GetMLAAdminSettingOK

NewGetMLAAdminSettingOK creates a GetMLAAdminSettingOK with default headers values

func (*GetMLAAdminSettingOK) Error

func (o *GetMLAAdminSettingOK) Error() string

func (*GetMLAAdminSettingOK) GetPayload

func (o *GetMLAAdminSettingOK) GetPayload() *models.MLAAdminSetting

func (*GetMLAAdminSettingOK) IsClientError

func (o *GetMLAAdminSettingOK) IsClientError() bool

IsClientError returns true when this get m l a admin setting o k response has a 4xx status code

func (*GetMLAAdminSettingOK) IsCode

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

IsCode returns true when this get m l a admin setting o k response a status code equal to that given

func (*GetMLAAdminSettingOK) IsRedirect

func (o *GetMLAAdminSettingOK) IsRedirect() bool

IsRedirect returns true when this get m l a admin setting o k response has a 3xx status code

func (*GetMLAAdminSettingOK) IsServerError

func (o *GetMLAAdminSettingOK) IsServerError() bool

IsServerError returns true when this get m l a admin setting o k response has a 5xx status code

func (*GetMLAAdminSettingOK) IsSuccess

func (o *GetMLAAdminSettingOK) IsSuccess() bool

IsSuccess returns true when this get m l a admin setting o k response has a 2xx status code

func (*GetMLAAdminSettingOK) String

func (o *GetMLAAdminSettingOK) String() string

type GetMLAAdminSettingParams

type GetMLAAdminSettingParams struct {

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

GetMLAAdminSettingParams contains all the parameters to send to the API endpoint

for the get m l a admin setting operation.

Typically these are written to a http.Request.

func NewGetMLAAdminSettingParams

func NewGetMLAAdminSettingParams() *GetMLAAdminSettingParams

NewGetMLAAdminSettingParams creates a new GetMLAAdminSettingParams 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 NewGetMLAAdminSettingParamsWithContext

func NewGetMLAAdminSettingParamsWithContext(ctx context.Context) *GetMLAAdminSettingParams

NewGetMLAAdminSettingParamsWithContext creates a new GetMLAAdminSettingParams object with the ability to set a context for a request.

func NewGetMLAAdminSettingParamsWithHTTPClient

func NewGetMLAAdminSettingParamsWithHTTPClient(client *http.Client) *GetMLAAdminSettingParams

NewGetMLAAdminSettingParamsWithHTTPClient creates a new GetMLAAdminSettingParams object with the ability to set a custom HTTPClient for a request.

func NewGetMLAAdminSettingParamsWithTimeout

func NewGetMLAAdminSettingParamsWithTimeout(timeout time.Duration) *GetMLAAdminSettingParams

NewGetMLAAdminSettingParamsWithTimeout creates a new GetMLAAdminSettingParams object with the ability to set a timeout on a request.

func (*GetMLAAdminSettingParams) SetClusterID

func (o *GetMLAAdminSettingParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the get m l a admin setting params

func (*GetMLAAdminSettingParams) SetContext

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

SetContext adds the context to the get m l a admin setting params

func (*GetMLAAdminSettingParams) SetDefaults

func (o *GetMLAAdminSettingParams) SetDefaults()

SetDefaults hydrates default values in the get m l a admin setting params (not the query body).

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

func (*GetMLAAdminSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get m l a admin setting params

func (*GetMLAAdminSettingParams) SetProjectID

func (o *GetMLAAdminSettingParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the get m l a admin setting params

func (*GetMLAAdminSettingParams) SetTimeout

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

SetTimeout adds the timeout to the get m l a admin setting params

func (*GetMLAAdminSettingParams) WithClusterID

func (o *GetMLAAdminSettingParams) WithClusterID(clusterID string) *GetMLAAdminSettingParams

WithClusterID adds the clusterID to the get m l a admin setting params

func (*GetMLAAdminSettingParams) WithContext

WithContext adds the context to the get m l a admin setting params

func (*GetMLAAdminSettingParams) WithDefaults

WithDefaults hydrates default values in the get m l a admin setting params (not the query body).

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

func (*GetMLAAdminSettingParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get m l a admin setting params

func (*GetMLAAdminSettingParams) WithProjectID

func (o *GetMLAAdminSettingParams) WithProjectID(projectID string) *GetMLAAdminSettingParams

WithProjectID adds the projectID to the get m l a admin setting params

func (*GetMLAAdminSettingParams) WithTimeout

WithTimeout adds the timeout to the get m l a admin setting params

func (*GetMLAAdminSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetMLAAdminSettingReader

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

GetMLAAdminSettingReader is a Reader for the GetMLAAdminSetting structure.

func (*GetMLAAdminSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetMLAAdminSettingUnauthorized

type GetMLAAdminSettingUnauthorized struct {
}

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

EmptyResponse is a empty response

func NewGetMLAAdminSettingUnauthorized

func NewGetMLAAdminSettingUnauthorized() *GetMLAAdminSettingUnauthorized

NewGetMLAAdminSettingUnauthorized creates a GetMLAAdminSettingUnauthorized with default headers values

func (*GetMLAAdminSettingUnauthorized) Error

func (*GetMLAAdminSettingUnauthorized) IsClientError

func (o *GetMLAAdminSettingUnauthorized) IsClientError() bool

IsClientError returns true when this get m l a admin setting unauthorized response has a 4xx status code

func (*GetMLAAdminSettingUnauthorized) IsCode

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

IsCode returns true when this get m l a admin setting unauthorized response a status code equal to that given

func (*GetMLAAdminSettingUnauthorized) IsRedirect

func (o *GetMLAAdminSettingUnauthorized) IsRedirect() bool

IsRedirect returns true when this get m l a admin setting unauthorized response has a 3xx status code

func (*GetMLAAdminSettingUnauthorized) IsServerError

func (o *GetMLAAdminSettingUnauthorized) IsServerError() bool

IsServerError returns true when this get m l a admin setting unauthorized response has a 5xx status code

func (*GetMLAAdminSettingUnauthorized) IsSuccess

func (o *GetMLAAdminSettingUnauthorized) IsSuccess() bool

IsSuccess returns true when this get m l a admin setting unauthorized response has a 2xx status code

func (*GetMLAAdminSettingUnauthorized) String

type UpdateMLAAdminSettingDefault

type UpdateMLAAdminSettingDefault struct {
	Payload *models.ErrorResponse
	// contains filtered or unexported fields
}

UpdateMLAAdminSettingDefault describes a response with status code -1, with default header values.

errorResponse

func NewUpdateMLAAdminSettingDefault

func NewUpdateMLAAdminSettingDefault(code int) *UpdateMLAAdminSettingDefault

NewUpdateMLAAdminSettingDefault creates a UpdateMLAAdminSettingDefault with default headers values

func (*UpdateMLAAdminSettingDefault) Code

Code gets the status code for the update m l a admin setting default response

func (*UpdateMLAAdminSettingDefault) Error

func (*UpdateMLAAdminSettingDefault) GetPayload

func (*UpdateMLAAdminSettingDefault) IsClientError

func (o *UpdateMLAAdminSettingDefault) IsClientError() bool

IsClientError returns true when this update m l a admin setting default response has a 4xx status code

func (*UpdateMLAAdminSettingDefault) IsCode

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

IsCode returns true when this update m l a admin setting default response a status code equal to that given

func (*UpdateMLAAdminSettingDefault) IsRedirect

func (o *UpdateMLAAdminSettingDefault) IsRedirect() bool

IsRedirect returns true when this update m l a admin setting default response has a 3xx status code

func (*UpdateMLAAdminSettingDefault) IsServerError

func (o *UpdateMLAAdminSettingDefault) IsServerError() bool

IsServerError returns true when this update m l a admin setting default response has a 5xx status code

func (*UpdateMLAAdminSettingDefault) IsSuccess

func (o *UpdateMLAAdminSettingDefault) IsSuccess() bool

IsSuccess returns true when this update m l a admin setting default response has a 2xx status code

func (*UpdateMLAAdminSettingDefault) String

type UpdateMLAAdminSettingForbidden

type UpdateMLAAdminSettingForbidden struct {
}

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

EmptyResponse is a empty response

func NewUpdateMLAAdminSettingForbidden

func NewUpdateMLAAdminSettingForbidden() *UpdateMLAAdminSettingForbidden

NewUpdateMLAAdminSettingForbidden creates a UpdateMLAAdminSettingForbidden with default headers values

func (*UpdateMLAAdminSettingForbidden) Error

func (*UpdateMLAAdminSettingForbidden) IsClientError

func (o *UpdateMLAAdminSettingForbidden) IsClientError() bool

IsClientError returns true when this update m l a admin setting forbidden response has a 4xx status code

func (*UpdateMLAAdminSettingForbidden) IsCode

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

IsCode returns true when this update m l a admin setting forbidden response a status code equal to that given

func (*UpdateMLAAdminSettingForbidden) IsRedirect

func (o *UpdateMLAAdminSettingForbidden) IsRedirect() bool

IsRedirect returns true when this update m l a admin setting forbidden response has a 3xx status code

func (*UpdateMLAAdminSettingForbidden) IsServerError

func (o *UpdateMLAAdminSettingForbidden) IsServerError() bool

IsServerError returns true when this update m l a admin setting forbidden response has a 5xx status code

func (*UpdateMLAAdminSettingForbidden) IsSuccess

func (o *UpdateMLAAdminSettingForbidden) IsSuccess() bool

IsSuccess returns true when this update m l a admin setting forbidden response has a 2xx status code

func (*UpdateMLAAdminSettingForbidden) String

type UpdateMLAAdminSettingOK

type UpdateMLAAdminSettingOK struct {
	Payload *models.MLAAdminSetting
}

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

MLAAdminSetting

func NewUpdateMLAAdminSettingOK

func NewUpdateMLAAdminSettingOK() *UpdateMLAAdminSettingOK

NewUpdateMLAAdminSettingOK creates a UpdateMLAAdminSettingOK with default headers values

func (*UpdateMLAAdminSettingOK) Error

func (o *UpdateMLAAdminSettingOK) Error() string

func (*UpdateMLAAdminSettingOK) GetPayload

func (*UpdateMLAAdminSettingOK) IsClientError

func (o *UpdateMLAAdminSettingOK) IsClientError() bool

IsClientError returns true when this update m l a admin setting o k response has a 4xx status code

func (*UpdateMLAAdminSettingOK) IsCode

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

IsCode returns true when this update m l a admin setting o k response a status code equal to that given

func (*UpdateMLAAdminSettingOK) IsRedirect

func (o *UpdateMLAAdminSettingOK) IsRedirect() bool

IsRedirect returns true when this update m l a admin setting o k response has a 3xx status code

func (*UpdateMLAAdminSettingOK) IsServerError

func (o *UpdateMLAAdminSettingOK) IsServerError() bool

IsServerError returns true when this update m l a admin setting o k response has a 5xx status code

func (*UpdateMLAAdminSettingOK) IsSuccess

func (o *UpdateMLAAdminSettingOK) IsSuccess() bool

IsSuccess returns true when this update m l a admin setting o k response has a 2xx status code

func (*UpdateMLAAdminSettingOK) String

func (o *UpdateMLAAdminSettingOK) String() string

type UpdateMLAAdminSettingParams

type UpdateMLAAdminSettingParams struct {

	// Body.
	Body *models.MLAAdminSetting

	// ClusterID.
	ClusterID string

	// ProjectID.
	ProjectID string

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

UpdateMLAAdminSettingParams contains all the parameters to send to the API endpoint

for the update m l a admin setting operation.

Typically these are written to a http.Request.

func NewUpdateMLAAdminSettingParams

func NewUpdateMLAAdminSettingParams() *UpdateMLAAdminSettingParams

NewUpdateMLAAdminSettingParams creates a new UpdateMLAAdminSettingParams 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 NewUpdateMLAAdminSettingParamsWithContext

func NewUpdateMLAAdminSettingParamsWithContext(ctx context.Context) *UpdateMLAAdminSettingParams

NewUpdateMLAAdminSettingParamsWithContext creates a new UpdateMLAAdminSettingParams object with the ability to set a context for a request.

func NewUpdateMLAAdminSettingParamsWithHTTPClient

func NewUpdateMLAAdminSettingParamsWithHTTPClient(client *http.Client) *UpdateMLAAdminSettingParams

NewUpdateMLAAdminSettingParamsWithHTTPClient creates a new UpdateMLAAdminSettingParams object with the ability to set a custom HTTPClient for a request.

func NewUpdateMLAAdminSettingParamsWithTimeout

func NewUpdateMLAAdminSettingParamsWithTimeout(timeout time.Duration) *UpdateMLAAdminSettingParams

NewUpdateMLAAdminSettingParamsWithTimeout creates a new UpdateMLAAdminSettingParams object with the ability to set a timeout on a request.

func (*UpdateMLAAdminSettingParams) SetBody

SetBody adds the body to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) SetClusterID

func (o *UpdateMLAAdminSettingParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) SetContext

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

SetContext adds the context to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) SetDefaults

func (o *UpdateMLAAdminSettingParams) SetDefaults()

SetDefaults hydrates default values in the update m l a admin setting params (not the query body).

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

func (*UpdateMLAAdminSettingParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) SetProjectID

func (o *UpdateMLAAdminSettingParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) SetTimeout

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

SetTimeout adds the timeout to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) WithBody

WithBody adds the body to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) WithClusterID

func (o *UpdateMLAAdminSettingParams) WithClusterID(clusterID string) *UpdateMLAAdminSettingParams

WithClusterID adds the clusterID to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) WithContext

WithContext adds the context to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) WithDefaults

WithDefaults hydrates default values in the update m l a admin setting params (not the query body).

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

func (*UpdateMLAAdminSettingParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) WithProjectID

func (o *UpdateMLAAdminSettingParams) WithProjectID(projectID string) *UpdateMLAAdminSettingParams

WithProjectID adds the projectID to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) WithTimeout

WithTimeout adds the timeout to the update m l a admin setting params

func (*UpdateMLAAdminSettingParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type UpdateMLAAdminSettingReader

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

UpdateMLAAdminSettingReader is a Reader for the UpdateMLAAdminSetting structure.

func (*UpdateMLAAdminSettingReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type UpdateMLAAdminSettingUnauthorized

type UpdateMLAAdminSettingUnauthorized struct {
}

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

EmptyResponse is a empty response

func NewUpdateMLAAdminSettingUnauthorized

func NewUpdateMLAAdminSettingUnauthorized() *UpdateMLAAdminSettingUnauthorized

NewUpdateMLAAdminSettingUnauthorized creates a UpdateMLAAdminSettingUnauthorized with default headers values

func (*UpdateMLAAdminSettingUnauthorized) Error

func (*UpdateMLAAdminSettingUnauthorized) IsClientError

func (o *UpdateMLAAdminSettingUnauthorized) IsClientError() bool

IsClientError returns true when this update m l a admin setting unauthorized response has a 4xx status code

func (*UpdateMLAAdminSettingUnauthorized) IsCode

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

IsCode returns true when this update m l a admin setting unauthorized response a status code equal to that given

func (*UpdateMLAAdminSettingUnauthorized) IsRedirect

func (o *UpdateMLAAdminSettingUnauthorized) IsRedirect() bool

IsRedirect returns true when this update m l a admin setting unauthorized response has a 3xx status code

func (*UpdateMLAAdminSettingUnauthorized) IsServerError

func (o *UpdateMLAAdminSettingUnauthorized) IsServerError() bool

IsServerError returns true when this update m l a admin setting unauthorized response has a 5xx status code

func (*UpdateMLAAdminSettingUnauthorized) IsSuccess

func (o *UpdateMLAAdminSettingUnauthorized) IsSuccess() bool

IsSuccess returns true when this update m l a admin setting unauthorized response has a 2xx status code

func (*UpdateMLAAdminSettingUnauthorized) String

Jump to

Keyboard shortcuts

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