alibaba

package
v2.14.6+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2020 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 alibaba API

func (*Client) ListAlibabaInstanceTypes

func (a *Client) ListAlibabaInstanceTypes(params *ListAlibabaInstanceTypesParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlibabaInstanceTypesOK, error)

ListAlibabaInstanceTypes lists available alibaba instance types

func (*Client) ListAlibabaInstanceTypesNoCredentials

ListAlibabaInstanceTypesNoCredentials Lists available Alibaba Instance Types

func (*Client) ListAlibabaZones

func (a *Client) ListAlibabaZones(params *ListAlibabaZonesParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlibabaZonesOK, error)

ListAlibabaZones lists available alibaba zones

func (*Client) ListAlibabaZonesNoCredentials

func (a *Client) ListAlibabaZonesNoCredentials(params *ListAlibabaZonesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlibabaZonesNoCredentialsOK, error)

ListAlibabaZonesNoCredentials Lists available Alibaba Instance Types

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type ClientService

type ClientService interface {
	ListAlibabaInstanceTypes(params *ListAlibabaInstanceTypesParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlibabaInstanceTypesOK, error)

	ListAlibabaInstanceTypesNoCredentials(params *ListAlibabaInstanceTypesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlibabaInstanceTypesNoCredentialsOK, error)

	ListAlibabaZones(params *ListAlibabaZonesParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlibabaZonesOK, error)

	ListAlibabaZonesNoCredentials(params *ListAlibabaZonesNoCredentialsParams, authInfo runtime.ClientAuthInfoWriter) (*ListAlibabaZonesNoCredentialsOK, 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 alibaba API client.

type ListAlibabaInstanceTypesDefault

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

ListAlibabaInstanceTypesDefault handles this case with default header values.

errorResponse

func NewListAlibabaInstanceTypesDefault

func NewListAlibabaInstanceTypesDefault(code int) *ListAlibabaInstanceTypesDefault

NewListAlibabaInstanceTypesDefault creates a ListAlibabaInstanceTypesDefault with default headers values

func (*ListAlibabaInstanceTypesDefault) Code

Code gets the status code for the list alibaba instance types default response

func (*ListAlibabaInstanceTypesDefault) Error

func (*ListAlibabaInstanceTypesDefault) GetPayload

type ListAlibabaInstanceTypesNoCredentialsDefault

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

ListAlibabaInstanceTypesNoCredentialsDefault handles this case with default header values.

errorResponse

func NewListAlibabaInstanceTypesNoCredentialsDefault

func NewListAlibabaInstanceTypesNoCredentialsDefault(code int) *ListAlibabaInstanceTypesNoCredentialsDefault

NewListAlibabaInstanceTypesNoCredentialsDefault creates a ListAlibabaInstanceTypesNoCredentialsDefault with default headers values

func (*ListAlibabaInstanceTypesNoCredentialsDefault) Code

Code gets the status code for the list alibaba instance types no credentials default response

func (*ListAlibabaInstanceTypesNoCredentialsDefault) Error

func (*ListAlibabaInstanceTypesNoCredentialsDefault) GetPayload

type ListAlibabaInstanceTypesNoCredentialsOK

type ListAlibabaInstanceTypesNoCredentialsOK struct {
	Payload models.AlibabaInstanceTypeList
}

ListAlibabaInstanceTypesNoCredentialsOK handles this case with default header values.

AlibabaInstanceTypeList

func NewListAlibabaInstanceTypesNoCredentialsOK

func NewListAlibabaInstanceTypesNoCredentialsOK() *ListAlibabaInstanceTypesNoCredentialsOK

NewListAlibabaInstanceTypesNoCredentialsOK creates a ListAlibabaInstanceTypesNoCredentialsOK with default headers values

func (*ListAlibabaInstanceTypesNoCredentialsOK) Error

func (*ListAlibabaInstanceTypesNoCredentialsOK) GetPayload

type ListAlibabaInstanceTypesNoCredentialsParams

type ListAlibabaInstanceTypesNoCredentialsParams struct {

	/*Region*/
	Region *string
	/*ClusterID*/
	ClusterID string
	/*Dc*/
	DC string
	/*ProjectID*/
	ProjectID string

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

ListAlibabaInstanceTypesNoCredentialsParams contains all the parameters to send to the API endpoint for the list alibaba instance types no credentials operation typically these are written to a http.Request

func NewListAlibabaInstanceTypesNoCredentialsParams

func NewListAlibabaInstanceTypesNoCredentialsParams() *ListAlibabaInstanceTypesNoCredentialsParams

NewListAlibabaInstanceTypesNoCredentialsParams creates a new ListAlibabaInstanceTypesNoCredentialsParams object with the default values initialized.

func NewListAlibabaInstanceTypesNoCredentialsParamsWithContext

func NewListAlibabaInstanceTypesNoCredentialsParamsWithContext(ctx context.Context) *ListAlibabaInstanceTypesNoCredentialsParams

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

func NewListAlibabaInstanceTypesNoCredentialsParamsWithHTTPClient

func NewListAlibabaInstanceTypesNoCredentialsParamsWithHTTPClient(client *http.Client) *ListAlibabaInstanceTypesNoCredentialsParams

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

func NewListAlibabaInstanceTypesNoCredentialsParamsWithTimeout

func NewListAlibabaInstanceTypesNoCredentialsParamsWithTimeout(timeout time.Duration) *ListAlibabaInstanceTypesNoCredentialsParams

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

func (*ListAlibabaInstanceTypesNoCredentialsParams) SetClusterID

func (o *ListAlibabaInstanceTypesNoCredentialsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) SetContext

SetContext adds the context to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) SetDC

SetDC adds the dc to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) SetProjectID

func (o *ListAlibabaInstanceTypesNoCredentialsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) SetRegion

SetRegion adds the region to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) SetTimeout

SetTimeout adds the timeout to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) WithContext

WithContext adds the context to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) WithDC

WithDC adds the dc to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) WithProjectID

WithProjectID adds the projectID to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) WithRegion

WithRegion adds the region to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list alibaba instance types no credentials params

func (*ListAlibabaInstanceTypesNoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAlibabaInstanceTypesNoCredentialsReader

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

ListAlibabaInstanceTypesNoCredentialsReader is a Reader for the ListAlibabaInstanceTypesNoCredentials structure.

func (*ListAlibabaInstanceTypesNoCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAlibabaInstanceTypesOK

type ListAlibabaInstanceTypesOK struct {
	Payload models.AlibabaInstanceTypeList
}

ListAlibabaInstanceTypesOK handles this case with default header values.

AlibabaInstanceTypeList

func NewListAlibabaInstanceTypesOK

func NewListAlibabaInstanceTypesOK() *ListAlibabaInstanceTypesOK

NewListAlibabaInstanceTypesOK creates a ListAlibabaInstanceTypesOK with default headers values

func (*ListAlibabaInstanceTypesOK) Error

func (*ListAlibabaInstanceTypesOK) GetPayload

type ListAlibabaInstanceTypesParams

type ListAlibabaInstanceTypesParams struct {

	/*AccessKeyID*/
	AccessKeyID *string
	/*AccessKeySecret*/
	AccessKeySecret *string
	/*Credential*/
	Credential *string
	/*Region*/
	Region *string

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

ListAlibabaInstanceTypesParams contains all the parameters to send to the API endpoint for the list alibaba instance types operation typically these are written to a http.Request

func NewListAlibabaInstanceTypesParams

func NewListAlibabaInstanceTypesParams() *ListAlibabaInstanceTypesParams

NewListAlibabaInstanceTypesParams creates a new ListAlibabaInstanceTypesParams object with the default values initialized.

func NewListAlibabaInstanceTypesParamsWithContext

func NewListAlibabaInstanceTypesParamsWithContext(ctx context.Context) *ListAlibabaInstanceTypesParams

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

func NewListAlibabaInstanceTypesParamsWithHTTPClient

func NewListAlibabaInstanceTypesParamsWithHTTPClient(client *http.Client) *ListAlibabaInstanceTypesParams

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

func NewListAlibabaInstanceTypesParamsWithTimeout

func NewListAlibabaInstanceTypesParamsWithTimeout(timeout time.Duration) *ListAlibabaInstanceTypesParams

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

func (*ListAlibabaInstanceTypesParams) SetAccessKeyID

func (o *ListAlibabaInstanceTypesParams) SetAccessKeyID(accessKeyID *string)

SetAccessKeyID adds the accessKeyId to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) SetAccessKeySecret

func (o *ListAlibabaInstanceTypesParams) SetAccessKeySecret(accessKeySecret *string)

SetAccessKeySecret adds the accessKeySecret to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) SetContext

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

SetContext adds the context to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) SetCredential

func (o *ListAlibabaInstanceTypesParams) SetCredential(credential *string)

SetCredential adds the credential to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) SetRegion

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

SetRegion adds the region to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) SetTimeout

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

SetTimeout adds the timeout to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) WithAccessKeyID

func (o *ListAlibabaInstanceTypesParams) WithAccessKeyID(accessKeyID *string) *ListAlibabaInstanceTypesParams

WithAccessKeyID adds the accessKeyID to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) WithAccessKeySecret

func (o *ListAlibabaInstanceTypesParams) WithAccessKeySecret(accessKeySecret *string) *ListAlibabaInstanceTypesParams

WithAccessKeySecret adds the accessKeySecret to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) WithContext

WithContext adds the context to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) WithCredential

WithCredential adds the credential to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) WithRegion

WithRegion adds the region to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) WithTimeout

WithTimeout adds the timeout to the list alibaba instance types params

func (*ListAlibabaInstanceTypesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAlibabaInstanceTypesReader

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

ListAlibabaInstanceTypesReader is a Reader for the ListAlibabaInstanceTypes structure.

func (*ListAlibabaInstanceTypesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAlibabaZonesDefault

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

ListAlibabaZonesDefault handles this case with default header values.

errorResponse

func NewListAlibabaZonesDefault

func NewListAlibabaZonesDefault(code int) *ListAlibabaZonesDefault

NewListAlibabaZonesDefault creates a ListAlibabaZonesDefault with default headers values

func (*ListAlibabaZonesDefault) Code

func (o *ListAlibabaZonesDefault) Code() int

Code gets the status code for the list alibaba zones default response

func (*ListAlibabaZonesDefault) Error

func (o *ListAlibabaZonesDefault) Error() string

func (*ListAlibabaZonesDefault) GetPayload

func (o *ListAlibabaZonesDefault) GetPayload() *models.ErrorResponse

type ListAlibabaZonesNoCredentialsDefault

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

ListAlibabaZonesNoCredentialsDefault handles this case with default header values.

errorResponse

func NewListAlibabaZonesNoCredentialsDefault

func NewListAlibabaZonesNoCredentialsDefault(code int) *ListAlibabaZonesNoCredentialsDefault

NewListAlibabaZonesNoCredentialsDefault creates a ListAlibabaZonesNoCredentialsDefault with default headers values

func (*ListAlibabaZonesNoCredentialsDefault) Code

Code gets the status code for the list alibaba zones no credentials default response

func (*ListAlibabaZonesNoCredentialsDefault) Error

func (*ListAlibabaZonesNoCredentialsDefault) GetPayload

type ListAlibabaZonesNoCredentialsOK

type ListAlibabaZonesNoCredentialsOK struct {
	Payload models.AlibabaZoneList
}

ListAlibabaZonesNoCredentialsOK handles this case with default header values.

AlibabaZoneList

func NewListAlibabaZonesNoCredentialsOK

func NewListAlibabaZonesNoCredentialsOK() *ListAlibabaZonesNoCredentialsOK

NewListAlibabaZonesNoCredentialsOK creates a ListAlibabaZonesNoCredentialsOK with default headers values

func (*ListAlibabaZonesNoCredentialsOK) Error

func (*ListAlibabaZonesNoCredentialsOK) GetPayload

type ListAlibabaZonesNoCredentialsParams

type ListAlibabaZonesNoCredentialsParams struct {

	/*Region*/
	Region *string
	/*ClusterID*/
	ClusterID string
	/*Dc*/
	DC string
	/*ProjectID*/
	ProjectID string

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

ListAlibabaZonesNoCredentialsParams contains all the parameters to send to the API endpoint for the list alibaba zones no credentials operation typically these are written to a http.Request

func NewListAlibabaZonesNoCredentialsParams

func NewListAlibabaZonesNoCredentialsParams() *ListAlibabaZonesNoCredentialsParams

NewListAlibabaZonesNoCredentialsParams creates a new ListAlibabaZonesNoCredentialsParams object with the default values initialized.

func NewListAlibabaZonesNoCredentialsParamsWithContext

func NewListAlibabaZonesNoCredentialsParamsWithContext(ctx context.Context) *ListAlibabaZonesNoCredentialsParams

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

func NewListAlibabaZonesNoCredentialsParamsWithHTTPClient

func NewListAlibabaZonesNoCredentialsParamsWithHTTPClient(client *http.Client) *ListAlibabaZonesNoCredentialsParams

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

func NewListAlibabaZonesNoCredentialsParamsWithTimeout

func NewListAlibabaZonesNoCredentialsParamsWithTimeout(timeout time.Duration) *ListAlibabaZonesNoCredentialsParams

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

func (*ListAlibabaZonesNoCredentialsParams) SetClusterID

func (o *ListAlibabaZonesNoCredentialsParams) SetClusterID(clusterID string)

SetClusterID adds the clusterId to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) SetContext

SetContext adds the context to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) SetDC

SetDC adds the dc to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) SetProjectID

func (o *ListAlibabaZonesNoCredentialsParams) SetProjectID(projectID string)

SetProjectID adds the projectId to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) SetRegion

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

SetRegion adds the region to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) SetTimeout

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

SetTimeout adds the timeout to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) WithClusterID

WithClusterID adds the clusterID to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) WithContext

WithContext adds the context to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) WithDC

WithDC adds the dc to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) WithProjectID

WithProjectID adds the projectID to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) WithRegion

WithRegion adds the region to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) WithTimeout

WithTimeout adds the timeout to the list alibaba zones no credentials params

func (*ListAlibabaZonesNoCredentialsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAlibabaZonesNoCredentialsReader

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

ListAlibabaZonesNoCredentialsReader is a Reader for the ListAlibabaZonesNoCredentials structure.

func (*ListAlibabaZonesNoCredentialsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ListAlibabaZonesOK

type ListAlibabaZonesOK struct {
	Payload models.AlibabaZoneList
}

ListAlibabaZonesOK handles this case with default header values.

AlibabaZoneList

func NewListAlibabaZonesOK

func NewListAlibabaZonesOK() *ListAlibabaZonesOK

NewListAlibabaZonesOK creates a ListAlibabaZonesOK with default headers values

func (*ListAlibabaZonesOK) Error

func (o *ListAlibabaZonesOK) Error() string

func (*ListAlibabaZonesOK) GetPayload

func (o *ListAlibabaZonesOK) GetPayload() models.AlibabaZoneList

type ListAlibabaZonesParams

type ListAlibabaZonesParams struct {

	/*AccessKeyID*/
	AccessKeyID *string
	/*AccessKeySecret*/
	AccessKeySecret *string
	/*Credential*/
	Credential *string
	/*Region*/
	Region *string

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

ListAlibabaZonesParams contains all the parameters to send to the API endpoint for the list alibaba zones operation typically these are written to a http.Request

func NewListAlibabaZonesParams

func NewListAlibabaZonesParams() *ListAlibabaZonesParams

NewListAlibabaZonesParams creates a new ListAlibabaZonesParams object with the default values initialized.

func NewListAlibabaZonesParamsWithContext

func NewListAlibabaZonesParamsWithContext(ctx context.Context) *ListAlibabaZonesParams

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

func NewListAlibabaZonesParamsWithHTTPClient

func NewListAlibabaZonesParamsWithHTTPClient(client *http.Client) *ListAlibabaZonesParams

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

func NewListAlibabaZonesParamsWithTimeout

func NewListAlibabaZonesParamsWithTimeout(timeout time.Duration) *ListAlibabaZonesParams

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

func (*ListAlibabaZonesParams) SetAccessKeyID

func (o *ListAlibabaZonesParams) SetAccessKeyID(accessKeyID *string)

SetAccessKeyID adds the accessKeyId to the list alibaba zones params

func (*ListAlibabaZonesParams) SetAccessKeySecret

func (o *ListAlibabaZonesParams) SetAccessKeySecret(accessKeySecret *string)

SetAccessKeySecret adds the accessKeySecret to the list alibaba zones params

func (*ListAlibabaZonesParams) SetContext

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

SetContext adds the context to the list alibaba zones params

func (*ListAlibabaZonesParams) SetCredential

func (o *ListAlibabaZonesParams) SetCredential(credential *string)

SetCredential adds the credential to the list alibaba zones params

func (*ListAlibabaZonesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the list alibaba zones params

func (*ListAlibabaZonesParams) SetRegion

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

SetRegion adds the region to the list alibaba zones params

func (*ListAlibabaZonesParams) SetTimeout

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

SetTimeout adds the timeout to the list alibaba zones params

func (*ListAlibabaZonesParams) WithAccessKeyID

func (o *ListAlibabaZonesParams) WithAccessKeyID(accessKeyID *string) *ListAlibabaZonesParams

WithAccessKeyID adds the accessKeyID to the list alibaba zones params

func (*ListAlibabaZonesParams) WithAccessKeySecret

func (o *ListAlibabaZonesParams) WithAccessKeySecret(accessKeySecret *string) *ListAlibabaZonesParams

WithAccessKeySecret adds the accessKeySecret to the list alibaba zones params

func (*ListAlibabaZonesParams) WithContext

WithContext adds the context to the list alibaba zones params

func (*ListAlibabaZonesParams) WithCredential

func (o *ListAlibabaZonesParams) WithCredential(credential *string) *ListAlibabaZonesParams

WithCredential adds the credential to the list alibaba zones params

func (*ListAlibabaZonesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the list alibaba zones params

func (*ListAlibabaZonesParams) WithRegion

func (o *ListAlibabaZonesParams) WithRegion(region *string) *ListAlibabaZonesParams

WithRegion adds the region to the list alibaba zones params

func (*ListAlibabaZonesParams) WithTimeout

WithTimeout adds the timeout to the list alibaba zones params

func (*ListAlibabaZonesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ListAlibabaZonesReader

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

ListAlibabaZonesReader is a Reader for the ListAlibabaZones structure.

func (*ListAlibabaZonesReader) ReadResponse

func (o *ListAlibabaZonesReader) 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