azure

package
v0.0.0-...-b25b198 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2023 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 ApplyTKGConfigForAzureBadRequest

type ApplyTKGConfigForAzureBadRequest struct {
	Payload *models.Error
}

ApplyTKGConfigForAzureBadRequest handles this case with default header values.

Bad request

func NewApplyTKGConfigForAzureBadRequest

func NewApplyTKGConfigForAzureBadRequest() *ApplyTKGConfigForAzureBadRequest

NewApplyTKGConfigForAzureBadRequest creates a ApplyTKGConfigForAzureBadRequest with default headers values

func (*ApplyTKGConfigForAzureBadRequest) Error

func (*ApplyTKGConfigForAzureBadRequest) GetPayload

type ApplyTKGConfigForAzureInternalServerError

type ApplyTKGConfigForAzureInternalServerError struct {
	Payload *models.Error
}

ApplyTKGConfigForAzureInternalServerError handles this case with default header values.

Internal server error

func NewApplyTKGConfigForAzureInternalServerError

func NewApplyTKGConfigForAzureInternalServerError() *ApplyTKGConfigForAzureInternalServerError

NewApplyTKGConfigForAzureInternalServerError creates a ApplyTKGConfigForAzureInternalServerError with default headers values

func (*ApplyTKGConfigForAzureInternalServerError) Error

func (*ApplyTKGConfigForAzureInternalServerError) GetPayload

type ApplyTKGConfigForAzureOK

type ApplyTKGConfigForAzureOK struct {
	Payload *models.ConfigFileInfo
}

ApplyTKGConfigForAzureOK handles this case with default header values.

Apply change to TKG configuration successfully

func NewApplyTKGConfigForAzureOK

func NewApplyTKGConfigForAzureOK() *ApplyTKGConfigForAzureOK

NewApplyTKGConfigForAzureOK creates a ApplyTKGConfigForAzureOK with default headers values

func (*ApplyTKGConfigForAzureOK) Error

func (o *ApplyTKGConfigForAzureOK) Error() string

func (*ApplyTKGConfigForAzureOK) GetPayload

type ApplyTKGConfigForAzureParams

type ApplyTKGConfigForAzureParams struct {

	/*Params
	  parameters to apply changes to TKG configuration file for Azure

	*/
	Params *models.AzureRegionalClusterParams

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

ApplyTKGConfigForAzureParams contains all the parameters to send to the API endpoint for the apply t k g config for azure operation typically these are written to a http.Request

func NewApplyTKGConfigForAzureParams

func NewApplyTKGConfigForAzureParams() *ApplyTKGConfigForAzureParams

NewApplyTKGConfigForAzureParams creates a new ApplyTKGConfigForAzureParams object with the default values initialized.

func NewApplyTKGConfigForAzureParamsWithContext

func NewApplyTKGConfigForAzureParamsWithContext(ctx context.Context) *ApplyTKGConfigForAzureParams

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

func NewApplyTKGConfigForAzureParamsWithHTTPClient

func NewApplyTKGConfigForAzureParamsWithHTTPClient(client *http.Client) *ApplyTKGConfigForAzureParams

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

func NewApplyTKGConfigForAzureParamsWithTimeout

func NewApplyTKGConfigForAzureParamsWithTimeout(timeout time.Duration) *ApplyTKGConfigForAzureParams

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

func (*ApplyTKGConfigForAzureParams) SetContext

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

SetContext adds the context to the apply t k g config for azure params

func (*ApplyTKGConfigForAzureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the apply t k g config for azure params

func (*ApplyTKGConfigForAzureParams) SetParams

SetParams adds the params to the apply t k g config for azure params

func (*ApplyTKGConfigForAzureParams) SetTimeout

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

SetTimeout adds the timeout to the apply t k g config for azure params

func (*ApplyTKGConfigForAzureParams) WithContext

WithContext adds the context to the apply t k g config for azure params

func (*ApplyTKGConfigForAzureParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the apply t k g config for azure params

func (*ApplyTKGConfigForAzureParams) WithParams

WithParams adds the params to the apply t k g config for azure params

func (*ApplyTKGConfigForAzureParams) WithTimeout

WithTimeout adds the timeout to the apply t k g config for azure params

func (*ApplyTKGConfigForAzureParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ApplyTKGConfigForAzureReader

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

ApplyTKGConfigForAzureReader is a Reader for the ApplyTKGConfigForAzure structure.

func (*ApplyTKGConfigForAzureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ApplyTKGConfigForAzureUnauthorized

type ApplyTKGConfigForAzureUnauthorized struct {
	Payload *models.Error
}

ApplyTKGConfigForAzureUnauthorized handles this case with default header values.

Incorrect credentials

func NewApplyTKGConfigForAzureUnauthorized

func NewApplyTKGConfigForAzureUnauthorized() *ApplyTKGConfigForAzureUnauthorized

NewApplyTKGConfigForAzureUnauthorized creates a ApplyTKGConfigForAzureUnauthorized with default headers values

func (*ApplyTKGConfigForAzureUnauthorized) Error

func (*ApplyTKGConfigForAzureUnauthorized) GetPayload

type Client

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

Client for azure API

func New

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

New creates a new azure API client.

func (*Client) ApplyTKGConfigForAzure

func (a *Client) ApplyTKGConfigForAzure(params *ApplyTKGConfigForAzureParams) (*ApplyTKGConfigForAzureOK, error)

ApplyTKGConfigForAzure applies the changes to t k g configuration file for azure

func (*Client) CreateAzureRegionalCluster

func (a *Client) CreateAzureRegionalCluster(params *CreateAzureRegionalClusterParams) (*CreateAzureRegionalClusterOK, error)

CreateAzureRegionalCluster creates azure regional cluster

func (*Client) CreateAzureResourceGroup

func (a *Client) CreateAzureResourceGroup(params *CreateAzureResourceGroupParams) (*CreateAzureResourceGroupCreated, error)

CreateAzureResourceGroup creates a new azure resource group

func (*Client) CreateAzureVirtualNetwork

func (a *Client) CreateAzureVirtualNetwork(params *CreateAzureVirtualNetworkParams) (*CreateAzureVirtualNetworkCreated, error)

CreateAzureVirtualNetwork creates a new azure virtual network

func (*Client) ExportTKGConfigForAzure

func (a *Client) ExportTKGConfigForAzure(params *ExportTKGConfigForAzureParams) (*ExportTKGConfigForAzureOK, error)

ExportTKGConfigForAzure generates t k g configuration file for azure

func (*Client) GetAzureEndpoint

func (a *Client) GetAzureEndpoint(params *GetAzureEndpointParams) (*GetAzureEndpointOK, error)

GetAzureEndpoint retrieves azure account params from environment variables

func (*Client) GetAzureInstanceTypes

func (a *Client) GetAzureInstanceTypes(params *GetAzureInstanceTypesParams) (*GetAzureInstanceTypesOK, error)

GetAzureInstanceTypes retrieves list of supported azure instance types for a region

func (*Client) GetAzureOSImages

func (a *Client) GetAzureOSImages(params *GetAzureOSImagesParams) (*GetAzureOSImagesOK, error)

GetAzureOSImages retrieves azure supported os images

func (*Client) GetAzureRegions

func (a *Client) GetAzureRegions(params *GetAzureRegionsParams) (*GetAzureRegionsOK, error)

GetAzureRegions retrieves list of supported azure regions

func (*Client) GetAzureResourceGroups

func (a *Client) GetAzureResourceGroups(params *GetAzureResourceGroupsParams) (*GetAzureResourceGroupsOK, error)

GetAzureResourceGroups retrieves list of azure resource groups for a subscription

func (*Client) GetAzureVnets

func (a *Client) GetAzureVnets(params *GetAzureVnetsParams) (*GetAzureVnetsOK, error)

GetAzureVnets retrieves list of azure virtual networks in a resource group

func (*Client) ImportTKGConfigForAzure

func (a *Client) ImportTKGConfigForAzure(params *ImportTKGConfigForAzureParams) (*ImportTKGConfigForAzureOK, error)

ImportTKGConfigForAzure generates t k g configuration object for azure

func (*Client) SetAzureEndpoint

func (a *Client) SetAzureEndpoint(params *SetAzureEndpointParams) (*SetAzureEndpointCreated, error)

SetAzureEndpoint validates and set azure credentials

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateAzureRegionalClusterBadRequest

type CreateAzureRegionalClusterBadRequest struct {
	Payload *models.Error
}

CreateAzureRegionalClusterBadRequest handles this case with default header values.

Bad request

func NewCreateAzureRegionalClusterBadRequest

func NewCreateAzureRegionalClusterBadRequest() *CreateAzureRegionalClusterBadRequest

NewCreateAzureRegionalClusterBadRequest creates a CreateAzureRegionalClusterBadRequest with default headers values

func (*CreateAzureRegionalClusterBadRequest) Error

func (*CreateAzureRegionalClusterBadRequest) GetPayload

type CreateAzureRegionalClusterInternalServerError

type CreateAzureRegionalClusterInternalServerError struct {
	Payload *models.Error
}

CreateAzureRegionalClusterInternalServerError handles this case with default header values.

Internal server error

func NewCreateAzureRegionalClusterInternalServerError

func NewCreateAzureRegionalClusterInternalServerError() *CreateAzureRegionalClusterInternalServerError

NewCreateAzureRegionalClusterInternalServerError creates a CreateAzureRegionalClusterInternalServerError with default headers values

func (*CreateAzureRegionalClusterInternalServerError) Error

func (*CreateAzureRegionalClusterInternalServerError) GetPayload

type CreateAzureRegionalClusterOK

type CreateAzureRegionalClusterOK struct {
	Payload string
}

CreateAzureRegionalClusterOK handles this case with default header values.

Creating regional cluster started successfully

func NewCreateAzureRegionalClusterOK

func NewCreateAzureRegionalClusterOK() *CreateAzureRegionalClusterOK

NewCreateAzureRegionalClusterOK creates a CreateAzureRegionalClusterOK with default headers values

func (*CreateAzureRegionalClusterOK) Error

func (*CreateAzureRegionalClusterOK) GetPayload

func (o *CreateAzureRegionalClusterOK) GetPayload() string

type CreateAzureRegionalClusterParams

type CreateAzureRegionalClusterParams struct {

	/*Params
	  parameters to create a regional cluster

	*/
	Params *models.AzureRegionalClusterParams

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

CreateAzureRegionalClusterParams contains all the parameters to send to the API endpoint for the create azure regional cluster operation typically these are written to a http.Request

func NewCreateAzureRegionalClusterParams

func NewCreateAzureRegionalClusterParams() *CreateAzureRegionalClusterParams

NewCreateAzureRegionalClusterParams creates a new CreateAzureRegionalClusterParams object with the default values initialized.

func NewCreateAzureRegionalClusterParamsWithContext

func NewCreateAzureRegionalClusterParamsWithContext(ctx context.Context) *CreateAzureRegionalClusterParams

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

func NewCreateAzureRegionalClusterParamsWithHTTPClient

func NewCreateAzureRegionalClusterParamsWithHTTPClient(client *http.Client) *CreateAzureRegionalClusterParams

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

func NewCreateAzureRegionalClusterParamsWithTimeout

func NewCreateAzureRegionalClusterParamsWithTimeout(timeout time.Duration) *CreateAzureRegionalClusterParams

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

func (*CreateAzureRegionalClusterParams) SetContext

SetContext adds the context to the create azure regional cluster params

func (*CreateAzureRegionalClusterParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create azure regional cluster params

func (*CreateAzureRegionalClusterParams) SetParams

SetParams adds the params to the create azure regional cluster params

func (*CreateAzureRegionalClusterParams) SetTimeout

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

SetTimeout adds the timeout to the create azure regional cluster params

func (*CreateAzureRegionalClusterParams) WithContext

WithContext adds the context to the create azure regional cluster params

func (*CreateAzureRegionalClusterParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create azure regional cluster params

func (*CreateAzureRegionalClusterParams) WithParams

WithParams adds the params to the create azure regional cluster params

func (*CreateAzureRegionalClusterParams) WithTimeout

WithTimeout adds the timeout to the create azure regional cluster params

func (*CreateAzureRegionalClusterParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAzureRegionalClusterReader

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

CreateAzureRegionalClusterReader is a Reader for the CreateAzureRegionalCluster structure.

func (*CreateAzureRegionalClusterReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAzureRegionalClusterUnauthorized

type CreateAzureRegionalClusterUnauthorized struct {
	Payload *models.Error
}

CreateAzureRegionalClusterUnauthorized handles this case with default header values.

Incorrect credentials

func NewCreateAzureRegionalClusterUnauthorized

func NewCreateAzureRegionalClusterUnauthorized() *CreateAzureRegionalClusterUnauthorized

NewCreateAzureRegionalClusterUnauthorized creates a CreateAzureRegionalClusterUnauthorized with default headers values

func (*CreateAzureRegionalClusterUnauthorized) Error

func (*CreateAzureRegionalClusterUnauthorized) GetPayload

type CreateAzureResourceGroupBadRequest

type CreateAzureResourceGroupBadRequest struct {
	Payload *models.Error
}

CreateAzureResourceGroupBadRequest handles this case with default header values.

Bad request

func NewCreateAzureResourceGroupBadRequest

func NewCreateAzureResourceGroupBadRequest() *CreateAzureResourceGroupBadRequest

NewCreateAzureResourceGroupBadRequest creates a CreateAzureResourceGroupBadRequest with default headers values

func (*CreateAzureResourceGroupBadRequest) Error

func (*CreateAzureResourceGroupBadRequest) GetPayload

type CreateAzureResourceGroupCreated

type CreateAzureResourceGroupCreated struct {
	Payload string
}

CreateAzureResourceGroupCreated handles this case with default header values.

Successfully created Azure resource group

func NewCreateAzureResourceGroupCreated

func NewCreateAzureResourceGroupCreated() *CreateAzureResourceGroupCreated

NewCreateAzureResourceGroupCreated creates a CreateAzureResourceGroupCreated with default headers values

func (*CreateAzureResourceGroupCreated) Error

func (*CreateAzureResourceGroupCreated) GetPayload

func (o *CreateAzureResourceGroupCreated) GetPayload() string

type CreateAzureResourceGroupInternalServerError

type CreateAzureResourceGroupInternalServerError struct {
	Payload *models.Error
}

CreateAzureResourceGroupInternalServerError handles this case with default header values.

Internal server error

func NewCreateAzureResourceGroupInternalServerError

func NewCreateAzureResourceGroupInternalServerError() *CreateAzureResourceGroupInternalServerError

NewCreateAzureResourceGroupInternalServerError creates a CreateAzureResourceGroupInternalServerError with default headers values

func (*CreateAzureResourceGroupInternalServerError) Error

func (*CreateAzureResourceGroupInternalServerError) GetPayload

type CreateAzureResourceGroupParams

type CreateAzureResourceGroupParams struct {

	/*Params
	  parameters to create a new Azure resource group

	*/
	Params *models.AzureResourceGroup

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

CreateAzureResourceGroupParams contains all the parameters to send to the API endpoint for the create azure resource group operation typically these are written to a http.Request

func NewCreateAzureResourceGroupParams

func NewCreateAzureResourceGroupParams() *CreateAzureResourceGroupParams

NewCreateAzureResourceGroupParams creates a new CreateAzureResourceGroupParams object with the default values initialized.

func NewCreateAzureResourceGroupParamsWithContext

func NewCreateAzureResourceGroupParamsWithContext(ctx context.Context) *CreateAzureResourceGroupParams

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

func NewCreateAzureResourceGroupParamsWithHTTPClient

func NewCreateAzureResourceGroupParamsWithHTTPClient(client *http.Client) *CreateAzureResourceGroupParams

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

func NewCreateAzureResourceGroupParamsWithTimeout

func NewCreateAzureResourceGroupParamsWithTimeout(timeout time.Duration) *CreateAzureResourceGroupParams

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

func (*CreateAzureResourceGroupParams) SetContext

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

SetContext adds the context to the create azure resource group params

func (*CreateAzureResourceGroupParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create azure resource group params

func (*CreateAzureResourceGroupParams) SetParams

SetParams adds the params to the create azure resource group params

func (*CreateAzureResourceGroupParams) SetTimeout

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

SetTimeout adds the timeout to the create azure resource group params

func (*CreateAzureResourceGroupParams) WithContext

WithContext adds the context to the create azure resource group params

func (*CreateAzureResourceGroupParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create azure resource group params

func (*CreateAzureResourceGroupParams) WithParams

WithParams adds the params to the create azure resource group params

func (*CreateAzureResourceGroupParams) WithTimeout

WithTimeout adds the timeout to the create azure resource group params

func (*CreateAzureResourceGroupParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAzureResourceGroupReader

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

CreateAzureResourceGroupReader is a Reader for the CreateAzureResourceGroup structure.

func (*CreateAzureResourceGroupReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAzureResourceGroupUnauthorized

type CreateAzureResourceGroupUnauthorized struct {
	Payload *models.Error
}

CreateAzureResourceGroupUnauthorized handles this case with default header values.

Incorrect credentials

func NewCreateAzureResourceGroupUnauthorized

func NewCreateAzureResourceGroupUnauthorized() *CreateAzureResourceGroupUnauthorized

NewCreateAzureResourceGroupUnauthorized creates a CreateAzureResourceGroupUnauthorized with default headers values

func (*CreateAzureResourceGroupUnauthorized) Error

func (*CreateAzureResourceGroupUnauthorized) GetPayload

type CreateAzureVirtualNetworkBadRequest

type CreateAzureVirtualNetworkBadRequest struct {
	Payload *models.Error
}

CreateAzureVirtualNetworkBadRequest handles this case with default header values.

Bad request

func NewCreateAzureVirtualNetworkBadRequest

func NewCreateAzureVirtualNetworkBadRequest() *CreateAzureVirtualNetworkBadRequest

NewCreateAzureVirtualNetworkBadRequest creates a CreateAzureVirtualNetworkBadRequest with default headers values

func (*CreateAzureVirtualNetworkBadRequest) Error

func (*CreateAzureVirtualNetworkBadRequest) GetPayload

type CreateAzureVirtualNetworkCreated

type CreateAzureVirtualNetworkCreated struct {
	Payload string
}

CreateAzureVirtualNetworkCreated handles this case with default header values.

Successfully created Azure Virtual network

func NewCreateAzureVirtualNetworkCreated

func NewCreateAzureVirtualNetworkCreated() *CreateAzureVirtualNetworkCreated

NewCreateAzureVirtualNetworkCreated creates a CreateAzureVirtualNetworkCreated with default headers values

func (*CreateAzureVirtualNetworkCreated) Error

func (*CreateAzureVirtualNetworkCreated) GetPayload

func (o *CreateAzureVirtualNetworkCreated) GetPayload() string

type CreateAzureVirtualNetworkInternalServerError

type CreateAzureVirtualNetworkInternalServerError struct {
	Payload *models.Error
}

CreateAzureVirtualNetworkInternalServerError handles this case with default header values.

Internal server error

func NewCreateAzureVirtualNetworkInternalServerError

func NewCreateAzureVirtualNetworkInternalServerError() *CreateAzureVirtualNetworkInternalServerError

NewCreateAzureVirtualNetworkInternalServerError creates a CreateAzureVirtualNetworkInternalServerError with default headers values

func (*CreateAzureVirtualNetworkInternalServerError) Error

func (*CreateAzureVirtualNetworkInternalServerError) GetPayload

type CreateAzureVirtualNetworkParams

type CreateAzureVirtualNetworkParams struct {

	/*Params
	  parameters to create a new Azure Virtual network

	*/
	Params *models.AzureVirtualNetwork
	/*ResourceGroupName
	  Name of the Azure resource group

	*/
	ResourceGroupName string

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

CreateAzureVirtualNetworkParams contains all the parameters to send to the API endpoint for the create azure virtual network operation typically these are written to a http.Request

func NewCreateAzureVirtualNetworkParams

func NewCreateAzureVirtualNetworkParams() *CreateAzureVirtualNetworkParams

NewCreateAzureVirtualNetworkParams creates a new CreateAzureVirtualNetworkParams object with the default values initialized.

func NewCreateAzureVirtualNetworkParamsWithContext

func NewCreateAzureVirtualNetworkParamsWithContext(ctx context.Context) *CreateAzureVirtualNetworkParams

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

func NewCreateAzureVirtualNetworkParamsWithHTTPClient

func NewCreateAzureVirtualNetworkParamsWithHTTPClient(client *http.Client) *CreateAzureVirtualNetworkParams

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

func NewCreateAzureVirtualNetworkParamsWithTimeout

func NewCreateAzureVirtualNetworkParamsWithTimeout(timeout time.Duration) *CreateAzureVirtualNetworkParams

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

func (*CreateAzureVirtualNetworkParams) SetContext

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

SetContext adds the context to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) SetParams

SetParams adds the params to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) SetResourceGroupName

func (o *CreateAzureVirtualNetworkParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) SetTimeout

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

SetTimeout adds the timeout to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) WithContext

WithContext adds the context to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) WithParams

WithParams adds the params to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) WithResourceGroupName

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

WithResourceGroupName adds the resourceGroupName to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) WithTimeout

WithTimeout adds the timeout to the create azure virtual network params

func (*CreateAzureVirtualNetworkParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateAzureVirtualNetworkReader

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

CreateAzureVirtualNetworkReader is a Reader for the CreateAzureVirtualNetwork structure.

func (*CreateAzureVirtualNetworkReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type CreateAzureVirtualNetworkUnauthorized

type CreateAzureVirtualNetworkUnauthorized struct {
	Payload *models.Error
}

CreateAzureVirtualNetworkUnauthorized handles this case with default header values.

Incorrect credentials

func NewCreateAzureVirtualNetworkUnauthorized

func NewCreateAzureVirtualNetworkUnauthorized() *CreateAzureVirtualNetworkUnauthorized

NewCreateAzureVirtualNetworkUnauthorized creates a CreateAzureVirtualNetworkUnauthorized with default headers values

func (*CreateAzureVirtualNetworkUnauthorized) Error

func (*CreateAzureVirtualNetworkUnauthorized) GetPayload

type ExportTKGConfigForAzureBadRequest

type ExportTKGConfigForAzureBadRequest struct {
	Payload *models.Error
}

ExportTKGConfigForAzureBadRequest handles this case with default header values.

Bad request

func NewExportTKGConfigForAzureBadRequest

func NewExportTKGConfigForAzureBadRequest() *ExportTKGConfigForAzureBadRequest

NewExportTKGConfigForAzureBadRequest creates a ExportTKGConfigForAzureBadRequest with default headers values

func (*ExportTKGConfigForAzureBadRequest) Error

func (*ExportTKGConfigForAzureBadRequest) GetPayload

type ExportTKGConfigForAzureInternalServerError

type ExportTKGConfigForAzureInternalServerError struct {
	Payload *models.Error
}

ExportTKGConfigForAzureInternalServerError handles this case with default header values.

Internal server error

func NewExportTKGConfigForAzureInternalServerError

func NewExportTKGConfigForAzureInternalServerError() *ExportTKGConfigForAzureInternalServerError

NewExportTKGConfigForAzureInternalServerError creates a ExportTKGConfigForAzureInternalServerError with default headers values

func (*ExportTKGConfigForAzureInternalServerError) Error

func (*ExportTKGConfigForAzureInternalServerError) GetPayload

type ExportTKGConfigForAzureOK

type ExportTKGConfigForAzureOK struct {
	Payload string
}

ExportTKGConfigForAzureOK handles this case with default header values.

Generated TKG configuration successfully

func NewExportTKGConfigForAzureOK

func NewExportTKGConfigForAzureOK() *ExportTKGConfigForAzureOK

NewExportTKGConfigForAzureOK creates a ExportTKGConfigForAzureOK with default headers values

func (*ExportTKGConfigForAzureOK) Error

func (o *ExportTKGConfigForAzureOK) Error() string

func (*ExportTKGConfigForAzureOK) GetPayload

func (o *ExportTKGConfigForAzureOK) GetPayload() string

type ExportTKGConfigForAzureParams

type ExportTKGConfigForAzureParams struct {

	/*Params
	  parameters to generate TKG configuration file for Azure

	*/
	Params *models.AzureRegionalClusterParams

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

ExportTKGConfigForAzureParams contains all the parameters to send to the API endpoint for the export t k g config for azure operation typically these are written to a http.Request

func NewExportTKGConfigForAzureParams

func NewExportTKGConfigForAzureParams() *ExportTKGConfigForAzureParams

NewExportTKGConfigForAzureParams creates a new ExportTKGConfigForAzureParams object with the default values initialized.

func NewExportTKGConfigForAzureParamsWithContext

func NewExportTKGConfigForAzureParamsWithContext(ctx context.Context) *ExportTKGConfigForAzureParams

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

func NewExportTKGConfigForAzureParamsWithHTTPClient

func NewExportTKGConfigForAzureParamsWithHTTPClient(client *http.Client) *ExportTKGConfigForAzureParams

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

func NewExportTKGConfigForAzureParamsWithTimeout

func NewExportTKGConfigForAzureParamsWithTimeout(timeout time.Duration) *ExportTKGConfigForAzureParams

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

func (*ExportTKGConfigForAzureParams) SetContext

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

SetContext adds the context to the export t k g config for azure params

func (*ExportTKGConfigForAzureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the export t k g config for azure params

func (*ExportTKGConfigForAzureParams) SetParams

SetParams adds the params to the export t k g config for azure params

func (*ExportTKGConfigForAzureParams) SetTimeout

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

SetTimeout adds the timeout to the export t k g config for azure params

func (*ExportTKGConfigForAzureParams) WithContext

WithContext adds the context to the export t k g config for azure params

func (*ExportTKGConfigForAzureParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the export t k g config for azure params

func (*ExportTKGConfigForAzureParams) WithParams

WithParams adds the params to the export t k g config for azure params

func (*ExportTKGConfigForAzureParams) WithTimeout

WithTimeout adds the timeout to the export t k g config for azure params

func (*ExportTKGConfigForAzureParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ExportTKGConfigForAzureReader

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

ExportTKGConfigForAzureReader is a Reader for the ExportTKGConfigForAzure structure.

func (*ExportTKGConfigForAzureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ExportTKGConfigForAzureUnauthorized

type ExportTKGConfigForAzureUnauthorized struct {
	Payload *models.Error
}

ExportTKGConfigForAzureUnauthorized handles this case with default header values.

Incorrect credentials

func NewExportTKGConfigForAzureUnauthorized

func NewExportTKGConfigForAzureUnauthorized() *ExportTKGConfigForAzureUnauthorized

NewExportTKGConfigForAzureUnauthorized creates a ExportTKGConfigForAzureUnauthorized with default headers values

func (*ExportTKGConfigForAzureUnauthorized) Error

func (*ExportTKGConfigForAzureUnauthorized) GetPayload

type GetAzureEndpointBadRequest

type GetAzureEndpointBadRequest struct {
	Payload *models.Error
}

GetAzureEndpointBadRequest handles this case with default header values.

Bad Request

func NewGetAzureEndpointBadRequest

func NewGetAzureEndpointBadRequest() *GetAzureEndpointBadRequest

NewGetAzureEndpointBadRequest creates a GetAzureEndpointBadRequest with default headers values

func (*GetAzureEndpointBadRequest) Error

func (*GetAzureEndpointBadRequest) GetPayload

func (o *GetAzureEndpointBadRequest) GetPayload() *models.Error

type GetAzureEndpointInternalServerError

type GetAzureEndpointInternalServerError struct {
	Payload *models.Error
}

GetAzureEndpointInternalServerError handles this case with default header values.

Internal server error

func NewGetAzureEndpointInternalServerError

func NewGetAzureEndpointInternalServerError() *GetAzureEndpointInternalServerError

NewGetAzureEndpointInternalServerError creates a GetAzureEndpointInternalServerError with default headers values

func (*GetAzureEndpointInternalServerError) Error

func (*GetAzureEndpointInternalServerError) GetPayload

type GetAzureEndpointOK

type GetAzureEndpointOK struct {
	Payload *models.AzureAccountParams
}

GetAzureEndpointOK handles this case with default header values.

Successful retrieval of Azure account parameters

func NewGetAzureEndpointOK

func NewGetAzureEndpointOK() *GetAzureEndpointOK

NewGetAzureEndpointOK creates a GetAzureEndpointOK with default headers values

func (*GetAzureEndpointOK) Error

func (o *GetAzureEndpointOK) Error() string

func (*GetAzureEndpointOK) GetPayload

func (o *GetAzureEndpointOK) GetPayload() *models.AzureAccountParams

type GetAzureEndpointParams

type GetAzureEndpointParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

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

func NewGetAzureEndpointParams

func NewGetAzureEndpointParams() *GetAzureEndpointParams

NewGetAzureEndpointParams creates a new GetAzureEndpointParams object with the default values initialized.

func NewGetAzureEndpointParamsWithContext

func NewGetAzureEndpointParamsWithContext(ctx context.Context) *GetAzureEndpointParams

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

func NewGetAzureEndpointParamsWithHTTPClient

func NewGetAzureEndpointParamsWithHTTPClient(client *http.Client) *GetAzureEndpointParams

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

func NewGetAzureEndpointParamsWithTimeout

func NewGetAzureEndpointParamsWithTimeout(timeout time.Duration) *GetAzureEndpointParams

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

func (*GetAzureEndpointParams) SetContext

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

SetContext adds the context to the get azure endpoint params

func (*GetAzureEndpointParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get azure endpoint params

func (*GetAzureEndpointParams) SetTimeout

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

SetTimeout adds the timeout to the get azure endpoint params

func (*GetAzureEndpointParams) WithContext

WithContext adds the context to the get azure endpoint params

func (*GetAzureEndpointParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get azure endpoint params

func (*GetAzureEndpointParams) WithTimeout

WithTimeout adds the timeout to the get azure endpoint params

func (*GetAzureEndpointParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAzureEndpointReader

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

GetAzureEndpointReader is a Reader for the GetAzureEndpoint structure.

func (*GetAzureEndpointReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAzureEndpointUnauthorized

type GetAzureEndpointUnauthorized struct {
	Payload *models.Error
}

GetAzureEndpointUnauthorized handles this case with default header values.

Incorrect credentials

func NewGetAzureEndpointUnauthorized

func NewGetAzureEndpointUnauthorized() *GetAzureEndpointUnauthorized

NewGetAzureEndpointUnauthorized creates a GetAzureEndpointUnauthorized with default headers values

func (*GetAzureEndpointUnauthorized) Error

func (*GetAzureEndpointUnauthorized) GetPayload

func (o *GetAzureEndpointUnauthorized) GetPayload() *models.Error

type GetAzureInstanceTypesBadRequest

type GetAzureInstanceTypesBadRequest struct {
	Payload *models.Error
}

GetAzureInstanceTypesBadRequest handles this case with default header values.

Bad Request

func NewGetAzureInstanceTypesBadRequest

func NewGetAzureInstanceTypesBadRequest() *GetAzureInstanceTypesBadRequest

NewGetAzureInstanceTypesBadRequest creates a GetAzureInstanceTypesBadRequest with default headers values

func (*GetAzureInstanceTypesBadRequest) Error

func (*GetAzureInstanceTypesBadRequest) GetPayload

func (o *GetAzureInstanceTypesBadRequest) GetPayload() *models.Error

type GetAzureInstanceTypesInternalServerError

type GetAzureInstanceTypesInternalServerError struct {
	Payload *models.Error
}

GetAzureInstanceTypesInternalServerError handles this case with default header values.

Internal server error

func NewGetAzureInstanceTypesInternalServerError

func NewGetAzureInstanceTypesInternalServerError() *GetAzureInstanceTypesInternalServerError

NewGetAzureInstanceTypesInternalServerError creates a GetAzureInstanceTypesInternalServerError with default headers values

func (*GetAzureInstanceTypesInternalServerError) Error

func (*GetAzureInstanceTypesInternalServerError) GetPayload

type GetAzureInstanceTypesOK

type GetAzureInstanceTypesOK struct {
	Payload []*models.AzureInstanceType
}

GetAzureInstanceTypesOK handles this case with default header values.

Successful retrieval of Azure instance Types

func NewGetAzureInstanceTypesOK

func NewGetAzureInstanceTypesOK() *GetAzureInstanceTypesOK

NewGetAzureInstanceTypesOK creates a GetAzureInstanceTypesOK with default headers values

func (*GetAzureInstanceTypesOK) Error

func (o *GetAzureInstanceTypesOK) Error() string

func (*GetAzureInstanceTypesOK) GetPayload

type GetAzureInstanceTypesParams

type GetAzureInstanceTypesParams struct {

	/*Location
	  Azure region name

	*/
	Location string

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

GetAzureInstanceTypesParams contains all the parameters to send to the API endpoint for the get azure instance types operation typically these are written to a http.Request

func NewGetAzureInstanceTypesParams

func NewGetAzureInstanceTypesParams() *GetAzureInstanceTypesParams

NewGetAzureInstanceTypesParams creates a new GetAzureInstanceTypesParams object with the default values initialized.

func NewGetAzureInstanceTypesParamsWithContext

func NewGetAzureInstanceTypesParamsWithContext(ctx context.Context) *GetAzureInstanceTypesParams

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

func NewGetAzureInstanceTypesParamsWithHTTPClient

func NewGetAzureInstanceTypesParamsWithHTTPClient(client *http.Client) *GetAzureInstanceTypesParams

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

func NewGetAzureInstanceTypesParamsWithTimeout

func NewGetAzureInstanceTypesParamsWithTimeout(timeout time.Duration) *GetAzureInstanceTypesParams

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

func (*GetAzureInstanceTypesParams) SetContext

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

SetContext adds the context to the get azure instance types params

func (*GetAzureInstanceTypesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get azure instance types params

func (*GetAzureInstanceTypesParams) SetLocation

func (o *GetAzureInstanceTypesParams) SetLocation(location string)

SetLocation adds the location to the get azure instance types params

func (*GetAzureInstanceTypesParams) SetTimeout

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

SetTimeout adds the timeout to the get azure instance types params

func (*GetAzureInstanceTypesParams) WithContext

WithContext adds the context to the get azure instance types params

func (*GetAzureInstanceTypesParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get azure instance types params

func (*GetAzureInstanceTypesParams) WithLocation

WithLocation adds the location to the get azure instance types params

func (*GetAzureInstanceTypesParams) WithTimeout

WithTimeout adds the timeout to the get azure instance types params

func (*GetAzureInstanceTypesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAzureInstanceTypesReader

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

GetAzureInstanceTypesReader is a Reader for the GetAzureInstanceTypes structure.

func (*GetAzureInstanceTypesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAzureInstanceTypesUnauthorized

type GetAzureInstanceTypesUnauthorized struct {
	Payload *models.Error
}

GetAzureInstanceTypesUnauthorized handles this case with default header values.

Incorrect credentials

func NewGetAzureInstanceTypesUnauthorized

func NewGetAzureInstanceTypesUnauthorized() *GetAzureInstanceTypesUnauthorized

NewGetAzureInstanceTypesUnauthorized creates a GetAzureInstanceTypesUnauthorized with default headers values

func (*GetAzureInstanceTypesUnauthorized) Error

func (*GetAzureInstanceTypesUnauthorized) GetPayload

type GetAzureOSImagesBadRequest

type GetAzureOSImagesBadRequest struct {
	Payload *models.Error
}

GetAzureOSImagesBadRequest handles this case with default header values.

Bad request

func NewGetAzureOSImagesBadRequest

func NewGetAzureOSImagesBadRequest() *GetAzureOSImagesBadRequest

NewGetAzureOSImagesBadRequest creates a GetAzureOSImagesBadRequest with default headers values

func (*GetAzureOSImagesBadRequest) Error

func (*GetAzureOSImagesBadRequest) GetPayload

func (o *GetAzureOSImagesBadRequest) GetPayload() *models.Error

type GetAzureOSImagesInternalServerError

type GetAzureOSImagesInternalServerError struct {
	Payload *models.Error
}

GetAzureOSImagesInternalServerError handles this case with default header values.

Internal server error

func NewGetAzureOSImagesInternalServerError

func NewGetAzureOSImagesInternalServerError() *GetAzureOSImagesInternalServerError

NewGetAzureOSImagesInternalServerError creates a GetAzureOSImagesInternalServerError with default headers values

func (*GetAzureOSImagesInternalServerError) Error

func (*GetAzureOSImagesInternalServerError) GetPayload

type GetAzureOSImagesOK

type GetAzureOSImagesOK struct {
	Payload []*models.AzureVirtualMachine
}

GetAzureOSImagesOK handles this case with default header values.

Successful retrieval of Azure supported os images

func NewGetAzureOSImagesOK

func NewGetAzureOSImagesOK() *GetAzureOSImagesOK

NewGetAzureOSImagesOK creates a GetAzureOSImagesOK with default headers values

func (*GetAzureOSImagesOK) Error

func (o *GetAzureOSImagesOK) Error() string

func (*GetAzureOSImagesOK) GetPayload

func (o *GetAzureOSImagesOK) GetPayload() []*models.AzureVirtualMachine

type GetAzureOSImagesParams

type GetAzureOSImagesParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

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

func NewGetAzureOSImagesParams

func NewGetAzureOSImagesParams() *GetAzureOSImagesParams

NewGetAzureOSImagesParams creates a new GetAzureOSImagesParams object with the default values initialized.

func NewGetAzureOSImagesParamsWithContext

func NewGetAzureOSImagesParamsWithContext(ctx context.Context) *GetAzureOSImagesParams

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

func NewGetAzureOSImagesParamsWithHTTPClient

func NewGetAzureOSImagesParamsWithHTTPClient(client *http.Client) *GetAzureOSImagesParams

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

func NewGetAzureOSImagesParamsWithTimeout

func NewGetAzureOSImagesParamsWithTimeout(timeout time.Duration) *GetAzureOSImagesParams

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

func (*GetAzureOSImagesParams) SetContext

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

SetContext adds the context to the get azure o s images params

func (*GetAzureOSImagesParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get azure o s images params

func (*GetAzureOSImagesParams) SetTimeout

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

SetTimeout adds the timeout to the get azure o s images params

func (*GetAzureOSImagesParams) WithContext

WithContext adds the context to the get azure o s images params

func (*GetAzureOSImagesParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get azure o s images params

func (*GetAzureOSImagesParams) WithTimeout

WithTimeout adds the timeout to the get azure o s images params

func (*GetAzureOSImagesParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAzureOSImagesReader

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

GetAzureOSImagesReader is a Reader for the GetAzureOSImages structure.

func (*GetAzureOSImagesReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAzureOSImagesUnauthorized

type GetAzureOSImagesUnauthorized struct {
	Payload *models.Error
}

GetAzureOSImagesUnauthorized handles this case with default header values.

Incorrect credentials

func NewGetAzureOSImagesUnauthorized

func NewGetAzureOSImagesUnauthorized() *GetAzureOSImagesUnauthorized

NewGetAzureOSImagesUnauthorized creates a GetAzureOSImagesUnauthorized with default headers values

func (*GetAzureOSImagesUnauthorized) Error

func (*GetAzureOSImagesUnauthorized) GetPayload

func (o *GetAzureOSImagesUnauthorized) GetPayload() *models.Error

type GetAzureRegionsBadRequest

type GetAzureRegionsBadRequest struct {
	Payload *models.Error
}

GetAzureRegionsBadRequest handles this case with default header values.

Bad Request

func NewGetAzureRegionsBadRequest

func NewGetAzureRegionsBadRequest() *GetAzureRegionsBadRequest

NewGetAzureRegionsBadRequest creates a GetAzureRegionsBadRequest with default headers values

func (*GetAzureRegionsBadRequest) Error

func (o *GetAzureRegionsBadRequest) Error() string

func (*GetAzureRegionsBadRequest) GetPayload

func (o *GetAzureRegionsBadRequest) GetPayload() *models.Error

type GetAzureRegionsInternalServerError

type GetAzureRegionsInternalServerError struct {
	Payload *models.Error
}

GetAzureRegionsInternalServerError handles this case with default header values.

Internal server error

func NewGetAzureRegionsInternalServerError

func NewGetAzureRegionsInternalServerError() *GetAzureRegionsInternalServerError

NewGetAzureRegionsInternalServerError creates a GetAzureRegionsInternalServerError with default headers values

func (*GetAzureRegionsInternalServerError) Error

func (*GetAzureRegionsInternalServerError) GetPayload

type GetAzureRegionsOK

type GetAzureRegionsOK struct {
	Payload []*models.AzureLocation
}

GetAzureRegionsOK handles this case with default header values.

Successful retrieval of Azure regions

func NewGetAzureRegionsOK

func NewGetAzureRegionsOK() *GetAzureRegionsOK

NewGetAzureRegionsOK creates a GetAzureRegionsOK with default headers values

func (*GetAzureRegionsOK) Error

func (o *GetAzureRegionsOK) Error() string

func (*GetAzureRegionsOK) GetPayload

func (o *GetAzureRegionsOK) GetPayload() []*models.AzureLocation

type GetAzureRegionsParams

type GetAzureRegionsParams struct {
	Context    context.Context
	HTTPClient *http.Client
	// contains filtered or unexported fields
}

GetAzureRegionsParams contains all the parameters to send to the API endpoint for the get azure regions operation typically these are written to a http.Request

func NewGetAzureRegionsParams

func NewGetAzureRegionsParams() *GetAzureRegionsParams

NewGetAzureRegionsParams creates a new GetAzureRegionsParams object with the default values initialized.

func NewGetAzureRegionsParamsWithContext

func NewGetAzureRegionsParamsWithContext(ctx context.Context) *GetAzureRegionsParams

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

func NewGetAzureRegionsParamsWithHTTPClient

func NewGetAzureRegionsParamsWithHTTPClient(client *http.Client) *GetAzureRegionsParams

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

func NewGetAzureRegionsParamsWithTimeout

func NewGetAzureRegionsParamsWithTimeout(timeout time.Duration) *GetAzureRegionsParams

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

func (*GetAzureRegionsParams) SetContext

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

SetContext adds the context to the get azure regions params

func (*GetAzureRegionsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get azure regions params

func (*GetAzureRegionsParams) SetTimeout

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

SetTimeout adds the timeout to the get azure regions params

func (*GetAzureRegionsParams) WithContext

WithContext adds the context to the get azure regions params

func (*GetAzureRegionsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get azure regions params

func (*GetAzureRegionsParams) WithTimeout

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

WithTimeout adds the timeout to the get azure regions params

func (*GetAzureRegionsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAzureRegionsReader

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

GetAzureRegionsReader is a Reader for the GetAzureRegions structure.

func (*GetAzureRegionsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAzureRegionsUnauthorized

type GetAzureRegionsUnauthorized struct {
	Payload *models.Error
}

GetAzureRegionsUnauthorized handles this case with default header values.

Incorrect credentials

func NewGetAzureRegionsUnauthorized

func NewGetAzureRegionsUnauthorized() *GetAzureRegionsUnauthorized

NewGetAzureRegionsUnauthorized creates a GetAzureRegionsUnauthorized with default headers values

func (*GetAzureRegionsUnauthorized) Error

func (*GetAzureRegionsUnauthorized) GetPayload

func (o *GetAzureRegionsUnauthorized) GetPayload() *models.Error

type GetAzureResourceGroupsBadRequest

type GetAzureResourceGroupsBadRequest struct {
	Payload *models.Error
}

GetAzureResourceGroupsBadRequest handles this case with default header values.

Bad Request

func NewGetAzureResourceGroupsBadRequest

func NewGetAzureResourceGroupsBadRequest() *GetAzureResourceGroupsBadRequest

NewGetAzureResourceGroupsBadRequest creates a GetAzureResourceGroupsBadRequest with default headers values

func (*GetAzureResourceGroupsBadRequest) Error

func (*GetAzureResourceGroupsBadRequest) GetPayload

type GetAzureResourceGroupsInternalServerError

type GetAzureResourceGroupsInternalServerError struct {
	Payload *models.Error
}

GetAzureResourceGroupsInternalServerError handles this case with default header values.

Internal server error

func NewGetAzureResourceGroupsInternalServerError

func NewGetAzureResourceGroupsInternalServerError() *GetAzureResourceGroupsInternalServerError

NewGetAzureResourceGroupsInternalServerError creates a GetAzureResourceGroupsInternalServerError with default headers values

func (*GetAzureResourceGroupsInternalServerError) Error

func (*GetAzureResourceGroupsInternalServerError) GetPayload

type GetAzureResourceGroupsOK

type GetAzureResourceGroupsOK struct {
	Payload []*models.AzureResourceGroup
}

GetAzureResourceGroupsOK handles this case with default header values.

Successful retrieval of Azure resource groups

func NewGetAzureResourceGroupsOK

func NewGetAzureResourceGroupsOK() *GetAzureResourceGroupsOK

NewGetAzureResourceGroupsOK creates a GetAzureResourceGroupsOK with default headers values

func (*GetAzureResourceGroupsOK) Error

func (o *GetAzureResourceGroupsOK) Error() string

func (*GetAzureResourceGroupsOK) GetPayload

type GetAzureResourceGroupsParams

type GetAzureResourceGroupsParams struct {

	/*Location
	  Azure region

	*/
	Location string

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

GetAzureResourceGroupsParams contains all the parameters to send to the API endpoint for the get azure resource groups operation typically these are written to a http.Request

func NewGetAzureResourceGroupsParams

func NewGetAzureResourceGroupsParams() *GetAzureResourceGroupsParams

NewGetAzureResourceGroupsParams creates a new GetAzureResourceGroupsParams object with the default values initialized.

func NewGetAzureResourceGroupsParamsWithContext

func NewGetAzureResourceGroupsParamsWithContext(ctx context.Context) *GetAzureResourceGroupsParams

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

func NewGetAzureResourceGroupsParamsWithHTTPClient

func NewGetAzureResourceGroupsParamsWithHTTPClient(client *http.Client) *GetAzureResourceGroupsParams

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

func NewGetAzureResourceGroupsParamsWithTimeout

func NewGetAzureResourceGroupsParamsWithTimeout(timeout time.Duration) *GetAzureResourceGroupsParams

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

func (*GetAzureResourceGroupsParams) SetContext

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

SetContext adds the context to the get azure resource groups params

func (*GetAzureResourceGroupsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get azure resource groups params

func (*GetAzureResourceGroupsParams) SetLocation

func (o *GetAzureResourceGroupsParams) SetLocation(location string)

SetLocation adds the location to the get azure resource groups params

func (*GetAzureResourceGroupsParams) SetTimeout

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

SetTimeout adds the timeout to the get azure resource groups params

func (*GetAzureResourceGroupsParams) WithContext

WithContext adds the context to the get azure resource groups params

func (*GetAzureResourceGroupsParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get azure resource groups params

func (*GetAzureResourceGroupsParams) WithLocation

WithLocation adds the location to the get azure resource groups params

func (*GetAzureResourceGroupsParams) WithTimeout

WithTimeout adds the timeout to the get azure resource groups params

func (*GetAzureResourceGroupsParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAzureResourceGroupsReader

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

GetAzureResourceGroupsReader is a Reader for the GetAzureResourceGroups structure.

func (*GetAzureResourceGroupsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAzureResourceGroupsUnauthorized

type GetAzureResourceGroupsUnauthorized struct {
	Payload *models.Error
}

GetAzureResourceGroupsUnauthorized handles this case with default header values.

Incorrect credentials

func NewGetAzureResourceGroupsUnauthorized

func NewGetAzureResourceGroupsUnauthorized() *GetAzureResourceGroupsUnauthorized

NewGetAzureResourceGroupsUnauthorized creates a GetAzureResourceGroupsUnauthorized with default headers values

func (*GetAzureResourceGroupsUnauthorized) Error

func (*GetAzureResourceGroupsUnauthorized) GetPayload

type GetAzureVnetsBadRequest

type GetAzureVnetsBadRequest struct {
	Payload *models.Error
}

GetAzureVnetsBadRequest handles this case with default header values.

Bad Request

func NewGetAzureVnetsBadRequest

func NewGetAzureVnetsBadRequest() *GetAzureVnetsBadRequest

NewGetAzureVnetsBadRequest creates a GetAzureVnetsBadRequest with default headers values

func (*GetAzureVnetsBadRequest) Error

func (o *GetAzureVnetsBadRequest) Error() string

func (*GetAzureVnetsBadRequest) GetPayload

func (o *GetAzureVnetsBadRequest) GetPayload() *models.Error

type GetAzureVnetsInternalServerError

type GetAzureVnetsInternalServerError struct {
	Payload *models.Error
}

GetAzureVnetsInternalServerError handles this case with default header values.

Internal server error

func NewGetAzureVnetsInternalServerError

func NewGetAzureVnetsInternalServerError() *GetAzureVnetsInternalServerError

NewGetAzureVnetsInternalServerError creates a GetAzureVnetsInternalServerError with default headers values

func (*GetAzureVnetsInternalServerError) Error

func (*GetAzureVnetsInternalServerError) GetPayload

type GetAzureVnetsOK

type GetAzureVnetsOK struct {
	Payload []*models.AzureVirtualNetwork
}

GetAzureVnetsOK handles this case with default header values.

Successful retrieval of Azure virtual networks

func NewGetAzureVnetsOK

func NewGetAzureVnetsOK() *GetAzureVnetsOK

NewGetAzureVnetsOK creates a GetAzureVnetsOK with default headers values

func (*GetAzureVnetsOK) Error

func (o *GetAzureVnetsOK) Error() string

func (*GetAzureVnetsOK) GetPayload

func (o *GetAzureVnetsOK) GetPayload() []*models.AzureVirtualNetwork

type GetAzureVnetsParams

type GetAzureVnetsParams struct {

	/*Location
	  Azure region

	*/
	Location string
	/*ResourceGroupName
	  Name of the Azure resource group

	*/
	ResourceGroupName string

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

GetAzureVnetsParams contains all the parameters to send to the API endpoint for the get azure vnets operation typically these are written to a http.Request

func NewGetAzureVnetsParams

func NewGetAzureVnetsParams() *GetAzureVnetsParams

NewGetAzureVnetsParams creates a new GetAzureVnetsParams object with the default values initialized.

func NewGetAzureVnetsParamsWithContext

func NewGetAzureVnetsParamsWithContext(ctx context.Context) *GetAzureVnetsParams

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

func NewGetAzureVnetsParamsWithHTTPClient

func NewGetAzureVnetsParamsWithHTTPClient(client *http.Client) *GetAzureVnetsParams

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

func NewGetAzureVnetsParamsWithTimeout

func NewGetAzureVnetsParamsWithTimeout(timeout time.Duration) *GetAzureVnetsParams

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

func (*GetAzureVnetsParams) SetContext

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

SetContext adds the context to the get azure vnets params

func (*GetAzureVnetsParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get azure vnets params

func (*GetAzureVnetsParams) SetLocation

func (o *GetAzureVnetsParams) SetLocation(location string)

SetLocation adds the location to the get azure vnets params

func (*GetAzureVnetsParams) SetResourceGroupName

func (o *GetAzureVnetsParams) SetResourceGroupName(resourceGroupName string)

SetResourceGroupName adds the resourceGroupName to the get azure vnets params

func (*GetAzureVnetsParams) SetTimeout

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

SetTimeout adds the timeout to the get azure vnets params

func (*GetAzureVnetsParams) WithContext

WithContext adds the context to the get azure vnets params

func (*GetAzureVnetsParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the get azure vnets params

func (*GetAzureVnetsParams) WithLocation

func (o *GetAzureVnetsParams) WithLocation(location string) *GetAzureVnetsParams

WithLocation adds the location to the get azure vnets params

func (*GetAzureVnetsParams) WithResourceGroupName

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

WithResourceGroupName adds the resourceGroupName to the get azure vnets params

func (*GetAzureVnetsParams) WithTimeout

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

WithTimeout adds the timeout to the get azure vnets params

func (*GetAzureVnetsParams) WriteToRequest

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

WriteToRequest writes these params to a swagger request

type GetAzureVnetsReader

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

GetAzureVnetsReader is a Reader for the GetAzureVnets structure.

func (*GetAzureVnetsReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAzureVnetsUnauthorized

type GetAzureVnetsUnauthorized struct {
	Payload *models.Error
}

GetAzureVnetsUnauthorized handles this case with default header values.

Incorrect credentials

func NewGetAzureVnetsUnauthorized

func NewGetAzureVnetsUnauthorized() *GetAzureVnetsUnauthorized

NewGetAzureVnetsUnauthorized creates a GetAzureVnetsUnauthorized with default headers values

func (*GetAzureVnetsUnauthorized) Error

func (o *GetAzureVnetsUnauthorized) Error() string

func (*GetAzureVnetsUnauthorized) GetPayload

func (o *GetAzureVnetsUnauthorized) GetPayload() *models.Error

type ImportTKGConfigForAzureBadRequest

type ImportTKGConfigForAzureBadRequest struct {
	Payload *models.Error
}

ImportTKGConfigForAzureBadRequest handles this case with default header values.

Bad request

func NewImportTKGConfigForAzureBadRequest

func NewImportTKGConfigForAzureBadRequest() *ImportTKGConfigForAzureBadRequest

NewImportTKGConfigForAzureBadRequest creates a ImportTKGConfigForAzureBadRequest with default headers values

func (*ImportTKGConfigForAzureBadRequest) Error

func (*ImportTKGConfigForAzureBadRequest) GetPayload

type ImportTKGConfigForAzureInternalServerError

type ImportTKGConfigForAzureInternalServerError struct {
	Payload *models.Error
}

ImportTKGConfigForAzureInternalServerError handles this case with default header values.

Internal server error

func NewImportTKGConfigForAzureInternalServerError

func NewImportTKGConfigForAzureInternalServerError() *ImportTKGConfigForAzureInternalServerError

NewImportTKGConfigForAzureInternalServerError creates a ImportTKGConfigForAzureInternalServerError with default headers values

func (*ImportTKGConfigForAzureInternalServerError) Error

func (*ImportTKGConfigForAzureInternalServerError) GetPayload

type ImportTKGConfigForAzureOK

type ImportTKGConfigForAzureOK struct {
	Payload *models.AzureRegionalClusterParams
}

ImportTKGConfigForAzureOK handles this case with default header values.

Generated TKG configuration successfully

func NewImportTKGConfigForAzureOK

func NewImportTKGConfigForAzureOK() *ImportTKGConfigForAzureOK

NewImportTKGConfigForAzureOK creates a ImportTKGConfigForAzureOK with default headers values

func (*ImportTKGConfigForAzureOK) Error

func (o *ImportTKGConfigForAzureOK) Error() string

func (*ImportTKGConfigForAzureOK) GetPayload

type ImportTKGConfigForAzureParams

type ImportTKGConfigForAzureParams struct {

	/*Params
	  config file from which to generate tkg configuration for azure

	*/
	Params *models.ConfigFile

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

ImportTKGConfigForAzureParams contains all the parameters to send to the API endpoint for the import t k g config for azure operation typically these are written to a http.Request

func NewImportTKGConfigForAzureParams

func NewImportTKGConfigForAzureParams() *ImportTKGConfigForAzureParams

NewImportTKGConfigForAzureParams creates a new ImportTKGConfigForAzureParams object with the default values initialized.

func NewImportTKGConfigForAzureParamsWithContext

func NewImportTKGConfigForAzureParamsWithContext(ctx context.Context) *ImportTKGConfigForAzureParams

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

func NewImportTKGConfigForAzureParamsWithHTTPClient

func NewImportTKGConfigForAzureParamsWithHTTPClient(client *http.Client) *ImportTKGConfigForAzureParams

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

func NewImportTKGConfigForAzureParamsWithTimeout

func NewImportTKGConfigForAzureParamsWithTimeout(timeout time.Duration) *ImportTKGConfigForAzureParams

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

func (*ImportTKGConfigForAzureParams) SetContext

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

SetContext adds the context to the import t k g config for azure params

func (*ImportTKGConfigForAzureParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the import t k g config for azure params

func (*ImportTKGConfigForAzureParams) SetParams

func (o *ImportTKGConfigForAzureParams) SetParams(params *models.ConfigFile)

SetParams adds the params to the import t k g config for azure params

func (*ImportTKGConfigForAzureParams) SetTimeout

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

SetTimeout adds the timeout to the import t k g config for azure params

func (*ImportTKGConfigForAzureParams) WithContext

WithContext adds the context to the import t k g config for azure params

func (*ImportTKGConfigForAzureParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the import t k g config for azure params

func (*ImportTKGConfigForAzureParams) WithParams

WithParams adds the params to the import t k g config for azure params

func (*ImportTKGConfigForAzureParams) WithTimeout

WithTimeout adds the timeout to the import t k g config for azure params

func (*ImportTKGConfigForAzureParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type ImportTKGConfigForAzureReader

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

ImportTKGConfigForAzureReader is a Reader for the ImportTKGConfigForAzure structure.

func (*ImportTKGConfigForAzureReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type ImportTKGConfigForAzureUnauthorized

type ImportTKGConfigForAzureUnauthorized struct {
	Payload *models.Error
}

ImportTKGConfigForAzureUnauthorized handles this case with default header values.

Incorrect credentials

func NewImportTKGConfigForAzureUnauthorized

func NewImportTKGConfigForAzureUnauthorized() *ImportTKGConfigForAzureUnauthorized

NewImportTKGConfigForAzureUnauthorized creates a ImportTKGConfigForAzureUnauthorized with default headers values

func (*ImportTKGConfigForAzureUnauthorized) Error

func (*ImportTKGConfigForAzureUnauthorized) GetPayload

type SetAzureEndpointBadRequest

type SetAzureEndpointBadRequest struct {
	Payload *models.Error
}

SetAzureEndpointBadRequest handles this case with default header values.

Bad request

func NewSetAzureEndpointBadRequest

func NewSetAzureEndpointBadRequest() *SetAzureEndpointBadRequest

NewSetAzureEndpointBadRequest creates a SetAzureEndpointBadRequest with default headers values

func (*SetAzureEndpointBadRequest) Error

func (*SetAzureEndpointBadRequest) GetPayload

func (o *SetAzureEndpointBadRequest) GetPayload() *models.Error

type SetAzureEndpointCreated

type SetAzureEndpointCreated struct {
}

SetAzureEndpointCreated handles this case with default header values.

Connection successful

func NewSetAzureEndpointCreated

func NewSetAzureEndpointCreated() *SetAzureEndpointCreated

NewSetAzureEndpointCreated creates a SetAzureEndpointCreated with default headers values

func (*SetAzureEndpointCreated) Error

func (o *SetAzureEndpointCreated) Error() string

type SetAzureEndpointInternalServerError

type SetAzureEndpointInternalServerError struct {
	Payload *models.Error
}

SetAzureEndpointInternalServerError handles this case with default header values.

Internal server error

func NewSetAzureEndpointInternalServerError

func NewSetAzureEndpointInternalServerError() *SetAzureEndpointInternalServerError

NewSetAzureEndpointInternalServerError creates a SetAzureEndpointInternalServerError with default headers values

func (*SetAzureEndpointInternalServerError) Error

func (*SetAzureEndpointInternalServerError) GetPayload

type SetAzureEndpointParams

type SetAzureEndpointParams struct {

	/*AccountParams
	  Azure account parameters

	*/
	AccountParams *models.AzureAccountParams

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

SetAzureEndpointParams contains all the parameters to send to the API endpoint for the set azure endpoint operation typically these are written to a http.Request

func NewSetAzureEndpointParams

func NewSetAzureEndpointParams() *SetAzureEndpointParams

NewSetAzureEndpointParams creates a new SetAzureEndpointParams object with the default values initialized.

func NewSetAzureEndpointParamsWithContext

func NewSetAzureEndpointParamsWithContext(ctx context.Context) *SetAzureEndpointParams

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

func NewSetAzureEndpointParamsWithHTTPClient

func NewSetAzureEndpointParamsWithHTTPClient(client *http.Client) *SetAzureEndpointParams

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

func NewSetAzureEndpointParamsWithTimeout

func NewSetAzureEndpointParamsWithTimeout(timeout time.Duration) *SetAzureEndpointParams

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

func (*SetAzureEndpointParams) SetAccountParams

func (o *SetAzureEndpointParams) SetAccountParams(accountParams *models.AzureAccountParams)

SetAccountParams adds the accountParams to the set azure endpoint params

func (*SetAzureEndpointParams) SetContext

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

SetContext adds the context to the set azure endpoint params

func (*SetAzureEndpointParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the set azure endpoint params

func (*SetAzureEndpointParams) SetTimeout

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

SetTimeout adds the timeout to the set azure endpoint params

func (*SetAzureEndpointParams) WithAccountParams

func (o *SetAzureEndpointParams) WithAccountParams(accountParams *models.AzureAccountParams) *SetAzureEndpointParams

WithAccountParams adds the accountParams to the set azure endpoint params

func (*SetAzureEndpointParams) WithContext

WithContext adds the context to the set azure endpoint params

func (*SetAzureEndpointParams) WithHTTPClient

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

WithHTTPClient adds the HTTPClient to the set azure endpoint params

func (*SetAzureEndpointParams) WithTimeout

WithTimeout adds the timeout to the set azure endpoint params

func (*SetAzureEndpointParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type SetAzureEndpointReader

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

SetAzureEndpointReader is a Reader for the SetAzureEndpoint structure.

func (*SetAzureEndpointReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type SetAzureEndpointUnauthorized

type SetAzureEndpointUnauthorized struct {
	Payload *models.Error
}

SetAzureEndpointUnauthorized handles this case with default header values.

Incorrect credentials

func NewSetAzureEndpointUnauthorized

func NewSetAzureEndpointUnauthorized() *SetAzureEndpointUnauthorized

NewSetAzureEndpointUnauthorized creates a SetAzureEndpointUnauthorized with default headers values

func (*SetAzureEndpointUnauthorized) Error

func (*SetAzureEndpointUnauthorized) GetPayload

func (o *SetAzureEndpointUnauthorized) GetPayload() *models.Error

Jump to

Keyboard shortcuts

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