terminated_servers

package
v0.68.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CheckServerLogsInternalServerError added in v0.9.0

type CheckServerLogsInternalServerError struct {
	Payload *dslogmanagerclientmodels.ResponseError
}

CheckServerLogsInternalServerError handles this case with default header values.

Internal Server Error

func NewCheckServerLogsInternalServerError added in v0.9.0

func NewCheckServerLogsInternalServerError() *CheckServerLogsInternalServerError

NewCheckServerLogsInternalServerError creates a CheckServerLogsInternalServerError with default headers values

func (*CheckServerLogsInternalServerError) Error added in v0.9.0

func (*CheckServerLogsInternalServerError) GetPayload added in v0.9.0

func (*CheckServerLogsInternalServerError) ToJSONString added in v0.25.0

func (o *CheckServerLogsInternalServerError) ToJSONString() string

type CheckServerLogsNotFound added in v0.9.0

type CheckServerLogsNotFound struct {
	Payload *dslogmanagerclientmodels.ResponseError
}

CheckServerLogsNotFound handles this case with default header values.

Not Found

func NewCheckServerLogsNotFound added in v0.9.0

func NewCheckServerLogsNotFound() *CheckServerLogsNotFound

NewCheckServerLogsNotFound creates a CheckServerLogsNotFound with default headers values

func (*CheckServerLogsNotFound) Error added in v0.9.0

func (o *CheckServerLogsNotFound) Error() string

func (*CheckServerLogsNotFound) GetPayload added in v0.9.0

func (*CheckServerLogsNotFound) ToJSONString added in v0.25.0

func (o *CheckServerLogsNotFound) ToJSONString() string

type CheckServerLogsOK added in v0.9.0

type CheckServerLogsOK struct {
	Payload *dslogmanagerclientmodels.ModelsLogFileStatus
}

CheckServerLogsOK handles this case with default header values.

Log exists.

func NewCheckServerLogsOK added in v0.9.0

func NewCheckServerLogsOK() *CheckServerLogsOK

NewCheckServerLogsOK creates a CheckServerLogsOK with default headers values

func (*CheckServerLogsOK) Error added in v0.9.0

func (o *CheckServerLogsOK) Error() string

func (*CheckServerLogsOK) GetPayload added in v0.9.0

func (*CheckServerLogsOK) ToJSONString added in v0.25.0

func (o *CheckServerLogsOK) ToJSONString() string

type CheckServerLogsParams added in v0.9.0

type CheckServerLogsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*PodName
	  name of the DS pod

	*/
	PodName 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
}

CheckServerLogsParams contains all the parameters to send to the API endpoint for the check server logs operation typically these are written to a http.Request

func NewCheckServerLogsParams added in v0.9.0

func NewCheckServerLogsParams() *CheckServerLogsParams

NewCheckServerLogsParams creates a new CheckServerLogsParams object with the default values initialized.

func NewCheckServerLogsParamsWithContext added in v0.9.0

func NewCheckServerLogsParamsWithContext(ctx context.Context) *CheckServerLogsParams

NewCheckServerLogsParamsWithContext creates a new CheckServerLogsParams object with the default values initialized, and the ability to set a context for a request

func NewCheckServerLogsParamsWithHTTPClient added in v0.9.0

func NewCheckServerLogsParamsWithHTTPClient(client *http.Client) *CheckServerLogsParams

NewCheckServerLogsParamsWithHTTPClient creates a new CheckServerLogsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewCheckServerLogsParamsWithTimeout added in v0.9.0

func NewCheckServerLogsParamsWithTimeout(timeout time.Duration) *CheckServerLogsParams

NewCheckServerLogsParamsWithTimeout creates a new CheckServerLogsParams object with the default values initialized, and the ability to set a timeout on a request

func (*CheckServerLogsParams) SetAuthInfoWriter added in v0.17.0

func (o *CheckServerLogsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the check server logs params

func (*CheckServerLogsParams) SetContext added in v0.9.0

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

SetContext adds the context to the check server logs params

func (*CheckServerLogsParams) SetFlightId added in v0.63.0

func (o *CheckServerLogsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*CheckServerLogsParams) SetHTTPClient added in v0.9.0

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

SetHTTPClient adds the HTTPClient to the check server logs params

func (*CheckServerLogsParams) SetHTTPClientTransport added in v0.19.0

func (o *CheckServerLogsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the check server logs params

func (*CheckServerLogsParams) SetNamespace added in v0.9.0

func (o *CheckServerLogsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the check server logs params

func (*CheckServerLogsParams) SetPodName added in v0.9.0

func (o *CheckServerLogsParams) SetPodName(podName string)

SetPodName adds the podName to the check server logs params

func (*CheckServerLogsParams) SetTimeout added in v0.9.0

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

SetTimeout adds the timeout to the check server logs params

func (*CheckServerLogsParams) WithContext added in v0.9.0

WithContext adds the context to the check server logs params

func (*CheckServerLogsParams) WithHTTPClient added in v0.9.0

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

WithHTTPClient adds the HTTPClient to the check server logs params

func (*CheckServerLogsParams) WithNamespace added in v0.9.0

func (o *CheckServerLogsParams) WithNamespace(namespace string) *CheckServerLogsParams

WithNamespace adds the namespace to the check server logs params

func (*CheckServerLogsParams) WithPodName added in v0.9.0

func (o *CheckServerLogsParams) WithPodName(podName string) *CheckServerLogsParams

WithPodName adds the podName to the check server logs params

func (*CheckServerLogsParams) WithTimeout added in v0.9.0

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

WithTimeout adds the timeout to the check server logs params

func (*CheckServerLogsParams) WriteToRequest added in v0.9.0

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

WriteToRequest writes these params to a swagger request

type CheckServerLogsReader added in v0.9.0

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

CheckServerLogsReader is a Reader for the CheckServerLogs structure.

func (*CheckServerLogsReader) ReadResponse added in v0.9.0

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

ReadResponse reads a server response into the received o.

type Client

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

Client for terminated servers API

func (*Client) CheckServerLogs deprecated added in v0.9.0

Deprecated: 2022-08-10 - Use CheckServerLogsShort instead.

CheckServerLogs check dedicated server log files existence Required permission: ADMIN:NAMESPACE:{namespace}:DSLM:LOG [READ]

Required scope: social

This endpoint will check log file existence before download file.

func (*Client) CheckServerLogsShort added in v0.9.0

func (a *Client) CheckServerLogsShort(params *CheckServerLogsParams, authInfo runtime.ClientAuthInfoWriter) (*CheckServerLogsOK, error)

CheckServerLogsShort check dedicated server log files existence Required permission: ADMIN:NAMESPACE:{namespace}:DSLM:LOG [READ]

Required scope: social

This endpoint will check log file existence before download file.

func (*Client) DownloadServerLogs deprecated added in v0.9.0

Deprecated: 2022-08-10 - Use DownloadServerLogsShort instead.

DownloadServerLogs download dedicated server log files Required permission: ADMIN:NAMESPACE:{namespace}:DSLM:LOG [READ]

Required scope: social

This endpoint will download dedicated server's log file (.log).

func (*Client) DownloadServerLogsShort added in v0.9.0

func (a *Client) DownloadServerLogsShort(params *DownloadServerLogsParams, authInfo runtime.ClientAuthInfoWriter, writer io.Writer) (*DownloadServerLogsOK, error)

DownloadServerLogsShort download dedicated server log files Required permission: ADMIN:NAMESPACE:{namespace}:DSLM:LOG [READ]

Required scope: social

This endpoint will download dedicated server's log file (.log).

func (*Client) ListTerminatedServers deprecated

Deprecated: 2022-08-10 - Use ListTerminatedServersShort instead.

ListTerminatedServers retrieve all terminated servers ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSLM:SERVER [READ]

This endpoint used to retrieve terminated servers in a namespace

The namespace filter is will give result exact namespace response ```

func (*Client) ListTerminatedServersShort added in v0.8.0

func (a *Client) ListTerminatedServersShort(params *ListTerminatedServersParams, authInfo runtime.ClientAuthInfoWriter) (*ListTerminatedServersOK, error)

ListTerminatedServersShort retrieve all terminated servers ``` Required permission: ADMIN:NAMESPACE:{namespace}:DSLM:SERVER [READ]

This endpoint used to retrieve terminated servers in a namespace

The namespace filter is will give result exact namespace response ```

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

ClientService is the interface for Client methods

func New

func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService

New creates a new terminated servers API client.

type DownloadServerLogsInternalServerError added in v0.9.0

type DownloadServerLogsInternalServerError struct {
	Payload *dslogmanagerclientmodels.ResponseError
}

DownloadServerLogsInternalServerError handles this case with default header values.

Internal Server Error

func NewDownloadServerLogsInternalServerError added in v0.9.0

func NewDownloadServerLogsInternalServerError() *DownloadServerLogsInternalServerError

NewDownloadServerLogsInternalServerError creates a DownloadServerLogsInternalServerError with default headers values

func (*DownloadServerLogsInternalServerError) Error added in v0.9.0

func (*DownloadServerLogsInternalServerError) GetPayload added in v0.9.0

func (*DownloadServerLogsInternalServerError) ToJSONString added in v0.25.0

type DownloadServerLogsNotFound added in v0.9.0

type DownloadServerLogsNotFound struct {
	Payload *dslogmanagerclientmodels.ResponseError
}

DownloadServerLogsNotFound handles this case with default header values.

Not Found

func NewDownloadServerLogsNotFound added in v0.9.0

func NewDownloadServerLogsNotFound() *DownloadServerLogsNotFound

NewDownloadServerLogsNotFound creates a DownloadServerLogsNotFound with default headers values

func (*DownloadServerLogsNotFound) Error added in v0.9.0

func (*DownloadServerLogsNotFound) GetPayload added in v0.9.0

func (*DownloadServerLogsNotFound) ToJSONString added in v0.25.0

func (o *DownloadServerLogsNotFound) ToJSONString() string

type DownloadServerLogsOK added in v0.9.0

type DownloadServerLogsOK struct {
	Payload io.Writer
}

DownloadServerLogsOK handles this case with default header values.

server logs downloaded.

func NewDownloadServerLogsOK added in v0.9.0

func NewDownloadServerLogsOK(writer io.Writer) *DownloadServerLogsOK

NewDownloadServerLogsOK creates a DownloadServerLogsOK with default headers values

func (*DownloadServerLogsOK) Error added in v0.9.0

func (o *DownloadServerLogsOK) Error() string

func (*DownloadServerLogsOK) GetPayload added in v0.32.0

func (o *DownloadServerLogsOK) GetPayload() io.Writer

func (*DownloadServerLogsOK) ToJSONString added in v0.32.0

func (o *DownloadServerLogsOK) ToJSONString() string

type DownloadServerLogsParams added in v0.9.0

type DownloadServerLogsParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*PodName
	  name of the DS pod

	*/
	PodName 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
}

DownloadServerLogsParams contains all the parameters to send to the API endpoint for the download server logs operation typically these are written to a http.Request

func NewDownloadServerLogsParams added in v0.9.0

func NewDownloadServerLogsParams() *DownloadServerLogsParams

NewDownloadServerLogsParams creates a new DownloadServerLogsParams object with the default values initialized.

func NewDownloadServerLogsParamsWithContext added in v0.9.0

func NewDownloadServerLogsParamsWithContext(ctx context.Context) *DownloadServerLogsParams

NewDownloadServerLogsParamsWithContext creates a new DownloadServerLogsParams object with the default values initialized, and the ability to set a context for a request

func NewDownloadServerLogsParamsWithHTTPClient added in v0.9.0

func NewDownloadServerLogsParamsWithHTTPClient(client *http.Client) *DownloadServerLogsParams

NewDownloadServerLogsParamsWithHTTPClient creates a new DownloadServerLogsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewDownloadServerLogsParamsWithTimeout added in v0.9.0

func NewDownloadServerLogsParamsWithTimeout(timeout time.Duration) *DownloadServerLogsParams

NewDownloadServerLogsParamsWithTimeout creates a new DownloadServerLogsParams object with the default values initialized, and the ability to set a timeout on a request

func (*DownloadServerLogsParams) SetAuthInfoWriter added in v0.17.0

func (o *DownloadServerLogsParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the download server logs params

func (*DownloadServerLogsParams) SetContext added in v0.9.0

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

SetContext adds the context to the download server logs params

func (*DownloadServerLogsParams) SetFlightId added in v0.63.0

func (o *DownloadServerLogsParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*DownloadServerLogsParams) SetHTTPClient added in v0.9.0

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

SetHTTPClient adds the HTTPClient to the download server logs params

func (*DownloadServerLogsParams) SetHTTPClientTransport added in v0.19.0

func (o *DownloadServerLogsParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the download server logs params

func (*DownloadServerLogsParams) SetNamespace added in v0.9.0

func (o *DownloadServerLogsParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the download server logs params

func (*DownloadServerLogsParams) SetPodName added in v0.9.0

func (o *DownloadServerLogsParams) SetPodName(podName string)

SetPodName adds the podName to the download server logs params

func (*DownloadServerLogsParams) SetTimeout added in v0.9.0

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

SetTimeout adds the timeout to the download server logs params

func (*DownloadServerLogsParams) WithContext added in v0.9.0

WithContext adds the context to the download server logs params

func (*DownloadServerLogsParams) WithHTTPClient added in v0.9.0

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

WithHTTPClient adds the HTTPClient to the download server logs params

func (*DownloadServerLogsParams) WithNamespace added in v0.9.0

func (o *DownloadServerLogsParams) WithNamespace(namespace string) *DownloadServerLogsParams

WithNamespace adds the namespace to the download server logs params

func (*DownloadServerLogsParams) WithPodName added in v0.9.0

func (o *DownloadServerLogsParams) WithPodName(podName string) *DownloadServerLogsParams

WithPodName adds the podName to the download server logs params

func (*DownloadServerLogsParams) WithTimeout added in v0.9.0

WithTimeout adds the timeout to the download server logs params

func (*DownloadServerLogsParams) WriteToRequest added in v0.9.0

WriteToRequest writes these params to a swagger request

type DownloadServerLogsReader added in v0.9.0

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

DownloadServerLogsReader is a Reader for the DownloadServerLogs structure.

func (*DownloadServerLogsReader) ReadResponse added in v0.9.0

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

ReadResponse reads a server response into the received o.

type ListTerminatedServersBadRequest

type ListTerminatedServersBadRequest struct {
	Payload *dslogmanagerclientmodels.ResponseError
}

ListTerminatedServersBadRequest handles this case with default header values.

Bad Request

func NewListTerminatedServersBadRequest

func NewListTerminatedServersBadRequest() *ListTerminatedServersBadRequest

NewListTerminatedServersBadRequest creates a ListTerminatedServersBadRequest with default headers values

func (*ListTerminatedServersBadRequest) Error

func (*ListTerminatedServersBadRequest) GetPayload

func (*ListTerminatedServersBadRequest) ToJSONString added in v0.25.0

func (o *ListTerminatedServersBadRequest) ToJSONString() string

type ListTerminatedServersInternalServerError

type ListTerminatedServersInternalServerError struct {
	Payload *dslogmanagerclientmodels.ResponseError
}

ListTerminatedServersInternalServerError handles this case with default header values.

Internal Server Error

func NewListTerminatedServersInternalServerError

func NewListTerminatedServersInternalServerError() *ListTerminatedServersInternalServerError

NewListTerminatedServersInternalServerError creates a ListTerminatedServersInternalServerError with default headers values

func (*ListTerminatedServersInternalServerError) Error

func (*ListTerminatedServersInternalServerError) GetPayload

func (*ListTerminatedServersInternalServerError) ToJSONString added in v0.25.0

type ListTerminatedServersOK

type ListTerminatedServersOK struct {
	Payload *dslogmanagerclientmodels.ModelsListTerminatedServersResponse
}

ListTerminatedServersOK handles this case with default header values.

OK

func NewListTerminatedServersOK

func NewListTerminatedServersOK() *ListTerminatedServersOK

NewListTerminatedServersOK creates a ListTerminatedServersOK with default headers values

func (*ListTerminatedServersOK) Error

func (o *ListTerminatedServersOK) Error() string

func (*ListTerminatedServersOK) ToJSONString added in v0.25.0

func (o *ListTerminatedServersOK) ToJSONString() string

type ListTerminatedServersParams

type ListTerminatedServersParams struct {

	/*RetryPolicy*/
	RetryPolicy *utils.Retry
	/*Namespace
	  namespace of the game

	*/
	Namespace string
	/*Deployment
	  deployment of the game

	*/
	Deployment *string
	/*EndDate
	  end date on last update of the game RFC 3339

	*/
	EndDate *string
	/*GameMode
	  game mode of the game

	*/
	GameMode *string
	/*Limit
	  limit

	*/
	Limit *int64
	/*Next
	  next

	*/
	Next *string
	/*PartyID
	  ID of the party

	*/
	PartyID *string
	/*PodName
	  pod name of the server

	*/
	PodName *string
	/*Previous
	  previous

	*/
	Previous *string
	/*Provider
	  provider of the server

	*/
	Provider *string
	/*Region
	  region of the server

	*/
	Region *string
	/*SessionID
	  session id of the game

	*/
	SessionID *string
	/*Source
	  the source of the request, currently only for dsmc use with value: dsmc

	*/
	Source *string
	/*StartDate
	  start date on last update of the game RFC 3339

	*/
	StartDate *string
	/*Status
	  last status of the server

	*/
	Status *string
	/*UserID
	  ID of the user

	*/
	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
}

ListTerminatedServersParams contains all the parameters to send to the API endpoint for the list terminated servers operation typically these are written to a http.Request

func NewListTerminatedServersParams

func NewListTerminatedServersParams() *ListTerminatedServersParams

NewListTerminatedServersParams creates a new ListTerminatedServersParams object with the default values initialized.

func NewListTerminatedServersParamsWithContext

func NewListTerminatedServersParamsWithContext(ctx context.Context) *ListTerminatedServersParams

NewListTerminatedServersParamsWithContext creates a new ListTerminatedServersParams object with the default values initialized, and the ability to set a context for a request

func NewListTerminatedServersParamsWithHTTPClient

func NewListTerminatedServersParamsWithHTTPClient(client *http.Client) *ListTerminatedServersParams

NewListTerminatedServersParamsWithHTTPClient creates a new ListTerminatedServersParams object with the default values initialized, and the ability to set a custom HTTPClient for a request

func NewListTerminatedServersParamsWithTimeout

func NewListTerminatedServersParamsWithTimeout(timeout time.Duration) *ListTerminatedServersParams

NewListTerminatedServersParamsWithTimeout creates a new ListTerminatedServersParams object with the default values initialized, and the ability to set a timeout on a request

func (*ListTerminatedServersParams) SetAuthInfoWriter added in v0.17.0

func (o *ListTerminatedServersParams) SetAuthInfoWriter(authInfoWriter runtime.ClientAuthInfoWriter)

SetAuthInfoWriter adds the authInfoWriter to the list terminated servers params

func (*ListTerminatedServersParams) SetContext

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

SetContext adds the context to the list terminated servers params

func (*ListTerminatedServersParams) SetDeployment

func (o *ListTerminatedServersParams) SetDeployment(deployment *string)

SetDeployment adds the deployment to the list terminated servers params

func (*ListTerminatedServersParams) SetEndDate added in v0.9.0

func (o *ListTerminatedServersParams) SetEndDate(endDate *string)

SetEndDate adds the endDate to the list terminated servers params

func (*ListTerminatedServersParams) SetFlightId added in v0.63.0

func (o *ListTerminatedServersParams) SetFlightId(flightId string)

SetFlightId adds the flightId as the header value for this specific endpoint

func (*ListTerminatedServersParams) SetGameMode

func (o *ListTerminatedServersParams) SetGameMode(gameMode *string)

SetGameMode adds the gameMode to the list terminated servers params

func (*ListTerminatedServersParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list terminated servers params

func (*ListTerminatedServersParams) SetHTTPClientTransport added in v0.19.0

func (o *ListTerminatedServersParams) SetHTTPClientTransport(roundTripper http.RoundTripper)

SetHTTPClient adds the HTTPClient Transport to the list terminated servers params

func (*ListTerminatedServersParams) SetLimit

func (o *ListTerminatedServersParams) SetLimit(limit *int64)

SetLimit adds the limit to the list terminated servers params

func (*ListTerminatedServersParams) SetNamespace

func (o *ListTerminatedServersParams) SetNamespace(namespace string)

SetNamespace adds the namespace to the list terminated servers params

func (*ListTerminatedServersParams) SetNext added in v0.9.0

func (o *ListTerminatedServersParams) SetNext(nextVar *string)

SetNext adds the next to the list terminated servers params

func (*ListTerminatedServersParams) SetPartyID

func (o *ListTerminatedServersParams) SetPartyID(partyID *string)

SetPartyID adds the partyId to the list terminated servers params

func (*ListTerminatedServersParams) SetPodName

func (o *ListTerminatedServersParams) SetPodName(podName *string)

SetPodName adds the podName to the list terminated servers params

func (*ListTerminatedServersParams) SetPrevious added in v0.9.0

func (o *ListTerminatedServersParams) SetPrevious(previous *string)

SetPrevious adds the previous to the list terminated servers params

func (*ListTerminatedServersParams) SetProvider

func (o *ListTerminatedServersParams) SetProvider(provider *string)

SetProvider adds the provider to the list terminated servers params

func (*ListTerminatedServersParams) SetRegion

func (o *ListTerminatedServersParams) SetRegion(region *string)

SetRegion adds the region to the list terminated servers params

func (*ListTerminatedServersParams) SetSessionID

func (o *ListTerminatedServersParams) SetSessionID(sessionID *string)

SetSessionID adds the sessionId to the list terminated servers params

func (*ListTerminatedServersParams) SetSource added in v0.54.0

func (o *ListTerminatedServersParams) SetSource(source *string)

SetSource adds the source to the list terminated servers params

func (*ListTerminatedServersParams) SetStartDate added in v0.9.0

func (o *ListTerminatedServersParams) SetStartDate(startDate *string)

SetStartDate adds the startDate to the list terminated servers params

func (*ListTerminatedServersParams) SetStatus added in v0.22.0

func (o *ListTerminatedServersParams) SetStatus(status *string)

SetStatus adds the status to the list terminated servers params

func (*ListTerminatedServersParams) SetTimeout

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

SetTimeout adds the timeout to the list terminated servers params

func (*ListTerminatedServersParams) SetUserID

func (o *ListTerminatedServersParams) SetUserID(userID *string)

SetUserID adds the userId to the list terminated servers params

func (*ListTerminatedServersParams) WithContext

WithContext adds the context to the list terminated servers params

func (*ListTerminatedServersParams) WithDeployment

func (o *ListTerminatedServersParams) WithDeployment(deployment *string) *ListTerminatedServersParams

WithDeployment adds the deployment to the list terminated servers params

func (*ListTerminatedServersParams) WithEndDate added in v0.9.0

WithEndDate adds the endDate to the list terminated servers params

func (*ListTerminatedServersParams) WithGameMode

WithGameMode adds the gameMode to the list terminated servers params

func (*ListTerminatedServersParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list terminated servers params

func (*ListTerminatedServersParams) WithLimit

WithLimit adds the limit to the list terminated servers params

func (*ListTerminatedServersParams) WithNamespace

func (o *ListTerminatedServersParams) WithNamespace(namespace string) *ListTerminatedServersParams

WithNamespace adds the namespace to the list terminated servers params

func (*ListTerminatedServersParams) WithNext added in v0.9.0

WithNext adds the nextVar to the list terminated servers params

func (*ListTerminatedServersParams) WithPartyID

WithPartyID adds the partyID to the list terminated servers params

func (*ListTerminatedServersParams) WithPodName

WithPodName adds the podName to the list terminated servers params

func (*ListTerminatedServersParams) WithPrevious added in v0.9.0

WithPrevious adds the previous to the list terminated servers params

func (*ListTerminatedServersParams) WithProvider

WithProvider adds the provider to the list terminated servers params

func (*ListTerminatedServersParams) WithRegion

WithRegion adds the region to the list terminated servers params

func (*ListTerminatedServersParams) WithSessionID

func (o *ListTerminatedServersParams) WithSessionID(sessionID *string) *ListTerminatedServersParams

WithSessionID adds the sessionID to the list terminated servers params

func (*ListTerminatedServersParams) WithSource added in v0.54.0

WithSource adds the source to the list terminated servers params

func (*ListTerminatedServersParams) WithStartDate added in v0.9.0

func (o *ListTerminatedServersParams) WithStartDate(startDate *string) *ListTerminatedServersParams

WithStartDate adds the startDate to the list terminated servers params

func (*ListTerminatedServersParams) WithStatus added in v0.22.0

WithStatus adds the status to the list terminated servers params

func (*ListTerminatedServersParams) WithTimeout

WithTimeout adds the timeout to the list terminated servers params

func (*ListTerminatedServersParams) WithUserID

WithUserID adds the userID to the list terminated servers params

func (*ListTerminatedServersParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListTerminatedServersReader

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

ListTerminatedServersReader is a Reader for the ListTerminatedServers structure.

func (*ListTerminatedServersReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListTerminatedServersUnauthorized

type ListTerminatedServersUnauthorized struct {
	Payload *dslogmanagerclientmodels.ResponseError
}

ListTerminatedServersUnauthorized handles this case with default header values.

Unauthorized

func NewListTerminatedServersUnauthorized

func NewListTerminatedServersUnauthorized() *ListTerminatedServersUnauthorized

NewListTerminatedServersUnauthorized creates a ListTerminatedServersUnauthorized with default headers values

func (*ListTerminatedServersUnauthorized) Error

func (*ListTerminatedServersUnauthorized) GetPayload

func (*ListTerminatedServersUnauthorized) ToJSONString added in v0.25.0

func (o *ListTerminatedServersUnauthorized) ToJSONString() string

Jump to

Keyboard shortcuts

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