images

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Oct 11, 2017 License: GPL-3.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 images API

func New

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

New creates a new images API client.

func (*Client) ImagesCreateOrUpdate

ImagesCreateOrUpdate Create or update an image.

func (*Client) ImagesDelete

ImagesDelete Deletes an Image.

func (*Client) ImagesGet

func (a *Client) ImagesGet(params *ImagesGetParams, authInfo runtime.ClientAuthInfoWriter) (*ImagesGetOK, error)

ImagesGet Gets an image.

func (*Client) ImagesList

func (a *Client) ImagesList(params *ImagesListParams, authInfo runtime.ClientAuthInfoWriter) (*ImagesListOK, error)

ImagesList Gets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is not null to fetch all the Images.

func (*Client) ImagesListByResourceGroup

func (a *Client) ImagesListByResourceGroup(params *ImagesListByResourceGroupParams, authInfo runtime.ClientAuthInfoWriter) (*ImagesListByResourceGroupOK, error)

ImagesListByResourceGroup Gets the list of images under a resource group.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ImagesCreateOrUpdateCreated

type ImagesCreateOrUpdateCreated struct {
	Payload *models.Image
}

ImagesCreateOrUpdateCreated handles this case with default header values.

Created

func NewImagesCreateOrUpdateCreated

func NewImagesCreateOrUpdateCreated() *ImagesCreateOrUpdateCreated

NewImagesCreateOrUpdateCreated creates a ImagesCreateOrUpdateCreated with default headers values

func (*ImagesCreateOrUpdateCreated) Error

type ImagesCreateOrUpdateOK

type ImagesCreateOrUpdateOK struct {
	Payload *models.Image
}

ImagesCreateOrUpdateOK handles this case with default header values.

OK

func NewImagesCreateOrUpdateOK

func NewImagesCreateOrUpdateOK() *ImagesCreateOrUpdateOK

NewImagesCreateOrUpdateOK creates a ImagesCreateOrUpdateOK with default headers values

func (*ImagesCreateOrUpdateOK) Error

func (o *ImagesCreateOrUpdateOK) Error() string

type ImagesCreateOrUpdateParams

type ImagesCreateOrUpdateParams struct {

	/*APIVersion
	  Client Api Version.

	*/
	APIVersion string
	/*ImageName
	  The name of the image.

	*/
	ImageName string
	/*Parameters
	  Parameters supplied to the Create Image operation.

	*/
	Parameters *models.Image
	/*ResourceGroupName
	  The name of the resource group.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

	*/
	SubscriptionID string

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

ImagesCreateOrUpdateParams contains all the parameters to send to the API endpoint for the images create or update operation typically these are written to a http.Request

func NewImagesCreateOrUpdateParams

func NewImagesCreateOrUpdateParams() *ImagesCreateOrUpdateParams

NewImagesCreateOrUpdateParams creates a new ImagesCreateOrUpdateParams object with the default values initialized.

func NewImagesCreateOrUpdateParamsWithContext

func NewImagesCreateOrUpdateParamsWithContext(ctx context.Context) *ImagesCreateOrUpdateParams

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

func NewImagesCreateOrUpdateParamsWithTimeout

func NewImagesCreateOrUpdateParamsWithTimeout(timeout time.Duration) *ImagesCreateOrUpdateParams

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

func (*ImagesCreateOrUpdateParams) SetAPIVersion

func (o *ImagesCreateOrUpdateParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the images create or update params

func (*ImagesCreateOrUpdateParams) SetContext

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

SetContext adds the context to the images create or update params

func (*ImagesCreateOrUpdateParams) SetImageName

func (o *ImagesCreateOrUpdateParams) SetImageName(imageName string)

SetImageName adds the imageName to the images create or update params

func (*ImagesCreateOrUpdateParams) SetParameters

func (o *ImagesCreateOrUpdateParams) SetParameters(parameters *models.Image)

SetParameters adds the parameters to the images create or update params

func (*ImagesCreateOrUpdateParams) SetResourceGroupName

func (o *ImagesCreateOrUpdateParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the images create or update params

func (*ImagesCreateOrUpdateParams) SetSubscriptionID

func (o *ImagesCreateOrUpdateParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the images create or update params

func (*ImagesCreateOrUpdateParams) SetTimeout

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

SetTimeout adds the timeout to the images create or update params

func (*ImagesCreateOrUpdateParams) WithAPIVersion

func (o *ImagesCreateOrUpdateParams) WithAPIVersion(aPIVersion string) *ImagesCreateOrUpdateParams

WithAPIVersion adds the aPIVersion to the images create or update params

func (*ImagesCreateOrUpdateParams) WithContext

WithContext adds the context to the images create or update params

func (*ImagesCreateOrUpdateParams) WithImageName

func (o *ImagesCreateOrUpdateParams) WithImageName(imageName string) *ImagesCreateOrUpdateParams

WithImageName adds the imageName to the images create or update params

func (*ImagesCreateOrUpdateParams) WithParameters

func (o *ImagesCreateOrUpdateParams) WithParameters(parameters *models.Image) *ImagesCreateOrUpdateParams

WithParameters adds the parameters to the images create or update params

func (*ImagesCreateOrUpdateParams) WithResourceGroupName

func (o *ImagesCreateOrUpdateParams) WithResourceGroupName(resourceGroupName string) *ImagesCreateOrUpdateParams

WithResourceGroupName adds the resourceGroupName to the images create or update params

func (*ImagesCreateOrUpdateParams) WithSubscriptionID

func (o *ImagesCreateOrUpdateParams) WithSubscriptionID(subscriptionID string) *ImagesCreateOrUpdateParams

WithSubscriptionID adds the subscriptionID to the images create or update params

func (*ImagesCreateOrUpdateParams) WithTimeout

WithTimeout adds the timeout to the images create or update params

func (*ImagesCreateOrUpdateParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImagesCreateOrUpdateReader

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

ImagesCreateOrUpdateReader is a Reader for the ImagesCreateOrUpdate structure.

func (*ImagesCreateOrUpdateReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImagesDeleteAccepted

type ImagesDeleteAccepted struct {
}

ImagesDeleteAccepted handles this case with default header values.

Accepted

func NewImagesDeleteAccepted

func NewImagesDeleteAccepted() *ImagesDeleteAccepted

NewImagesDeleteAccepted creates a ImagesDeleteAccepted with default headers values

func (*ImagesDeleteAccepted) Error

func (o *ImagesDeleteAccepted) Error() string

type ImagesDeleteNoContent

type ImagesDeleteNoContent struct {
}

ImagesDeleteNoContent handles this case with default header values.

No Content

func NewImagesDeleteNoContent

func NewImagesDeleteNoContent() *ImagesDeleteNoContent

NewImagesDeleteNoContent creates a ImagesDeleteNoContent with default headers values

func (*ImagesDeleteNoContent) Error

func (o *ImagesDeleteNoContent) Error() string

type ImagesDeleteOK

type ImagesDeleteOK struct {
	Payload *models.OperationStatusResponse
}

ImagesDeleteOK handles this case with default header values.

OK

func NewImagesDeleteOK

func NewImagesDeleteOK() *ImagesDeleteOK

NewImagesDeleteOK creates a ImagesDeleteOK with default headers values

func (*ImagesDeleteOK) Error

func (o *ImagesDeleteOK) Error() string

type ImagesDeleteParams

type ImagesDeleteParams struct {

	/*APIVersion
	  Client Api Version.

	*/
	APIVersion string
	/*ImageName
	  The name of the image.

	*/
	ImageName string
	/*ResourceGroupName
	  The name of the resource group.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

	*/
	SubscriptionID string

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

ImagesDeleteParams contains all the parameters to send to the API endpoint for the images delete operation typically these are written to a http.Request

func NewImagesDeleteParams

func NewImagesDeleteParams() *ImagesDeleteParams

NewImagesDeleteParams creates a new ImagesDeleteParams object with the default values initialized.

func NewImagesDeleteParamsWithContext

func NewImagesDeleteParamsWithContext(ctx context.Context) *ImagesDeleteParams

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

func NewImagesDeleteParamsWithTimeout

func NewImagesDeleteParamsWithTimeout(timeout time.Duration) *ImagesDeleteParams

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

func (*ImagesDeleteParams) SetAPIVersion

func (o *ImagesDeleteParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the images delete params

func (*ImagesDeleteParams) SetContext

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

SetContext adds the context to the images delete params

func (*ImagesDeleteParams) SetImageName

func (o *ImagesDeleteParams) SetImageName(imageName string)

SetImageName adds the imageName to the images delete params

func (*ImagesDeleteParams) SetResourceGroupName

func (o *ImagesDeleteParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the images delete params

func (*ImagesDeleteParams) SetSubscriptionID

func (o *ImagesDeleteParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the images delete params

func (*ImagesDeleteParams) SetTimeout

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

SetTimeout adds the timeout to the images delete params

func (*ImagesDeleteParams) WithAPIVersion

func (o *ImagesDeleteParams) WithAPIVersion(aPIVersion string) *ImagesDeleteParams

WithAPIVersion adds the aPIVersion to the images delete params

func (*ImagesDeleteParams) WithContext

WithContext adds the context to the images delete params

func (*ImagesDeleteParams) WithImageName

func (o *ImagesDeleteParams) WithImageName(imageName string) *ImagesDeleteParams

WithImageName adds the imageName to the images delete params

func (*ImagesDeleteParams) WithResourceGroupName

func (o *ImagesDeleteParams) WithResourceGroupName(resourceGroupName string) *ImagesDeleteParams

WithResourceGroupName adds the resourceGroupName to the images delete params

func (*ImagesDeleteParams) WithSubscriptionID

func (o *ImagesDeleteParams) WithSubscriptionID(subscriptionID string) *ImagesDeleteParams

WithSubscriptionID adds the subscriptionID to the images delete params

func (*ImagesDeleteParams) WithTimeout

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

WithTimeout adds the timeout to the images delete params

func (*ImagesDeleteParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ImagesDeleteReader

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

ImagesDeleteReader is a Reader for the ImagesDelete structure.

func (*ImagesDeleteReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImagesGetOK

type ImagesGetOK struct {
	Payload *models.Image
}

ImagesGetOK handles this case with default header values.

OK

func NewImagesGetOK

func NewImagesGetOK() *ImagesGetOK

NewImagesGetOK creates a ImagesGetOK with default headers values

func (*ImagesGetOK) Error

func (o *ImagesGetOK) Error() string

type ImagesGetParams

type ImagesGetParams struct {

	/*NrDollarExpand
	  The expand expression to apply on the operation.

	*/
	DollarExpand *string
	/*APIVersion
	  Client Api Version.

	*/
	APIVersion string
	/*ImageName
	  The name of the image.

	*/
	ImageName string
	/*ResourceGroupName
	  The name of the resource group.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

	*/
	SubscriptionID string

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

ImagesGetParams contains all the parameters to send to the API endpoint for the images get operation typically these are written to a http.Request

func NewImagesGetParams

func NewImagesGetParams() *ImagesGetParams

NewImagesGetParams creates a new ImagesGetParams object with the default values initialized.

func NewImagesGetParamsWithContext

func NewImagesGetParamsWithContext(ctx context.Context) *ImagesGetParams

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

func NewImagesGetParamsWithTimeout

func NewImagesGetParamsWithTimeout(timeout time.Duration) *ImagesGetParams

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

func (*ImagesGetParams) SetAPIVersion

func (o *ImagesGetParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the images get params

func (*ImagesGetParams) SetContext

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

SetContext adds the context to the images get params

func (*ImagesGetParams) SetDollarExpand

func (o *ImagesGetParams) SetDollarExpand(dollarExpand *string)

SetDollarExpand adds the dollarExpand to the images get params

func (*ImagesGetParams) SetImageName

func (o *ImagesGetParams) SetImageName(imageName string)

SetImageName adds the imageName to the images get params

func (*ImagesGetParams) SetResourceGroupName

func (o *ImagesGetParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the images get params

func (*ImagesGetParams) SetSubscriptionID

func (o *ImagesGetParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the images get params

func (*ImagesGetParams) SetTimeout

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

SetTimeout adds the timeout to the images get params

func (*ImagesGetParams) WithAPIVersion

func (o *ImagesGetParams) WithAPIVersion(aPIVersion string) *ImagesGetParams

WithAPIVersion adds the aPIVersion to the images get params

func (*ImagesGetParams) WithContext

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

WithContext adds the context to the images get params

func (*ImagesGetParams) WithDollarExpand

func (o *ImagesGetParams) WithDollarExpand(dollarExpand *string) *ImagesGetParams

WithDollarExpand adds the dollarExpand to the images get params

func (*ImagesGetParams) WithImageName

func (o *ImagesGetParams) WithImageName(imageName string) *ImagesGetParams

WithImageName adds the imageName to the images get params

func (*ImagesGetParams) WithResourceGroupName

func (o *ImagesGetParams) WithResourceGroupName(resourceGroupName string) *ImagesGetParams

WithResourceGroupName adds the resourceGroupName to the images get params

func (*ImagesGetParams) WithSubscriptionID

func (o *ImagesGetParams) WithSubscriptionID(subscriptionID string) *ImagesGetParams

WithSubscriptionID adds the subscriptionID to the images get params

func (*ImagesGetParams) WithTimeout

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

WithTimeout adds the timeout to the images get params

func (*ImagesGetParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ImagesGetReader

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

ImagesGetReader is a Reader for the ImagesGet structure.

func (*ImagesGetReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImagesListByResourceGroupOK

type ImagesListByResourceGroupOK struct {
	Payload *models.ImageListResult
}

ImagesListByResourceGroupOK handles this case with default header values.

OK

func NewImagesListByResourceGroupOK

func NewImagesListByResourceGroupOK() *ImagesListByResourceGroupOK

NewImagesListByResourceGroupOK creates a ImagesListByResourceGroupOK with default headers values

func (*ImagesListByResourceGroupOK) Error

type ImagesListByResourceGroupParams

type ImagesListByResourceGroupParams struct {

	/*APIVersion
	  Client Api Version.

	*/
	APIVersion string
	/*ResourceGroupName
	  The name of the resource group.

	*/
	ResourceGroupName string
	/*SubscriptionID
	  Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

	*/
	SubscriptionID string

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

ImagesListByResourceGroupParams contains all the parameters to send to the API endpoint for the images list by resource group operation typically these are written to a http.Request

func NewImagesListByResourceGroupParams

func NewImagesListByResourceGroupParams() *ImagesListByResourceGroupParams

NewImagesListByResourceGroupParams creates a new ImagesListByResourceGroupParams object with the default values initialized.

func NewImagesListByResourceGroupParamsWithContext

func NewImagesListByResourceGroupParamsWithContext(ctx context.Context) *ImagesListByResourceGroupParams

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

func NewImagesListByResourceGroupParamsWithTimeout

func NewImagesListByResourceGroupParamsWithTimeout(timeout time.Duration) *ImagesListByResourceGroupParams

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

func (*ImagesListByResourceGroupParams) SetAPIVersion

func (o *ImagesListByResourceGroupParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the images list by resource group params

func (*ImagesListByResourceGroupParams) SetContext

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

SetContext adds the context to the images list by resource group params

func (*ImagesListByResourceGroupParams) SetResourceGroupName

func (o *ImagesListByResourceGroupParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the images list by resource group params

func (*ImagesListByResourceGroupParams) SetSubscriptionID

func (o *ImagesListByResourceGroupParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the images list by resource group params

func (*ImagesListByResourceGroupParams) SetTimeout

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

SetTimeout adds the timeout to the images list by resource group params

func (*ImagesListByResourceGroupParams) WithAPIVersion

WithAPIVersion adds the aPIVersion to the images list by resource group params

func (*ImagesListByResourceGroupParams) WithContext

WithContext adds the context to the images list by resource group params

func (*ImagesListByResourceGroupParams) WithResourceGroupName

func (o *ImagesListByResourceGroupParams) WithResourceGroupName(resourceGroupName string) *ImagesListByResourceGroupParams

WithResourceGroupName adds the resourceGroupName to the images list by resource group params

func (*ImagesListByResourceGroupParams) WithSubscriptionID

func (o *ImagesListByResourceGroupParams) WithSubscriptionID(subscriptionID string) *ImagesListByResourceGroupParams

WithSubscriptionID adds the subscriptionID to the images list by resource group params

func (*ImagesListByResourceGroupParams) WithTimeout

WithTimeout adds the timeout to the images list by resource group params

func (*ImagesListByResourceGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImagesListByResourceGroupReader

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

ImagesListByResourceGroupReader is a Reader for the ImagesListByResourceGroup structure.

func (*ImagesListByResourceGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImagesListOK

type ImagesListOK struct {
	Payload *models.ImageListResult
}

ImagesListOK handles this case with default header values.

OK

func NewImagesListOK

func NewImagesListOK() *ImagesListOK

NewImagesListOK creates a ImagesListOK with default headers values

func (*ImagesListOK) Error

func (o *ImagesListOK) Error() string

type ImagesListParams

type ImagesListParams struct {

	/*APIVersion
	  Client Api Version.

	*/
	APIVersion string
	/*SubscriptionID
	  Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

	*/
	SubscriptionID string

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

ImagesListParams contains all the parameters to send to the API endpoint for the images list operation typically these are written to a http.Request

func NewImagesListParams

func NewImagesListParams() *ImagesListParams

NewImagesListParams creates a new ImagesListParams object with the default values initialized.

func NewImagesListParamsWithContext

func NewImagesListParamsWithContext(ctx context.Context) *ImagesListParams

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

func NewImagesListParamsWithTimeout

func NewImagesListParamsWithTimeout(timeout time.Duration) *ImagesListParams

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

func (*ImagesListParams) SetAPIVersion

func (o *ImagesListParams) SetAPIVersion(aPIVersion string)

SetAPIVersion adds the apiVersion to the images list params

func (*ImagesListParams) SetContext

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

SetContext adds the context to the images list params

func (*ImagesListParams) SetSubscriptionID

func (o *ImagesListParams) SetSubscriptionID(subscriptionID string)

SetSubscriptionID adds the subscriptionId to the images list params

func (*ImagesListParams) SetTimeout

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

SetTimeout adds the timeout to the images list params

func (*ImagesListParams) WithAPIVersion

func (o *ImagesListParams) WithAPIVersion(aPIVersion string) *ImagesListParams

WithAPIVersion adds the aPIVersion to the images list params

func (*ImagesListParams) WithContext

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

WithContext adds the context to the images list params

func (*ImagesListParams) WithSubscriptionID

func (o *ImagesListParams) WithSubscriptionID(subscriptionID string) *ImagesListParams

WithSubscriptionID adds the subscriptionID to the images list params

func (*ImagesListParams) WithTimeout

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

WithTimeout adds the timeout to the images list params

func (*ImagesListParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type ImagesListReader

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

ImagesListReader is a Reader for the ImagesList structure.

func (*ImagesListReader) ReadResponse

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

ReadResponse reads a server response into the received o.

Jump to

Keyboard shortcuts

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