Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateRecommendation(params *CreateRecommendationParams) (*CreateRecommendationOK, error)
- func (a *Client) GetAccessConfigs(params *GetAccessConfigsParams) (*GetAccessConfigsOK, error)
- func (a *Client) GetDisktypeByType(params *GetDisktypeByTypeParams) (*GetDisktypeByTypeOK, error)
- func (a *Client) GetDisktypes(params *GetDisktypesParams) (*GetDisktypesOK, error)
- func (a *Client) GetEncryptionKeys(params *GetEncryptionKeysParams) (*GetEncryptionKeysOK, error)
- func (a *Client) GetGatewaysCredentialID(params *GetGatewaysCredentialIDParams) (*GetGatewaysCredentialIDOK, error)
- func (a *Client) GetIPPoolsCredentialID(params *GetIPPoolsCredentialIDParams) (*GetIPPoolsCredentialIDOK, error)
- func (a *Client) GetOchestratorsByType(params *GetOchestratorsByTypeParams) (*GetOchestratorsByTypeOK, error)
- func (a *Client) GetOrchestratortypes(params *GetOrchestratortypesParams) (*GetOrchestratortypesOK, error)
- func (a *Client) GetPlatformNetworks(params *GetPlatformNetworksParams) (*GetPlatformNetworksOK, error)
- func (a *Client) GetPlatformSShKeys(params *GetPlatformSShKeysParams) (*GetPlatformSShKeysOK, error)
- func (a *Client) GetPlatformSecurityGroups(params *GetPlatformSecurityGroupsParams) (*GetPlatformSecurityGroupsOK, error)
- func (a *Client) GetPlatformVariantByType(params *GetPlatformVariantByTypeParams) (*GetPlatformVariantByTypeOK, error)
- func (a *Client) GetPlatformVariants(params *GetPlatformVariantsParams) (*GetPlatformVariantsOK, error)
- func (a *Client) GetPlatforms(params *GetPlatformsParams) (*GetPlatformsOK, error)
- func (a *Client) GetRegionAvByType(params *GetRegionAvByTypeParams) (*GetRegionAvByTypeOK, error)
- func (a *Client) GetRegionRByType(params *GetRegionRByTypeParams) (*GetRegionRByTypeOK, error)
- func (a *Client) GetRegions(params *GetRegionsParams) (*GetRegionsOK, error)
- func (a *Client) GetSpecialProperties(params *GetSpecialPropertiesParams) (*GetSpecialPropertiesOK, error)
- func (a *Client) GetTagSpecifications(params *GetTagSpecificationsParams) (*GetTagSpecificationsOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type CreateRecommendationOK
- type CreateRecommendationParams
- func NewCreateRecommendationParams() *CreateRecommendationParams
- func NewCreateRecommendationParamsWithContext(ctx context.Context) *CreateRecommendationParams
- func NewCreateRecommendationParamsWithHTTPClient(client *http.Client) *CreateRecommendationParams
- func NewCreateRecommendationParamsWithTimeout(timeout time.Duration) *CreateRecommendationParams
- func (o *CreateRecommendationParams) SetBody(body *models_cloudbreak.RecommendationRequestJSON)
- func (o *CreateRecommendationParams) SetContext(ctx context.Context)
- func (o *CreateRecommendationParams) SetHTTPClient(client *http.Client)
- func (o *CreateRecommendationParams) SetTimeout(timeout time.Duration)
- func (o *CreateRecommendationParams) WithBody(body *models_cloudbreak.RecommendationRequestJSON) *CreateRecommendationParams
- func (o *CreateRecommendationParams) WithContext(ctx context.Context) *CreateRecommendationParams
- func (o *CreateRecommendationParams) WithHTTPClient(client *http.Client) *CreateRecommendationParams
- func (o *CreateRecommendationParams) WithTimeout(timeout time.Duration) *CreateRecommendationParams
- func (o *CreateRecommendationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateRecommendationReader
- type GetAccessConfigsOK
- type GetAccessConfigsParams
- func NewGetAccessConfigsParams() *GetAccessConfigsParams
- func NewGetAccessConfigsParamsWithContext(ctx context.Context) *GetAccessConfigsParams
- func NewGetAccessConfigsParamsWithHTTPClient(client *http.Client) *GetAccessConfigsParams
- func NewGetAccessConfigsParamsWithTimeout(timeout time.Duration) *GetAccessConfigsParams
- func (o *GetAccessConfigsParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
- func (o *GetAccessConfigsParams) SetContext(ctx context.Context)
- func (o *GetAccessConfigsParams) SetHTTPClient(client *http.Client)
- func (o *GetAccessConfigsParams) SetTimeout(timeout time.Duration)
- func (o *GetAccessConfigsParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetAccessConfigsParams
- func (o *GetAccessConfigsParams) WithContext(ctx context.Context) *GetAccessConfigsParams
- func (o *GetAccessConfigsParams) WithHTTPClient(client *http.Client) *GetAccessConfigsParams
- func (o *GetAccessConfigsParams) WithTimeout(timeout time.Duration) *GetAccessConfigsParams
- func (o *GetAccessConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetAccessConfigsReader
- type GetDisktypeByTypeOK
- type GetDisktypeByTypeParams
- func NewGetDisktypeByTypeParams() *GetDisktypeByTypeParams
- func NewGetDisktypeByTypeParamsWithContext(ctx context.Context) *GetDisktypeByTypeParams
- func NewGetDisktypeByTypeParamsWithHTTPClient(client *http.Client) *GetDisktypeByTypeParams
- func NewGetDisktypeByTypeParamsWithTimeout(timeout time.Duration) *GetDisktypeByTypeParams
- func (o *GetDisktypeByTypeParams) SetContext(ctx context.Context)
- func (o *GetDisktypeByTypeParams) SetHTTPClient(client *http.Client)
- func (o *GetDisktypeByTypeParams) SetTimeout(timeout time.Duration)
- func (o *GetDisktypeByTypeParams) SetType(typeVar string)
- func (o *GetDisktypeByTypeParams) WithContext(ctx context.Context) *GetDisktypeByTypeParams
- func (o *GetDisktypeByTypeParams) WithHTTPClient(client *http.Client) *GetDisktypeByTypeParams
- func (o *GetDisktypeByTypeParams) WithTimeout(timeout time.Duration) *GetDisktypeByTypeParams
- func (o *GetDisktypeByTypeParams) WithType(typeVar string) *GetDisktypeByTypeParams
- func (o *GetDisktypeByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDisktypeByTypeReader
- type GetDisktypesOK
- type GetDisktypesParams
- func (o *GetDisktypesParams) SetContext(ctx context.Context)
- func (o *GetDisktypesParams) SetHTTPClient(client *http.Client)
- func (o *GetDisktypesParams) SetTimeout(timeout time.Duration)
- func (o *GetDisktypesParams) WithContext(ctx context.Context) *GetDisktypesParams
- func (o *GetDisktypesParams) WithHTTPClient(client *http.Client) *GetDisktypesParams
- func (o *GetDisktypesParams) WithTimeout(timeout time.Duration) *GetDisktypesParams
- func (o *GetDisktypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDisktypesReader
- type GetEncryptionKeysOK
- type GetEncryptionKeysParams
- func NewGetEncryptionKeysParams() *GetEncryptionKeysParams
- func NewGetEncryptionKeysParamsWithContext(ctx context.Context) *GetEncryptionKeysParams
- func NewGetEncryptionKeysParamsWithHTTPClient(client *http.Client) *GetEncryptionKeysParams
- func NewGetEncryptionKeysParamsWithTimeout(timeout time.Duration) *GetEncryptionKeysParams
- func (o *GetEncryptionKeysParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
- func (o *GetEncryptionKeysParams) SetContext(ctx context.Context)
- func (o *GetEncryptionKeysParams) SetHTTPClient(client *http.Client)
- func (o *GetEncryptionKeysParams) SetTimeout(timeout time.Duration)
- func (o *GetEncryptionKeysParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetEncryptionKeysParams
- func (o *GetEncryptionKeysParams) WithContext(ctx context.Context) *GetEncryptionKeysParams
- func (o *GetEncryptionKeysParams) WithHTTPClient(client *http.Client) *GetEncryptionKeysParams
- func (o *GetEncryptionKeysParams) WithTimeout(timeout time.Duration) *GetEncryptionKeysParams
- func (o *GetEncryptionKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetEncryptionKeysReader
- type GetGatewaysCredentialIDOK
- type GetGatewaysCredentialIDParams
- func NewGetGatewaysCredentialIDParams() *GetGatewaysCredentialIDParams
- func NewGetGatewaysCredentialIDParamsWithContext(ctx context.Context) *GetGatewaysCredentialIDParams
- func NewGetGatewaysCredentialIDParamsWithHTTPClient(client *http.Client) *GetGatewaysCredentialIDParams
- func NewGetGatewaysCredentialIDParamsWithTimeout(timeout time.Duration) *GetGatewaysCredentialIDParams
- func (o *GetGatewaysCredentialIDParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
- func (o *GetGatewaysCredentialIDParams) SetContext(ctx context.Context)
- func (o *GetGatewaysCredentialIDParams) SetHTTPClient(client *http.Client)
- func (o *GetGatewaysCredentialIDParams) SetTimeout(timeout time.Duration)
- func (o *GetGatewaysCredentialIDParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetGatewaysCredentialIDParams
- func (o *GetGatewaysCredentialIDParams) WithContext(ctx context.Context) *GetGatewaysCredentialIDParams
- func (o *GetGatewaysCredentialIDParams) WithHTTPClient(client *http.Client) *GetGatewaysCredentialIDParams
- func (o *GetGatewaysCredentialIDParams) WithTimeout(timeout time.Duration) *GetGatewaysCredentialIDParams
- func (o *GetGatewaysCredentialIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetGatewaysCredentialIDReader
- type GetIPPoolsCredentialIDOK
- type GetIPPoolsCredentialIDParams
- func NewGetIPPoolsCredentialIDParams() *GetIPPoolsCredentialIDParams
- func NewGetIPPoolsCredentialIDParamsWithContext(ctx context.Context) *GetIPPoolsCredentialIDParams
- func NewGetIPPoolsCredentialIDParamsWithHTTPClient(client *http.Client) *GetIPPoolsCredentialIDParams
- func NewGetIPPoolsCredentialIDParamsWithTimeout(timeout time.Duration) *GetIPPoolsCredentialIDParams
- func (o *GetIPPoolsCredentialIDParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
- func (o *GetIPPoolsCredentialIDParams) SetContext(ctx context.Context)
- func (o *GetIPPoolsCredentialIDParams) SetHTTPClient(client *http.Client)
- func (o *GetIPPoolsCredentialIDParams) SetTimeout(timeout time.Duration)
- func (o *GetIPPoolsCredentialIDParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetIPPoolsCredentialIDParams
- func (o *GetIPPoolsCredentialIDParams) WithContext(ctx context.Context) *GetIPPoolsCredentialIDParams
- func (o *GetIPPoolsCredentialIDParams) WithHTTPClient(client *http.Client) *GetIPPoolsCredentialIDParams
- func (o *GetIPPoolsCredentialIDParams) WithTimeout(timeout time.Duration) *GetIPPoolsCredentialIDParams
- func (o *GetIPPoolsCredentialIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetIPPoolsCredentialIDReader
- type GetOchestratorsByTypeOK
- type GetOchestratorsByTypeParams
- func NewGetOchestratorsByTypeParams() *GetOchestratorsByTypeParams
- func NewGetOchestratorsByTypeParamsWithContext(ctx context.Context) *GetOchestratorsByTypeParams
- func NewGetOchestratorsByTypeParamsWithHTTPClient(client *http.Client) *GetOchestratorsByTypeParams
- func NewGetOchestratorsByTypeParamsWithTimeout(timeout time.Duration) *GetOchestratorsByTypeParams
- func (o *GetOchestratorsByTypeParams) SetContext(ctx context.Context)
- func (o *GetOchestratorsByTypeParams) SetHTTPClient(client *http.Client)
- func (o *GetOchestratorsByTypeParams) SetTimeout(timeout time.Duration)
- func (o *GetOchestratorsByTypeParams) SetType(typeVar string)
- func (o *GetOchestratorsByTypeParams) WithContext(ctx context.Context) *GetOchestratorsByTypeParams
- func (o *GetOchestratorsByTypeParams) WithHTTPClient(client *http.Client) *GetOchestratorsByTypeParams
- func (o *GetOchestratorsByTypeParams) WithTimeout(timeout time.Duration) *GetOchestratorsByTypeParams
- func (o *GetOchestratorsByTypeParams) WithType(typeVar string) *GetOchestratorsByTypeParams
- func (o *GetOchestratorsByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOchestratorsByTypeReader
- type GetOrchestratortypesOK
- type GetOrchestratortypesParams
- func NewGetOrchestratortypesParams() *GetOrchestratortypesParams
- func NewGetOrchestratortypesParamsWithContext(ctx context.Context) *GetOrchestratortypesParams
- func NewGetOrchestratortypesParamsWithHTTPClient(client *http.Client) *GetOrchestratortypesParams
- func NewGetOrchestratortypesParamsWithTimeout(timeout time.Duration) *GetOrchestratortypesParams
- func (o *GetOrchestratortypesParams) SetContext(ctx context.Context)
- func (o *GetOrchestratortypesParams) SetHTTPClient(client *http.Client)
- func (o *GetOrchestratortypesParams) SetTimeout(timeout time.Duration)
- func (o *GetOrchestratortypesParams) WithContext(ctx context.Context) *GetOrchestratortypesParams
- func (o *GetOrchestratortypesParams) WithHTTPClient(client *http.Client) *GetOrchestratortypesParams
- func (o *GetOrchestratortypesParams) WithTimeout(timeout time.Duration) *GetOrchestratortypesParams
- func (o *GetOrchestratortypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetOrchestratortypesReader
- type GetPlatformNetworksOK
- type GetPlatformNetworksParams
- func NewGetPlatformNetworksParams() *GetPlatformNetworksParams
- func NewGetPlatformNetworksParamsWithContext(ctx context.Context) *GetPlatformNetworksParams
- func NewGetPlatformNetworksParamsWithHTTPClient(client *http.Client) *GetPlatformNetworksParams
- func NewGetPlatformNetworksParamsWithTimeout(timeout time.Duration) *GetPlatformNetworksParams
- func (o *GetPlatformNetworksParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
- func (o *GetPlatformNetworksParams) SetContext(ctx context.Context)
- func (o *GetPlatformNetworksParams) SetHTTPClient(client *http.Client)
- func (o *GetPlatformNetworksParams) SetTimeout(timeout time.Duration)
- func (o *GetPlatformNetworksParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetPlatformNetworksParams
- func (o *GetPlatformNetworksParams) WithContext(ctx context.Context) *GetPlatformNetworksParams
- func (o *GetPlatformNetworksParams) WithHTTPClient(client *http.Client) *GetPlatformNetworksParams
- func (o *GetPlatformNetworksParams) WithTimeout(timeout time.Duration) *GetPlatformNetworksParams
- func (o *GetPlatformNetworksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlatformNetworksReader
- type GetPlatformSShKeysOK
- type GetPlatformSShKeysParams
- func NewGetPlatformSShKeysParams() *GetPlatformSShKeysParams
- func NewGetPlatformSShKeysParamsWithContext(ctx context.Context) *GetPlatformSShKeysParams
- func NewGetPlatformSShKeysParamsWithHTTPClient(client *http.Client) *GetPlatformSShKeysParams
- func NewGetPlatformSShKeysParamsWithTimeout(timeout time.Duration) *GetPlatformSShKeysParams
- func (o *GetPlatformSShKeysParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
- func (o *GetPlatformSShKeysParams) SetContext(ctx context.Context)
- func (o *GetPlatformSShKeysParams) SetHTTPClient(client *http.Client)
- func (o *GetPlatformSShKeysParams) SetTimeout(timeout time.Duration)
- func (o *GetPlatformSShKeysParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetPlatformSShKeysParams
- func (o *GetPlatformSShKeysParams) WithContext(ctx context.Context) *GetPlatformSShKeysParams
- func (o *GetPlatformSShKeysParams) WithHTTPClient(client *http.Client) *GetPlatformSShKeysParams
- func (o *GetPlatformSShKeysParams) WithTimeout(timeout time.Duration) *GetPlatformSShKeysParams
- func (o *GetPlatformSShKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlatformSShKeysReader
- type GetPlatformSecurityGroupsOK
- type GetPlatformSecurityGroupsParams
- func NewGetPlatformSecurityGroupsParams() *GetPlatformSecurityGroupsParams
- func NewGetPlatformSecurityGroupsParamsWithContext(ctx context.Context) *GetPlatformSecurityGroupsParams
- func NewGetPlatformSecurityGroupsParamsWithHTTPClient(client *http.Client) *GetPlatformSecurityGroupsParams
- func NewGetPlatformSecurityGroupsParamsWithTimeout(timeout time.Duration) *GetPlatformSecurityGroupsParams
- func (o *GetPlatformSecurityGroupsParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
- func (o *GetPlatformSecurityGroupsParams) SetContext(ctx context.Context)
- func (o *GetPlatformSecurityGroupsParams) SetHTTPClient(client *http.Client)
- func (o *GetPlatformSecurityGroupsParams) SetTimeout(timeout time.Duration)
- func (o *GetPlatformSecurityGroupsParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetPlatformSecurityGroupsParams
- func (o *GetPlatformSecurityGroupsParams) WithContext(ctx context.Context) *GetPlatformSecurityGroupsParams
- func (o *GetPlatformSecurityGroupsParams) WithHTTPClient(client *http.Client) *GetPlatformSecurityGroupsParams
- func (o *GetPlatformSecurityGroupsParams) WithTimeout(timeout time.Duration) *GetPlatformSecurityGroupsParams
- func (o *GetPlatformSecurityGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlatformSecurityGroupsReader
- type GetPlatformVariantByTypeOK
- type GetPlatformVariantByTypeParams
- func NewGetPlatformVariantByTypeParams() *GetPlatformVariantByTypeParams
- func NewGetPlatformVariantByTypeParamsWithContext(ctx context.Context) *GetPlatformVariantByTypeParams
- func NewGetPlatformVariantByTypeParamsWithHTTPClient(client *http.Client) *GetPlatformVariantByTypeParams
- func NewGetPlatformVariantByTypeParamsWithTimeout(timeout time.Duration) *GetPlatformVariantByTypeParams
- func (o *GetPlatformVariantByTypeParams) SetContext(ctx context.Context)
- func (o *GetPlatformVariantByTypeParams) SetHTTPClient(client *http.Client)
- func (o *GetPlatformVariantByTypeParams) SetTimeout(timeout time.Duration)
- func (o *GetPlatformVariantByTypeParams) SetType(typeVar string)
- func (o *GetPlatformVariantByTypeParams) WithContext(ctx context.Context) *GetPlatformVariantByTypeParams
- func (o *GetPlatformVariantByTypeParams) WithHTTPClient(client *http.Client) *GetPlatformVariantByTypeParams
- func (o *GetPlatformVariantByTypeParams) WithTimeout(timeout time.Duration) *GetPlatformVariantByTypeParams
- func (o *GetPlatformVariantByTypeParams) WithType(typeVar string) *GetPlatformVariantByTypeParams
- func (o *GetPlatformVariantByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlatformVariantByTypeReader
- type GetPlatformVariantsOK
- type GetPlatformVariantsParams
- func NewGetPlatformVariantsParams() *GetPlatformVariantsParams
- func NewGetPlatformVariantsParamsWithContext(ctx context.Context) *GetPlatformVariantsParams
- func NewGetPlatformVariantsParamsWithHTTPClient(client *http.Client) *GetPlatformVariantsParams
- func NewGetPlatformVariantsParamsWithTimeout(timeout time.Duration) *GetPlatformVariantsParams
- func (o *GetPlatformVariantsParams) SetContext(ctx context.Context)
- func (o *GetPlatformVariantsParams) SetHTTPClient(client *http.Client)
- func (o *GetPlatformVariantsParams) SetTimeout(timeout time.Duration)
- func (o *GetPlatformVariantsParams) WithContext(ctx context.Context) *GetPlatformVariantsParams
- func (o *GetPlatformVariantsParams) WithHTTPClient(client *http.Client) *GetPlatformVariantsParams
- func (o *GetPlatformVariantsParams) WithTimeout(timeout time.Duration) *GetPlatformVariantsParams
- func (o *GetPlatformVariantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlatformVariantsReader
- type GetPlatformsOK
- type GetPlatformsOKBody
- type GetPlatformsParams
- func (o *GetPlatformsParams) SetContext(ctx context.Context)
- func (o *GetPlatformsParams) SetExtended(extended *bool)
- func (o *GetPlatformsParams) SetHTTPClient(client *http.Client)
- func (o *GetPlatformsParams) SetTimeout(timeout time.Duration)
- func (o *GetPlatformsParams) WithContext(ctx context.Context) *GetPlatformsParams
- func (o *GetPlatformsParams) WithExtended(extended *bool) *GetPlatformsParams
- func (o *GetPlatformsParams) WithHTTPClient(client *http.Client) *GetPlatformsParams
- func (o *GetPlatformsParams) WithTimeout(timeout time.Duration) *GetPlatformsParams
- func (o *GetPlatformsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetPlatformsReader
- type GetRegionAvByTypeOK
- type GetRegionAvByTypeOKBody
- type GetRegionAvByTypeParams
- func NewGetRegionAvByTypeParams() *GetRegionAvByTypeParams
- func NewGetRegionAvByTypeParamsWithContext(ctx context.Context) *GetRegionAvByTypeParams
- func NewGetRegionAvByTypeParamsWithHTTPClient(client *http.Client) *GetRegionAvByTypeParams
- func NewGetRegionAvByTypeParamsWithTimeout(timeout time.Duration) *GetRegionAvByTypeParams
- func (o *GetRegionAvByTypeParams) SetContext(ctx context.Context)
- func (o *GetRegionAvByTypeParams) SetHTTPClient(client *http.Client)
- func (o *GetRegionAvByTypeParams) SetTimeout(timeout time.Duration)
- func (o *GetRegionAvByTypeParams) SetType(typeVar string)
- func (o *GetRegionAvByTypeParams) WithContext(ctx context.Context) *GetRegionAvByTypeParams
- func (o *GetRegionAvByTypeParams) WithHTTPClient(client *http.Client) *GetRegionAvByTypeParams
- func (o *GetRegionAvByTypeParams) WithTimeout(timeout time.Duration) *GetRegionAvByTypeParams
- func (o *GetRegionAvByTypeParams) WithType(typeVar string) *GetRegionAvByTypeParams
- func (o *GetRegionAvByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRegionAvByTypeReader
- type GetRegionRByTypeOK
- type GetRegionRByTypeParams
- func NewGetRegionRByTypeParams() *GetRegionRByTypeParams
- func NewGetRegionRByTypeParamsWithContext(ctx context.Context) *GetRegionRByTypeParams
- func NewGetRegionRByTypeParamsWithHTTPClient(client *http.Client) *GetRegionRByTypeParams
- func NewGetRegionRByTypeParamsWithTimeout(timeout time.Duration) *GetRegionRByTypeParams
- func (o *GetRegionRByTypeParams) SetContext(ctx context.Context)
- func (o *GetRegionRByTypeParams) SetHTTPClient(client *http.Client)
- func (o *GetRegionRByTypeParams) SetTimeout(timeout time.Duration)
- func (o *GetRegionRByTypeParams) SetType(typeVar string)
- func (o *GetRegionRByTypeParams) WithContext(ctx context.Context) *GetRegionRByTypeParams
- func (o *GetRegionRByTypeParams) WithHTTPClient(client *http.Client) *GetRegionRByTypeParams
- func (o *GetRegionRByTypeParams) WithTimeout(timeout time.Duration) *GetRegionRByTypeParams
- func (o *GetRegionRByTypeParams) WithType(typeVar string) *GetRegionRByTypeParams
- func (o *GetRegionRByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRegionRByTypeReader
- type GetRegionsOK
- type GetRegionsParams
- func (o *GetRegionsParams) SetContext(ctx context.Context)
- func (o *GetRegionsParams) SetHTTPClient(client *http.Client)
- func (o *GetRegionsParams) SetTimeout(timeout time.Duration)
- func (o *GetRegionsParams) WithContext(ctx context.Context) *GetRegionsParams
- func (o *GetRegionsParams) WithHTTPClient(client *http.Client) *GetRegionsParams
- func (o *GetRegionsParams) WithTimeout(timeout time.Duration) *GetRegionsParams
- func (o *GetRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetRegionsReader
- type GetSpecialPropertiesOK
- type GetSpecialPropertiesParams
- func NewGetSpecialPropertiesParams() *GetSpecialPropertiesParams
- func NewGetSpecialPropertiesParamsWithContext(ctx context.Context) *GetSpecialPropertiesParams
- func NewGetSpecialPropertiesParamsWithHTTPClient(client *http.Client) *GetSpecialPropertiesParams
- func NewGetSpecialPropertiesParamsWithTimeout(timeout time.Duration) *GetSpecialPropertiesParams
- func (o *GetSpecialPropertiesParams) SetContext(ctx context.Context)
- func (o *GetSpecialPropertiesParams) SetHTTPClient(client *http.Client)
- func (o *GetSpecialPropertiesParams) SetTimeout(timeout time.Duration)
- func (o *GetSpecialPropertiesParams) WithContext(ctx context.Context) *GetSpecialPropertiesParams
- func (o *GetSpecialPropertiesParams) WithHTTPClient(client *http.Client) *GetSpecialPropertiesParams
- func (o *GetSpecialPropertiesParams) WithTimeout(timeout time.Duration) *GetSpecialPropertiesParams
- func (o *GetSpecialPropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetSpecialPropertiesReader
- type GetTagSpecificationsOK
- type GetTagSpecificationsParams
- func NewGetTagSpecificationsParams() *GetTagSpecificationsParams
- func NewGetTagSpecificationsParamsWithContext(ctx context.Context) *GetTagSpecificationsParams
- func NewGetTagSpecificationsParamsWithHTTPClient(client *http.Client) *GetTagSpecificationsParams
- func NewGetTagSpecificationsParamsWithTimeout(timeout time.Duration) *GetTagSpecificationsParams
- func (o *GetTagSpecificationsParams) SetContext(ctx context.Context)
- func (o *GetTagSpecificationsParams) SetHTTPClient(client *http.Client)
- func (o *GetTagSpecificationsParams) SetTimeout(timeout time.Duration)
- func (o *GetTagSpecificationsParams) WithContext(ctx context.Context) *GetTagSpecificationsParams
- func (o *GetTagSpecificationsParams) WithHTTPClient(client *http.Client) *GetTagSpecificationsParams
- func (o *GetTagSpecificationsParams) WithTimeout(timeout time.Duration) *GetTagSpecificationsParams
- func (o *GetTagSpecificationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetTagSpecificationsReader
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 v1connectors API
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client
New creates a new v1connectors API client.
func (*Client) CreateRecommendation ¶
func (a *Client) CreateRecommendation(params *CreateRecommendationParams) (*CreateRecommendationOK, error)
CreateRecommendation 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) GetAccessConfigs ¶
func (a *Client) GetAccessConfigs(params *GetAccessConfigsParams) (*GetAccessConfigsOK, error)
GetAccessConfigs 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) GetDisktypeByType ¶
func (a *Client) GetDisktypeByType(params *GetDisktypeByTypeParams) (*GetDisktypeByTypeOK, error)
GetDisktypeByType retrives disks by type
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetDisktypes ¶
func (a *Client) GetDisktypes(params *GetDisktypesParams) (*GetDisktypesOK, error)
GetDisktypes 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) GetEncryptionKeys ¶
func (a *Client) GetEncryptionKeys(params *GetEncryptionKeysParams) (*GetEncryptionKeysOK, error)
GetEncryptionKeys 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) GetGatewaysCredentialID ¶
func (a *Client) GetGatewaysCredentialID(params *GetGatewaysCredentialIDParams) (*GetGatewaysCredentialIDOK, error)
GetGatewaysCredentialID 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) GetIPPoolsCredentialID ¶
func (a *Client) GetIPPoolsCredentialID(params *GetIPPoolsCredentialIDParams) (*GetIPPoolsCredentialIDOK, error)
GetIPPoolsCredentialID 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) GetOchestratorsByType ¶
func (a *Client) GetOchestratorsByType(params *GetOchestratorsByTypeParams) (*GetOchestratorsByTypeOK, error)
GetOchestratorsByType retrives orchestrators by type
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetOrchestratortypes ¶
func (a *Client) GetOrchestratortypes(params *GetOrchestratortypesParams) (*GetOrchestratortypesOK, error)
GetOrchestratortypes retrives available orchestrator types
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetPlatformNetworks ¶
func (a *Client) GetPlatformNetworks(params *GetPlatformNetworksParams) (*GetPlatformNetworksOK, error)
GetPlatformNetworks 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) GetPlatformSShKeys ¶
func (a *Client) GetPlatformSShKeys(params *GetPlatformSShKeysParams) (*GetPlatformSShKeysOK, error)
GetPlatformSShKeys 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) GetPlatformSecurityGroups ¶
func (a *Client) GetPlatformSecurityGroups(params *GetPlatformSecurityGroupsParams) (*GetPlatformSecurityGroupsOK, error)
GetPlatformSecurityGroups 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) GetPlatformVariantByType ¶
func (a *Client) GetPlatformVariantByType(params *GetPlatformVariantByTypeParams) (*GetPlatformVariantByTypeOK, error)
GetPlatformVariantByType retrives a platform variant by type
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetPlatformVariants ¶
func (a *Client) GetPlatformVariants(params *GetPlatformVariantsParams) (*GetPlatformVariantsOK, error)
GetPlatformVariants retrives available platform variants
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetPlatforms ¶
func (a *Client) GetPlatforms(params *GetPlatformsParams) (*GetPlatformsOK, error)
GetPlatforms retrives available platforms
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetRegionAvByType ¶
func (a *Client) GetRegionAvByType(params *GetRegionAvByTypeParams) (*GetRegionAvByTypeOK, error)
GetRegionAvByType retrives availability zones by type
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetRegionRByType ¶
func (a *Client) GetRegionRByType(params *GetRegionRByTypeParams) (*GetRegionRByTypeOK, error)
GetRegionRByType 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) GetRegions ¶
func (a *Client) GetRegions(params *GetRegionsParams) (*GetRegionsOK, error)
GetRegions retrives available regions
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetSpecialProperties ¶
func (a *Client) GetSpecialProperties(params *GetSpecialPropertiesParams) (*GetSpecialPropertiesOK, error)
GetSpecialProperties retrives special properties
Each cloud provider has it's own specific resources like instance types and disk types. These endpoints are collecting them.
func (*Client) GetTagSpecifications ¶
func (a *Client) GetTagSpecifications(params *GetTagSpecificationsParams) (*GetTagSpecificationsOK, error)
GetTagSpecifications retrives tag specifications
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 CreateRecommendationOK ¶
type CreateRecommendationOK struct {
Payload *models_cloudbreak.RecommendationResponse
}
CreateRecommendationOK handles this case with default header values.
successful operation
func NewCreateRecommendationOK ¶
func NewCreateRecommendationOK() *CreateRecommendationOK
NewCreateRecommendationOK creates a CreateRecommendationOK with default headers values
func (*CreateRecommendationOK) Error ¶
func (o *CreateRecommendationOK) Error() string
type CreateRecommendationParams ¶
type CreateRecommendationParams struct { /*Body*/ Body *models_cloudbreak.RecommendationRequestJSON Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateRecommendationParams contains all the parameters to send to the API endpoint for the create recommendation operation typically these are written to a http.Request
func NewCreateRecommendationParams ¶
func NewCreateRecommendationParams() *CreateRecommendationParams
NewCreateRecommendationParams creates a new CreateRecommendationParams object with the default values initialized.
func NewCreateRecommendationParamsWithContext ¶
func NewCreateRecommendationParamsWithContext(ctx context.Context) *CreateRecommendationParams
NewCreateRecommendationParamsWithContext creates a new CreateRecommendationParams object with the default values initialized, and the ability to set a context for a request
func NewCreateRecommendationParamsWithHTTPClient ¶
func NewCreateRecommendationParamsWithHTTPClient(client *http.Client) *CreateRecommendationParams
NewCreateRecommendationParamsWithHTTPClient creates a new CreateRecommendationParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewCreateRecommendationParamsWithTimeout ¶
func NewCreateRecommendationParamsWithTimeout(timeout time.Duration) *CreateRecommendationParams
NewCreateRecommendationParamsWithTimeout creates a new CreateRecommendationParams object with the default values initialized, and the ability to set a timeout on a request
func (*CreateRecommendationParams) SetBody ¶
func (o *CreateRecommendationParams) SetBody(body *models_cloudbreak.RecommendationRequestJSON)
SetBody adds the body to the create recommendation params
func (*CreateRecommendationParams) SetContext ¶
func (o *CreateRecommendationParams) SetContext(ctx context.Context)
SetContext adds the context to the create recommendation params
func (*CreateRecommendationParams) SetHTTPClient ¶
func (o *CreateRecommendationParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create recommendation params
func (*CreateRecommendationParams) SetTimeout ¶
func (o *CreateRecommendationParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create recommendation params
func (*CreateRecommendationParams) WithBody ¶
func (o *CreateRecommendationParams) WithBody(body *models_cloudbreak.RecommendationRequestJSON) *CreateRecommendationParams
WithBody adds the body to the create recommendation params
func (*CreateRecommendationParams) WithContext ¶
func (o *CreateRecommendationParams) WithContext(ctx context.Context) *CreateRecommendationParams
WithContext adds the context to the create recommendation params
func (*CreateRecommendationParams) WithHTTPClient ¶
func (o *CreateRecommendationParams) WithHTTPClient(client *http.Client) *CreateRecommendationParams
WithHTTPClient adds the HTTPClient to the create recommendation params
func (*CreateRecommendationParams) WithTimeout ¶
func (o *CreateRecommendationParams) WithTimeout(timeout time.Duration) *CreateRecommendationParams
WithTimeout adds the timeout to the create recommendation params
func (*CreateRecommendationParams) WriteToRequest ¶
func (o *CreateRecommendationParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateRecommendationReader ¶
type CreateRecommendationReader struct {
// contains filtered or unexported fields
}
CreateRecommendationReader is a Reader for the CreateRecommendation structure.
func (*CreateRecommendationReader) ReadResponse ¶
func (o *CreateRecommendationReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetAccessConfigsOK ¶
type GetAccessConfigsOK struct {
Payload *models_cloudbreak.PlatformAccessConfigsResponse
}
GetAccessConfigsOK handles this case with default header values.
successful operation
func NewGetAccessConfigsOK ¶
func NewGetAccessConfigsOK() *GetAccessConfigsOK
NewGetAccessConfigsOK creates a GetAccessConfigsOK with default headers values
func (*GetAccessConfigsOK) Error ¶
func (o *GetAccessConfigsOK) Error() string
type GetAccessConfigsParams ¶
type GetAccessConfigsParams struct { /*Body*/ Body *models_cloudbreak.PlatformResourceRequestJSON Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetAccessConfigsParams contains all the parameters to send to the API endpoint for the get access configs operation typically these are written to a http.Request
func NewGetAccessConfigsParams ¶
func NewGetAccessConfigsParams() *GetAccessConfigsParams
NewGetAccessConfigsParams creates a new GetAccessConfigsParams object with the default values initialized.
func NewGetAccessConfigsParamsWithContext ¶
func NewGetAccessConfigsParamsWithContext(ctx context.Context) *GetAccessConfigsParams
NewGetAccessConfigsParamsWithContext creates a new GetAccessConfigsParams object with the default values initialized, and the ability to set a context for a request
func NewGetAccessConfigsParamsWithHTTPClient ¶
func NewGetAccessConfigsParamsWithHTTPClient(client *http.Client) *GetAccessConfigsParams
NewGetAccessConfigsParamsWithHTTPClient creates a new GetAccessConfigsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetAccessConfigsParamsWithTimeout ¶
func NewGetAccessConfigsParamsWithTimeout(timeout time.Duration) *GetAccessConfigsParams
NewGetAccessConfigsParamsWithTimeout creates a new GetAccessConfigsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetAccessConfigsParams) SetBody ¶
func (o *GetAccessConfigsParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
SetBody adds the body to the get access configs params
func (*GetAccessConfigsParams) SetContext ¶
func (o *GetAccessConfigsParams) SetContext(ctx context.Context)
SetContext adds the context to the get access configs params
func (*GetAccessConfigsParams) SetHTTPClient ¶
func (o *GetAccessConfigsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get access configs params
func (*GetAccessConfigsParams) SetTimeout ¶
func (o *GetAccessConfigsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get access configs params
func (*GetAccessConfigsParams) WithBody ¶
func (o *GetAccessConfigsParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetAccessConfigsParams
WithBody adds the body to the get access configs params
func (*GetAccessConfigsParams) WithContext ¶
func (o *GetAccessConfigsParams) WithContext(ctx context.Context) *GetAccessConfigsParams
WithContext adds the context to the get access configs params
func (*GetAccessConfigsParams) WithHTTPClient ¶
func (o *GetAccessConfigsParams) WithHTTPClient(client *http.Client) *GetAccessConfigsParams
WithHTTPClient adds the HTTPClient to the get access configs params
func (*GetAccessConfigsParams) WithTimeout ¶
func (o *GetAccessConfigsParams) WithTimeout(timeout time.Duration) *GetAccessConfigsParams
WithTimeout adds the timeout to the get access configs params
func (*GetAccessConfigsParams) WriteToRequest ¶
func (o *GetAccessConfigsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetAccessConfigsReader ¶
type GetAccessConfigsReader struct {
// contains filtered or unexported fields
}
GetAccessConfigsReader is a Reader for the GetAccessConfigs structure.
func (*GetAccessConfigsReader) ReadResponse ¶
func (o *GetAccessConfigsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDisktypeByTypeOK ¶
type GetDisktypeByTypeOK struct {
Payload []string
}
GetDisktypeByTypeOK handles this case with default header values.
successful operation
func NewGetDisktypeByTypeOK ¶
func NewGetDisktypeByTypeOK() *GetDisktypeByTypeOK
NewGetDisktypeByTypeOK creates a GetDisktypeByTypeOK with default headers values
func (*GetDisktypeByTypeOK) Error ¶
func (o *GetDisktypeByTypeOK) Error() string
type GetDisktypeByTypeParams ¶
type GetDisktypeByTypeParams struct { /*Type*/ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDisktypeByTypeParams contains all the parameters to send to the API endpoint for the get disktype by type operation typically these are written to a http.Request
func NewGetDisktypeByTypeParams ¶
func NewGetDisktypeByTypeParams() *GetDisktypeByTypeParams
NewGetDisktypeByTypeParams creates a new GetDisktypeByTypeParams object with the default values initialized.
func NewGetDisktypeByTypeParamsWithContext ¶
func NewGetDisktypeByTypeParamsWithContext(ctx context.Context) *GetDisktypeByTypeParams
NewGetDisktypeByTypeParamsWithContext creates a new GetDisktypeByTypeParams object with the default values initialized, and the ability to set a context for a request
func NewGetDisktypeByTypeParamsWithHTTPClient ¶
func NewGetDisktypeByTypeParamsWithHTTPClient(client *http.Client) *GetDisktypeByTypeParams
NewGetDisktypeByTypeParamsWithHTTPClient creates a new GetDisktypeByTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDisktypeByTypeParamsWithTimeout ¶
func NewGetDisktypeByTypeParamsWithTimeout(timeout time.Duration) *GetDisktypeByTypeParams
NewGetDisktypeByTypeParamsWithTimeout creates a new GetDisktypeByTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDisktypeByTypeParams) SetContext ¶
func (o *GetDisktypeByTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the get disktype by type params
func (*GetDisktypeByTypeParams) SetHTTPClient ¶
func (o *GetDisktypeByTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get disktype by type params
func (*GetDisktypeByTypeParams) SetTimeout ¶
func (o *GetDisktypeByTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get disktype by type params
func (*GetDisktypeByTypeParams) SetType ¶
func (o *GetDisktypeByTypeParams) SetType(typeVar string)
SetType adds the type to the get disktype by type params
func (*GetDisktypeByTypeParams) WithContext ¶
func (o *GetDisktypeByTypeParams) WithContext(ctx context.Context) *GetDisktypeByTypeParams
WithContext adds the context to the get disktype by type params
func (*GetDisktypeByTypeParams) WithHTTPClient ¶
func (o *GetDisktypeByTypeParams) WithHTTPClient(client *http.Client) *GetDisktypeByTypeParams
WithHTTPClient adds the HTTPClient to the get disktype by type params
func (*GetDisktypeByTypeParams) WithTimeout ¶
func (o *GetDisktypeByTypeParams) WithTimeout(timeout time.Duration) *GetDisktypeByTypeParams
WithTimeout adds the timeout to the get disktype by type params
func (*GetDisktypeByTypeParams) WithType ¶
func (o *GetDisktypeByTypeParams) WithType(typeVar string) *GetDisktypeByTypeParams
WithType adds the typeVar to the get disktype by type params
func (*GetDisktypeByTypeParams) WriteToRequest ¶
func (o *GetDisktypeByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDisktypeByTypeReader ¶
type GetDisktypeByTypeReader struct {
// contains filtered or unexported fields
}
GetDisktypeByTypeReader is a Reader for the GetDisktypeByType structure.
func (*GetDisktypeByTypeReader) ReadResponse ¶
func (o *GetDisktypeByTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDisktypesOK ¶
type GetDisktypesOK struct {
Payload *models_cloudbreak.PlatformDisksJSON
}
GetDisktypesOK handles this case with default header values.
successful operation
func NewGetDisktypesOK ¶
func NewGetDisktypesOK() *GetDisktypesOK
NewGetDisktypesOK creates a GetDisktypesOK with default headers values
func (*GetDisktypesOK) Error ¶
func (o *GetDisktypesOK) Error() string
type GetDisktypesParams ¶
type GetDisktypesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDisktypesParams contains all the parameters to send to the API endpoint for the get disktypes operation typically these are written to a http.Request
func NewGetDisktypesParams ¶
func NewGetDisktypesParams() *GetDisktypesParams
NewGetDisktypesParams creates a new GetDisktypesParams object with the default values initialized.
func NewGetDisktypesParamsWithContext ¶
func NewGetDisktypesParamsWithContext(ctx context.Context) *GetDisktypesParams
NewGetDisktypesParamsWithContext creates a new GetDisktypesParams object with the default values initialized, and the ability to set a context for a request
func NewGetDisktypesParamsWithHTTPClient ¶
func NewGetDisktypesParamsWithHTTPClient(client *http.Client) *GetDisktypesParams
NewGetDisktypesParamsWithHTTPClient creates a new GetDisktypesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetDisktypesParamsWithTimeout ¶
func NewGetDisktypesParamsWithTimeout(timeout time.Duration) *GetDisktypesParams
NewGetDisktypesParamsWithTimeout creates a new GetDisktypesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetDisktypesParams) SetContext ¶
func (o *GetDisktypesParams) SetContext(ctx context.Context)
SetContext adds the context to the get disktypes params
func (*GetDisktypesParams) SetHTTPClient ¶
func (o *GetDisktypesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get disktypes params
func (*GetDisktypesParams) SetTimeout ¶
func (o *GetDisktypesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get disktypes params
func (*GetDisktypesParams) WithContext ¶
func (o *GetDisktypesParams) WithContext(ctx context.Context) *GetDisktypesParams
WithContext adds the context to the get disktypes params
func (*GetDisktypesParams) WithHTTPClient ¶
func (o *GetDisktypesParams) WithHTTPClient(client *http.Client) *GetDisktypesParams
WithHTTPClient adds the HTTPClient to the get disktypes params
func (*GetDisktypesParams) WithTimeout ¶
func (o *GetDisktypesParams) WithTimeout(timeout time.Duration) *GetDisktypesParams
WithTimeout adds the timeout to the get disktypes params
func (*GetDisktypesParams) WriteToRequest ¶
func (o *GetDisktypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDisktypesReader ¶
type GetDisktypesReader struct {
// contains filtered or unexported fields
}
GetDisktypesReader is a Reader for the GetDisktypes structure.
func (*GetDisktypesReader) ReadResponse ¶
func (o *GetDisktypesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetEncryptionKeysOK ¶
type GetEncryptionKeysOK struct {
Payload *models_cloudbreak.PlatformEncryptionKeysResponse
}
GetEncryptionKeysOK handles this case with default header values.
successful operation
func NewGetEncryptionKeysOK ¶
func NewGetEncryptionKeysOK() *GetEncryptionKeysOK
NewGetEncryptionKeysOK creates a GetEncryptionKeysOK with default headers values
func (*GetEncryptionKeysOK) Error ¶
func (o *GetEncryptionKeysOK) Error() string
type GetEncryptionKeysParams ¶
type GetEncryptionKeysParams struct { /*Body*/ Body *models_cloudbreak.PlatformResourceRequestJSON Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetEncryptionKeysParams contains all the parameters to send to the API endpoint for the get encryption keys operation typically these are written to a http.Request
func NewGetEncryptionKeysParams ¶
func NewGetEncryptionKeysParams() *GetEncryptionKeysParams
NewGetEncryptionKeysParams creates a new GetEncryptionKeysParams object with the default values initialized.
func NewGetEncryptionKeysParamsWithContext ¶
func NewGetEncryptionKeysParamsWithContext(ctx context.Context) *GetEncryptionKeysParams
NewGetEncryptionKeysParamsWithContext creates a new GetEncryptionKeysParams object with the default values initialized, and the ability to set a context for a request
func NewGetEncryptionKeysParamsWithHTTPClient ¶
func NewGetEncryptionKeysParamsWithHTTPClient(client *http.Client) *GetEncryptionKeysParams
NewGetEncryptionKeysParamsWithHTTPClient creates a new GetEncryptionKeysParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetEncryptionKeysParamsWithTimeout ¶
func NewGetEncryptionKeysParamsWithTimeout(timeout time.Duration) *GetEncryptionKeysParams
NewGetEncryptionKeysParamsWithTimeout creates a new GetEncryptionKeysParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetEncryptionKeysParams) SetBody ¶
func (o *GetEncryptionKeysParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
SetBody adds the body to the get encryption keys params
func (*GetEncryptionKeysParams) SetContext ¶
func (o *GetEncryptionKeysParams) SetContext(ctx context.Context)
SetContext adds the context to the get encryption keys params
func (*GetEncryptionKeysParams) SetHTTPClient ¶
func (o *GetEncryptionKeysParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get encryption keys params
func (*GetEncryptionKeysParams) SetTimeout ¶
func (o *GetEncryptionKeysParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get encryption keys params
func (*GetEncryptionKeysParams) WithBody ¶
func (o *GetEncryptionKeysParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetEncryptionKeysParams
WithBody adds the body to the get encryption keys params
func (*GetEncryptionKeysParams) WithContext ¶
func (o *GetEncryptionKeysParams) WithContext(ctx context.Context) *GetEncryptionKeysParams
WithContext adds the context to the get encryption keys params
func (*GetEncryptionKeysParams) WithHTTPClient ¶
func (o *GetEncryptionKeysParams) WithHTTPClient(client *http.Client) *GetEncryptionKeysParams
WithHTTPClient adds the HTTPClient to the get encryption keys params
func (*GetEncryptionKeysParams) WithTimeout ¶
func (o *GetEncryptionKeysParams) WithTimeout(timeout time.Duration) *GetEncryptionKeysParams
WithTimeout adds the timeout to the get encryption keys params
func (*GetEncryptionKeysParams) WriteToRequest ¶
func (o *GetEncryptionKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetEncryptionKeysReader ¶
type GetEncryptionKeysReader struct {
// contains filtered or unexported fields
}
GetEncryptionKeysReader is a Reader for the GetEncryptionKeys structure.
func (*GetEncryptionKeysReader) ReadResponse ¶
func (o *GetEncryptionKeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetGatewaysCredentialIDOK ¶
type GetGatewaysCredentialIDOK struct {
Payload *models_cloudbreak.PlatformGatewaysResponse
}
GetGatewaysCredentialIDOK handles this case with default header values.
successful operation
func NewGetGatewaysCredentialIDOK ¶
func NewGetGatewaysCredentialIDOK() *GetGatewaysCredentialIDOK
NewGetGatewaysCredentialIDOK creates a GetGatewaysCredentialIDOK with default headers values
func (*GetGatewaysCredentialIDOK) Error ¶
func (o *GetGatewaysCredentialIDOK) Error() string
type GetGatewaysCredentialIDParams ¶
type GetGatewaysCredentialIDParams struct { /*Body*/ Body *models_cloudbreak.PlatformResourceRequestJSON Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetGatewaysCredentialIDParams contains all the parameters to send to the API endpoint for the get gateways credential Id operation typically these are written to a http.Request
func NewGetGatewaysCredentialIDParams ¶
func NewGetGatewaysCredentialIDParams() *GetGatewaysCredentialIDParams
NewGetGatewaysCredentialIDParams creates a new GetGatewaysCredentialIDParams object with the default values initialized.
func NewGetGatewaysCredentialIDParamsWithContext ¶
func NewGetGatewaysCredentialIDParamsWithContext(ctx context.Context) *GetGatewaysCredentialIDParams
NewGetGatewaysCredentialIDParamsWithContext creates a new GetGatewaysCredentialIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetGatewaysCredentialIDParamsWithHTTPClient ¶
func NewGetGatewaysCredentialIDParamsWithHTTPClient(client *http.Client) *GetGatewaysCredentialIDParams
NewGetGatewaysCredentialIDParamsWithHTTPClient creates a new GetGatewaysCredentialIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetGatewaysCredentialIDParamsWithTimeout ¶
func NewGetGatewaysCredentialIDParamsWithTimeout(timeout time.Duration) *GetGatewaysCredentialIDParams
NewGetGatewaysCredentialIDParamsWithTimeout creates a new GetGatewaysCredentialIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetGatewaysCredentialIDParams) SetBody ¶
func (o *GetGatewaysCredentialIDParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
SetBody adds the body to the get gateways credential Id params
func (*GetGatewaysCredentialIDParams) SetContext ¶
func (o *GetGatewaysCredentialIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get gateways credential Id params
func (*GetGatewaysCredentialIDParams) SetHTTPClient ¶
func (o *GetGatewaysCredentialIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get gateways credential Id params
func (*GetGatewaysCredentialIDParams) SetTimeout ¶
func (o *GetGatewaysCredentialIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get gateways credential Id params
func (*GetGatewaysCredentialIDParams) WithBody ¶
func (o *GetGatewaysCredentialIDParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetGatewaysCredentialIDParams
WithBody adds the body to the get gateways credential Id params
func (*GetGatewaysCredentialIDParams) WithContext ¶
func (o *GetGatewaysCredentialIDParams) WithContext(ctx context.Context) *GetGatewaysCredentialIDParams
WithContext adds the context to the get gateways credential Id params
func (*GetGatewaysCredentialIDParams) WithHTTPClient ¶
func (o *GetGatewaysCredentialIDParams) WithHTTPClient(client *http.Client) *GetGatewaysCredentialIDParams
WithHTTPClient adds the HTTPClient to the get gateways credential Id params
func (*GetGatewaysCredentialIDParams) WithTimeout ¶
func (o *GetGatewaysCredentialIDParams) WithTimeout(timeout time.Duration) *GetGatewaysCredentialIDParams
WithTimeout adds the timeout to the get gateways credential Id params
func (*GetGatewaysCredentialIDParams) WriteToRequest ¶
func (o *GetGatewaysCredentialIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetGatewaysCredentialIDReader ¶
type GetGatewaysCredentialIDReader struct {
// contains filtered or unexported fields
}
GetGatewaysCredentialIDReader is a Reader for the GetGatewaysCredentialID structure.
func (*GetGatewaysCredentialIDReader) ReadResponse ¶
func (o *GetGatewaysCredentialIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetIPPoolsCredentialIDOK ¶
type GetIPPoolsCredentialIDOK struct {
Payload *models_cloudbreak.PlatformIPPoolsResponse
}
GetIPPoolsCredentialIDOK handles this case with default header values.
successful operation
func NewGetIPPoolsCredentialIDOK ¶
func NewGetIPPoolsCredentialIDOK() *GetIPPoolsCredentialIDOK
NewGetIPPoolsCredentialIDOK creates a GetIPPoolsCredentialIDOK with default headers values
func (*GetIPPoolsCredentialIDOK) Error ¶
func (o *GetIPPoolsCredentialIDOK) Error() string
type GetIPPoolsCredentialIDParams ¶
type GetIPPoolsCredentialIDParams struct { /*Body*/ Body *models_cloudbreak.PlatformResourceRequestJSON Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetIPPoolsCredentialIDParams contains all the parameters to send to the API endpoint for the get Ip pools credential Id operation typically these are written to a http.Request
func NewGetIPPoolsCredentialIDParams ¶
func NewGetIPPoolsCredentialIDParams() *GetIPPoolsCredentialIDParams
NewGetIPPoolsCredentialIDParams creates a new GetIPPoolsCredentialIDParams object with the default values initialized.
func NewGetIPPoolsCredentialIDParamsWithContext ¶
func NewGetIPPoolsCredentialIDParamsWithContext(ctx context.Context) *GetIPPoolsCredentialIDParams
NewGetIPPoolsCredentialIDParamsWithContext creates a new GetIPPoolsCredentialIDParams object with the default values initialized, and the ability to set a context for a request
func NewGetIPPoolsCredentialIDParamsWithHTTPClient ¶
func NewGetIPPoolsCredentialIDParamsWithHTTPClient(client *http.Client) *GetIPPoolsCredentialIDParams
NewGetIPPoolsCredentialIDParamsWithHTTPClient creates a new GetIPPoolsCredentialIDParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetIPPoolsCredentialIDParamsWithTimeout ¶
func NewGetIPPoolsCredentialIDParamsWithTimeout(timeout time.Duration) *GetIPPoolsCredentialIDParams
NewGetIPPoolsCredentialIDParamsWithTimeout creates a new GetIPPoolsCredentialIDParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetIPPoolsCredentialIDParams) SetBody ¶
func (o *GetIPPoolsCredentialIDParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
SetBody adds the body to the get Ip pools credential Id params
func (*GetIPPoolsCredentialIDParams) SetContext ¶
func (o *GetIPPoolsCredentialIDParams) SetContext(ctx context.Context)
SetContext adds the context to the get Ip pools credential Id params
func (*GetIPPoolsCredentialIDParams) SetHTTPClient ¶
func (o *GetIPPoolsCredentialIDParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get Ip pools credential Id params
func (*GetIPPoolsCredentialIDParams) SetTimeout ¶
func (o *GetIPPoolsCredentialIDParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get Ip pools credential Id params
func (*GetIPPoolsCredentialIDParams) WithBody ¶
func (o *GetIPPoolsCredentialIDParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetIPPoolsCredentialIDParams
WithBody adds the body to the get Ip pools credential Id params
func (*GetIPPoolsCredentialIDParams) WithContext ¶
func (o *GetIPPoolsCredentialIDParams) WithContext(ctx context.Context) *GetIPPoolsCredentialIDParams
WithContext adds the context to the get Ip pools credential Id params
func (*GetIPPoolsCredentialIDParams) WithHTTPClient ¶
func (o *GetIPPoolsCredentialIDParams) WithHTTPClient(client *http.Client) *GetIPPoolsCredentialIDParams
WithHTTPClient adds the HTTPClient to the get Ip pools credential Id params
func (*GetIPPoolsCredentialIDParams) WithTimeout ¶
func (o *GetIPPoolsCredentialIDParams) WithTimeout(timeout time.Duration) *GetIPPoolsCredentialIDParams
WithTimeout adds the timeout to the get Ip pools credential Id params
func (*GetIPPoolsCredentialIDParams) WriteToRequest ¶
func (o *GetIPPoolsCredentialIDParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetIPPoolsCredentialIDReader ¶
type GetIPPoolsCredentialIDReader struct {
// contains filtered or unexported fields
}
GetIPPoolsCredentialIDReader is a Reader for the GetIPPoolsCredentialID structure.
func (*GetIPPoolsCredentialIDReader) ReadResponse ¶
func (o *GetIPPoolsCredentialIDReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOchestratorsByTypeOK ¶
type GetOchestratorsByTypeOK struct {
Payload []string
}
GetOchestratorsByTypeOK handles this case with default header values.
successful operation
func NewGetOchestratorsByTypeOK ¶
func NewGetOchestratorsByTypeOK() *GetOchestratorsByTypeOK
NewGetOchestratorsByTypeOK creates a GetOchestratorsByTypeOK with default headers values
func (*GetOchestratorsByTypeOK) Error ¶
func (o *GetOchestratorsByTypeOK) Error() string
type GetOchestratorsByTypeParams ¶
type GetOchestratorsByTypeParams struct { /*Type*/ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOchestratorsByTypeParams contains all the parameters to send to the API endpoint for the get ochestrators by type operation typically these are written to a http.Request
func NewGetOchestratorsByTypeParams ¶
func NewGetOchestratorsByTypeParams() *GetOchestratorsByTypeParams
NewGetOchestratorsByTypeParams creates a new GetOchestratorsByTypeParams object with the default values initialized.
func NewGetOchestratorsByTypeParamsWithContext ¶
func NewGetOchestratorsByTypeParamsWithContext(ctx context.Context) *GetOchestratorsByTypeParams
NewGetOchestratorsByTypeParamsWithContext creates a new GetOchestratorsByTypeParams object with the default values initialized, and the ability to set a context for a request
func NewGetOchestratorsByTypeParamsWithHTTPClient ¶
func NewGetOchestratorsByTypeParamsWithHTTPClient(client *http.Client) *GetOchestratorsByTypeParams
NewGetOchestratorsByTypeParamsWithHTTPClient creates a new GetOchestratorsByTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOchestratorsByTypeParamsWithTimeout ¶
func NewGetOchestratorsByTypeParamsWithTimeout(timeout time.Duration) *GetOchestratorsByTypeParams
NewGetOchestratorsByTypeParamsWithTimeout creates a new GetOchestratorsByTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetOchestratorsByTypeParams) SetContext ¶
func (o *GetOchestratorsByTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the get ochestrators by type params
func (*GetOchestratorsByTypeParams) SetHTTPClient ¶
func (o *GetOchestratorsByTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get ochestrators by type params
func (*GetOchestratorsByTypeParams) SetTimeout ¶
func (o *GetOchestratorsByTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get ochestrators by type params
func (*GetOchestratorsByTypeParams) SetType ¶
func (o *GetOchestratorsByTypeParams) SetType(typeVar string)
SetType adds the type to the get ochestrators by type params
func (*GetOchestratorsByTypeParams) WithContext ¶
func (o *GetOchestratorsByTypeParams) WithContext(ctx context.Context) *GetOchestratorsByTypeParams
WithContext adds the context to the get ochestrators by type params
func (*GetOchestratorsByTypeParams) WithHTTPClient ¶
func (o *GetOchestratorsByTypeParams) WithHTTPClient(client *http.Client) *GetOchestratorsByTypeParams
WithHTTPClient adds the HTTPClient to the get ochestrators by type params
func (*GetOchestratorsByTypeParams) WithTimeout ¶
func (o *GetOchestratorsByTypeParams) WithTimeout(timeout time.Duration) *GetOchestratorsByTypeParams
WithTimeout adds the timeout to the get ochestrators by type params
func (*GetOchestratorsByTypeParams) WithType ¶
func (o *GetOchestratorsByTypeParams) WithType(typeVar string) *GetOchestratorsByTypeParams
WithType adds the typeVar to the get ochestrators by type params
func (*GetOchestratorsByTypeParams) WriteToRequest ¶
func (o *GetOchestratorsByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOchestratorsByTypeReader ¶
type GetOchestratorsByTypeReader struct {
// contains filtered or unexported fields
}
GetOchestratorsByTypeReader is a Reader for the GetOchestratorsByType structure.
func (*GetOchestratorsByTypeReader) ReadResponse ¶
func (o *GetOchestratorsByTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetOrchestratortypesOK ¶
type GetOrchestratortypesOK struct {
Payload *models_cloudbreak.PlatformOrchestratorsJSON
}
GetOrchestratortypesOK handles this case with default header values.
successful operation
func NewGetOrchestratortypesOK ¶
func NewGetOrchestratortypesOK() *GetOrchestratortypesOK
NewGetOrchestratortypesOK creates a GetOrchestratortypesOK with default headers values
func (*GetOrchestratortypesOK) Error ¶
func (o *GetOrchestratortypesOK) Error() string
type GetOrchestratortypesParams ¶
type GetOrchestratortypesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetOrchestratortypesParams contains all the parameters to send to the API endpoint for the get orchestratortypes operation typically these are written to a http.Request
func NewGetOrchestratortypesParams ¶
func NewGetOrchestratortypesParams() *GetOrchestratortypesParams
NewGetOrchestratortypesParams creates a new GetOrchestratortypesParams object with the default values initialized.
func NewGetOrchestratortypesParamsWithContext ¶
func NewGetOrchestratortypesParamsWithContext(ctx context.Context) *GetOrchestratortypesParams
NewGetOrchestratortypesParamsWithContext creates a new GetOrchestratortypesParams object with the default values initialized, and the ability to set a context for a request
func NewGetOrchestratortypesParamsWithHTTPClient ¶
func NewGetOrchestratortypesParamsWithHTTPClient(client *http.Client) *GetOrchestratortypesParams
NewGetOrchestratortypesParamsWithHTTPClient creates a new GetOrchestratortypesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetOrchestratortypesParamsWithTimeout ¶
func NewGetOrchestratortypesParamsWithTimeout(timeout time.Duration) *GetOrchestratortypesParams
NewGetOrchestratortypesParamsWithTimeout creates a new GetOrchestratortypesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetOrchestratortypesParams) SetContext ¶
func (o *GetOrchestratortypesParams) SetContext(ctx context.Context)
SetContext adds the context to the get orchestratortypes params
func (*GetOrchestratortypesParams) SetHTTPClient ¶
func (o *GetOrchestratortypesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get orchestratortypes params
func (*GetOrchestratortypesParams) SetTimeout ¶
func (o *GetOrchestratortypesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get orchestratortypes params
func (*GetOrchestratortypesParams) WithContext ¶
func (o *GetOrchestratortypesParams) WithContext(ctx context.Context) *GetOrchestratortypesParams
WithContext adds the context to the get orchestratortypes params
func (*GetOrchestratortypesParams) WithHTTPClient ¶
func (o *GetOrchestratortypesParams) WithHTTPClient(client *http.Client) *GetOrchestratortypesParams
WithHTTPClient adds the HTTPClient to the get orchestratortypes params
func (*GetOrchestratortypesParams) WithTimeout ¶
func (o *GetOrchestratortypesParams) WithTimeout(timeout time.Duration) *GetOrchestratortypesParams
WithTimeout adds the timeout to the get orchestratortypes params
func (*GetOrchestratortypesParams) WriteToRequest ¶
func (o *GetOrchestratortypesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetOrchestratortypesReader ¶
type GetOrchestratortypesReader struct {
// contains filtered or unexported fields
}
GetOrchestratortypesReader is a Reader for the GetOrchestratortypes structure.
func (*GetOrchestratortypesReader) ReadResponse ¶
func (o *GetOrchestratortypesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPlatformNetworksOK ¶
type GetPlatformNetworksOK struct {
Payload *models_cloudbreak.PlatformNetworksResponse
}
GetPlatformNetworksOK handles this case with default header values.
successful operation
func NewGetPlatformNetworksOK ¶
func NewGetPlatformNetworksOK() *GetPlatformNetworksOK
NewGetPlatformNetworksOK creates a GetPlatformNetworksOK with default headers values
func (*GetPlatformNetworksOK) Error ¶
func (o *GetPlatformNetworksOK) Error() string
type GetPlatformNetworksParams ¶
type GetPlatformNetworksParams struct { /*Body*/ Body *models_cloudbreak.PlatformResourceRequestJSON Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPlatformNetworksParams contains all the parameters to send to the API endpoint for the get platform networks operation typically these are written to a http.Request
func NewGetPlatformNetworksParams ¶
func NewGetPlatformNetworksParams() *GetPlatformNetworksParams
NewGetPlatformNetworksParams creates a new GetPlatformNetworksParams object with the default values initialized.
func NewGetPlatformNetworksParamsWithContext ¶
func NewGetPlatformNetworksParamsWithContext(ctx context.Context) *GetPlatformNetworksParams
NewGetPlatformNetworksParamsWithContext creates a new GetPlatformNetworksParams object with the default values initialized, and the ability to set a context for a request
func NewGetPlatformNetworksParamsWithHTTPClient ¶
func NewGetPlatformNetworksParamsWithHTTPClient(client *http.Client) *GetPlatformNetworksParams
NewGetPlatformNetworksParamsWithHTTPClient creates a new GetPlatformNetworksParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPlatformNetworksParamsWithTimeout ¶
func NewGetPlatformNetworksParamsWithTimeout(timeout time.Duration) *GetPlatformNetworksParams
NewGetPlatformNetworksParamsWithTimeout creates a new GetPlatformNetworksParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPlatformNetworksParams) SetBody ¶
func (o *GetPlatformNetworksParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
SetBody adds the body to the get platform networks params
func (*GetPlatformNetworksParams) SetContext ¶
func (o *GetPlatformNetworksParams) SetContext(ctx context.Context)
SetContext adds the context to the get platform networks params
func (*GetPlatformNetworksParams) SetHTTPClient ¶
func (o *GetPlatformNetworksParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get platform networks params
func (*GetPlatformNetworksParams) SetTimeout ¶
func (o *GetPlatformNetworksParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get platform networks params
func (*GetPlatformNetworksParams) WithBody ¶
func (o *GetPlatformNetworksParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetPlatformNetworksParams
WithBody adds the body to the get platform networks params
func (*GetPlatformNetworksParams) WithContext ¶
func (o *GetPlatformNetworksParams) WithContext(ctx context.Context) *GetPlatformNetworksParams
WithContext adds the context to the get platform networks params
func (*GetPlatformNetworksParams) WithHTTPClient ¶
func (o *GetPlatformNetworksParams) WithHTTPClient(client *http.Client) *GetPlatformNetworksParams
WithHTTPClient adds the HTTPClient to the get platform networks params
func (*GetPlatformNetworksParams) WithTimeout ¶
func (o *GetPlatformNetworksParams) WithTimeout(timeout time.Duration) *GetPlatformNetworksParams
WithTimeout adds the timeout to the get platform networks params
func (*GetPlatformNetworksParams) WriteToRequest ¶
func (o *GetPlatformNetworksParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPlatformNetworksReader ¶
type GetPlatformNetworksReader struct {
// contains filtered or unexported fields
}
GetPlatformNetworksReader is a Reader for the GetPlatformNetworks structure.
func (*GetPlatformNetworksReader) ReadResponse ¶
func (o *GetPlatformNetworksReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPlatformSShKeysOK ¶
type GetPlatformSShKeysOK struct {
Payload *models_cloudbreak.PlatformSSHKeysResponse
}
GetPlatformSShKeysOK handles this case with default header values.
successful operation
func NewGetPlatformSShKeysOK ¶
func NewGetPlatformSShKeysOK() *GetPlatformSShKeysOK
NewGetPlatformSShKeysOK creates a GetPlatformSShKeysOK with default headers values
func (*GetPlatformSShKeysOK) Error ¶
func (o *GetPlatformSShKeysOK) Error() string
type GetPlatformSShKeysParams ¶
type GetPlatformSShKeysParams struct { /*Body*/ Body *models_cloudbreak.PlatformResourceRequestJSON Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPlatformSShKeysParams contains all the parameters to send to the API endpoint for the get platform s sh keys operation typically these are written to a http.Request
func NewGetPlatformSShKeysParams ¶
func NewGetPlatformSShKeysParams() *GetPlatformSShKeysParams
NewGetPlatformSShKeysParams creates a new GetPlatformSShKeysParams object with the default values initialized.
func NewGetPlatformSShKeysParamsWithContext ¶
func NewGetPlatformSShKeysParamsWithContext(ctx context.Context) *GetPlatformSShKeysParams
NewGetPlatformSShKeysParamsWithContext creates a new GetPlatformSShKeysParams object with the default values initialized, and the ability to set a context for a request
func NewGetPlatformSShKeysParamsWithHTTPClient ¶
func NewGetPlatformSShKeysParamsWithHTTPClient(client *http.Client) *GetPlatformSShKeysParams
NewGetPlatformSShKeysParamsWithHTTPClient creates a new GetPlatformSShKeysParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPlatformSShKeysParamsWithTimeout ¶
func NewGetPlatformSShKeysParamsWithTimeout(timeout time.Duration) *GetPlatformSShKeysParams
NewGetPlatformSShKeysParamsWithTimeout creates a new GetPlatformSShKeysParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPlatformSShKeysParams) SetBody ¶
func (o *GetPlatformSShKeysParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
SetBody adds the body to the get platform s sh keys params
func (*GetPlatformSShKeysParams) SetContext ¶
func (o *GetPlatformSShKeysParams) SetContext(ctx context.Context)
SetContext adds the context to the get platform s sh keys params
func (*GetPlatformSShKeysParams) SetHTTPClient ¶
func (o *GetPlatformSShKeysParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get platform s sh keys params
func (*GetPlatformSShKeysParams) SetTimeout ¶
func (o *GetPlatformSShKeysParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get platform s sh keys params
func (*GetPlatformSShKeysParams) WithBody ¶
func (o *GetPlatformSShKeysParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetPlatformSShKeysParams
WithBody adds the body to the get platform s sh keys params
func (*GetPlatformSShKeysParams) WithContext ¶
func (o *GetPlatformSShKeysParams) WithContext(ctx context.Context) *GetPlatformSShKeysParams
WithContext adds the context to the get platform s sh keys params
func (*GetPlatformSShKeysParams) WithHTTPClient ¶
func (o *GetPlatformSShKeysParams) WithHTTPClient(client *http.Client) *GetPlatformSShKeysParams
WithHTTPClient adds the HTTPClient to the get platform s sh keys params
func (*GetPlatformSShKeysParams) WithTimeout ¶
func (o *GetPlatformSShKeysParams) WithTimeout(timeout time.Duration) *GetPlatformSShKeysParams
WithTimeout adds the timeout to the get platform s sh keys params
func (*GetPlatformSShKeysParams) WriteToRequest ¶
func (o *GetPlatformSShKeysParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPlatformSShKeysReader ¶
type GetPlatformSShKeysReader struct {
// contains filtered or unexported fields
}
GetPlatformSShKeysReader is a Reader for the GetPlatformSShKeys structure.
func (*GetPlatformSShKeysReader) ReadResponse ¶
func (o *GetPlatformSShKeysReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPlatformSecurityGroupsOK ¶
type GetPlatformSecurityGroupsOK struct {
Payload *models_cloudbreak.PlatformSecurityGroupsResponse
}
GetPlatformSecurityGroupsOK handles this case with default header values.
successful operation
func NewGetPlatformSecurityGroupsOK ¶
func NewGetPlatformSecurityGroupsOK() *GetPlatformSecurityGroupsOK
NewGetPlatformSecurityGroupsOK creates a GetPlatformSecurityGroupsOK with default headers values
func (*GetPlatformSecurityGroupsOK) Error ¶
func (o *GetPlatformSecurityGroupsOK) Error() string
type GetPlatformSecurityGroupsParams ¶
type GetPlatformSecurityGroupsParams struct { /*Body*/ Body *models_cloudbreak.PlatformResourceRequestJSON Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPlatformSecurityGroupsParams contains all the parameters to send to the API endpoint for the get platform security groups operation typically these are written to a http.Request
func NewGetPlatformSecurityGroupsParams ¶
func NewGetPlatformSecurityGroupsParams() *GetPlatformSecurityGroupsParams
NewGetPlatformSecurityGroupsParams creates a new GetPlatformSecurityGroupsParams object with the default values initialized.
func NewGetPlatformSecurityGroupsParamsWithContext ¶
func NewGetPlatformSecurityGroupsParamsWithContext(ctx context.Context) *GetPlatformSecurityGroupsParams
NewGetPlatformSecurityGroupsParamsWithContext creates a new GetPlatformSecurityGroupsParams object with the default values initialized, and the ability to set a context for a request
func NewGetPlatformSecurityGroupsParamsWithHTTPClient ¶
func NewGetPlatformSecurityGroupsParamsWithHTTPClient(client *http.Client) *GetPlatformSecurityGroupsParams
NewGetPlatformSecurityGroupsParamsWithHTTPClient creates a new GetPlatformSecurityGroupsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPlatformSecurityGroupsParamsWithTimeout ¶
func NewGetPlatformSecurityGroupsParamsWithTimeout(timeout time.Duration) *GetPlatformSecurityGroupsParams
NewGetPlatformSecurityGroupsParamsWithTimeout creates a new GetPlatformSecurityGroupsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPlatformSecurityGroupsParams) SetBody ¶
func (o *GetPlatformSecurityGroupsParams) SetBody(body *models_cloudbreak.PlatformResourceRequestJSON)
SetBody adds the body to the get platform security groups params
func (*GetPlatformSecurityGroupsParams) SetContext ¶
func (o *GetPlatformSecurityGroupsParams) SetContext(ctx context.Context)
SetContext adds the context to the get platform security groups params
func (*GetPlatformSecurityGroupsParams) SetHTTPClient ¶
func (o *GetPlatformSecurityGroupsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get platform security groups params
func (*GetPlatformSecurityGroupsParams) SetTimeout ¶
func (o *GetPlatformSecurityGroupsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get platform security groups params
func (*GetPlatformSecurityGroupsParams) WithBody ¶
func (o *GetPlatformSecurityGroupsParams) WithBody(body *models_cloudbreak.PlatformResourceRequestJSON) *GetPlatformSecurityGroupsParams
WithBody adds the body to the get platform security groups params
func (*GetPlatformSecurityGroupsParams) WithContext ¶
func (o *GetPlatformSecurityGroupsParams) WithContext(ctx context.Context) *GetPlatformSecurityGroupsParams
WithContext adds the context to the get platform security groups params
func (*GetPlatformSecurityGroupsParams) WithHTTPClient ¶
func (o *GetPlatformSecurityGroupsParams) WithHTTPClient(client *http.Client) *GetPlatformSecurityGroupsParams
WithHTTPClient adds the HTTPClient to the get platform security groups params
func (*GetPlatformSecurityGroupsParams) WithTimeout ¶
func (o *GetPlatformSecurityGroupsParams) WithTimeout(timeout time.Duration) *GetPlatformSecurityGroupsParams
WithTimeout adds the timeout to the get platform security groups params
func (*GetPlatformSecurityGroupsParams) WriteToRequest ¶
func (o *GetPlatformSecurityGroupsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPlatformSecurityGroupsReader ¶
type GetPlatformSecurityGroupsReader struct {
// contains filtered or unexported fields
}
GetPlatformSecurityGroupsReader is a Reader for the GetPlatformSecurityGroups structure.
func (*GetPlatformSecurityGroupsReader) ReadResponse ¶
func (o *GetPlatformSecurityGroupsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPlatformVariantByTypeOK ¶
type GetPlatformVariantByTypeOK struct {
Payload []string
}
GetPlatformVariantByTypeOK handles this case with default header values.
successful operation
func NewGetPlatformVariantByTypeOK ¶
func NewGetPlatformVariantByTypeOK() *GetPlatformVariantByTypeOK
NewGetPlatformVariantByTypeOK creates a GetPlatformVariantByTypeOK with default headers values
func (*GetPlatformVariantByTypeOK) Error ¶
func (o *GetPlatformVariantByTypeOK) Error() string
type GetPlatformVariantByTypeParams ¶
type GetPlatformVariantByTypeParams struct { /*Type*/ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPlatformVariantByTypeParams contains all the parameters to send to the API endpoint for the get platform variant by type operation typically these are written to a http.Request
func NewGetPlatformVariantByTypeParams ¶
func NewGetPlatformVariantByTypeParams() *GetPlatformVariantByTypeParams
NewGetPlatformVariantByTypeParams creates a new GetPlatformVariantByTypeParams object with the default values initialized.
func NewGetPlatformVariantByTypeParamsWithContext ¶
func NewGetPlatformVariantByTypeParamsWithContext(ctx context.Context) *GetPlatformVariantByTypeParams
NewGetPlatformVariantByTypeParamsWithContext creates a new GetPlatformVariantByTypeParams object with the default values initialized, and the ability to set a context for a request
func NewGetPlatformVariantByTypeParamsWithHTTPClient ¶
func NewGetPlatformVariantByTypeParamsWithHTTPClient(client *http.Client) *GetPlatformVariantByTypeParams
NewGetPlatformVariantByTypeParamsWithHTTPClient creates a new GetPlatformVariantByTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPlatformVariantByTypeParamsWithTimeout ¶
func NewGetPlatformVariantByTypeParamsWithTimeout(timeout time.Duration) *GetPlatformVariantByTypeParams
NewGetPlatformVariantByTypeParamsWithTimeout creates a new GetPlatformVariantByTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPlatformVariantByTypeParams) SetContext ¶
func (o *GetPlatformVariantByTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the get platform variant by type params
func (*GetPlatformVariantByTypeParams) SetHTTPClient ¶
func (o *GetPlatformVariantByTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get platform variant by type params
func (*GetPlatformVariantByTypeParams) SetTimeout ¶
func (o *GetPlatformVariantByTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get platform variant by type params
func (*GetPlatformVariantByTypeParams) SetType ¶
func (o *GetPlatformVariantByTypeParams) SetType(typeVar string)
SetType adds the type to the get platform variant by type params
func (*GetPlatformVariantByTypeParams) WithContext ¶
func (o *GetPlatformVariantByTypeParams) WithContext(ctx context.Context) *GetPlatformVariantByTypeParams
WithContext adds the context to the get platform variant by type params
func (*GetPlatformVariantByTypeParams) WithHTTPClient ¶
func (o *GetPlatformVariantByTypeParams) WithHTTPClient(client *http.Client) *GetPlatformVariantByTypeParams
WithHTTPClient adds the HTTPClient to the get platform variant by type params
func (*GetPlatformVariantByTypeParams) WithTimeout ¶
func (o *GetPlatformVariantByTypeParams) WithTimeout(timeout time.Duration) *GetPlatformVariantByTypeParams
WithTimeout adds the timeout to the get platform variant by type params
func (*GetPlatformVariantByTypeParams) WithType ¶
func (o *GetPlatformVariantByTypeParams) WithType(typeVar string) *GetPlatformVariantByTypeParams
WithType adds the typeVar to the get platform variant by type params
func (*GetPlatformVariantByTypeParams) WriteToRequest ¶
func (o *GetPlatformVariantByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPlatformVariantByTypeReader ¶
type GetPlatformVariantByTypeReader struct {
// contains filtered or unexported fields
}
GetPlatformVariantByTypeReader is a Reader for the GetPlatformVariantByType structure.
func (*GetPlatformVariantByTypeReader) ReadResponse ¶
func (o *GetPlatformVariantByTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPlatformVariantsOK ¶
type GetPlatformVariantsOK struct {
Payload *models_cloudbreak.PlatformVariantsJSON
}
GetPlatformVariantsOK handles this case with default header values.
successful operation
func NewGetPlatformVariantsOK ¶
func NewGetPlatformVariantsOK() *GetPlatformVariantsOK
NewGetPlatformVariantsOK creates a GetPlatformVariantsOK with default headers values
func (*GetPlatformVariantsOK) Error ¶
func (o *GetPlatformVariantsOK) Error() string
type GetPlatformVariantsParams ¶
type GetPlatformVariantsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPlatformVariantsParams contains all the parameters to send to the API endpoint for the get platform variants operation typically these are written to a http.Request
func NewGetPlatformVariantsParams ¶
func NewGetPlatformVariantsParams() *GetPlatformVariantsParams
NewGetPlatformVariantsParams creates a new GetPlatformVariantsParams object with the default values initialized.
func NewGetPlatformVariantsParamsWithContext ¶
func NewGetPlatformVariantsParamsWithContext(ctx context.Context) *GetPlatformVariantsParams
NewGetPlatformVariantsParamsWithContext creates a new GetPlatformVariantsParams object with the default values initialized, and the ability to set a context for a request
func NewGetPlatformVariantsParamsWithHTTPClient ¶
func NewGetPlatformVariantsParamsWithHTTPClient(client *http.Client) *GetPlatformVariantsParams
NewGetPlatformVariantsParamsWithHTTPClient creates a new GetPlatformVariantsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPlatformVariantsParamsWithTimeout ¶
func NewGetPlatformVariantsParamsWithTimeout(timeout time.Duration) *GetPlatformVariantsParams
NewGetPlatformVariantsParamsWithTimeout creates a new GetPlatformVariantsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPlatformVariantsParams) SetContext ¶
func (o *GetPlatformVariantsParams) SetContext(ctx context.Context)
SetContext adds the context to the get platform variants params
func (*GetPlatformVariantsParams) SetHTTPClient ¶
func (o *GetPlatformVariantsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get platform variants params
func (*GetPlatformVariantsParams) SetTimeout ¶
func (o *GetPlatformVariantsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get platform variants params
func (*GetPlatformVariantsParams) WithContext ¶
func (o *GetPlatformVariantsParams) WithContext(ctx context.Context) *GetPlatformVariantsParams
WithContext adds the context to the get platform variants params
func (*GetPlatformVariantsParams) WithHTTPClient ¶
func (o *GetPlatformVariantsParams) WithHTTPClient(client *http.Client) *GetPlatformVariantsParams
WithHTTPClient adds the HTTPClient to the get platform variants params
func (*GetPlatformVariantsParams) WithTimeout ¶
func (o *GetPlatformVariantsParams) WithTimeout(timeout time.Duration) *GetPlatformVariantsParams
WithTimeout adds the timeout to the get platform variants params
func (*GetPlatformVariantsParams) WriteToRequest ¶
func (o *GetPlatformVariantsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPlatformVariantsReader ¶
type GetPlatformVariantsReader struct {
// contains filtered or unexported fields
}
GetPlatformVariantsReader is a Reader for the GetPlatformVariants structure.
func (*GetPlatformVariantsReader) ReadResponse ¶
func (o *GetPlatformVariantsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetPlatformsOK ¶
type GetPlatformsOK struct {
Payload GetPlatformsOKBody
}
GetPlatformsOK handles this case with default header values.
successful operation
func NewGetPlatformsOK ¶
func NewGetPlatformsOK() *GetPlatformsOK
NewGetPlatformsOK creates a GetPlatformsOK with default headers values
func (*GetPlatformsOK) Error ¶
func (o *GetPlatformsOK) Error() string
type GetPlatformsOKBody ¶
type GetPlatformsOKBody map[string]interface{}
type GetPlatformsParams ¶
type GetPlatformsParams struct { /*Extended*/ Extended *bool Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetPlatformsParams contains all the parameters to send to the API endpoint for the get platforms operation typically these are written to a http.Request
func NewGetPlatformsParams ¶
func NewGetPlatformsParams() *GetPlatformsParams
NewGetPlatformsParams creates a new GetPlatformsParams object with the default values initialized.
func NewGetPlatformsParamsWithContext ¶
func NewGetPlatformsParamsWithContext(ctx context.Context) *GetPlatformsParams
NewGetPlatformsParamsWithContext creates a new GetPlatformsParams object with the default values initialized, and the ability to set a context for a request
func NewGetPlatformsParamsWithHTTPClient ¶
func NewGetPlatformsParamsWithHTTPClient(client *http.Client) *GetPlatformsParams
NewGetPlatformsParamsWithHTTPClient creates a new GetPlatformsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetPlatformsParamsWithTimeout ¶
func NewGetPlatformsParamsWithTimeout(timeout time.Duration) *GetPlatformsParams
NewGetPlatformsParamsWithTimeout creates a new GetPlatformsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetPlatformsParams) SetContext ¶
func (o *GetPlatformsParams) SetContext(ctx context.Context)
SetContext adds the context to the get platforms params
func (*GetPlatformsParams) SetExtended ¶
func (o *GetPlatformsParams) SetExtended(extended *bool)
SetExtended adds the extended to the get platforms params
func (*GetPlatformsParams) SetHTTPClient ¶
func (o *GetPlatformsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get platforms params
func (*GetPlatformsParams) SetTimeout ¶
func (o *GetPlatformsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get platforms params
func (*GetPlatformsParams) WithContext ¶
func (o *GetPlatformsParams) WithContext(ctx context.Context) *GetPlatformsParams
WithContext adds the context to the get platforms params
func (*GetPlatformsParams) WithExtended ¶
func (o *GetPlatformsParams) WithExtended(extended *bool) *GetPlatformsParams
WithExtended adds the extended to the get platforms params
func (*GetPlatformsParams) WithHTTPClient ¶
func (o *GetPlatformsParams) WithHTTPClient(client *http.Client) *GetPlatformsParams
WithHTTPClient adds the HTTPClient to the get platforms params
func (*GetPlatformsParams) WithTimeout ¶
func (o *GetPlatformsParams) WithTimeout(timeout time.Duration) *GetPlatformsParams
WithTimeout adds the timeout to the get platforms params
func (*GetPlatformsParams) WriteToRequest ¶
func (o *GetPlatformsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetPlatformsReader ¶
type GetPlatformsReader struct {
// contains filtered or unexported fields
}
GetPlatformsReader is a Reader for the GetPlatforms structure.
func (*GetPlatformsReader) ReadResponse ¶
func (o *GetPlatformsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRegionAvByTypeOK ¶
type GetRegionAvByTypeOK struct {
Payload GetRegionAvByTypeOKBody
}
GetRegionAvByTypeOK handles this case with default header values.
successful operation
func NewGetRegionAvByTypeOK ¶
func NewGetRegionAvByTypeOK() *GetRegionAvByTypeOK
NewGetRegionAvByTypeOK creates a GetRegionAvByTypeOK with default headers values
func (*GetRegionAvByTypeOK) Error ¶
func (o *GetRegionAvByTypeOK) Error() string
type GetRegionAvByTypeOKBody ¶
type GetRegionAvByTypeParams ¶
type GetRegionAvByTypeParams struct { /*Type*/ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetRegionAvByTypeParams contains all the parameters to send to the API endpoint for the get region av by type operation typically these are written to a http.Request
func NewGetRegionAvByTypeParams ¶
func NewGetRegionAvByTypeParams() *GetRegionAvByTypeParams
NewGetRegionAvByTypeParams creates a new GetRegionAvByTypeParams object with the default values initialized.
func NewGetRegionAvByTypeParamsWithContext ¶
func NewGetRegionAvByTypeParamsWithContext(ctx context.Context) *GetRegionAvByTypeParams
NewGetRegionAvByTypeParamsWithContext creates a new GetRegionAvByTypeParams object with the default values initialized, and the ability to set a context for a request
func NewGetRegionAvByTypeParamsWithHTTPClient ¶
func NewGetRegionAvByTypeParamsWithHTTPClient(client *http.Client) *GetRegionAvByTypeParams
NewGetRegionAvByTypeParamsWithHTTPClient creates a new GetRegionAvByTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetRegionAvByTypeParamsWithTimeout ¶
func NewGetRegionAvByTypeParamsWithTimeout(timeout time.Duration) *GetRegionAvByTypeParams
NewGetRegionAvByTypeParamsWithTimeout creates a new GetRegionAvByTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetRegionAvByTypeParams) SetContext ¶
func (o *GetRegionAvByTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the get region av by type params
func (*GetRegionAvByTypeParams) SetHTTPClient ¶
func (o *GetRegionAvByTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get region av by type params
func (*GetRegionAvByTypeParams) SetTimeout ¶
func (o *GetRegionAvByTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get region av by type params
func (*GetRegionAvByTypeParams) SetType ¶
func (o *GetRegionAvByTypeParams) SetType(typeVar string)
SetType adds the type to the get region av by type params
func (*GetRegionAvByTypeParams) WithContext ¶
func (o *GetRegionAvByTypeParams) WithContext(ctx context.Context) *GetRegionAvByTypeParams
WithContext adds the context to the get region av by type params
func (*GetRegionAvByTypeParams) WithHTTPClient ¶
func (o *GetRegionAvByTypeParams) WithHTTPClient(client *http.Client) *GetRegionAvByTypeParams
WithHTTPClient adds the HTTPClient to the get region av by type params
func (*GetRegionAvByTypeParams) WithTimeout ¶
func (o *GetRegionAvByTypeParams) WithTimeout(timeout time.Duration) *GetRegionAvByTypeParams
WithTimeout adds the timeout to the get region av by type params
func (*GetRegionAvByTypeParams) WithType ¶
func (o *GetRegionAvByTypeParams) WithType(typeVar string) *GetRegionAvByTypeParams
WithType adds the typeVar to the get region av by type params
func (*GetRegionAvByTypeParams) WriteToRequest ¶
func (o *GetRegionAvByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRegionAvByTypeReader ¶
type GetRegionAvByTypeReader struct {
// contains filtered or unexported fields
}
GetRegionAvByTypeReader is a Reader for the GetRegionAvByType structure.
func (*GetRegionAvByTypeReader) ReadResponse ¶
func (o *GetRegionAvByTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRegionRByTypeOK ¶
type GetRegionRByTypeOK struct {
Payload []string
}
GetRegionRByTypeOK handles this case with default header values.
successful operation
func NewGetRegionRByTypeOK ¶
func NewGetRegionRByTypeOK() *GetRegionRByTypeOK
NewGetRegionRByTypeOK creates a GetRegionRByTypeOK with default headers values
func (*GetRegionRByTypeOK) Error ¶
func (o *GetRegionRByTypeOK) Error() string
type GetRegionRByTypeParams ¶
type GetRegionRByTypeParams struct { /*Type*/ Type string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetRegionRByTypeParams contains all the parameters to send to the API endpoint for the get region r by type operation typically these are written to a http.Request
func NewGetRegionRByTypeParams ¶
func NewGetRegionRByTypeParams() *GetRegionRByTypeParams
NewGetRegionRByTypeParams creates a new GetRegionRByTypeParams object with the default values initialized.
func NewGetRegionRByTypeParamsWithContext ¶
func NewGetRegionRByTypeParamsWithContext(ctx context.Context) *GetRegionRByTypeParams
NewGetRegionRByTypeParamsWithContext creates a new GetRegionRByTypeParams object with the default values initialized, and the ability to set a context for a request
func NewGetRegionRByTypeParamsWithHTTPClient ¶
func NewGetRegionRByTypeParamsWithHTTPClient(client *http.Client) *GetRegionRByTypeParams
NewGetRegionRByTypeParamsWithHTTPClient creates a new GetRegionRByTypeParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetRegionRByTypeParamsWithTimeout ¶
func NewGetRegionRByTypeParamsWithTimeout(timeout time.Duration) *GetRegionRByTypeParams
NewGetRegionRByTypeParamsWithTimeout creates a new GetRegionRByTypeParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetRegionRByTypeParams) SetContext ¶
func (o *GetRegionRByTypeParams) SetContext(ctx context.Context)
SetContext adds the context to the get region r by type params
func (*GetRegionRByTypeParams) SetHTTPClient ¶
func (o *GetRegionRByTypeParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get region r by type params
func (*GetRegionRByTypeParams) SetTimeout ¶
func (o *GetRegionRByTypeParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get region r by type params
func (*GetRegionRByTypeParams) SetType ¶
func (o *GetRegionRByTypeParams) SetType(typeVar string)
SetType adds the type to the get region r by type params
func (*GetRegionRByTypeParams) WithContext ¶
func (o *GetRegionRByTypeParams) WithContext(ctx context.Context) *GetRegionRByTypeParams
WithContext adds the context to the get region r by type params
func (*GetRegionRByTypeParams) WithHTTPClient ¶
func (o *GetRegionRByTypeParams) WithHTTPClient(client *http.Client) *GetRegionRByTypeParams
WithHTTPClient adds the HTTPClient to the get region r by type params
func (*GetRegionRByTypeParams) WithTimeout ¶
func (o *GetRegionRByTypeParams) WithTimeout(timeout time.Duration) *GetRegionRByTypeParams
WithTimeout adds the timeout to the get region r by type params
func (*GetRegionRByTypeParams) WithType ¶
func (o *GetRegionRByTypeParams) WithType(typeVar string) *GetRegionRByTypeParams
WithType adds the typeVar to the get region r by type params
func (*GetRegionRByTypeParams) WriteToRequest ¶
func (o *GetRegionRByTypeParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRegionRByTypeReader ¶
type GetRegionRByTypeReader struct {
// contains filtered or unexported fields
}
GetRegionRByTypeReader is a Reader for the GetRegionRByType structure.
func (*GetRegionRByTypeReader) ReadResponse ¶
func (o *GetRegionRByTypeReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetRegionsOK ¶
type GetRegionsOK struct {
Payload *models_cloudbreak.PlatformRegionsJSON
}
GetRegionsOK handles this case with default header values.
successful operation
func NewGetRegionsOK ¶
func NewGetRegionsOK() *GetRegionsOK
NewGetRegionsOK creates a GetRegionsOK with default headers values
func (*GetRegionsOK) Error ¶
func (o *GetRegionsOK) Error() string
type GetRegionsParams ¶
type GetRegionsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetRegionsParams contains all the parameters to send to the API endpoint for the get regions operation typically these are written to a http.Request
func NewGetRegionsParams ¶
func NewGetRegionsParams() *GetRegionsParams
NewGetRegionsParams creates a new GetRegionsParams object with the default values initialized.
func NewGetRegionsParamsWithContext ¶
func NewGetRegionsParamsWithContext(ctx context.Context) *GetRegionsParams
NewGetRegionsParamsWithContext creates a new GetRegionsParams object with the default values initialized, and the ability to set a context for a request
func NewGetRegionsParamsWithHTTPClient ¶
func NewGetRegionsParamsWithHTTPClient(client *http.Client) *GetRegionsParams
NewGetRegionsParamsWithHTTPClient creates a new GetRegionsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetRegionsParamsWithTimeout ¶
func NewGetRegionsParamsWithTimeout(timeout time.Duration) *GetRegionsParams
NewGetRegionsParamsWithTimeout creates a new GetRegionsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetRegionsParams) SetContext ¶
func (o *GetRegionsParams) SetContext(ctx context.Context)
SetContext adds the context to the get regions params
func (*GetRegionsParams) SetHTTPClient ¶
func (o *GetRegionsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get regions params
func (*GetRegionsParams) SetTimeout ¶
func (o *GetRegionsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get regions params
func (*GetRegionsParams) WithContext ¶
func (o *GetRegionsParams) WithContext(ctx context.Context) *GetRegionsParams
WithContext adds the context to the get regions params
func (*GetRegionsParams) WithHTTPClient ¶
func (o *GetRegionsParams) WithHTTPClient(client *http.Client) *GetRegionsParams
WithHTTPClient adds the HTTPClient to the get regions params
func (*GetRegionsParams) WithTimeout ¶
func (o *GetRegionsParams) WithTimeout(timeout time.Duration) *GetRegionsParams
WithTimeout adds the timeout to the get regions params
func (*GetRegionsParams) WriteToRequest ¶
func (o *GetRegionsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetRegionsReader ¶
type GetRegionsReader struct {
// contains filtered or unexported fields
}
GetRegionsReader is a Reader for the GetRegions structure.
func (*GetRegionsReader) ReadResponse ¶
func (o *GetRegionsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetSpecialPropertiesOK ¶
type GetSpecialPropertiesOK struct {
Payload *models_cloudbreak.SpecialParametersJSON
}
GetSpecialPropertiesOK handles this case with default header values.
successful operation
func NewGetSpecialPropertiesOK ¶
func NewGetSpecialPropertiesOK() *GetSpecialPropertiesOK
NewGetSpecialPropertiesOK creates a GetSpecialPropertiesOK with default headers values
func (*GetSpecialPropertiesOK) Error ¶
func (o *GetSpecialPropertiesOK) Error() string
type GetSpecialPropertiesParams ¶
type GetSpecialPropertiesParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetSpecialPropertiesParams contains all the parameters to send to the API endpoint for the get special properties operation typically these are written to a http.Request
func NewGetSpecialPropertiesParams ¶
func NewGetSpecialPropertiesParams() *GetSpecialPropertiesParams
NewGetSpecialPropertiesParams creates a new GetSpecialPropertiesParams object with the default values initialized.
func NewGetSpecialPropertiesParamsWithContext ¶
func NewGetSpecialPropertiesParamsWithContext(ctx context.Context) *GetSpecialPropertiesParams
NewGetSpecialPropertiesParamsWithContext creates a new GetSpecialPropertiesParams object with the default values initialized, and the ability to set a context for a request
func NewGetSpecialPropertiesParamsWithHTTPClient ¶
func NewGetSpecialPropertiesParamsWithHTTPClient(client *http.Client) *GetSpecialPropertiesParams
NewGetSpecialPropertiesParamsWithHTTPClient creates a new GetSpecialPropertiesParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetSpecialPropertiesParamsWithTimeout ¶
func NewGetSpecialPropertiesParamsWithTimeout(timeout time.Duration) *GetSpecialPropertiesParams
NewGetSpecialPropertiesParamsWithTimeout creates a new GetSpecialPropertiesParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetSpecialPropertiesParams) SetContext ¶
func (o *GetSpecialPropertiesParams) SetContext(ctx context.Context)
SetContext adds the context to the get special properties params
func (*GetSpecialPropertiesParams) SetHTTPClient ¶
func (o *GetSpecialPropertiesParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get special properties params
func (*GetSpecialPropertiesParams) SetTimeout ¶
func (o *GetSpecialPropertiesParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get special properties params
func (*GetSpecialPropertiesParams) WithContext ¶
func (o *GetSpecialPropertiesParams) WithContext(ctx context.Context) *GetSpecialPropertiesParams
WithContext adds the context to the get special properties params
func (*GetSpecialPropertiesParams) WithHTTPClient ¶
func (o *GetSpecialPropertiesParams) WithHTTPClient(client *http.Client) *GetSpecialPropertiesParams
WithHTTPClient adds the HTTPClient to the get special properties params
func (*GetSpecialPropertiesParams) WithTimeout ¶
func (o *GetSpecialPropertiesParams) WithTimeout(timeout time.Duration) *GetSpecialPropertiesParams
WithTimeout adds the timeout to the get special properties params
func (*GetSpecialPropertiesParams) WriteToRequest ¶
func (o *GetSpecialPropertiesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetSpecialPropertiesReader ¶
type GetSpecialPropertiesReader struct {
// contains filtered or unexported fields
}
GetSpecialPropertiesReader is a Reader for the GetSpecialProperties structure.
func (*GetSpecialPropertiesReader) ReadResponse ¶
func (o *GetSpecialPropertiesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetTagSpecificationsOK ¶
type GetTagSpecificationsOK struct {
Payload *models_cloudbreak.TagSpecificationsJSON
}
GetTagSpecificationsOK handles this case with default header values.
successful operation
func NewGetTagSpecificationsOK ¶
func NewGetTagSpecificationsOK() *GetTagSpecificationsOK
NewGetTagSpecificationsOK creates a GetTagSpecificationsOK with default headers values
func (*GetTagSpecificationsOK) Error ¶
func (o *GetTagSpecificationsOK) Error() string
type GetTagSpecificationsParams ¶
type GetTagSpecificationsParams struct { Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetTagSpecificationsParams contains all the parameters to send to the API endpoint for the get tag specifications operation typically these are written to a http.Request
func NewGetTagSpecificationsParams ¶
func NewGetTagSpecificationsParams() *GetTagSpecificationsParams
NewGetTagSpecificationsParams creates a new GetTagSpecificationsParams object with the default values initialized.
func NewGetTagSpecificationsParamsWithContext ¶
func NewGetTagSpecificationsParamsWithContext(ctx context.Context) *GetTagSpecificationsParams
NewGetTagSpecificationsParamsWithContext creates a new GetTagSpecificationsParams object with the default values initialized, and the ability to set a context for a request
func NewGetTagSpecificationsParamsWithHTTPClient ¶
func NewGetTagSpecificationsParamsWithHTTPClient(client *http.Client) *GetTagSpecificationsParams
NewGetTagSpecificationsParamsWithHTTPClient creates a new GetTagSpecificationsParams object with the default values initialized, and the ability to set a custom HTTPClient for a request
func NewGetTagSpecificationsParamsWithTimeout ¶
func NewGetTagSpecificationsParamsWithTimeout(timeout time.Duration) *GetTagSpecificationsParams
NewGetTagSpecificationsParamsWithTimeout creates a new GetTagSpecificationsParams object with the default values initialized, and the ability to set a timeout on a request
func (*GetTagSpecificationsParams) SetContext ¶
func (o *GetTagSpecificationsParams) SetContext(ctx context.Context)
SetContext adds the context to the get tag specifications params
func (*GetTagSpecificationsParams) SetHTTPClient ¶
func (o *GetTagSpecificationsParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get tag specifications params
func (*GetTagSpecificationsParams) SetTimeout ¶
func (o *GetTagSpecificationsParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get tag specifications params
func (*GetTagSpecificationsParams) WithContext ¶
func (o *GetTagSpecificationsParams) WithContext(ctx context.Context) *GetTagSpecificationsParams
WithContext adds the context to the get tag specifications params
func (*GetTagSpecificationsParams) WithHTTPClient ¶
func (o *GetTagSpecificationsParams) WithHTTPClient(client *http.Client) *GetTagSpecificationsParams
WithHTTPClient adds the HTTPClient to the get tag specifications params
func (*GetTagSpecificationsParams) WithTimeout ¶
func (o *GetTagSpecificationsParams) WithTimeout(timeout time.Duration) *GetTagSpecificationsParams
WithTimeout adds the timeout to the get tag specifications params
func (*GetTagSpecificationsParams) WriteToRequest ¶
func (o *GetTagSpecificationsParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetTagSpecificationsReader ¶
type GetTagSpecificationsReader struct {
// contains filtered or unexported fields
}
GetTagSpecificationsReader is a Reader for the GetTagSpecifications structure.
func (*GetTagSpecificationsReader) ReadResponse ¶
func (o *GetTagSpecificationsReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
Source Files ¶
- create_recommendation_parameters.go
- create_recommendation_responses.go
- get_access_configs_parameters.go
- get_access_configs_responses.go
- get_disktype_by_type_parameters.go
- get_disktype_by_type_responses.go
- get_disktypes_parameters.go
- get_disktypes_responses.go
- get_encryption_keys_parameters.go
- get_encryption_keys_responses.go
- get_gateways_credential_id_parameters.go
- get_gateways_credential_id_responses.go
- get_ip_pools_credential_id_parameters.go
- get_ip_pools_credential_id_responses.go
- get_ochestrators_by_type_parameters.go
- get_ochestrators_by_type_responses.go
- get_orchestratortypes_parameters.go
- get_orchestratortypes_responses.go
- get_platform_networks_parameters.go
- get_platform_networks_responses.go
- get_platform_s_sh_keys_parameters.go
- get_platform_s_sh_keys_responses.go
- get_platform_security_groups_parameters.go
- get_platform_security_groups_responses.go
- get_platform_variant_by_type_parameters.go
- get_platform_variant_by_type_responses.go
- get_platform_variants_parameters.go
- get_platform_variants_responses.go
- get_platforms_parameters.go
- get_platforms_responses.go
- get_region_av_by_type_parameters.go
- get_region_av_by_type_responses.go
- get_region_r_by_type_parameters.go
- get_region_r_by_type_responses.go
- get_regions_parameters.go
- get_regions_responses.go
- get_special_properties_parameters.go
- get_special_properties_responses.go
- get_tag_specifications_parameters.go
- get_tag_specifications_responses.go
- v1connectors_client.go