Documentation
¶
Index ¶
- type AdminGetMemberActiveSessionBadRequest
- type AdminGetMemberActiveSessionInternalServerError
- type AdminGetMemberActiveSessionOK
- type AdminGetMemberActiveSessionParams
- func NewAdminGetMemberActiveSessionParams() *AdminGetMemberActiveSessionParams
- func NewAdminGetMemberActiveSessionParamsWithContext(ctx context.Context) *AdminGetMemberActiveSessionParams
- func NewAdminGetMemberActiveSessionParamsWithHTTPClient(client *http.Client) *AdminGetMemberActiveSessionParams
- func NewAdminGetMemberActiveSessionParamsWithTimeout(timeout time.Duration) *AdminGetMemberActiveSessionParams
- func (o *AdminGetMemberActiveSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminGetMemberActiveSessionParams) SetContext(ctx context.Context)
- func (o *AdminGetMemberActiveSessionParams) SetFlightId(flightId string)
- func (o *AdminGetMemberActiveSessionParams) SetHTTPClient(client *http.Client)
- func (o *AdminGetMemberActiveSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminGetMemberActiveSessionParams) SetName(name string)
- func (o *AdminGetMemberActiveSessionParams) SetNamespace(namespace string)
- func (o *AdminGetMemberActiveSessionParams) SetTimeout(timeout time.Duration)
- func (o *AdminGetMemberActiveSessionParams) SetUserID(userID string)
- func (o *AdminGetMemberActiveSessionParams) WithContext(ctx context.Context) *AdminGetMemberActiveSessionParams
- func (o *AdminGetMemberActiveSessionParams) WithHTTPClient(client *http.Client) *AdminGetMemberActiveSessionParams
- func (o *AdminGetMemberActiveSessionParams) WithName(name string) *AdminGetMemberActiveSessionParams
- func (o *AdminGetMemberActiveSessionParams) WithNamespace(namespace string) *AdminGetMemberActiveSessionParams
- func (o *AdminGetMemberActiveSessionParams) WithTimeout(timeout time.Duration) *AdminGetMemberActiveSessionParams
- func (o *AdminGetMemberActiveSessionParams) WithUserID(userID string) *AdminGetMemberActiveSessionParams
- func (o *AdminGetMemberActiveSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminGetMemberActiveSessionReader
- type AdminGetMemberActiveSessionUnauthorized
- type AdminReconcileMaxActiveSessionBadRequest
- type AdminReconcileMaxActiveSessionInternalServerError
- type AdminReconcileMaxActiveSessionOK
- type AdminReconcileMaxActiveSessionParams
- func NewAdminReconcileMaxActiveSessionParams() *AdminReconcileMaxActiveSessionParams
- func NewAdminReconcileMaxActiveSessionParamsWithContext(ctx context.Context) *AdminReconcileMaxActiveSessionParams
- func NewAdminReconcileMaxActiveSessionParamsWithHTTPClient(client *http.Client) *AdminReconcileMaxActiveSessionParams
- func NewAdminReconcileMaxActiveSessionParamsWithTimeout(timeout time.Duration) *AdminReconcileMaxActiveSessionParams
- func (o *AdminReconcileMaxActiveSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
- func (o *AdminReconcileMaxActiveSessionParams) SetBody(body *sessionclientmodels.ModelsRequestReconcileMaxActiveSession)
- func (o *AdminReconcileMaxActiveSessionParams) SetContext(ctx context.Context)
- func (o *AdminReconcileMaxActiveSessionParams) SetFlightId(flightId string)
- func (o *AdminReconcileMaxActiveSessionParams) SetHTTPClient(client *http.Client)
- func (o *AdminReconcileMaxActiveSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
- func (o *AdminReconcileMaxActiveSessionParams) SetName(name string)
- func (o *AdminReconcileMaxActiveSessionParams) SetNamespace(namespace string)
- func (o *AdminReconcileMaxActiveSessionParams) SetTimeout(timeout time.Duration)
- func (o *AdminReconcileMaxActiveSessionParams) WithBody(body *sessionclientmodels.ModelsRequestReconcileMaxActiveSession) *AdminReconcileMaxActiveSessionParams
- func (o *AdminReconcileMaxActiveSessionParams) WithContext(ctx context.Context) *AdminReconcileMaxActiveSessionParams
- func (o *AdminReconcileMaxActiveSessionParams) WithHTTPClient(client *http.Client) *AdminReconcileMaxActiveSessionParams
- func (o *AdminReconcileMaxActiveSessionParams) WithName(name string) *AdminReconcileMaxActiveSessionParams
- func (o *AdminReconcileMaxActiveSessionParams) WithNamespace(namespace string) *AdminReconcileMaxActiveSessionParams
- func (o *AdminReconcileMaxActiveSessionParams) WithTimeout(timeout time.Duration) *AdminReconcileMaxActiveSessionParams
- func (o *AdminReconcileMaxActiveSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type AdminReconcileMaxActiveSessionReader
- type AdminReconcileMaxActiveSessionUnauthorized
- type Client
- func (a *Client) AdminGetMemberActiveSession(params *AdminGetMemberActiveSessionParams, ...) (*AdminGetMemberActiveSessionOK, *AdminGetMemberActiveSessionBadRequest, ...)deprecated
- func (a *Client) AdminGetMemberActiveSessionShort(params *AdminGetMemberActiveSessionParams, ...) (*AdminGetMemberActiveSessionOK, error)
- func (a *Client) AdminReconcileMaxActiveSession(params *AdminReconcileMaxActiveSessionParams, ...) (*AdminReconcileMaxActiveSessionOK, *AdminReconcileMaxActiveSessionBadRequest, ...)deprecated
- func (a *Client) AdminReconcileMaxActiveSessionShort(params *AdminReconcileMaxActiveSessionParams, ...) (*AdminReconcileMaxActiveSessionOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdminGetMemberActiveSessionBadRequest ¶
type AdminGetMemberActiveSessionBadRequest struct {
Payload *sessionclientmodels.ResponseError
}
AdminGetMemberActiveSessionBadRequest handles this case with default header values.
Bad Request
func NewAdminGetMemberActiveSessionBadRequest ¶
func NewAdminGetMemberActiveSessionBadRequest() *AdminGetMemberActiveSessionBadRequest
NewAdminGetMemberActiveSessionBadRequest creates a AdminGetMemberActiveSessionBadRequest with default headers values
func (*AdminGetMemberActiveSessionBadRequest) Error ¶
func (o *AdminGetMemberActiveSessionBadRequest) Error() string
func (*AdminGetMemberActiveSessionBadRequest) GetPayload ¶
func (o *AdminGetMemberActiveSessionBadRequest) GetPayload() *sessionclientmodels.ResponseError
func (*AdminGetMemberActiveSessionBadRequest) ToJSONString ¶
func (o *AdminGetMemberActiveSessionBadRequest) ToJSONString() string
type AdminGetMemberActiveSessionInternalServerError ¶
type AdminGetMemberActiveSessionInternalServerError struct {
Payload *sessionclientmodels.ResponseError
}
AdminGetMemberActiveSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminGetMemberActiveSessionInternalServerError ¶
func NewAdminGetMemberActiveSessionInternalServerError() *AdminGetMemberActiveSessionInternalServerError
NewAdminGetMemberActiveSessionInternalServerError creates a AdminGetMemberActiveSessionInternalServerError with default headers values
func (*AdminGetMemberActiveSessionInternalServerError) Error ¶
func (o *AdminGetMemberActiveSessionInternalServerError) Error() string
func (*AdminGetMemberActiveSessionInternalServerError) GetPayload ¶
func (o *AdminGetMemberActiveSessionInternalServerError) GetPayload() *sessionclientmodels.ResponseError
func (*AdminGetMemberActiveSessionInternalServerError) ToJSONString ¶
func (o *AdminGetMemberActiveSessionInternalServerError) ToJSONString() string
type AdminGetMemberActiveSessionOK ¶
type AdminGetMemberActiveSessionOK struct {
Payload *sessionclientmodels.ModelsMemberActiveSession
}
AdminGetMemberActiveSessionOK handles this case with default header values.
OK
func NewAdminGetMemberActiveSessionOK ¶
func NewAdminGetMemberActiveSessionOK() *AdminGetMemberActiveSessionOK
NewAdminGetMemberActiveSessionOK creates a AdminGetMemberActiveSessionOK with default headers values
func (*AdminGetMemberActiveSessionOK) Error ¶
func (o *AdminGetMemberActiveSessionOK) Error() string
func (*AdminGetMemberActiveSessionOK) GetPayload ¶
func (o *AdminGetMemberActiveSessionOK) GetPayload() *sessionclientmodels.ModelsMemberActiveSession
func (*AdminGetMemberActiveSessionOK) ToJSONString ¶
func (o *AdminGetMemberActiveSessionOK) ToJSONString() string
type AdminGetMemberActiveSessionParams ¶
type AdminGetMemberActiveSessionParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Name
configuration name
*/
Name string
/*Namespace
namespace of the game
*/
Namespace string
/*UserID
User ID
*/
UserID string
AuthInfoWriter runtime.ClientAuthInfoWriter
Context context.Context
HTTPClient *http.Client
// XFlightId is an optional parameter from this SDK
XFlightId *string
// contains filtered or unexported fields
}
AdminGetMemberActiveSessionParams contains all the parameters to send to the API endpoint for the admin get member active session operation typically these are written to a http.Request
func NewAdminGetMemberActiveSessionParams ¶
func NewAdminGetMemberActiveSessionParams() *AdminGetMemberActiveSessionParams
NewAdminGetMemberActiveSessionParams creates a new AdminGetMemberActiveSessionParams object with the default values initialized.
func NewAdminGetMemberActiveSessionParamsWithContext ¶
func NewAdminGetMemberActiveSessionParamsWithContext(ctx context.Context) *AdminGetMemberActiveSessionParams
NewAdminGetMemberActiveSessionParamsWithContext creates a new AdminGetMemberActiveSessionParams object with the default values initialized, and the ability to set a context for a request
func NewAdminGetMemberActiveSessionParamsWithHTTPClient ¶
func NewAdminGetMemberActiveSessionParamsWithHTTPClient(client *http.Client) *AdminGetMemberActiveSessionParams
NewAdminGetMemberActiveSessionParamsWithHTTPClient creates a new AdminGetMemberActiveSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminGetMemberActiveSessionParamsWithTimeout ¶
func NewAdminGetMemberActiveSessionParamsWithTimeout(timeout time.Duration) *AdminGetMemberActiveSessionParams
NewAdminGetMemberActiveSessionParamsWithTimeout creates a new AdminGetMemberActiveSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminGetMemberActiveSessionParams) SetAuthInfoWriter ¶
func (o *AdminGetMemberActiveSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) SetContext ¶
func (o *AdminGetMemberActiveSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) SetFlightId ¶ added in v0.63.0
func (o *AdminGetMemberActiveSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminGetMemberActiveSessionParams) SetHTTPClient ¶
func (o *AdminGetMemberActiveSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) SetHTTPClientTransport ¶
func (o *AdminGetMemberActiveSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) SetName ¶
func (o *AdminGetMemberActiveSessionParams) SetName(name string)
SetName adds the name to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) SetNamespace ¶
func (o *AdminGetMemberActiveSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) SetTimeout ¶
func (o *AdminGetMemberActiveSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) SetUserID ¶
func (o *AdminGetMemberActiveSessionParams) SetUserID(userID string)
SetUserID adds the userId to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) WithContext ¶
func (o *AdminGetMemberActiveSessionParams) WithContext(ctx context.Context) *AdminGetMemberActiveSessionParams
WithContext adds the context to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) WithHTTPClient ¶
func (o *AdminGetMemberActiveSessionParams) WithHTTPClient(client *http.Client) *AdminGetMemberActiveSessionParams
WithHTTPClient adds the HTTPClient to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) WithName ¶
func (o *AdminGetMemberActiveSessionParams) WithName(name string) *AdminGetMemberActiveSessionParams
WithName adds the name to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) WithNamespace ¶
func (o *AdminGetMemberActiveSessionParams) WithNamespace(namespace string) *AdminGetMemberActiveSessionParams
WithNamespace adds the namespace to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) WithTimeout ¶
func (o *AdminGetMemberActiveSessionParams) WithTimeout(timeout time.Duration) *AdminGetMemberActiveSessionParams
WithTimeout adds the timeout to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) WithUserID ¶
func (o *AdminGetMemberActiveSessionParams) WithUserID(userID string) *AdminGetMemberActiveSessionParams
WithUserID adds the userID to the admin get member active session params
func (*AdminGetMemberActiveSessionParams) WriteToRequest ¶
func (o *AdminGetMemberActiveSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminGetMemberActiveSessionReader ¶
type AdminGetMemberActiveSessionReader struct {
// contains filtered or unexported fields
}
AdminGetMemberActiveSessionReader is a Reader for the AdminGetMemberActiveSession structure.
func (*AdminGetMemberActiveSessionReader) ReadResponse ¶
func (o *AdminGetMemberActiveSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminGetMemberActiveSessionUnauthorized ¶
type AdminGetMemberActiveSessionUnauthorized struct {
}
AdminGetMemberActiveSessionUnauthorized handles this case with default header values.
Unauthorized
func NewAdminGetMemberActiveSessionUnauthorized ¶
func NewAdminGetMemberActiveSessionUnauthorized() *AdminGetMemberActiveSessionUnauthorized
NewAdminGetMemberActiveSessionUnauthorized creates a AdminGetMemberActiveSessionUnauthorized with default headers values
func (*AdminGetMemberActiveSessionUnauthorized) Error ¶
func (o *AdminGetMemberActiveSessionUnauthorized) Error() string
func (*AdminGetMemberActiveSessionUnauthorized) GetPayload ¶
func (o *AdminGetMemberActiveSessionUnauthorized) GetPayload() *sessionclientmodels.ResponseError
func (*AdminGetMemberActiveSessionUnauthorized) ToJSONString ¶
func (o *AdminGetMemberActiveSessionUnauthorized) ToJSONString() string
type AdminReconcileMaxActiveSessionBadRequest ¶
type AdminReconcileMaxActiveSessionBadRequest struct {
Payload *sessionclientmodels.ResponseError
}
AdminReconcileMaxActiveSessionBadRequest handles this case with default header values.
Bad Request
func NewAdminReconcileMaxActiveSessionBadRequest ¶
func NewAdminReconcileMaxActiveSessionBadRequest() *AdminReconcileMaxActiveSessionBadRequest
NewAdminReconcileMaxActiveSessionBadRequest creates a AdminReconcileMaxActiveSessionBadRequest with default headers values
func (*AdminReconcileMaxActiveSessionBadRequest) Error ¶
func (o *AdminReconcileMaxActiveSessionBadRequest) Error() string
func (*AdminReconcileMaxActiveSessionBadRequest) GetPayload ¶
func (o *AdminReconcileMaxActiveSessionBadRequest) GetPayload() *sessionclientmodels.ResponseError
func (*AdminReconcileMaxActiveSessionBadRequest) ToJSONString ¶
func (o *AdminReconcileMaxActiveSessionBadRequest) ToJSONString() string
type AdminReconcileMaxActiveSessionInternalServerError ¶
type AdminReconcileMaxActiveSessionInternalServerError struct {
Payload *sessionclientmodels.ResponseError
}
AdminReconcileMaxActiveSessionInternalServerError handles this case with default header values.
Internal Server Error
func NewAdminReconcileMaxActiveSessionInternalServerError ¶
func NewAdminReconcileMaxActiveSessionInternalServerError() *AdminReconcileMaxActiveSessionInternalServerError
NewAdminReconcileMaxActiveSessionInternalServerError creates a AdminReconcileMaxActiveSessionInternalServerError with default headers values
func (*AdminReconcileMaxActiveSessionInternalServerError) Error ¶
func (o *AdminReconcileMaxActiveSessionInternalServerError) Error() string
func (*AdminReconcileMaxActiveSessionInternalServerError) GetPayload ¶
func (o *AdminReconcileMaxActiveSessionInternalServerError) GetPayload() *sessionclientmodels.ResponseError
func (*AdminReconcileMaxActiveSessionInternalServerError) ToJSONString ¶
func (o *AdminReconcileMaxActiveSessionInternalServerError) ToJSONString() string
type AdminReconcileMaxActiveSessionOK ¶
type AdminReconcileMaxActiveSessionOK struct {
}
AdminReconcileMaxActiveSessionOK handles this case with default header values.
OK
func NewAdminReconcileMaxActiveSessionOK ¶
func NewAdminReconcileMaxActiveSessionOK() *AdminReconcileMaxActiveSessionOK
NewAdminReconcileMaxActiveSessionOK creates a AdminReconcileMaxActiveSessionOK with default headers values
func (*AdminReconcileMaxActiveSessionOK) Error ¶
func (o *AdminReconcileMaxActiveSessionOK) Error() string
type AdminReconcileMaxActiveSessionParams ¶
type AdminReconcileMaxActiveSessionParams struct {
/*RetryPolicy*/
RetryPolicy *utils.Retry
/*Body*/
Body *sessionclientmodels.ModelsRequestReconcileMaxActiveSession
/*Name
configuration name
*/
Name string
/*Namespace
namespace of the game
*/
Namespace string
AuthInfoWriter runtime.ClientAuthInfoWriter
Context context.Context
HTTPClient *http.Client
// XFlightId is an optional parameter from this SDK
XFlightId *string
// contains filtered or unexported fields
}
AdminReconcileMaxActiveSessionParams contains all the parameters to send to the API endpoint for the admin reconcile max active session operation typically these are written to a http.Request
func NewAdminReconcileMaxActiveSessionParams ¶
func NewAdminReconcileMaxActiveSessionParams() *AdminReconcileMaxActiveSessionParams
NewAdminReconcileMaxActiveSessionParams creates a new AdminReconcileMaxActiveSessionParams object with the default values initialized.
func NewAdminReconcileMaxActiveSessionParamsWithContext ¶
func NewAdminReconcileMaxActiveSessionParamsWithContext(ctx context.Context) *AdminReconcileMaxActiveSessionParams
NewAdminReconcileMaxActiveSessionParamsWithContext creates a new AdminReconcileMaxActiveSessionParams object with the default values initialized, and the ability to set a context for a request
func NewAdminReconcileMaxActiveSessionParamsWithHTTPClient ¶
func NewAdminReconcileMaxActiveSessionParamsWithHTTPClient(client *http.Client) *AdminReconcileMaxActiveSessionParams
NewAdminReconcileMaxActiveSessionParamsWithHTTPClient creates a new AdminReconcileMaxActiveSessionParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewAdminReconcileMaxActiveSessionParamsWithTimeout ¶
func NewAdminReconcileMaxActiveSessionParamsWithTimeout(timeout time.Duration) *AdminReconcileMaxActiveSessionParams
NewAdminReconcileMaxActiveSessionParamsWithTimeout creates a new AdminReconcileMaxActiveSessionParams object with the default values initialized, and the ability to set a timeout on a request
func (*AdminReconcileMaxActiveSessionParams) SetAuthInfoWriter ¶
func (o *AdminReconcileMaxActiveSessionParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)
SetAuthInfoWriter adds the authInfoWriter to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) SetBody ¶
func (o *AdminReconcileMaxActiveSessionParams) SetBody(body *sessionclientmodels.ModelsRequestReconcileMaxActiveSession)
SetBody adds the body to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) SetContext ¶
func (o *AdminReconcileMaxActiveSessionParams) SetContext(ctx context.Context)
SetContext adds the context to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) SetFlightId ¶ added in v0.63.0
func (o *AdminReconcileMaxActiveSessionParams) SetFlightId(flightId string)
SetFlightId adds the flightId as the header value for this specific endpoint
func (*AdminReconcileMaxActiveSessionParams) SetHTTPClient ¶
func (o *AdminReconcileMaxActiveSessionParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) SetHTTPClientTransport ¶
func (o *AdminReconcileMaxActiveSessionParams) SetHTTPClientTransport(roundTripper http.RoundTripper)
SetHTTPClient adds the HTTPClient Transport to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) SetName ¶
func (o *AdminReconcileMaxActiveSessionParams) SetName(name string)
SetName adds the name to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) SetNamespace ¶
func (o *AdminReconcileMaxActiveSessionParams) SetNamespace(namespace string)
SetNamespace adds the namespace to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) SetTimeout ¶
func (o *AdminReconcileMaxActiveSessionParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) WithBody ¶
func (o *AdminReconcileMaxActiveSessionParams) WithBody(body *sessionclientmodels.ModelsRequestReconcileMaxActiveSession) *AdminReconcileMaxActiveSessionParams
WithBody adds the body to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) WithContext ¶
func (o *AdminReconcileMaxActiveSessionParams) WithContext(ctx context.Context) *AdminReconcileMaxActiveSessionParams
WithContext adds the context to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) WithHTTPClient ¶
func (o *AdminReconcileMaxActiveSessionParams) WithHTTPClient(client *http.Client) *AdminReconcileMaxActiveSessionParams
WithHTTPClient adds the HTTPClient to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) WithName ¶
func (o *AdminReconcileMaxActiveSessionParams) WithName(name string) *AdminReconcileMaxActiveSessionParams
WithName adds the name to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) WithNamespace ¶
func (o *AdminReconcileMaxActiveSessionParams) WithNamespace(namespace string) *AdminReconcileMaxActiveSessionParams
WithNamespace adds the namespace to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) WithTimeout ¶
func (o *AdminReconcileMaxActiveSessionParams) WithTimeout(timeout time.Duration) *AdminReconcileMaxActiveSessionParams
WithTimeout adds the timeout to the admin reconcile max active session params
func (*AdminReconcileMaxActiveSessionParams) WriteToRequest ¶
func (o *AdminReconcileMaxActiveSessionParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type AdminReconcileMaxActiveSessionReader ¶
type AdminReconcileMaxActiveSessionReader struct {
// contains filtered or unexported fields
}
AdminReconcileMaxActiveSessionReader is a Reader for the AdminReconcileMaxActiveSession structure.
func (*AdminReconcileMaxActiveSessionReader) ReadResponse ¶
func (o *AdminReconcileMaxActiveSessionReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type AdminReconcileMaxActiveSessionUnauthorized ¶
type AdminReconcileMaxActiveSessionUnauthorized struct {
}
AdminReconcileMaxActiveSessionUnauthorized handles this case with default header values.
Unauthorized
func NewAdminReconcileMaxActiveSessionUnauthorized ¶
func NewAdminReconcileMaxActiveSessionUnauthorized() *AdminReconcileMaxActiveSessionUnauthorized
NewAdminReconcileMaxActiveSessionUnauthorized creates a AdminReconcileMaxActiveSessionUnauthorized with default headers values
func (*AdminReconcileMaxActiveSessionUnauthorized) Error ¶
func (o *AdminReconcileMaxActiveSessionUnauthorized) Error() string
func (*AdminReconcileMaxActiveSessionUnauthorized) GetPayload ¶
func (o *AdminReconcileMaxActiveSessionUnauthorized) GetPayload() *sessionclientmodels.ResponseError
func (*AdminReconcileMaxActiveSessionUnauthorized) ToJSONString ¶
func (o *AdminReconcileMaxActiveSessionUnauthorized) ToJSONString() string
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client for max active API
func (*Client) AdminGetMemberActiveSession
deprecated
func (a *Client) AdminGetMemberActiveSession(params *AdminGetMemberActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMemberActiveSessionOK, *AdminGetMemberActiveSessionBadRequest, *AdminGetMemberActiveSessionUnauthorized, *AdminGetMemberActiveSessionInternalServerError, error)
Deprecated: 2022-08-10 - Use AdminGetMemberActiveSessionShort instead.
AdminGetMemberActiveSession get member active session.
Returns the number of active sessions the specified user is participating in under the given configuration template.
func (*Client) AdminGetMemberActiveSessionShort ¶
func (a *Client) AdminGetMemberActiveSessionShort(params *AdminGetMemberActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMemberActiveSessionOK, error)
AdminGetMemberActiveSessionShort get member active session.
Returns the number of active sessions the specified user is participating in under the given configuration template.
func (*Client) AdminReconcileMaxActiveSession
deprecated
func (a *Client) AdminReconcileMaxActiveSession(params *AdminReconcileMaxActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReconcileMaxActiveSessionOK, *AdminReconcileMaxActiveSessionBadRequest, *AdminReconcileMaxActiveSessionUnauthorized, *AdminReconcileMaxActiveSessionInternalServerError, error)
Deprecated: 2022-08-10 - Use AdminReconcileMaxActiveSessionShort instead.
AdminReconcileMaxActiveSession reconcile max active session.
Reconciles the max active session count for the specified configuration template. Scans active sessions and updates the counter to reflect the actual count.
func (*Client) AdminReconcileMaxActiveSessionShort ¶
func (a *Client) AdminReconcileMaxActiveSessionShort(params *AdminReconcileMaxActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReconcileMaxActiveSessionOK, error)
AdminReconcileMaxActiveSessionShort reconcile max active session.
Reconciles the max active session count for the specified configuration template. Scans active sessions and updates the counter to reflect the actual count.
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface {
AdminGetMemberActiveSession(params *AdminGetMemberActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMemberActiveSessionOK, *AdminGetMemberActiveSessionBadRequest, *AdminGetMemberActiveSessionUnauthorized, *AdminGetMemberActiveSessionInternalServerError, error)
AdminGetMemberActiveSessionShort(params *AdminGetMemberActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminGetMemberActiveSessionOK, error)
AdminReconcileMaxActiveSession(params *AdminReconcileMaxActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReconcileMaxActiveSessionOK, *AdminReconcileMaxActiveSessionBadRequest, *AdminReconcileMaxActiveSessionUnauthorized, *AdminReconcileMaxActiveSessionInternalServerError, error)
AdminReconcileMaxActiveSessionShort(params *AdminReconcileMaxActiveSessionParams, authInfo runtime.ClientAuthInfoWriter) (*AdminReconcileMaxActiveSessionOK, 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 max active API client.