v3_organization_id_connectors

package
v2.9.0-dev.38+incompat... Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2018 License: Apache-2.0, BSD-2-Clause Imports: 11 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 v3 organization id connectors API

func New

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

New creates a new v3 organization id connectors API client.

func (*Client) CreateRecommendationForOrganization

func (a *Client) CreateRecommendationForOrganization(params *CreateRecommendationForOrganizationParams) (*CreateRecommendationForOrganizationOK, error)

CreateRecommendationForOrganization creates a recommendation that advises cloud resources for the given blueprint

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetAccessConfigsForOrganization

func (a *Client) GetAccessConfigsForOrganization(params *GetAccessConfigsForOrganizationParams) (*GetAccessConfigsForOrganizationOK, error)

GetAccessConfigsForOrganization retrives access configs with properties

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetDisktypesForOrganization

func (a *Client) GetDisktypesForOrganization(params *GetDisktypesForOrganizationParams) (*GetDisktypesForOrganizationOK, error)

GetDisktypesForOrganization retrives available disk types

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetEncryptionKeysForOrganization

func (a *Client) GetEncryptionKeysForOrganization(params *GetEncryptionKeysForOrganizationParams) (*GetEncryptionKeysForOrganizationOK, error)

GetEncryptionKeysForOrganization retrives encryption keys with properties

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetGatewaysCredentialIDForOrganization

func (a *Client) GetGatewaysCredentialIDForOrganization(params *GetGatewaysCredentialIDForOrganizationParams) (*GetGatewaysCredentialIDForOrganizationOK, error)

GetGatewaysCredentialIDForOrganization retrives gateways with properties

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetIPPoolsCredentialIDForOrganization

func (a *Client) GetIPPoolsCredentialIDForOrganization(params *GetIPPoolsCredentialIDForOrganizationParams) (*GetIPPoolsCredentialIDForOrganizationOK, error)

GetIPPoolsCredentialIDForOrganization retrives ip pools with properties

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetPlatformNetworksForOrganization

func (a *Client) GetPlatformNetworksForOrganization(params *GetPlatformNetworksForOrganizationParams) (*GetPlatformNetworksForOrganizationOK, error)

GetPlatformNetworksForOrganization retrives network properties

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetPlatformSShKeysForOrganization

func (a *Client) GetPlatformSShKeysForOrganization(params *GetPlatformSShKeysForOrganizationParams) (*GetPlatformSShKeysForOrganizationOK, error)

GetPlatformSShKeysForOrganization retrives sshkeys properties

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetPlatformSecurityGroupsForOrganization

func (a *Client) GetPlatformSecurityGroupsForOrganization(params *GetPlatformSecurityGroupsForOrganizationParams) (*GetPlatformSecurityGroupsForOrganizationOK, error)

GetPlatformSecurityGroupsForOrganization retrives securitygroups properties

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetRegionsByCredentialAndOrganization

func (a *Client) GetRegionsByCredentialAndOrganization(params *GetRegionsByCredentialAndOrganizationParams) (*GetRegionsByCredentialAndOrganizationOK, error)

GetRegionsByCredentialAndOrganization retrives regions by type

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) GetVMTypesByCredentialAndOrganization

func (a *Client) GetVMTypesByCredentialAndOrganization(params *GetVMTypesByCredentialAndOrganizationParams) (*GetVMTypesByCredentialAndOrganizationOK, error)

GetVMTypesByCredentialAndOrganization retrives vmtype properties by credential

Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.

func (*Client) SetTransport

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

SetTransport changes the transport on the client

type CreateRecommendationForOrganizationOK

type CreateRecommendationForOrganizationOK struct {
	Payload *models_cloudbreak.RecommendationResponse
}

CreateRecommendationForOrganizationOK handles this case with default header values.

successful operation

func NewCreateRecommendationForOrganizationOK

func NewCreateRecommendationForOrganizationOK() *CreateRecommendationForOrganizationOK

NewCreateRecommendationForOrganizationOK creates a CreateRecommendationForOrganizationOK with default headers values

func (*CreateRecommendationForOrganizationOK) Error

type CreateRecommendationForOrganizationParams

type CreateRecommendationForOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.RecommendationRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

CreateRecommendationForOrganizationParams contains all the parameters to send to the API endpoint for the create recommendation for organization operation typically these are written to a http.Request

func NewCreateRecommendationForOrganizationParams

func NewCreateRecommendationForOrganizationParams() *CreateRecommendationForOrganizationParams

NewCreateRecommendationForOrganizationParams creates a new CreateRecommendationForOrganizationParams object with the default values initialized.

func NewCreateRecommendationForOrganizationParamsWithContext

func NewCreateRecommendationForOrganizationParamsWithContext(ctx context.Context) *CreateRecommendationForOrganizationParams

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

func NewCreateRecommendationForOrganizationParamsWithHTTPClient

func NewCreateRecommendationForOrganizationParamsWithHTTPClient(client *http.Client) *CreateRecommendationForOrganizationParams

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

func NewCreateRecommendationForOrganizationParamsWithTimeout

func NewCreateRecommendationForOrganizationParamsWithTimeout(timeout time.Duration) *CreateRecommendationForOrganizationParams

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

func (*CreateRecommendationForOrganizationParams) SetBody

SetBody adds the body to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) SetContext

SetContext adds the context to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) SetOrganizationID

func (o *CreateRecommendationForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) SetTimeout

SetTimeout adds the timeout to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) WithBody

WithBody adds the body to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) WithContext

WithContext adds the context to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the create recommendation for organization params

func (*CreateRecommendationForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type CreateRecommendationForOrganizationReader

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

CreateRecommendationForOrganizationReader is a Reader for the CreateRecommendationForOrganization structure.

func (*CreateRecommendationForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetAccessConfigsForOrganizationOK

type GetAccessConfigsForOrganizationOK struct {
	Payload *models_cloudbreak.PlatformAccessConfigsResponse
}

GetAccessConfigsForOrganizationOK handles this case with default header values.

successful operation

func NewGetAccessConfigsForOrganizationOK

func NewGetAccessConfigsForOrganizationOK() *GetAccessConfigsForOrganizationOK

NewGetAccessConfigsForOrganizationOK creates a GetAccessConfigsForOrganizationOK with default headers values

func (*GetAccessConfigsForOrganizationOK) Error

type GetAccessConfigsForOrganizationParams

type GetAccessConfigsForOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetAccessConfigsForOrganizationParams contains all the parameters to send to the API endpoint for the get access configs for organization operation typically these are written to a http.Request

func NewGetAccessConfigsForOrganizationParams

func NewGetAccessConfigsForOrganizationParams() *GetAccessConfigsForOrganizationParams

NewGetAccessConfigsForOrganizationParams creates a new GetAccessConfigsForOrganizationParams object with the default values initialized.

func NewGetAccessConfigsForOrganizationParamsWithContext

func NewGetAccessConfigsForOrganizationParamsWithContext(ctx context.Context) *GetAccessConfigsForOrganizationParams

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

func NewGetAccessConfigsForOrganizationParamsWithHTTPClient

func NewGetAccessConfigsForOrganizationParamsWithHTTPClient(client *http.Client) *GetAccessConfigsForOrganizationParams

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

func NewGetAccessConfigsForOrganizationParamsWithTimeout

func NewGetAccessConfigsForOrganizationParamsWithTimeout(timeout time.Duration) *GetAccessConfigsForOrganizationParams

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

func (*GetAccessConfigsForOrganizationParams) SetBody

SetBody adds the body to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) SetContext

SetContext adds the context to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) SetOrganizationID

func (o *GetAccessConfigsForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) WithBody

WithBody adds the body to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) WithContext

WithContext adds the context to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get access configs for organization params

func (*GetAccessConfigsForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetAccessConfigsForOrganizationReader

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

GetAccessConfigsForOrganizationReader is a Reader for the GetAccessConfigsForOrganization structure.

func (*GetAccessConfigsForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetDisktypesForOrganizationOK

type GetDisktypesForOrganizationOK struct {
	Payload *models_cloudbreak.PlatformDisksJSON
}

GetDisktypesForOrganizationOK handles this case with default header values.

successful operation

func NewGetDisktypesForOrganizationOK

func NewGetDisktypesForOrganizationOK() *GetDisktypesForOrganizationOK

NewGetDisktypesForOrganizationOK creates a GetDisktypesForOrganizationOK with default headers values

func (*GetDisktypesForOrganizationOK) Error

type GetDisktypesForOrganizationParams

type GetDisktypesForOrganizationParams struct {

	/*OrganizationID*/
	OrganizationID int64

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

GetDisktypesForOrganizationParams contains all the parameters to send to the API endpoint for the get disktypes for organization operation typically these are written to a http.Request

func NewGetDisktypesForOrganizationParams

func NewGetDisktypesForOrganizationParams() *GetDisktypesForOrganizationParams

NewGetDisktypesForOrganizationParams creates a new GetDisktypesForOrganizationParams object with the default values initialized.

func NewGetDisktypesForOrganizationParamsWithContext

func NewGetDisktypesForOrganizationParamsWithContext(ctx context.Context) *GetDisktypesForOrganizationParams

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

func NewGetDisktypesForOrganizationParamsWithHTTPClient

func NewGetDisktypesForOrganizationParamsWithHTTPClient(client *http.Client) *GetDisktypesForOrganizationParams

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

func NewGetDisktypesForOrganizationParamsWithTimeout

func NewGetDisktypesForOrganizationParamsWithTimeout(timeout time.Duration) *GetDisktypesForOrganizationParams

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

func (*GetDisktypesForOrganizationParams) SetContext

SetContext adds the context to the get disktypes for organization params

func (*GetDisktypesForOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get disktypes for organization params

func (*GetDisktypesForOrganizationParams) SetOrganizationID

func (o *GetDisktypesForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get disktypes for organization params

func (*GetDisktypesForOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get disktypes for organization params

func (*GetDisktypesForOrganizationParams) WithContext

WithContext adds the context to the get disktypes for organization params

func (*GetDisktypesForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get disktypes for organization params

func (*GetDisktypesForOrganizationParams) WithOrganizationID

func (o *GetDisktypesForOrganizationParams) WithOrganizationID(organizationID int64) *GetDisktypesForOrganizationParams

WithOrganizationID adds the organizationID to the get disktypes for organization params

func (*GetDisktypesForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get disktypes for organization params

func (*GetDisktypesForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetDisktypesForOrganizationReader

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

GetDisktypesForOrganizationReader is a Reader for the GetDisktypesForOrganization structure.

func (*GetDisktypesForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetEncryptionKeysForOrganizationOK

type GetEncryptionKeysForOrganizationOK struct {
	Payload *models_cloudbreak.PlatformEncryptionKeysResponse
}

GetEncryptionKeysForOrganizationOK handles this case with default header values.

successful operation

func NewGetEncryptionKeysForOrganizationOK

func NewGetEncryptionKeysForOrganizationOK() *GetEncryptionKeysForOrganizationOK

NewGetEncryptionKeysForOrganizationOK creates a GetEncryptionKeysForOrganizationOK with default headers values

func (*GetEncryptionKeysForOrganizationOK) Error

type GetEncryptionKeysForOrganizationParams

type GetEncryptionKeysForOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetEncryptionKeysForOrganizationParams contains all the parameters to send to the API endpoint for the get encryption keys for organization operation typically these are written to a http.Request

func NewGetEncryptionKeysForOrganizationParams

func NewGetEncryptionKeysForOrganizationParams() *GetEncryptionKeysForOrganizationParams

NewGetEncryptionKeysForOrganizationParams creates a new GetEncryptionKeysForOrganizationParams object with the default values initialized.

func NewGetEncryptionKeysForOrganizationParamsWithContext

func NewGetEncryptionKeysForOrganizationParamsWithContext(ctx context.Context) *GetEncryptionKeysForOrganizationParams

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

func NewGetEncryptionKeysForOrganizationParamsWithHTTPClient

func NewGetEncryptionKeysForOrganizationParamsWithHTTPClient(client *http.Client) *GetEncryptionKeysForOrganizationParams

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

func NewGetEncryptionKeysForOrganizationParamsWithTimeout

func NewGetEncryptionKeysForOrganizationParamsWithTimeout(timeout time.Duration) *GetEncryptionKeysForOrganizationParams

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

func (*GetEncryptionKeysForOrganizationParams) SetBody

SetBody adds the body to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) SetContext

SetContext adds the context to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) SetOrganizationID

func (o *GetEncryptionKeysForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) WithBody

WithBody adds the body to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) WithContext

WithContext adds the context to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get encryption keys for organization params

func (*GetEncryptionKeysForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetEncryptionKeysForOrganizationReader

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

GetEncryptionKeysForOrganizationReader is a Reader for the GetEncryptionKeysForOrganization structure.

func (*GetEncryptionKeysForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetGatewaysCredentialIDForOrganizationOK

type GetGatewaysCredentialIDForOrganizationOK struct {
	Payload *models_cloudbreak.PlatformGatewaysResponse
}

GetGatewaysCredentialIDForOrganizationOK handles this case with default header values.

successful operation

func NewGetGatewaysCredentialIDForOrganizationOK

func NewGetGatewaysCredentialIDForOrganizationOK() *GetGatewaysCredentialIDForOrganizationOK

NewGetGatewaysCredentialIDForOrganizationOK creates a GetGatewaysCredentialIDForOrganizationOK with default headers values

func (*GetGatewaysCredentialIDForOrganizationOK) Error

type GetGatewaysCredentialIDForOrganizationParams

type GetGatewaysCredentialIDForOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetGatewaysCredentialIDForOrganizationParams contains all the parameters to send to the API endpoint for the get gateways credential Id for organization operation typically these are written to a http.Request

func NewGetGatewaysCredentialIDForOrganizationParams

func NewGetGatewaysCredentialIDForOrganizationParams() *GetGatewaysCredentialIDForOrganizationParams

NewGetGatewaysCredentialIDForOrganizationParams creates a new GetGatewaysCredentialIDForOrganizationParams object with the default values initialized.

func NewGetGatewaysCredentialIDForOrganizationParamsWithContext

func NewGetGatewaysCredentialIDForOrganizationParamsWithContext(ctx context.Context) *GetGatewaysCredentialIDForOrganizationParams

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

func NewGetGatewaysCredentialIDForOrganizationParamsWithHTTPClient

func NewGetGatewaysCredentialIDForOrganizationParamsWithHTTPClient(client *http.Client) *GetGatewaysCredentialIDForOrganizationParams

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

func NewGetGatewaysCredentialIDForOrganizationParamsWithTimeout

func NewGetGatewaysCredentialIDForOrganizationParamsWithTimeout(timeout time.Duration) *GetGatewaysCredentialIDForOrganizationParams

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

func (*GetGatewaysCredentialIDForOrganizationParams) SetBody

SetBody adds the body to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) SetContext

SetContext adds the context to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) SetOrganizationID

func (o *GetGatewaysCredentialIDForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) WithBody

WithBody adds the body to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) WithContext

WithContext adds the context to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get gateways credential Id for organization params

func (*GetGatewaysCredentialIDForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetGatewaysCredentialIDForOrganizationReader

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

GetGatewaysCredentialIDForOrganizationReader is a Reader for the GetGatewaysCredentialIDForOrganization structure.

func (*GetGatewaysCredentialIDForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetIPPoolsCredentialIDForOrganizationOK

type GetIPPoolsCredentialIDForOrganizationOK struct {
	Payload *models_cloudbreak.PlatformIPPoolsResponse
}

GetIPPoolsCredentialIDForOrganizationOK handles this case with default header values.

successful operation

func NewGetIPPoolsCredentialIDForOrganizationOK

func NewGetIPPoolsCredentialIDForOrganizationOK() *GetIPPoolsCredentialIDForOrganizationOK

NewGetIPPoolsCredentialIDForOrganizationOK creates a GetIPPoolsCredentialIDForOrganizationOK with default headers values

func (*GetIPPoolsCredentialIDForOrganizationOK) Error

type GetIPPoolsCredentialIDForOrganizationParams

type GetIPPoolsCredentialIDForOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetIPPoolsCredentialIDForOrganizationParams contains all the parameters to send to the API endpoint for the get Ip pools credential Id for organization operation typically these are written to a http.Request

func NewGetIPPoolsCredentialIDForOrganizationParams

func NewGetIPPoolsCredentialIDForOrganizationParams() *GetIPPoolsCredentialIDForOrganizationParams

NewGetIPPoolsCredentialIDForOrganizationParams creates a new GetIPPoolsCredentialIDForOrganizationParams object with the default values initialized.

func NewGetIPPoolsCredentialIDForOrganizationParamsWithContext

func NewGetIPPoolsCredentialIDForOrganizationParamsWithContext(ctx context.Context) *GetIPPoolsCredentialIDForOrganizationParams

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

func NewGetIPPoolsCredentialIDForOrganizationParamsWithHTTPClient

func NewGetIPPoolsCredentialIDForOrganizationParamsWithHTTPClient(client *http.Client) *GetIPPoolsCredentialIDForOrganizationParams

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

func NewGetIPPoolsCredentialIDForOrganizationParamsWithTimeout

func NewGetIPPoolsCredentialIDForOrganizationParamsWithTimeout(timeout time.Duration) *GetIPPoolsCredentialIDForOrganizationParams

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

func (*GetIPPoolsCredentialIDForOrganizationParams) SetBody

SetBody adds the body to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) SetContext

SetContext adds the context to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) SetOrganizationID

func (o *GetIPPoolsCredentialIDForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) WithBody

WithBody adds the body to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) WithContext

WithContext adds the context to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get Ip pools credential Id for organization params

func (*GetIPPoolsCredentialIDForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetIPPoolsCredentialIDForOrganizationReader

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

GetIPPoolsCredentialIDForOrganizationReader is a Reader for the GetIPPoolsCredentialIDForOrganization structure.

func (*GetIPPoolsCredentialIDForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPlatformNetworksForOrganizationOK

type GetPlatformNetworksForOrganizationOK struct {
	Payload *models_cloudbreak.PlatformNetworksResponse
}

GetPlatformNetworksForOrganizationOK handles this case with default header values.

successful operation

func NewGetPlatformNetworksForOrganizationOK

func NewGetPlatformNetworksForOrganizationOK() *GetPlatformNetworksForOrganizationOK

NewGetPlatformNetworksForOrganizationOK creates a GetPlatformNetworksForOrganizationOK with default headers values

func (*GetPlatformNetworksForOrganizationOK) Error

type GetPlatformNetworksForOrganizationParams

type GetPlatformNetworksForOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetPlatformNetworksForOrganizationParams contains all the parameters to send to the API endpoint for the get platform networks for organization operation typically these are written to a http.Request

func NewGetPlatformNetworksForOrganizationParams

func NewGetPlatformNetworksForOrganizationParams() *GetPlatformNetworksForOrganizationParams

NewGetPlatformNetworksForOrganizationParams creates a new GetPlatformNetworksForOrganizationParams object with the default values initialized.

func NewGetPlatformNetworksForOrganizationParamsWithContext

func NewGetPlatformNetworksForOrganizationParamsWithContext(ctx context.Context) *GetPlatformNetworksForOrganizationParams

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

func NewGetPlatformNetworksForOrganizationParamsWithHTTPClient

func NewGetPlatformNetworksForOrganizationParamsWithHTTPClient(client *http.Client) *GetPlatformNetworksForOrganizationParams

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

func NewGetPlatformNetworksForOrganizationParamsWithTimeout

func NewGetPlatformNetworksForOrganizationParamsWithTimeout(timeout time.Duration) *GetPlatformNetworksForOrganizationParams

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

func (*GetPlatformNetworksForOrganizationParams) SetBody

SetBody adds the body to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) SetContext

SetContext adds the context to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) SetOrganizationID

func (o *GetPlatformNetworksForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) WithBody

WithBody adds the body to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) WithContext

WithContext adds the context to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get platform networks for organization params

func (*GetPlatformNetworksForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPlatformNetworksForOrganizationReader

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

GetPlatformNetworksForOrganizationReader is a Reader for the GetPlatformNetworksForOrganization structure.

func (*GetPlatformNetworksForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPlatformSShKeysForOrganizationOK

type GetPlatformSShKeysForOrganizationOK struct {
	Payload *models_cloudbreak.PlatformSSHKeysResponse
}

GetPlatformSShKeysForOrganizationOK handles this case with default header values.

successful operation

func NewGetPlatformSShKeysForOrganizationOK

func NewGetPlatformSShKeysForOrganizationOK() *GetPlatformSShKeysForOrganizationOK

NewGetPlatformSShKeysForOrganizationOK creates a GetPlatformSShKeysForOrganizationOK with default headers values

func (*GetPlatformSShKeysForOrganizationOK) Error

type GetPlatformSShKeysForOrganizationParams

type GetPlatformSShKeysForOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetPlatformSShKeysForOrganizationParams contains all the parameters to send to the API endpoint for the get platform s sh keys for organization operation typically these are written to a http.Request

func NewGetPlatformSShKeysForOrganizationParams

func NewGetPlatformSShKeysForOrganizationParams() *GetPlatformSShKeysForOrganizationParams

NewGetPlatformSShKeysForOrganizationParams creates a new GetPlatformSShKeysForOrganizationParams object with the default values initialized.

func NewGetPlatformSShKeysForOrganizationParamsWithContext

func NewGetPlatformSShKeysForOrganizationParamsWithContext(ctx context.Context) *GetPlatformSShKeysForOrganizationParams

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

func NewGetPlatformSShKeysForOrganizationParamsWithHTTPClient

func NewGetPlatformSShKeysForOrganizationParamsWithHTTPClient(client *http.Client) *GetPlatformSShKeysForOrganizationParams

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

func NewGetPlatformSShKeysForOrganizationParamsWithTimeout

func NewGetPlatformSShKeysForOrganizationParamsWithTimeout(timeout time.Duration) *GetPlatformSShKeysForOrganizationParams

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

func (*GetPlatformSShKeysForOrganizationParams) SetBody

SetBody adds the body to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) SetContext

SetContext adds the context to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) SetOrganizationID

func (o *GetPlatformSShKeysForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) SetTimeout

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

SetTimeout adds the timeout to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) WithBody

WithBody adds the body to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) WithContext

WithContext adds the context to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get platform s sh keys for organization params

func (*GetPlatformSShKeysForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPlatformSShKeysForOrganizationReader

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

GetPlatformSShKeysForOrganizationReader is a Reader for the GetPlatformSShKeysForOrganization structure.

func (*GetPlatformSShKeysForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetPlatformSecurityGroupsForOrganizationOK

type GetPlatformSecurityGroupsForOrganizationOK struct {
	Payload *models_cloudbreak.PlatformSecurityGroupsResponse
}

GetPlatformSecurityGroupsForOrganizationOK handles this case with default header values.

successful operation

func NewGetPlatformSecurityGroupsForOrganizationOK

func NewGetPlatformSecurityGroupsForOrganizationOK() *GetPlatformSecurityGroupsForOrganizationOK

NewGetPlatformSecurityGroupsForOrganizationOK creates a GetPlatformSecurityGroupsForOrganizationOK with default headers values

func (*GetPlatformSecurityGroupsForOrganizationOK) Error

type GetPlatformSecurityGroupsForOrganizationParams

type GetPlatformSecurityGroupsForOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetPlatformSecurityGroupsForOrganizationParams contains all the parameters to send to the API endpoint for the get platform security groups for organization operation typically these are written to a http.Request

func NewGetPlatformSecurityGroupsForOrganizationParams

func NewGetPlatformSecurityGroupsForOrganizationParams() *GetPlatformSecurityGroupsForOrganizationParams

NewGetPlatformSecurityGroupsForOrganizationParams creates a new GetPlatformSecurityGroupsForOrganizationParams object with the default values initialized.

func NewGetPlatformSecurityGroupsForOrganizationParamsWithContext

func NewGetPlatformSecurityGroupsForOrganizationParamsWithContext(ctx context.Context) *GetPlatformSecurityGroupsForOrganizationParams

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

func NewGetPlatformSecurityGroupsForOrganizationParamsWithHTTPClient

func NewGetPlatformSecurityGroupsForOrganizationParamsWithHTTPClient(client *http.Client) *GetPlatformSecurityGroupsForOrganizationParams

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

func NewGetPlatformSecurityGroupsForOrganizationParamsWithTimeout

func NewGetPlatformSecurityGroupsForOrganizationParamsWithTimeout(timeout time.Duration) *GetPlatformSecurityGroupsForOrganizationParams

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

func (*GetPlatformSecurityGroupsForOrganizationParams) SetBody

SetBody adds the body to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) SetContext

SetContext adds the context to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) SetHTTPClient

SetHTTPClient adds the HTTPClient to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) SetOrganizationID

func (o *GetPlatformSecurityGroupsForOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) WithBody

WithBody adds the body to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) WithContext

WithContext adds the context to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get platform security groups for organization params

func (*GetPlatformSecurityGroupsForOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetPlatformSecurityGroupsForOrganizationReader

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

GetPlatformSecurityGroupsForOrganizationReader is a Reader for the GetPlatformSecurityGroupsForOrganization structure.

func (*GetPlatformSecurityGroupsForOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetRegionsByCredentialAndOrganizationOK

type GetRegionsByCredentialAndOrganizationOK struct {
	Payload *models_cloudbreak.RegionResponse
}

GetRegionsByCredentialAndOrganizationOK handles this case with default header values.

successful operation

func NewGetRegionsByCredentialAndOrganizationOK

func NewGetRegionsByCredentialAndOrganizationOK() *GetRegionsByCredentialAndOrganizationOK

NewGetRegionsByCredentialAndOrganizationOK creates a GetRegionsByCredentialAndOrganizationOK with default headers values

func (*GetRegionsByCredentialAndOrganizationOK) Error

type GetRegionsByCredentialAndOrganizationParams

type GetRegionsByCredentialAndOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetRegionsByCredentialAndOrganizationParams contains all the parameters to send to the API endpoint for the get regions by credential and organization operation typically these are written to a http.Request

func NewGetRegionsByCredentialAndOrganizationParams

func NewGetRegionsByCredentialAndOrganizationParams() *GetRegionsByCredentialAndOrganizationParams

NewGetRegionsByCredentialAndOrganizationParams creates a new GetRegionsByCredentialAndOrganizationParams object with the default values initialized.

func NewGetRegionsByCredentialAndOrganizationParamsWithContext

func NewGetRegionsByCredentialAndOrganizationParamsWithContext(ctx context.Context) *GetRegionsByCredentialAndOrganizationParams

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

func NewGetRegionsByCredentialAndOrganizationParamsWithHTTPClient

func NewGetRegionsByCredentialAndOrganizationParamsWithHTTPClient(client *http.Client) *GetRegionsByCredentialAndOrganizationParams

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

func NewGetRegionsByCredentialAndOrganizationParamsWithTimeout

func NewGetRegionsByCredentialAndOrganizationParamsWithTimeout(timeout time.Duration) *GetRegionsByCredentialAndOrganizationParams

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

func (*GetRegionsByCredentialAndOrganizationParams) SetBody

SetBody adds the body to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) SetContext

SetContext adds the context to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) SetOrganizationID

func (o *GetRegionsByCredentialAndOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) WithBody

WithBody adds the body to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) WithContext

WithContext adds the context to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get regions by credential and organization params

func (*GetRegionsByCredentialAndOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetRegionsByCredentialAndOrganizationReader

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

GetRegionsByCredentialAndOrganizationReader is a Reader for the GetRegionsByCredentialAndOrganization structure.

func (*GetRegionsByCredentialAndOrganizationReader) ReadResponse

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

ReadResponse reads a server response into the received o.

type GetVMTypesByCredentialAndOrganizationOK

type GetVMTypesByCredentialAndOrganizationOK struct {
	Payload *models_cloudbreak.PlatformVmtypesResponse
}

GetVMTypesByCredentialAndOrganizationOK handles this case with default header values.

successful operation

func NewGetVMTypesByCredentialAndOrganizationOK

func NewGetVMTypesByCredentialAndOrganizationOK() *GetVMTypesByCredentialAndOrganizationOK

NewGetVMTypesByCredentialAndOrganizationOK creates a GetVMTypesByCredentialAndOrganizationOK with default headers values

func (*GetVMTypesByCredentialAndOrganizationOK) Error

type GetVMTypesByCredentialAndOrganizationParams

type GetVMTypesByCredentialAndOrganizationParams struct {

	/*Body*/
	Body *models_cloudbreak.PlatformResourceRequestJSON
	/*OrganizationID*/
	OrganizationID int64

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

GetVMTypesByCredentialAndOrganizationParams contains all the parameters to send to the API endpoint for the get Vm types by credential and organization operation typically these are written to a http.Request

func NewGetVMTypesByCredentialAndOrganizationParams

func NewGetVMTypesByCredentialAndOrganizationParams() *GetVMTypesByCredentialAndOrganizationParams

NewGetVMTypesByCredentialAndOrganizationParams creates a new GetVMTypesByCredentialAndOrganizationParams object with the default values initialized.

func NewGetVMTypesByCredentialAndOrganizationParamsWithContext

func NewGetVMTypesByCredentialAndOrganizationParamsWithContext(ctx context.Context) *GetVMTypesByCredentialAndOrganizationParams

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

func NewGetVMTypesByCredentialAndOrganizationParamsWithHTTPClient

func NewGetVMTypesByCredentialAndOrganizationParamsWithHTTPClient(client *http.Client) *GetVMTypesByCredentialAndOrganizationParams

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

func NewGetVMTypesByCredentialAndOrganizationParamsWithTimeout

func NewGetVMTypesByCredentialAndOrganizationParamsWithTimeout(timeout time.Duration) *GetVMTypesByCredentialAndOrganizationParams

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

func (*GetVMTypesByCredentialAndOrganizationParams) SetBody

SetBody adds the body to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) SetContext

SetContext adds the context to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) SetHTTPClient

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

SetHTTPClient adds the HTTPClient to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) SetOrganizationID

func (o *GetVMTypesByCredentialAndOrganizationParams) SetOrganizationID(organizationID int64)

SetOrganizationID adds the organizationId to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) SetTimeout

SetTimeout adds the timeout to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) WithBody

WithBody adds the body to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) WithContext

WithContext adds the context to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) WithHTTPClient

WithHTTPClient adds the HTTPClient to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) WithOrganizationID

WithOrganizationID adds the organizationID to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) WithTimeout

WithTimeout adds the timeout to the get Vm types by credential and organization params

func (*GetVMTypesByCredentialAndOrganizationParams) WriteToRequest

WriteToRequest writes these params to a swagger request

type GetVMTypesByCredentialAndOrganizationReader

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

GetVMTypesByCredentialAndOrganizationReader is a Reader for the GetVMTypesByCredentialAndOrganization structure.

func (*GetVMTypesByCredentialAndOrganizationReader) ReadResponse

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