Documentation ¶
Index ¶
- type Client
- func (a *Client) CreateServiceCredentialsUsingPOST(params *CreateServiceCredentialsUsingPOSTParams, opts ...ClientOption) (*CreateServiceCredentialsUsingPOSTOK, error)
- func (a *Client) DeleteServiceAccountUsingDELETE(params *DeleteServiceAccountUsingDELETEParams, opts ...ClientOption) (*DeleteServiceAccountUsingDELETENoContent, error)
- func (a *Client) DeleteServiceCredentialUsingDELETE(params *DeleteServiceCredentialUsingDELETEParams, opts ...ClientOption) (*DeleteServiceCredentialUsingDELETENoContent, error)
- func (a *Client) EnumerateDomainsUsingPOST(params *EnumerateDomainsUsingPOSTParams, opts ...ClientOption) (*EnumerateDomainsUsingPOSTOK, error)
- func (a *Client) GetDomainUsingGET(params *GetDomainUsingGETParams, opts ...ClientOption) (*GetDomainUsingGETOK, error)
- func (a *Client) GetDomainsUsingGET(params *GetDomainsUsingGETParams, opts ...ClientOption) (*GetDomainsUsingGETOK, error)
- func (a *Client) PatchServiceAccountUsingPATCH(params *PatchServiceAccountUsingPATCHParams, opts ...ClientOption) (*PatchServiceAccountUsingPATCHOK, *PatchServiceAccountUsingPATCHNoContent, ...)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientOption
- type ClientService
- type CreateServiceCredentialsUsingPOSTBadRequest
- func (o *CreateServiceCredentialsUsingPOSTBadRequest) Error() string
- func (o *CreateServiceCredentialsUsingPOSTBadRequest) GetPayload() *models.Error
- func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsClientError() bool
- func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsCode(code int) bool
- func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsRedirect() bool
- func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsServerError() bool
- func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsSuccess() bool
- func (o *CreateServiceCredentialsUsingPOSTBadRequest) String() string
- type CreateServiceCredentialsUsingPOSTForbidden
- func (o *CreateServiceCredentialsUsingPOSTForbidden) Error() string
- func (o *CreateServiceCredentialsUsingPOSTForbidden) IsClientError() bool
- func (o *CreateServiceCredentialsUsingPOSTForbidden) IsCode(code int) bool
- func (o *CreateServiceCredentialsUsingPOSTForbidden) IsRedirect() bool
- func (o *CreateServiceCredentialsUsingPOSTForbidden) IsServerError() bool
- func (o *CreateServiceCredentialsUsingPOSTForbidden) IsSuccess() bool
- func (o *CreateServiceCredentialsUsingPOSTForbidden) String() string
- type CreateServiceCredentialsUsingPOSTOK
- func (o *CreateServiceCredentialsUsingPOSTOK) Error() string
- func (o *CreateServiceCredentialsUsingPOSTOK) GetPayload() *models.VcfServiceCredentialCreationResponse
- func (o *CreateServiceCredentialsUsingPOSTOK) IsClientError() bool
- func (o *CreateServiceCredentialsUsingPOSTOK) IsCode(code int) bool
- func (o *CreateServiceCredentialsUsingPOSTOK) IsRedirect() bool
- func (o *CreateServiceCredentialsUsingPOSTOK) IsServerError() bool
- func (o *CreateServiceCredentialsUsingPOSTOK) IsSuccess() bool
- func (o *CreateServiceCredentialsUsingPOSTOK) String() string
- type CreateServiceCredentialsUsingPOSTParams
- func NewCreateServiceCredentialsUsingPOSTParams() *CreateServiceCredentialsUsingPOSTParams
- func NewCreateServiceCredentialsUsingPOSTParamsWithContext(ctx context.Context) *CreateServiceCredentialsUsingPOSTParams
- func NewCreateServiceCredentialsUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateServiceCredentialsUsingPOSTParams
- func NewCreateServiceCredentialsUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateServiceCredentialsUsingPOSTParams
- func (o *CreateServiceCredentialsUsingPOSTParams) SetContext(ctx context.Context)
- func (o *CreateServiceCredentialsUsingPOSTParams) SetDefaults()
- func (o *CreateServiceCredentialsUsingPOSTParams) SetDomainID(domainID string)
- func (o *CreateServiceCredentialsUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *CreateServiceCredentialsUsingPOSTParams) SetIntegrationID(integrationID string)
- func (o *CreateServiceCredentialsUsingPOSTParams) SetRequest(request *models.VcfCredentialRequests)
- func (o *CreateServiceCredentialsUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *CreateServiceCredentialsUsingPOSTParams) WithContext(ctx context.Context) *CreateServiceCredentialsUsingPOSTParams
- func (o *CreateServiceCredentialsUsingPOSTParams) WithDefaults() *CreateServiceCredentialsUsingPOSTParams
- func (o *CreateServiceCredentialsUsingPOSTParams) WithDomainID(domainID string) *CreateServiceCredentialsUsingPOSTParams
- func (o *CreateServiceCredentialsUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateServiceCredentialsUsingPOSTParams
- func (o *CreateServiceCredentialsUsingPOSTParams) WithIntegrationID(integrationID string) *CreateServiceCredentialsUsingPOSTParams
- func (o *CreateServiceCredentialsUsingPOSTParams) WithRequest(request *models.VcfCredentialRequests) *CreateServiceCredentialsUsingPOSTParams
- func (o *CreateServiceCredentialsUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateServiceCredentialsUsingPOSTParams
- func (o *CreateServiceCredentialsUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type CreateServiceCredentialsUsingPOSTReader
- type CreateServiceCredentialsUsingPOSTUnauthorized
- func (o *CreateServiceCredentialsUsingPOSTUnauthorized) Error() string
- func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsClientError() bool
- func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsRedirect() bool
- func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsServerError() bool
- func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsSuccess() bool
- func (o *CreateServiceCredentialsUsingPOSTUnauthorized) String() string
- type DeleteServiceAccountUsingDELETEForbidden
- func (o *DeleteServiceAccountUsingDELETEForbidden) Error() string
- func (o *DeleteServiceAccountUsingDELETEForbidden) IsClientError() bool
- func (o *DeleteServiceAccountUsingDELETEForbidden) IsCode(code int) bool
- func (o *DeleteServiceAccountUsingDELETEForbidden) IsRedirect() bool
- func (o *DeleteServiceAccountUsingDELETEForbidden) IsServerError() bool
- func (o *DeleteServiceAccountUsingDELETEForbidden) IsSuccess() bool
- func (o *DeleteServiceAccountUsingDELETEForbidden) String() string
- type DeleteServiceAccountUsingDELETENoContent
- func (o *DeleteServiceAccountUsingDELETENoContent) Error() string
- func (o *DeleteServiceAccountUsingDELETENoContent) IsClientError() bool
- func (o *DeleteServiceAccountUsingDELETENoContent) IsCode(code int) bool
- func (o *DeleteServiceAccountUsingDELETENoContent) IsRedirect() bool
- func (o *DeleteServiceAccountUsingDELETENoContent) IsServerError() bool
- func (o *DeleteServiceAccountUsingDELETENoContent) IsSuccess() bool
- func (o *DeleteServiceAccountUsingDELETENoContent) String() string
- type DeleteServiceAccountUsingDELETENotFound
- func (o *DeleteServiceAccountUsingDELETENotFound) Error() string
- func (o *DeleteServiceAccountUsingDELETENotFound) GetPayload() *models.Error
- func (o *DeleteServiceAccountUsingDELETENotFound) IsClientError() bool
- func (o *DeleteServiceAccountUsingDELETENotFound) IsCode(code int) bool
- func (o *DeleteServiceAccountUsingDELETENotFound) IsRedirect() bool
- func (o *DeleteServiceAccountUsingDELETENotFound) IsServerError() bool
- func (o *DeleteServiceAccountUsingDELETENotFound) IsSuccess() bool
- func (o *DeleteServiceAccountUsingDELETENotFound) String() string
- type DeleteServiceAccountUsingDELETEParams
- func NewDeleteServiceAccountUsingDELETEParams() *DeleteServiceAccountUsingDELETEParams
- func NewDeleteServiceAccountUsingDELETEParamsWithContext(ctx context.Context) *DeleteServiceAccountUsingDELETEParams
- func NewDeleteServiceAccountUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteServiceAccountUsingDELETEParams
- func NewDeleteServiceAccountUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteServiceAccountUsingDELETEParams
- func (o *DeleteServiceAccountUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteServiceAccountUsingDELETEParams) SetDefaults()
- func (o *DeleteServiceAccountUsingDELETEParams) SetDomainID(domainID string)
- func (o *DeleteServiceAccountUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteServiceAccountUsingDELETEParams) SetIntegrationID(integrationID string)
- func (o *DeleteServiceAccountUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteServiceAccountUsingDELETEParams) WithContext(ctx context.Context) *DeleteServiceAccountUsingDELETEParams
- func (o *DeleteServiceAccountUsingDELETEParams) WithDefaults() *DeleteServiceAccountUsingDELETEParams
- func (o *DeleteServiceAccountUsingDELETEParams) WithDomainID(domainID string) *DeleteServiceAccountUsingDELETEParams
- func (o *DeleteServiceAccountUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteServiceAccountUsingDELETEParams
- func (o *DeleteServiceAccountUsingDELETEParams) WithIntegrationID(integrationID string) *DeleteServiceAccountUsingDELETEParams
- func (o *DeleteServiceAccountUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteServiceAccountUsingDELETEParams
- func (o *DeleteServiceAccountUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteServiceAccountUsingDELETEReader
- type DeleteServiceAccountUsingDELETEUnauthorized
- func (o *DeleteServiceAccountUsingDELETEUnauthorized) Error() string
- func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsClientError() bool
- func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsCode(code int) bool
- func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsRedirect() bool
- func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsServerError() bool
- func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsSuccess() bool
- func (o *DeleteServiceAccountUsingDELETEUnauthorized) String() string
- type DeleteServiceCredentialUsingDELETEForbidden
- func (o *DeleteServiceCredentialUsingDELETEForbidden) Error() string
- func (o *DeleteServiceCredentialUsingDELETEForbidden) IsClientError() bool
- func (o *DeleteServiceCredentialUsingDELETEForbidden) IsCode(code int) bool
- func (o *DeleteServiceCredentialUsingDELETEForbidden) IsRedirect() bool
- func (o *DeleteServiceCredentialUsingDELETEForbidden) IsServerError() bool
- func (o *DeleteServiceCredentialUsingDELETEForbidden) IsSuccess() bool
- func (o *DeleteServiceCredentialUsingDELETEForbidden) String() string
- type DeleteServiceCredentialUsingDELETENoContent
- func (o *DeleteServiceCredentialUsingDELETENoContent) Error() string
- func (o *DeleteServiceCredentialUsingDELETENoContent) IsClientError() bool
- func (o *DeleteServiceCredentialUsingDELETENoContent) IsCode(code int) bool
- func (o *DeleteServiceCredentialUsingDELETENoContent) IsRedirect() bool
- func (o *DeleteServiceCredentialUsingDELETENoContent) IsServerError() bool
- func (o *DeleteServiceCredentialUsingDELETENoContent) IsSuccess() bool
- func (o *DeleteServiceCredentialUsingDELETENoContent) String() string
- type DeleteServiceCredentialUsingDELETENotFound
- func (o *DeleteServiceCredentialUsingDELETENotFound) Error() string
- func (o *DeleteServiceCredentialUsingDELETENotFound) GetPayload() *models.Error
- func (o *DeleteServiceCredentialUsingDELETENotFound) IsClientError() bool
- func (o *DeleteServiceCredentialUsingDELETENotFound) IsCode(code int) bool
- func (o *DeleteServiceCredentialUsingDELETENotFound) IsRedirect() bool
- func (o *DeleteServiceCredentialUsingDELETENotFound) IsServerError() bool
- func (o *DeleteServiceCredentialUsingDELETENotFound) IsSuccess() bool
- func (o *DeleteServiceCredentialUsingDELETENotFound) String() string
- type DeleteServiceCredentialUsingDELETEParams
- func NewDeleteServiceCredentialUsingDELETEParams() *DeleteServiceCredentialUsingDELETEParams
- func NewDeleteServiceCredentialUsingDELETEParamsWithContext(ctx context.Context) *DeleteServiceCredentialUsingDELETEParams
- func NewDeleteServiceCredentialUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteServiceCredentialUsingDELETEParams
- func NewDeleteServiceCredentialUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteServiceCredentialUsingDELETEParams
- func (o *DeleteServiceCredentialUsingDELETEParams) SetContext(ctx context.Context)
- func (o *DeleteServiceCredentialUsingDELETEParams) SetDefaults()
- func (o *DeleteServiceCredentialUsingDELETEParams) SetDomainID(domainID string)
- func (o *DeleteServiceCredentialUsingDELETEParams) SetHTTPClient(client *http.Client)
- func (o *DeleteServiceCredentialUsingDELETEParams) SetID(id string)
- func (o *DeleteServiceCredentialUsingDELETEParams) SetIntegrationID(integrationID string)
- func (o *DeleteServiceCredentialUsingDELETEParams) SetTimeout(timeout time.Duration)
- func (o *DeleteServiceCredentialUsingDELETEParams) WithContext(ctx context.Context) *DeleteServiceCredentialUsingDELETEParams
- func (o *DeleteServiceCredentialUsingDELETEParams) WithDefaults() *DeleteServiceCredentialUsingDELETEParams
- func (o *DeleteServiceCredentialUsingDELETEParams) WithDomainID(domainID string) *DeleteServiceCredentialUsingDELETEParams
- func (o *DeleteServiceCredentialUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteServiceCredentialUsingDELETEParams
- func (o *DeleteServiceCredentialUsingDELETEParams) WithID(id string) *DeleteServiceCredentialUsingDELETEParams
- func (o *DeleteServiceCredentialUsingDELETEParams) WithIntegrationID(integrationID string) *DeleteServiceCredentialUsingDELETEParams
- func (o *DeleteServiceCredentialUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteServiceCredentialUsingDELETEParams
- func (o *DeleteServiceCredentialUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type DeleteServiceCredentialUsingDELETEReader
- type DeleteServiceCredentialUsingDELETEUnauthorized
- func (o *DeleteServiceCredentialUsingDELETEUnauthorized) Error() string
- func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsClientError() bool
- func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsCode(code int) bool
- func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsRedirect() bool
- func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsServerError() bool
- func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsSuccess() bool
- func (o *DeleteServiceCredentialUsingDELETEUnauthorized) String() string
- type EnumerateDomainsUsingPOSTBadRequest
- func (o *EnumerateDomainsUsingPOSTBadRequest) Error() string
- func (o *EnumerateDomainsUsingPOSTBadRequest) GetPayload() *models.Error
- func (o *EnumerateDomainsUsingPOSTBadRequest) IsClientError() bool
- func (o *EnumerateDomainsUsingPOSTBadRequest) IsCode(code int) bool
- func (o *EnumerateDomainsUsingPOSTBadRequest) IsRedirect() bool
- func (o *EnumerateDomainsUsingPOSTBadRequest) IsServerError() bool
- func (o *EnumerateDomainsUsingPOSTBadRequest) IsSuccess() bool
- func (o *EnumerateDomainsUsingPOSTBadRequest) String() string
- type EnumerateDomainsUsingPOSTForbidden
- func (o *EnumerateDomainsUsingPOSTForbidden) Error() string
- func (o *EnumerateDomainsUsingPOSTForbidden) IsClientError() bool
- func (o *EnumerateDomainsUsingPOSTForbidden) IsCode(code int) bool
- func (o *EnumerateDomainsUsingPOSTForbidden) IsRedirect() bool
- func (o *EnumerateDomainsUsingPOSTForbidden) IsServerError() bool
- func (o *EnumerateDomainsUsingPOSTForbidden) IsSuccess() bool
- func (o *EnumerateDomainsUsingPOSTForbidden) String() string
- type EnumerateDomainsUsingPOSTOK
- func (o *EnumerateDomainsUsingPOSTOK) Error() string
- func (o *EnumerateDomainsUsingPOSTOK) GetPayload() *models.VcfDomains
- func (o *EnumerateDomainsUsingPOSTOK) IsClientError() bool
- func (o *EnumerateDomainsUsingPOSTOK) IsCode(code int) bool
- func (o *EnumerateDomainsUsingPOSTOK) IsRedirect() bool
- func (o *EnumerateDomainsUsingPOSTOK) IsServerError() bool
- func (o *EnumerateDomainsUsingPOSTOK) IsSuccess() bool
- func (o *EnumerateDomainsUsingPOSTOK) String() string
- type EnumerateDomainsUsingPOSTParams
- func NewEnumerateDomainsUsingPOSTParams() *EnumerateDomainsUsingPOSTParams
- func NewEnumerateDomainsUsingPOSTParamsWithContext(ctx context.Context) *EnumerateDomainsUsingPOSTParams
- func NewEnumerateDomainsUsingPOSTParamsWithHTTPClient(client *http.Client) *EnumerateDomainsUsingPOSTParams
- func NewEnumerateDomainsUsingPOSTParamsWithTimeout(timeout time.Duration) *EnumerateDomainsUsingPOSTParams
- func (o *EnumerateDomainsUsingPOSTParams) SetContext(ctx context.Context)
- func (o *EnumerateDomainsUsingPOSTParams) SetDefaults()
- func (o *EnumerateDomainsUsingPOSTParams) SetHTTPClient(client *http.Client)
- func (o *EnumerateDomainsUsingPOSTParams) SetInput(input *models.PhotonModelEndpointConfigRequest)
- func (o *EnumerateDomainsUsingPOSTParams) SetTimeout(timeout time.Duration)
- func (o *EnumerateDomainsUsingPOSTParams) WithContext(ctx context.Context) *EnumerateDomainsUsingPOSTParams
- func (o *EnumerateDomainsUsingPOSTParams) WithDefaults() *EnumerateDomainsUsingPOSTParams
- func (o *EnumerateDomainsUsingPOSTParams) WithHTTPClient(client *http.Client) *EnumerateDomainsUsingPOSTParams
- func (o *EnumerateDomainsUsingPOSTParams) WithInput(input *models.PhotonModelEndpointConfigRequest) *EnumerateDomainsUsingPOSTParams
- func (o *EnumerateDomainsUsingPOSTParams) WithTimeout(timeout time.Duration) *EnumerateDomainsUsingPOSTParams
- func (o *EnumerateDomainsUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type EnumerateDomainsUsingPOSTReader
- type EnumerateDomainsUsingPOSTUnauthorized
- func (o *EnumerateDomainsUsingPOSTUnauthorized) Error() string
- func (o *EnumerateDomainsUsingPOSTUnauthorized) IsClientError() bool
- func (o *EnumerateDomainsUsingPOSTUnauthorized) IsCode(code int) bool
- func (o *EnumerateDomainsUsingPOSTUnauthorized) IsRedirect() bool
- func (o *EnumerateDomainsUsingPOSTUnauthorized) IsServerError() bool
- func (o *EnumerateDomainsUsingPOSTUnauthorized) IsSuccess() bool
- func (o *EnumerateDomainsUsingPOSTUnauthorized) String() string
- type GetDomainUsingGETBadRequest
- func (o *GetDomainUsingGETBadRequest) Error() string
- func (o *GetDomainUsingGETBadRequest) GetPayload() *models.Error
- func (o *GetDomainUsingGETBadRequest) IsClientError() bool
- func (o *GetDomainUsingGETBadRequest) IsCode(code int) bool
- func (o *GetDomainUsingGETBadRequest) IsRedirect() bool
- func (o *GetDomainUsingGETBadRequest) IsServerError() bool
- func (o *GetDomainUsingGETBadRequest) IsSuccess() bool
- func (o *GetDomainUsingGETBadRequest) String() string
- type GetDomainUsingGETForbidden
- func (o *GetDomainUsingGETForbidden) Error() string
- func (o *GetDomainUsingGETForbidden) IsClientError() bool
- func (o *GetDomainUsingGETForbidden) IsCode(code int) bool
- func (o *GetDomainUsingGETForbidden) IsRedirect() bool
- func (o *GetDomainUsingGETForbidden) IsServerError() bool
- func (o *GetDomainUsingGETForbidden) IsSuccess() bool
- func (o *GetDomainUsingGETForbidden) String() string
- type GetDomainUsingGETOK
- func (o *GetDomainUsingGETOK) Error() string
- func (o *GetDomainUsingGETOK) GetPayload() *models.VcfDomain
- func (o *GetDomainUsingGETOK) IsClientError() bool
- func (o *GetDomainUsingGETOK) IsCode(code int) bool
- func (o *GetDomainUsingGETOK) IsRedirect() bool
- func (o *GetDomainUsingGETOK) IsServerError() bool
- func (o *GetDomainUsingGETOK) IsSuccess() bool
- func (o *GetDomainUsingGETOK) String() string
- type GetDomainUsingGETParams
- func NewGetDomainUsingGETParams() *GetDomainUsingGETParams
- func NewGetDomainUsingGETParamsWithContext(ctx context.Context) *GetDomainUsingGETParams
- func NewGetDomainUsingGETParamsWithHTTPClient(client *http.Client) *GetDomainUsingGETParams
- func NewGetDomainUsingGETParamsWithTimeout(timeout time.Duration) *GetDomainUsingGETParams
- func (o *GetDomainUsingGETParams) SetContext(ctx context.Context)
- func (o *GetDomainUsingGETParams) SetDefaults()
- func (o *GetDomainUsingGETParams) SetDomainID(domainID string)
- func (o *GetDomainUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetDomainUsingGETParams) SetIntegrationID(integrationID string)
- func (o *GetDomainUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetDomainUsingGETParams) WithContext(ctx context.Context) *GetDomainUsingGETParams
- func (o *GetDomainUsingGETParams) WithDefaults() *GetDomainUsingGETParams
- func (o *GetDomainUsingGETParams) WithDomainID(domainID string) *GetDomainUsingGETParams
- func (o *GetDomainUsingGETParams) WithHTTPClient(client *http.Client) *GetDomainUsingGETParams
- func (o *GetDomainUsingGETParams) WithIntegrationID(integrationID string) *GetDomainUsingGETParams
- func (o *GetDomainUsingGETParams) WithTimeout(timeout time.Duration) *GetDomainUsingGETParams
- func (o *GetDomainUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDomainUsingGETReader
- type GetDomainUsingGETUnauthorized
- func (o *GetDomainUsingGETUnauthorized) Error() string
- func (o *GetDomainUsingGETUnauthorized) IsClientError() bool
- func (o *GetDomainUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetDomainUsingGETUnauthorized) IsRedirect() bool
- func (o *GetDomainUsingGETUnauthorized) IsServerError() bool
- func (o *GetDomainUsingGETUnauthorized) IsSuccess() bool
- func (o *GetDomainUsingGETUnauthorized) String() string
- type GetDomainsUsingGETBadRequest
- func (o *GetDomainsUsingGETBadRequest) Error() string
- func (o *GetDomainsUsingGETBadRequest) GetPayload() *models.Error
- func (o *GetDomainsUsingGETBadRequest) IsClientError() bool
- func (o *GetDomainsUsingGETBadRequest) IsCode(code int) bool
- func (o *GetDomainsUsingGETBadRequest) IsRedirect() bool
- func (o *GetDomainsUsingGETBadRequest) IsServerError() bool
- func (o *GetDomainsUsingGETBadRequest) IsSuccess() bool
- func (o *GetDomainsUsingGETBadRequest) String() string
- type GetDomainsUsingGETForbidden
- func (o *GetDomainsUsingGETForbidden) Error() string
- func (o *GetDomainsUsingGETForbidden) IsClientError() bool
- func (o *GetDomainsUsingGETForbidden) IsCode(code int) bool
- func (o *GetDomainsUsingGETForbidden) IsRedirect() bool
- func (o *GetDomainsUsingGETForbidden) IsServerError() bool
- func (o *GetDomainsUsingGETForbidden) IsSuccess() bool
- func (o *GetDomainsUsingGETForbidden) String() string
- type GetDomainsUsingGETOK
- func (o *GetDomainsUsingGETOK) Error() string
- func (o *GetDomainsUsingGETOK) GetPayload() *models.VcfDomain
- func (o *GetDomainsUsingGETOK) IsClientError() bool
- func (o *GetDomainsUsingGETOK) IsCode(code int) bool
- func (o *GetDomainsUsingGETOK) IsRedirect() bool
- func (o *GetDomainsUsingGETOK) IsServerError() bool
- func (o *GetDomainsUsingGETOK) IsSuccess() bool
- func (o *GetDomainsUsingGETOK) String() string
- type GetDomainsUsingGETParams
- func NewGetDomainsUsingGETParams() *GetDomainsUsingGETParams
- func NewGetDomainsUsingGETParamsWithContext(ctx context.Context) *GetDomainsUsingGETParams
- func NewGetDomainsUsingGETParamsWithHTTPClient(client *http.Client) *GetDomainsUsingGETParams
- func NewGetDomainsUsingGETParamsWithTimeout(timeout time.Duration) *GetDomainsUsingGETParams
- func (o *GetDomainsUsingGETParams) SetContext(ctx context.Context)
- func (o *GetDomainsUsingGETParams) SetDefaults()
- func (o *GetDomainsUsingGETParams) SetHTTPClient(client *http.Client)
- func (o *GetDomainsUsingGETParams) SetIntegrationID(integrationID string)
- func (o *GetDomainsUsingGETParams) SetTimeout(timeout time.Duration)
- func (o *GetDomainsUsingGETParams) WithContext(ctx context.Context) *GetDomainsUsingGETParams
- func (o *GetDomainsUsingGETParams) WithDefaults() *GetDomainsUsingGETParams
- func (o *GetDomainsUsingGETParams) WithHTTPClient(client *http.Client) *GetDomainsUsingGETParams
- func (o *GetDomainsUsingGETParams) WithIntegrationID(integrationID string) *GetDomainsUsingGETParams
- func (o *GetDomainsUsingGETParams) WithTimeout(timeout time.Duration) *GetDomainsUsingGETParams
- func (o *GetDomainsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type GetDomainsUsingGETReader
- type GetDomainsUsingGETUnauthorized
- func (o *GetDomainsUsingGETUnauthorized) Error() string
- func (o *GetDomainsUsingGETUnauthorized) IsClientError() bool
- func (o *GetDomainsUsingGETUnauthorized) IsCode(code int) bool
- func (o *GetDomainsUsingGETUnauthorized) IsRedirect() bool
- func (o *GetDomainsUsingGETUnauthorized) IsServerError() bool
- func (o *GetDomainsUsingGETUnauthorized) IsSuccess() bool
- func (o *GetDomainsUsingGETUnauthorized) String() string
- type PatchServiceAccountUsingPATCHForbidden
- func (o *PatchServiceAccountUsingPATCHForbidden) Error() string
- func (o *PatchServiceAccountUsingPATCHForbidden) IsClientError() bool
- func (o *PatchServiceAccountUsingPATCHForbidden) IsCode(code int) bool
- func (o *PatchServiceAccountUsingPATCHForbidden) IsRedirect() bool
- func (o *PatchServiceAccountUsingPATCHForbidden) IsServerError() bool
- func (o *PatchServiceAccountUsingPATCHForbidden) IsSuccess() bool
- func (o *PatchServiceAccountUsingPATCHForbidden) String() string
- type PatchServiceAccountUsingPATCHNoContent
- func (o *PatchServiceAccountUsingPATCHNoContent) Error() string
- func (o *PatchServiceAccountUsingPATCHNoContent) GetPayload() []*models.VcfServiceCredential
- func (o *PatchServiceAccountUsingPATCHNoContent) IsClientError() bool
- func (o *PatchServiceAccountUsingPATCHNoContent) IsCode(code int) bool
- func (o *PatchServiceAccountUsingPATCHNoContent) IsRedirect() bool
- func (o *PatchServiceAccountUsingPATCHNoContent) IsServerError() bool
- func (o *PatchServiceAccountUsingPATCHNoContent) IsSuccess() bool
- func (o *PatchServiceAccountUsingPATCHNoContent) String() string
- type PatchServiceAccountUsingPATCHNotFound
- func (o *PatchServiceAccountUsingPATCHNotFound) Error() string
- func (o *PatchServiceAccountUsingPATCHNotFound) GetPayload() *models.Error
- func (o *PatchServiceAccountUsingPATCHNotFound) IsClientError() bool
- func (o *PatchServiceAccountUsingPATCHNotFound) IsCode(code int) bool
- func (o *PatchServiceAccountUsingPATCHNotFound) IsRedirect() bool
- func (o *PatchServiceAccountUsingPATCHNotFound) IsServerError() bool
- func (o *PatchServiceAccountUsingPATCHNotFound) IsSuccess() bool
- func (o *PatchServiceAccountUsingPATCHNotFound) String() string
- type PatchServiceAccountUsingPATCHOK
- func (o *PatchServiceAccountUsingPATCHOK) Error() string
- func (o *PatchServiceAccountUsingPATCHOK) GetPayload() []*models.VcfServiceCredential
- func (o *PatchServiceAccountUsingPATCHOK) IsClientError() bool
- func (o *PatchServiceAccountUsingPATCHOK) IsCode(code int) bool
- func (o *PatchServiceAccountUsingPATCHOK) IsRedirect() bool
- func (o *PatchServiceAccountUsingPATCHOK) IsServerError() bool
- func (o *PatchServiceAccountUsingPATCHOK) IsSuccess() bool
- func (o *PatchServiceAccountUsingPATCHOK) String() string
- type PatchServiceAccountUsingPATCHParams
- func NewPatchServiceAccountUsingPATCHParams() *PatchServiceAccountUsingPATCHParams
- func NewPatchServiceAccountUsingPATCHParamsWithContext(ctx context.Context) *PatchServiceAccountUsingPATCHParams
- func NewPatchServiceAccountUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchServiceAccountUsingPATCHParams
- func NewPatchServiceAccountUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchServiceAccountUsingPATCHParams
- func (o *PatchServiceAccountUsingPATCHParams) SetContext(ctx context.Context)
- func (o *PatchServiceAccountUsingPATCHParams) SetDefaults()
- func (o *PatchServiceAccountUsingPATCHParams) SetDomainID(domainID string)
- func (o *PatchServiceAccountUsingPATCHParams) SetHTTPClient(client *http.Client)
- func (o *PatchServiceAccountUsingPATCHParams) SetIntegrationID(integrationID string)
- func (o *PatchServiceAccountUsingPATCHParams) SetPatchRequest(patchRequest map[string]string)
- func (o *PatchServiceAccountUsingPATCHParams) SetTimeout(timeout time.Duration)
- func (o *PatchServiceAccountUsingPATCHParams) WithContext(ctx context.Context) *PatchServiceAccountUsingPATCHParams
- func (o *PatchServiceAccountUsingPATCHParams) WithDefaults() *PatchServiceAccountUsingPATCHParams
- func (o *PatchServiceAccountUsingPATCHParams) WithDomainID(domainID string) *PatchServiceAccountUsingPATCHParams
- func (o *PatchServiceAccountUsingPATCHParams) WithHTTPClient(client *http.Client) *PatchServiceAccountUsingPATCHParams
- func (o *PatchServiceAccountUsingPATCHParams) WithIntegrationID(integrationID string) *PatchServiceAccountUsingPATCHParams
- func (o *PatchServiceAccountUsingPATCHParams) WithPatchRequest(patchRequest map[string]string) *PatchServiceAccountUsingPATCHParams
- func (o *PatchServiceAccountUsingPATCHParams) WithTimeout(timeout time.Duration) *PatchServiceAccountUsingPATCHParams
- func (o *PatchServiceAccountUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
- type PatchServiceAccountUsingPATCHReader
- type PatchServiceAccountUsingPATCHUnauthorized
- func (o *PatchServiceAccountUsingPATCHUnauthorized) Error() string
- func (o *PatchServiceAccountUsingPATCHUnauthorized) IsClientError() bool
- func (o *PatchServiceAccountUsingPATCHUnauthorized) IsCode(code int) bool
- func (o *PatchServiceAccountUsingPATCHUnauthorized) IsRedirect() bool
- func (o *PatchServiceAccountUsingPATCHUnauthorized) IsServerError() bool
- func (o *PatchServiceAccountUsingPATCHUnauthorized) IsSuccess() bool
- func (o *PatchServiceAccountUsingPATCHUnauthorized) String() string
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 v c f API
func (*Client) CreateServiceCredentialsUsingPOST ¶
func (a *Client) CreateServiceCredentialsUsingPOST(params *CreateServiceCredentialsUsingPOSTParams, opts ...ClientOption) (*CreateServiceCredentialsUsingPOSTOK, error)
CreateServiceCredentialsUsingPOST creates service credentials
func (*Client) DeleteServiceAccountUsingDELETE ¶
func (a *Client) DeleteServiceAccountUsingDELETE(params *DeleteServiceAccountUsingDELETEParams, opts ...ClientOption) (*DeleteServiceAccountUsingDELETENoContent, error)
DeleteServiceAccountUsingDELETE deletes a service account
func (*Client) DeleteServiceCredentialUsingDELETE ¶
func (a *Client) DeleteServiceCredentialUsingDELETE(params *DeleteServiceCredentialUsingDELETEParams, opts ...ClientOption) (*DeleteServiceCredentialUsingDELETENoContent, error)
DeleteServiceCredentialUsingDELETE deletes a service credential
func (*Client) EnumerateDomainsUsingPOST ¶
func (a *Client) EnumerateDomainsUsingPOST(params *EnumerateDomainsUsingPOSTParams, opts ...ClientOption) (*EnumerateDomainsUsingPOSTOK, error)
EnumerateDomainsUsingPOST enumerates domains
func (*Client) GetDomainUsingGET ¶
func (a *Client) GetDomainUsingGET(params *GetDomainUsingGETParams, opts ...ClientOption) (*GetDomainUsingGETOK, error)
GetDomainUsingGET gets domain details
func (*Client) GetDomainsUsingGET ¶
func (a *Client) GetDomainsUsingGET(params *GetDomainsUsingGETParams, opts ...ClientOption) (*GetDomainsUsingGETOK, error)
GetDomainsUsingGET gets domains
func (*Client) PatchServiceAccountUsingPATCH ¶
func (a *Client) PatchServiceAccountUsingPATCH(params *PatchServiceAccountUsingPATCHParams, opts ...ClientOption) (*PatchServiceAccountUsingPATCHOK, *PatchServiceAccountUsingPATCHNoContent, error)
PatchServiceAccountUsingPATCH patches a service account
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientOption ¶ added in v0.2.20
type ClientOption func(*runtime.ClientOperation)
ClientOption is the option for Client methods
type ClientService ¶
type ClientService interface { CreateServiceCredentialsUsingPOST(params *CreateServiceCredentialsUsingPOSTParams, opts ...ClientOption) (*CreateServiceCredentialsUsingPOSTOK, error) DeleteServiceAccountUsingDELETE(params *DeleteServiceAccountUsingDELETEParams, opts ...ClientOption) (*DeleteServiceAccountUsingDELETENoContent, error) DeleteServiceCredentialUsingDELETE(params *DeleteServiceCredentialUsingDELETEParams, opts ...ClientOption) (*DeleteServiceCredentialUsingDELETENoContent, error) EnumerateDomainsUsingPOST(params *EnumerateDomainsUsingPOSTParams, opts ...ClientOption) (*EnumerateDomainsUsingPOSTOK, error) GetDomainUsingGET(params *GetDomainUsingGETParams, opts ...ClientOption) (*GetDomainUsingGETOK, error) GetDomainsUsingGET(params *GetDomainsUsingGETParams, opts ...ClientOption) (*GetDomainsUsingGETOK, error) PatchServiceAccountUsingPATCH(params *PatchServiceAccountUsingPATCHParams, opts ...ClientOption) (*PatchServiceAccountUsingPATCHOK, *PatchServiceAccountUsingPATCHNoContent, error) SetTransport(transport runtime.ClientTransport) }
ClientService is the interface for Client methods
func New ¶
func New(transport runtime.ClientTransport, formats strfmt.Registry) ClientService
New creates a new v c f API client.
type CreateServiceCredentialsUsingPOSTBadRequest ¶
CreateServiceCredentialsUsingPOSTBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewCreateServiceCredentialsUsingPOSTBadRequest ¶
func NewCreateServiceCredentialsUsingPOSTBadRequest() *CreateServiceCredentialsUsingPOSTBadRequest
NewCreateServiceCredentialsUsingPOSTBadRequest creates a CreateServiceCredentialsUsingPOSTBadRequest with default headers values
func (*CreateServiceCredentialsUsingPOSTBadRequest) Error ¶
func (o *CreateServiceCredentialsUsingPOSTBadRequest) Error() string
func (*CreateServiceCredentialsUsingPOSTBadRequest) GetPayload ¶
func (o *CreateServiceCredentialsUsingPOSTBadRequest) GetPayload() *models.Error
func (*CreateServiceCredentialsUsingPOSTBadRequest) IsClientError ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsClientError() bool
IsClientError returns true when this create service credentials using p o s t bad request response has a 4xx status code
func (*CreateServiceCredentialsUsingPOSTBadRequest) IsCode ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsCode(code int) bool
IsCode returns true when this create service credentials using p o s t bad request response a status code equal to that given
func (*CreateServiceCredentialsUsingPOSTBadRequest) IsRedirect ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsRedirect() bool
IsRedirect returns true when this create service credentials using p o s t bad request response has a 3xx status code
func (*CreateServiceCredentialsUsingPOSTBadRequest) IsServerError ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsServerError() bool
IsServerError returns true when this create service credentials using p o s t bad request response has a 5xx status code
func (*CreateServiceCredentialsUsingPOSTBadRequest) IsSuccess ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTBadRequest) IsSuccess() bool
IsSuccess returns true when this create service credentials using p o s t bad request response has a 2xx status code
func (*CreateServiceCredentialsUsingPOSTBadRequest) String ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTBadRequest) String() string
type CreateServiceCredentialsUsingPOSTForbidden ¶
type CreateServiceCredentialsUsingPOSTForbidden struct { }
CreateServiceCredentialsUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewCreateServiceCredentialsUsingPOSTForbidden ¶
func NewCreateServiceCredentialsUsingPOSTForbidden() *CreateServiceCredentialsUsingPOSTForbidden
NewCreateServiceCredentialsUsingPOSTForbidden creates a CreateServiceCredentialsUsingPOSTForbidden with default headers values
func (*CreateServiceCredentialsUsingPOSTForbidden) Error ¶
func (o *CreateServiceCredentialsUsingPOSTForbidden) Error() string
func (*CreateServiceCredentialsUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this create service credentials using p o s t forbidden response has a 4xx status code
func (*CreateServiceCredentialsUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this create service credentials using p o s t forbidden response a status code equal to that given
func (*CreateServiceCredentialsUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this create service credentials using p o s t forbidden response has a 3xx status code
func (*CreateServiceCredentialsUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this create service credentials using p o s t forbidden response has a 5xx status code
func (*CreateServiceCredentialsUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this create service credentials using p o s t forbidden response has a 2xx status code
func (*CreateServiceCredentialsUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTForbidden) String() string
type CreateServiceCredentialsUsingPOSTOK ¶
type CreateServiceCredentialsUsingPOSTOK struct {
Payload *models.VcfServiceCredentialCreationResponse
}
CreateServiceCredentialsUsingPOSTOK describes a response with status code 200, with default header values.
Create Service credentials
func NewCreateServiceCredentialsUsingPOSTOK ¶
func NewCreateServiceCredentialsUsingPOSTOK() *CreateServiceCredentialsUsingPOSTOK
NewCreateServiceCredentialsUsingPOSTOK creates a CreateServiceCredentialsUsingPOSTOK with default headers values
func (*CreateServiceCredentialsUsingPOSTOK) Error ¶
func (o *CreateServiceCredentialsUsingPOSTOK) Error() string
func (*CreateServiceCredentialsUsingPOSTOK) GetPayload ¶
func (o *CreateServiceCredentialsUsingPOSTOK) GetPayload() *models.VcfServiceCredentialCreationResponse
func (*CreateServiceCredentialsUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTOK) IsClientError() bool
IsClientError returns true when this create service credentials using p o s t o k response has a 4xx status code
func (*CreateServiceCredentialsUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this create service credentials using p o s t o k response a status code equal to that given
func (*CreateServiceCredentialsUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this create service credentials using p o s t o k response has a 3xx status code
func (*CreateServiceCredentialsUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTOK) IsServerError() bool
IsServerError returns true when this create service credentials using p o s t o k response has a 5xx status code
func (*CreateServiceCredentialsUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this create service credentials using p o s t o k response has a 2xx status code
func (*CreateServiceCredentialsUsingPOSTOK) String ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTOK) String() string
type CreateServiceCredentialsUsingPOSTParams ¶
type CreateServiceCredentialsUsingPOSTParams struct { /* DomainID. domainId */ DomainID string /* IntegrationID. integrationId */ IntegrationID string /* Request. request */ Request *models.VcfCredentialRequests Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
CreateServiceCredentialsUsingPOSTParams contains all the parameters to send to the API endpoint
for the create service credentials using p o s t operation. Typically these are written to a http.Request.
func NewCreateServiceCredentialsUsingPOSTParams ¶
func NewCreateServiceCredentialsUsingPOSTParams() *CreateServiceCredentialsUsingPOSTParams
NewCreateServiceCredentialsUsingPOSTParams creates a new CreateServiceCredentialsUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewCreateServiceCredentialsUsingPOSTParamsWithContext ¶
func NewCreateServiceCredentialsUsingPOSTParamsWithContext(ctx context.Context) *CreateServiceCredentialsUsingPOSTParams
NewCreateServiceCredentialsUsingPOSTParamsWithContext creates a new CreateServiceCredentialsUsingPOSTParams object with the ability to set a context for a request.
func NewCreateServiceCredentialsUsingPOSTParamsWithHTTPClient ¶
func NewCreateServiceCredentialsUsingPOSTParamsWithHTTPClient(client *http.Client) *CreateServiceCredentialsUsingPOSTParams
NewCreateServiceCredentialsUsingPOSTParamsWithHTTPClient creates a new CreateServiceCredentialsUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewCreateServiceCredentialsUsingPOSTParamsWithTimeout ¶
func NewCreateServiceCredentialsUsingPOSTParamsWithTimeout(timeout time.Duration) *CreateServiceCredentialsUsingPOSTParams
NewCreateServiceCredentialsUsingPOSTParamsWithTimeout creates a new CreateServiceCredentialsUsingPOSTParams object with the ability to set a timeout on a request.
func (*CreateServiceCredentialsUsingPOSTParams) SetContext ¶
func (o *CreateServiceCredentialsUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) SetDefaults ¶ added in v0.2.20
func (o *CreateServiceCredentialsUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the create service credentials using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateServiceCredentialsUsingPOSTParams) SetDomainID ¶
func (o *CreateServiceCredentialsUsingPOSTParams) SetDomainID(domainID string)
SetDomainID adds the domainId to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) SetHTTPClient ¶
func (o *CreateServiceCredentialsUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) SetIntegrationID ¶
func (o *CreateServiceCredentialsUsingPOSTParams) SetIntegrationID(integrationID string)
SetIntegrationID adds the integrationId to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) SetRequest ¶
func (o *CreateServiceCredentialsUsingPOSTParams) SetRequest(request *models.VcfCredentialRequests)
SetRequest adds the request to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) SetTimeout ¶
func (o *CreateServiceCredentialsUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) WithContext ¶
func (o *CreateServiceCredentialsUsingPOSTParams) WithContext(ctx context.Context) *CreateServiceCredentialsUsingPOSTParams
WithContext adds the context to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) WithDefaults ¶ added in v0.2.20
func (o *CreateServiceCredentialsUsingPOSTParams) WithDefaults() *CreateServiceCredentialsUsingPOSTParams
WithDefaults hydrates default values in the create service credentials using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*CreateServiceCredentialsUsingPOSTParams) WithDomainID ¶
func (o *CreateServiceCredentialsUsingPOSTParams) WithDomainID(domainID string) *CreateServiceCredentialsUsingPOSTParams
WithDomainID adds the domainID to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) WithHTTPClient ¶
func (o *CreateServiceCredentialsUsingPOSTParams) WithHTTPClient(client *http.Client) *CreateServiceCredentialsUsingPOSTParams
WithHTTPClient adds the HTTPClient to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) WithIntegrationID ¶
func (o *CreateServiceCredentialsUsingPOSTParams) WithIntegrationID(integrationID string) *CreateServiceCredentialsUsingPOSTParams
WithIntegrationID adds the integrationID to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) WithRequest ¶
func (o *CreateServiceCredentialsUsingPOSTParams) WithRequest(request *models.VcfCredentialRequests) *CreateServiceCredentialsUsingPOSTParams
WithRequest adds the request to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) WithTimeout ¶
func (o *CreateServiceCredentialsUsingPOSTParams) WithTimeout(timeout time.Duration) *CreateServiceCredentialsUsingPOSTParams
WithTimeout adds the timeout to the create service credentials using p o s t params
func (*CreateServiceCredentialsUsingPOSTParams) WriteToRequest ¶
func (o *CreateServiceCredentialsUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type CreateServiceCredentialsUsingPOSTReader ¶
type CreateServiceCredentialsUsingPOSTReader struct {
// contains filtered or unexported fields
}
CreateServiceCredentialsUsingPOSTReader is a Reader for the CreateServiceCredentialsUsingPOST structure.
func (*CreateServiceCredentialsUsingPOSTReader) ReadResponse ¶
func (o *CreateServiceCredentialsUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type CreateServiceCredentialsUsingPOSTUnauthorized ¶
type CreateServiceCredentialsUsingPOSTUnauthorized struct { }
CreateServiceCredentialsUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewCreateServiceCredentialsUsingPOSTUnauthorized ¶
func NewCreateServiceCredentialsUsingPOSTUnauthorized() *CreateServiceCredentialsUsingPOSTUnauthorized
NewCreateServiceCredentialsUsingPOSTUnauthorized creates a CreateServiceCredentialsUsingPOSTUnauthorized with default headers values
func (*CreateServiceCredentialsUsingPOSTUnauthorized) Error ¶
func (o *CreateServiceCredentialsUsingPOSTUnauthorized) Error() string
func (*CreateServiceCredentialsUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this create service credentials using p o s t unauthorized response has a 4xx status code
func (*CreateServiceCredentialsUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this create service credentials using p o s t unauthorized response a status code equal to that given
func (*CreateServiceCredentialsUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this create service credentials using p o s t unauthorized response has a 3xx status code
func (*CreateServiceCredentialsUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this create service credentials using p o s t unauthorized response has a 5xx status code
func (*CreateServiceCredentialsUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this create service credentials using p o s t unauthorized response has a 2xx status code
func (*CreateServiceCredentialsUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *CreateServiceCredentialsUsingPOSTUnauthorized) String() string
type DeleteServiceAccountUsingDELETEForbidden ¶ added in v0.5.0
type DeleteServiceAccountUsingDELETEForbidden struct { }
DeleteServiceAccountUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteServiceAccountUsingDELETEForbidden ¶ added in v0.5.0
func NewDeleteServiceAccountUsingDELETEForbidden() *DeleteServiceAccountUsingDELETEForbidden
NewDeleteServiceAccountUsingDELETEForbidden creates a DeleteServiceAccountUsingDELETEForbidden with default headers values
func (*DeleteServiceAccountUsingDELETEForbidden) Error ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEForbidden) Error() string
func (*DeleteServiceAccountUsingDELETEForbidden) IsClientError ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEForbidden) IsClientError() bool
IsClientError returns true when this delete service account using d e l e t e forbidden response has a 4xx status code
func (*DeleteServiceAccountUsingDELETEForbidden) IsCode ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEForbidden) IsCode(code int) bool
IsCode returns true when this delete service account using d e l e t e forbidden response a status code equal to that given
func (*DeleteServiceAccountUsingDELETEForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEForbidden) IsRedirect() bool
IsRedirect returns true when this delete service account using d e l e t e forbidden response has a 3xx status code
func (*DeleteServiceAccountUsingDELETEForbidden) IsServerError ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEForbidden) IsServerError() bool
IsServerError returns true when this delete service account using d e l e t e forbidden response has a 5xx status code
func (*DeleteServiceAccountUsingDELETEForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEForbidden) IsSuccess() bool
IsSuccess returns true when this delete service account using d e l e t e forbidden response has a 2xx status code
func (*DeleteServiceAccountUsingDELETEForbidden) String ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEForbidden) String() string
type DeleteServiceAccountUsingDELETENoContent ¶
type DeleteServiceAccountUsingDELETENoContent struct { }
DeleteServiceAccountUsingDELETENoContent describes a response with status code 204, with default header values.
No Content
func NewDeleteServiceAccountUsingDELETENoContent ¶
func NewDeleteServiceAccountUsingDELETENoContent() *DeleteServiceAccountUsingDELETENoContent
NewDeleteServiceAccountUsingDELETENoContent creates a DeleteServiceAccountUsingDELETENoContent with default headers values
func (*DeleteServiceAccountUsingDELETENoContent) Error ¶
func (o *DeleteServiceAccountUsingDELETENoContent) Error() string
func (*DeleteServiceAccountUsingDELETENoContent) IsClientError ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENoContent) IsClientError() bool
IsClientError returns true when this delete service account using d e l e t e no content response has a 4xx status code
func (*DeleteServiceAccountUsingDELETENoContent) IsCode ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENoContent) IsCode(code int) bool
IsCode returns true when this delete service account using d e l e t e no content response a status code equal to that given
func (*DeleteServiceAccountUsingDELETENoContent) IsRedirect ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENoContent) IsRedirect() bool
IsRedirect returns true when this delete service account using d e l e t e no content response has a 3xx status code
func (*DeleteServiceAccountUsingDELETENoContent) IsServerError ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENoContent) IsServerError() bool
IsServerError returns true when this delete service account using d e l e t e no content response has a 5xx status code
func (*DeleteServiceAccountUsingDELETENoContent) IsSuccess ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENoContent) IsSuccess() bool
IsSuccess returns true when this delete service account using d e l e t e no content response has a 2xx status code
func (*DeleteServiceAccountUsingDELETENoContent) String ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENoContent) String() string
type DeleteServiceAccountUsingDELETENotFound ¶ added in v0.5.0
DeleteServiceAccountUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteServiceAccountUsingDELETENotFound ¶ added in v0.5.0
func NewDeleteServiceAccountUsingDELETENotFound() *DeleteServiceAccountUsingDELETENotFound
NewDeleteServiceAccountUsingDELETENotFound creates a DeleteServiceAccountUsingDELETENotFound with default headers values
func (*DeleteServiceAccountUsingDELETENotFound) Error ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENotFound) Error() string
func (*DeleteServiceAccountUsingDELETENotFound) GetPayload ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENotFound) GetPayload() *models.Error
func (*DeleteServiceAccountUsingDELETENotFound) IsClientError ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENotFound) IsClientError() bool
IsClientError returns true when this delete service account using d e l e t e not found response has a 4xx status code
func (*DeleteServiceAccountUsingDELETENotFound) IsCode ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENotFound) IsCode(code int) bool
IsCode returns true when this delete service account using d e l e t e not found response a status code equal to that given
func (*DeleteServiceAccountUsingDELETENotFound) IsRedirect ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENotFound) IsRedirect() bool
IsRedirect returns true when this delete service account using d e l e t e not found response has a 3xx status code
func (*DeleteServiceAccountUsingDELETENotFound) IsServerError ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENotFound) IsServerError() bool
IsServerError returns true when this delete service account using d e l e t e not found response has a 5xx status code
func (*DeleteServiceAccountUsingDELETENotFound) IsSuccess ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENotFound) IsSuccess() bool
IsSuccess returns true when this delete service account using d e l e t e not found response has a 2xx status code
func (*DeleteServiceAccountUsingDELETENotFound) String ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETENotFound) String() string
type DeleteServiceAccountUsingDELETEParams ¶
type DeleteServiceAccountUsingDELETEParams struct { /* DomainID. domainId */ DomainID string /* IntegrationID. integrationId */ IntegrationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteServiceAccountUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete service account using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteServiceAccountUsingDELETEParams ¶
func NewDeleteServiceAccountUsingDELETEParams() *DeleteServiceAccountUsingDELETEParams
NewDeleteServiceAccountUsingDELETEParams creates a new DeleteServiceAccountUsingDELETEParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteServiceAccountUsingDELETEParamsWithContext ¶
func NewDeleteServiceAccountUsingDELETEParamsWithContext(ctx context.Context) *DeleteServiceAccountUsingDELETEParams
NewDeleteServiceAccountUsingDELETEParamsWithContext creates a new DeleteServiceAccountUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteServiceAccountUsingDELETEParamsWithHTTPClient ¶
func NewDeleteServiceAccountUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteServiceAccountUsingDELETEParams
NewDeleteServiceAccountUsingDELETEParamsWithHTTPClient creates a new DeleteServiceAccountUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteServiceAccountUsingDELETEParamsWithTimeout ¶
func NewDeleteServiceAccountUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteServiceAccountUsingDELETEParams
NewDeleteServiceAccountUsingDELETEParamsWithTimeout creates a new DeleteServiceAccountUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteServiceAccountUsingDELETEParams) SetContext ¶
func (o *DeleteServiceAccountUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) SetDefaults ¶ added in v0.2.20
func (o *DeleteServiceAccountUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete service account using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteServiceAccountUsingDELETEParams) SetDomainID ¶
func (o *DeleteServiceAccountUsingDELETEParams) SetDomainID(domainID string)
SetDomainID adds the domainId to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) SetHTTPClient ¶
func (o *DeleteServiceAccountUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) SetIntegrationID ¶
func (o *DeleteServiceAccountUsingDELETEParams) SetIntegrationID(integrationID string)
SetIntegrationID adds the integrationId to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) SetTimeout ¶
func (o *DeleteServiceAccountUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) WithContext ¶
func (o *DeleteServiceAccountUsingDELETEParams) WithContext(ctx context.Context) *DeleteServiceAccountUsingDELETEParams
WithContext adds the context to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) WithDefaults ¶ added in v0.2.20
func (o *DeleteServiceAccountUsingDELETEParams) WithDefaults() *DeleteServiceAccountUsingDELETEParams
WithDefaults hydrates default values in the delete service account using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteServiceAccountUsingDELETEParams) WithDomainID ¶
func (o *DeleteServiceAccountUsingDELETEParams) WithDomainID(domainID string) *DeleteServiceAccountUsingDELETEParams
WithDomainID adds the domainID to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) WithHTTPClient ¶
func (o *DeleteServiceAccountUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteServiceAccountUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) WithIntegrationID ¶
func (o *DeleteServiceAccountUsingDELETEParams) WithIntegrationID(integrationID string) *DeleteServiceAccountUsingDELETEParams
WithIntegrationID adds the integrationID to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) WithTimeout ¶
func (o *DeleteServiceAccountUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteServiceAccountUsingDELETEParams
WithTimeout adds the timeout to the delete service account using d e l e t e params
func (*DeleteServiceAccountUsingDELETEParams) WriteToRequest ¶
func (o *DeleteServiceAccountUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteServiceAccountUsingDELETEReader ¶
type DeleteServiceAccountUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteServiceAccountUsingDELETEReader is a Reader for the DeleteServiceAccountUsingDELETE structure.
func (*DeleteServiceAccountUsingDELETEReader) ReadResponse ¶
func (o *DeleteServiceAccountUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteServiceAccountUsingDELETEUnauthorized ¶ added in v0.5.0
type DeleteServiceAccountUsingDELETEUnauthorized struct { }
DeleteServiceAccountUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewDeleteServiceAccountUsingDELETEUnauthorized ¶ added in v0.5.0
func NewDeleteServiceAccountUsingDELETEUnauthorized() *DeleteServiceAccountUsingDELETEUnauthorized
NewDeleteServiceAccountUsingDELETEUnauthorized creates a DeleteServiceAccountUsingDELETEUnauthorized with default headers values
func (*DeleteServiceAccountUsingDELETEUnauthorized) Error ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEUnauthorized) Error() string
func (*DeleteServiceAccountUsingDELETEUnauthorized) IsClientError ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsClientError() bool
IsClientError returns true when this delete service account using d e l e t e unauthorized response has a 4xx status code
func (*DeleteServiceAccountUsingDELETEUnauthorized) IsCode ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsCode(code int) bool
IsCode returns true when this delete service account using d e l e t e unauthorized response a status code equal to that given
func (*DeleteServiceAccountUsingDELETEUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete service account using d e l e t e unauthorized response has a 3xx status code
func (*DeleteServiceAccountUsingDELETEUnauthorized) IsServerError ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsServerError() bool
IsServerError returns true when this delete service account using d e l e t e unauthorized response has a 5xx status code
func (*DeleteServiceAccountUsingDELETEUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete service account using d e l e t e unauthorized response has a 2xx status code
func (*DeleteServiceAccountUsingDELETEUnauthorized) String ¶ added in v0.5.0
func (o *DeleteServiceAccountUsingDELETEUnauthorized) String() string
type DeleteServiceCredentialUsingDELETEForbidden ¶ added in v0.5.0
type DeleteServiceCredentialUsingDELETEForbidden struct { }
DeleteServiceCredentialUsingDELETEForbidden describes a response with status code 403, with default header values.
Forbidden
func NewDeleteServiceCredentialUsingDELETEForbidden ¶ added in v0.5.0
func NewDeleteServiceCredentialUsingDELETEForbidden() *DeleteServiceCredentialUsingDELETEForbidden
NewDeleteServiceCredentialUsingDELETEForbidden creates a DeleteServiceCredentialUsingDELETEForbidden with default headers values
func (*DeleteServiceCredentialUsingDELETEForbidden) Error ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEForbidden) Error() string
func (*DeleteServiceCredentialUsingDELETEForbidden) IsClientError ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEForbidden) IsClientError() bool
IsClientError returns true when this delete service credential using d e l e t e forbidden response has a 4xx status code
func (*DeleteServiceCredentialUsingDELETEForbidden) IsCode ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEForbidden) IsCode(code int) bool
IsCode returns true when this delete service credential using d e l e t e forbidden response a status code equal to that given
func (*DeleteServiceCredentialUsingDELETEForbidden) IsRedirect ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEForbidden) IsRedirect() bool
IsRedirect returns true when this delete service credential using d e l e t e forbidden response has a 3xx status code
func (*DeleteServiceCredentialUsingDELETEForbidden) IsServerError ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEForbidden) IsServerError() bool
IsServerError returns true when this delete service credential using d e l e t e forbidden response has a 5xx status code
func (*DeleteServiceCredentialUsingDELETEForbidden) IsSuccess ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEForbidden) IsSuccess() bool
IsSuccess returns true when this delete service credential using d e l e t e forbidden response has a 2xx status code
func (*DeleteServiceCredentialUsingDELETEForbidden) String ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEForbidden) String() string
type DeleteServiceCredentialUsingDELETENoContent ¶
type DeleteServiceCredentialUsingDELETENoContent struct { }
DeleteServiceCredentialUsingDELETENoContent describes a response with status code 204, with default header values.
No Content
func NewDeleteServiceCredentialUsingDELETENoContent ¶
func NewDeleteServiceCredentialUsingDELETENoContent() *DeleteServiceCredentialUsingDELETENoContent
NewDeleteServiceCredentialUsingDELETENoContent creates a DeleteServiceCredentialUsingDELETENoContent with default headers values
func (*DeleteServiceCredentialUsingDELETENoContent) Error ¶
func (o *DeleteServiceCredentialUsingDELETENoContent) Error() string
func (*DeleteServiceCredentialUsingDELETENoContent) IsClientError ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENoContent) IsClientError() bool
IsClientError returns true when this delete service credential using d e l e t e no content response has a 4xx status code
func (*DeleteServiceCredentialUsingDELETENoContent) IsCode ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENoContent) IsCode(code int) bool
IsCode returns true when this delete service credential using d e l e t e no content response a status code equal to that given
func (*DeleteServiceCredentialUsingDELETENoContent) IsRedirect ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENoContent) IsRedirect() bool
IsRedirect returns true when this delete service credential using d e l e t e no content response has a 3xx status code
func (*DeleteServiceCredentialUsingDELETENoContent) IsServerError ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENoContent) IsServerError() bool
IsServerError returns true when this delete service credential using d e l e t e no content response has a 5xx status code
func (*DeleteServiceCredentialUsingDELETENoContent) IsSuccess ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENoContent) IsSuccess() bool
IsSuccess returns true when this delete service credential using d e l e t e no content response has a 2xx status code
func (*DeleteServiceCredentialUsingDELETENoContent) String ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENoContent) String() string
type DeleteServiceCredentialUsingDELETENotFound ¶ added in v0.5.0
DeleteServiceCredentialUsingDELETENotFound describes a response with status code 404, with default header values.
Not Found
func NewDeleteServiceCredentialUsingDELETENotFound ¶ added in v0.5.0
func NewDeleteServiceCredentialUsingDELETENotFound() *DeleteServiceCredentialUsingDELETENotFound
NewDeleteServiceCredentialUsingDELETENotFound creates a DeleteServiceCredentialUsingDELETENotFound with default headers values
func (*DeleteServiceCredentialUsingDELETENotFound) Error ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENotFound) Error() string
func (*DeleteServiceCredentialUsingDELETENotFound) GetPayload ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENotFound) GetPayload() *models.Error
func (*DeleteServiceCredentialUsingDELETENotFound) IsClientError ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENotFound) IsClientError() bool
IsClientError returns true when this delete service credential using d e l e t e not found response has a 4xx status code
func (*DeleteServiceCredentialUsingDELETENotFound) IsCode ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENotFound) IsCode(code int) bool
IsCode returns true when this delete service credential using d e l e t e not found response a status code equal to that given
func (*DeleteServiceCredentialUsingDELETENotFound) IsRedirect ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENotFound) IsRedirect() bool
IsRedirect returns true when this delete service credential using d e l e t e not found response has a 3xx status code
func (*DeleteServiceCredentialUsingDELETENotFound) IsServerError ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENotFound) IsServerError() bool
IsServerError returns true when this delete service credential using d e l e t e not found response has a 5xx status code
func (*DeleteServiceCredentialUsingDELETENotFound) IsSuccess ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENotFound) IsSuccess() bool
IsSuccess returns true when this delete service credential using d e l e t e not found response has a 2xx status code
func (*DeleteServiceCredentialUsingDELETENotFound) String ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETENotFound) String() string
type DeleteServiceCredentialUsingDELETEParams ¶
type DeleteServiceCredentialUsingDELETEParams struct { /* DomainID. domainId */ DomainID string /* ID. id */ ID string /* IntegrationID. integrationId */ IntegrationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
DeleteServiceCredentialUsingDELETEParams contains all the parameters to send to the API endpoint
for the delete service credential using d e l e t e operation. Typically these are written to a http.Request.
func NewDeleteServiceCredentialUsingDELETEParams ¶
func NewDeleteServiceCredentialUsingDELETEParams() *DeleteServiceCredentialUsingDELETEParams
NewDeleteServiceCredentialUsingDELETEParams creates a new DeleteServiceCredentialUsingDELETEParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewDeleteServiceCredentialUsingDELETEParamsWithContext ¶
func NewDeleteServiceCredentialUsingDELETEParamsWithContext(ctx context.Context) *DeleteServiceCredentialUsingDELETEParams
NewDeleteServiceCredentialUsingDELETEParamsWithContext creates a new DeleteServiceCredentialUsingDELETEParams object with the ability to set a context for a request.
func NewDeleteServiceCredentialUsingDELETEParamsWithHTTPClient ¶
func NewDeleteServiceCredentialUsingDELETEParamsWithHTTPClient(client *http.Client) *DeleteServiceCredentialUsingDELETEParams
NewDeleteServiceCredentialUsingDELETEParamsWithHTTPClient creates a new DeleteServiceCredentialUsingDELETEParams object with the ability to set a custom HTTPClient for a request.
func NewDeleteServiceCredentialUsingDELETEParamsWithTimeout ¶
func NewDeleteServiceCredentialUsingDELETEParamsWithTimeout(timeout time.Duration) *DeleteServiceCredentialUsingDELETEParams
NewDeleteServiceCredentialUsingDELETEParamsWithTimeout creates a new DeleteServiceCredentialUsingDELETEParams object with the ability to set a timeout on a request.
func (*DeleteServiceCredentialUsingDELETEParams) SetContext ¶
func (o *DeleteServiceCredentialUsingDELETEParams) SetContext(ctx context.Context)
SetContext adds the context to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) SetDefaults ¶ added in v0.2.20
func (o *DeleteServiceCredentialUsingDELETEParams) SetDefaults()
SetDefaults hydrates default values in the delete service credential using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteServiceCredentialUsingDELETEParams) SetDomainID ¶
func (o *DeleteServiceCredentialUsingDELETEParams) SetDomainID(domainID string)
SetDomainID adds the domainId to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) SetHTTPClient ¶
func (o *DeleteServiceCredentialUsingDELETEParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) SetID ¶
func (o *DeleteServiceCredentialUsingDELETEParams) SetID(id string)
SetID adds the id to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) SetIntegrationID ¶
func (o *DeleteServiceCredentialUsingDELETEParams) SetIntegrationID(integrationID string)
SetIntegrationID adds the integrationId to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) SetTimeout ¶
func (o *DeleteServiceCredentialUsingDELETEParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) WithContext ¶
func (o *DeleteServiceCredentialUsingDELETEParams) WithContext(ctx context.Context) *DeleteServiceCredentialUsingDELETEParams
WithContext adds the context to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) WithDefaults ¶ added in v0.2.20
func (o *DeleteServiceCredentialUsingDELETEParams) WithDefaults() *DeleteServiceCredentialUsingDELETEParams
WithDefaults hydrates default values in the delete service credential using d e l e t e params (not the query body).
All values with no default are reset to their zero value.
func (*DeleteServiceCredentialUsingDELETEParams) WithDomainID ¶
func (o *DeleteServiceCredentialUsingDELETEParams) WithDomainID(domainID string) *DeleteServiceCredentialUsingDELETEParams
WithDomainID adds the domainID to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) WithHTTPClient ¶
func (o *DeleteServiceCredentialUsingDELETEParams) WithHTTPClient(client *http.Client) *DeleteServiceCredentialUsingDELETEParams
WithHTTPClient adds the HTTPClient to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) WithID ¶
func (o *DeleteServiceCredentialUsingDELETEParams) WithID(id string) *DeleteServiceCredentialUsingDELETEParams
WithID adds the id to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) WithIntegrationID ¶
func (o *DeleteServiceCredentialUsingDELETEParams) WithIntegrationID(integrationID string) *DeleteServiceCredentialUsingDELETEParams
WithIntegrationID adds the integrationID to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) WithTimeout ¶
func (o *DeleteServiceCredentialUsingDELETEParams) WithTimeout(timeout time.Duration) *DeleteServiceCredentialUsingDELETEParams
WithTimeout adds the timeout to the delete service credential using d e l e t e params
func (*DeleteServiceCredentialUsingDELETEParams) WriteToRequest ¶
func (o *DeleteServiceCredentialUsingDELETEParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type DeleteServiceCredentialUsingDELETEReader ¶
type DeleteServiceCredentialUsingDELETEReader struct {
// contains filtered or unexported fields
}
DeleteServiceCredentialUsingDELETEReader is a Reader for the DeleteServiceCredentialUsingDELETE structure.
func (*DeleteServiceCredentialUsingDELETEReader) ReadResponse ¶
func (o *DeleteServiceCredentialUsingDELETEReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type DeleteServiceCredentialUsingDELETEUnauthorized ¶ added in v0.5.0
type DeleteServiceCredentialUsingDELETEUnauthorized struct { }
DeleteServiceCredentialUsingDELETEUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewDeleteServiceCredentialUsingDELETEUnauthorized ¶ added in v0.5.0
func NewDeleteServiceCredentialUsingDELETEUnauthorized() *DeleteServiceCredentialUsingDELETEUnauthorized
NewDeleteServiceCredentialUsingDELETEUnauthorized creates a DeleteServiceCredentialUsingDELETEUnauthorized with default headers values
func (*DeleteServiceCredentialUsingDELETEUnauthorized) Error ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEUnauthorized) Error() string
func (*DeleteServiceCredentialUsingDELETEUnauthorized) IsClientError ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsClientError() bool
IsClientError returns true when this delete service credential using d e l e t e unauthorized response has a 4xx status code
func (*DeleteServiceCredentialUsingDELETEUnauthorized) IsCode ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsCode(code int) bool
IsCode returns true when this delete service credential using d e l e t e unauthorized response a status code equal to that given
func (*DeleteServiceCredentialUsingDELETEUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsRedirect() bool
IsRedirect returns true when this delete service credential using d e l e t e unauthorized response has a 3xx status code
func (*DeleteServiceCredentialUsingDELETEUnauthorized) IsServerError ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsServerError() bool
IsServerError returns true when this delete service credential using d e l e t e unauthorized response has a 5xx status code
func (*DeleteServiceCredentialUsingDELETEUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEUnauthorized) IsSuccess() bool
IsSuccess returns true when this delete service credential using d e l e t e unauthorized response has a 2xx status code
func (*DeleteServiceCredentialUsingDELETEUnauthorized) String ¶ added in v0.5.0
func (o *DeleteServiceCredentialUsingDELETEUnauthorized) String() string
type EnumerateDomainsUsingPOSTBadRequest ¶
EnumerateDomainsUsingPOSTBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewEnumerateDomainsUsingPOSTBadRequest ¶
func NewEnumerateDomainsUsingPOSTBadRequest() *EnumerateDomainsUsingPOSTBadRequest
NewEnumerateDomainsUsingPOSTBadRequest creates a EnumerateDomainsUsingPOSTBadRequest with default headers values
func (*EnumerateDomainsUsingPOSTBadRequest) Error ¶
func (o *EnumerateDomainsUsingPOSTBadRequest) Error() string
func (*EnumerateDomainsUsingPOSTBadRequest) GetPayload ¶
func (o *EnumerateDomainsUsingPOSTBadRequest) GetPayload() *models.Error
func (*EnumerateDomainsUsingPOSTBadRequest) IsClientError ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTBadRequest) IsClientError() bool
IsClientError returns true when this enumerate domains using p o s t bad request response has a 4xx status code
func (*EnumerateDomainsUsingPOSTBadRequest) IsCode ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTBadRequest) IsCode(code int) bool
IsCode returns true when this enumerate domains using p o s t bad request response a status code equal to that given
func (*EnumerateDomainsUsingPOSTBadRequest) IsRedirect ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTBadRequest) IsRedirect() bool
IsRedirect returns true when this enumerate domains using p o s t bad request response has a 3xx status code
func (*EnumerateDomainsUsingPOSTBadRequest) IsServerError ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTBadRequest) IsServerError() bool
IsServerError returns true when this enumerate domains using p o s t bad request response has a 5xx status code
func (*EnumerateDomainsUsingPOSTBadRequest) IsSuccess ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTBadRequest) IsSuccess() bool
IsSuccess returns true when this enumerate domains using p o s t bad request response has a 2xx status code
func (*EnumerateDomainsUsingPOSTBadRequest) String ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTBadRequest) String() string
type EnumerateDomainsUsingPOSTForbidden ¶
type EnumerateDomainsUsingPOSTForbidden struct { }
EnumerateDomainsUsingPOSTForbidden describes a response with status code 403, with default header values.
Forbidden
func NewEnumerateDomainsUsingPOSTForbidden ¶
func NewEnumerateDomainsUsingPOSTForbidden() *EnumerateDomainsUsingPOSTForbidden
NewEnumerateDomainsUsingPOSTForbidden creates a EnumerateDomainsUsingPOSTForbidden with default headers values
func (*EnumerateDomainsUsingPOSTForbidden) Error ¶
func (o *EnumerateDomainsUsingPOSTForbidden) Error() string
func (*EnumerateDomainsUsingPOSTForbidden) IsClientError ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTForbidden) IsClientError() bool
IsClientError returns true when this enumerate domains using p o s t forbidden response has a 4xx status code
func (*EnumerateDomainsUsingPOSTForbidden) IsCode ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTForbidden) IsCode(code int) bool
IsCode returns true when this enumerate domains using p o s t forbidden response a status code equal to that given
func (*EnumerateDomainsUsingPOSTForbidden) IsRedirect ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTForbidden) IsRedirect() bool
IsRedirect returns true when this enumerate domains using p o s t forbidden response has a 3xx status code
func (*EnumerateDomainsUsingPOSTForbidden) IsServerError ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTForbidden) IsServerError() bool
IsServerError returns true when this enumerate domains using p o s t forbidden response has a 5xx status code
func (*EnumerateDomainsUsingPOSTForbidden) IsSuccess ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTForbidden) IsSuccess() bool
IsSuccess returns true when this enumerate domains using p o s t forbidden response has a 2xx status code
func (*EnumerateDomainsUsingPOSTForbidden) String ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTForbidden) String() string
type EnumerateDomainsUsingPOSTOK ¶
type EnumerateDomainsUsingPOSTOK struct {
Payload *models.VcfDomains
}
EnumerateDomainsUsingPOSTOK describes a response with status code 200, with default header values.
Get domains of the vCF endpoint
func NewEnumerateDomainsUsingPOSTOK ¶
func NewEnumerateDomainsUsingPOSTOK() *EnumerateDomainsUsingPOSTOK
NewEnumerateDomainsUsingPOSTOK creates a EnumerateDomainsUsingPOSTOK with default headers values
func (*EnumerateDomainsUsingPOSTOK) Error ¶
func (o *EnumerateDomainsUsingPOSTOK) Error() string
func (*EnumerateDomainsUsingPOSTOK) GetPayload ¶
func (o *EnumerateDomainsUsingPOSTOK) GetPayload() *models.VcfDomains
func (*EnumerateDomainsUsingPOSTOK) IsClientError ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTOK) IsClientError() bool
IsClientError returns true when this enumerate domains using p o s t o k response has a 4xx status code
func (*EnumerateDomainsUsingPOSTOK) IsCode ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTOK) IsCode(code int) bool
IsCode returns true when this enumerate domains using p o s t o k response a status code equal to that given
func (*EnumerateDomainsUsingPOSTOK) IsRedirect ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTOK) IsRedirect() bool
IsRedirect returns true when this enumerate domains using p o s t o k response has a 3xx status code
func (*EnumerateDomainsUsingPOSTOK) IsServerError ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTOK) IsServerError() bool
IsServerError returns true when this enumerate domains using p o s t o k response has a 5xx status code
func (*EnumerateDomainsUsingPOSTOK) IsSuccess ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTOK) IsSuccess() bool
IsSuccess returns true when this enumerate domains using p o s t o k response has a 2xx status code
func (*EnumerateDomainsUsingPOSTOK) String ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTOK) String() string
type EnumerateDomainsUsingPOSTParams ¶
type EnumerateDomainsUsingPOSTParams struct { /* Input. input */ Input *models.PhotonModelEndpointConfigRequest Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
EnumerateDomainsUsingPOSTParams contains all the parameters to send to the API endpoint
for the enumerate domains using p o s t operation. Typically these are written to a http.Request.
func NewEnumerateDomainsUsingPOSTParams ¶
func NewEnumerateDomainsUsingPOSTParams() *EnumerateDomainsUsingPOSTParams
NewEnumerateDomainsUsingPOSTParams creates a new EnumerateDomainsUsingPOSTParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewEnumerateDomainsUsingPOSTParamsWithContext ¶
func NewEnumerateDomainsUsingPOSTParamsWithContext(ctx context.Context) *EnumerateDomainsUsingPOSTParams
NewEnumerateDomainsUsingPOSTParamsWithContext creates a new EnumerateDomainsUsingPOSTParams object with the ability to set a context for a request.
func NewEnumerateDomainsUsingPOSTParamsWithHTTPClient ¶
func NewEnumerateDomainsUsingPOSTParamsWithHTTPClient(client *http.Client) *EnumerateDomainsUsingPOSTParams
NewEnumerateDomainsUsingPOSTParamsWithHTTPClient creates a new EnumerateDomainsUsingPOSTParams object with the ability to set a custom HTTPClient for a request.
func NewEnumerateDomainsUsingPOSTParamsWithTimeout ¶
func NewEnumerateDomainsUsingPOSTParamsWithTimeout(timeout time.Duration) *EnumerateDomainsUsingPOSTParams
NewEnumerateDomainsUsingPOSTParamsWithTimeout creates a new EnumerateDomainsUsingPOSTParams object with the ability to set a timeout on a request.
func (*EnumerateDomainsUsingPOSTParams) SetContext ¶
func (o *EnumerateDomainsUsingPOSTParams) SetContext(ctx context.Context)
SetContext adds the context to the enumerate domains using p o s t params
func (*EnumerateDomainsUsingPOSTParams) SetDefaults ¶ added in v0.2.20
func (o *EnumerateDomainsUsingPOSTParams) SetDefaults()
SetDefaults hydrates default values in the enumerate domains using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*EnumerateDomainsUsingPOSTParams) SetHTTPClient ¶
func (o *EnumerateDomainsUsingPOSTParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the enumerate domains using p o s t params
func (*EnumerateDomainsUsingPOSTParams) SetInput ¶
func (o *EnumerateDomainsUsingPOSTParams) SetInput(input *models.PhotonModelEndpointConfigRequest)
SetInput adds the input to the enumerate domains using p o s t params
func (*EnumerateDomainsUsingPOSTParams) SetTimeout ¶
func (o *EnumerateDomainsUsingPOSTParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the enumerate domains using p o s t params
func (*EnumerateDomainsUsingPOSTParams) WithContext ¶
func (o *EnumerateDomainsUsingPOSTParams) WithContext(ctx context.Context) *EnumerateDomainsUsingPOSTParams
WithContext adds the context to the enumerate domains using p o s t params
func (*EnumerateDomainsUsingPOSTParams) WithDefaults ¶ added in v0.2.20
func (o *EnumerateDomainsUsingPOSTParams) WithDefaults() *EnumerateDomainsUsingPOSTParams
WithDefaults hydrates default values in the enumerate domains using p o s t params (not the query body).
All values with no default are reset to their zero value.
func (*EnumerateDomainsUsingPOSTParams) WithHTTPClient ¶
func (o *EnumerateDomainsUsingPOSTParams) WithHTTPClient(client *http.Client) *EnumerateDomainsUsingPOSTParams
WithHTTPClient adds the HTTPClient to the enumerate domains using p o s t params
func (*EnumerateDomainsUsingPOSTParams) WithInput ¶
func (o *EnumerateDomainsUsingPOSTParams) WithInput(input *models.PhotonModelEndpointConfigRequest) *EnumerateDomainsUsingPOSTParams
WithInput adds the input to the enumerate domains using p o s t params
func (*EnumerateDomainsUsingPOSTParams) WithTimeout ¶
func (o *EnumerateDomainsUsingPOSTParams) WithTimeout(timeout time.Duration) *EnumerateDomainsUsingPOSTParams
WithTimeout adds the timeout to the enumerate domains using p o s t params
func (*EnumerateDomainsUsingPOSTParams) WriteToRequest ¶
func (o *EnumerateDomainsUsingPOSTParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type EnumerateDomainsUsingPOSTReader ¶
type EnumerateDomainsUsingPOSTReader struct {
// contains filtered or unexported fields
}
EnumerateDomainsUsingPOSTReader is a Reader for the EnumerateDomainsUsingPOST structure.
func (*EnumerateDomainsUsingPOSTReader) ReadResponse ¶
func (o *EnumerateDomainsUsingPOSTReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type EnumerateDomainsUsingPOSTUnauthorized ¶
type EnumerateDomainsUsingPOSTUnauthorized struct { }
EnumerateDomainsUsingPOSTUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewEnumerateDomainsUsingPOSTUnauthorized ¶
func NewEnumerateDomainsUsingPOSTUnauthorized() *EnumerateDomainsUsingPOSTUnauthorized
NewEnumerateDomainsUsingPOSTUnauthorized creates a EnumerateDomainsUsingPOSTUnauthorized with default headers values
func (*EnumerateDomainsUsingPOSTUnauthorized) Error ¶
func (o *EnumerateDomainsUsingPOSTUnauthorized) Error() string
func (*EnumerateDomainsUsingPOSTUnauthorized) IsClientError ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTUnauthorized) IsClientError() bool
IsClientError returns true when this enumerate domains using p o s t unauthorized response has a 4xx status code
func (*EnumerateDomainsUsingPOSTUnauthorized) IsCode ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTUnauthorized) IsCode(code int) bool
IsCode returns true when this enumerate domains using p o s t unauthorized response a status code equal to that given
func (*EnumerateDomainsUsingPOSTUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTUnauthorized) IsRedirect() bool
IsRedirect returns true when this enumerate domains using p o s t unauthorized response has a 3xx status code
func (*EnumerateDomainsUsingPOSTUnauthorized) IsServerError ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTUnauthorized) IsServerError() bool
IsServerError returns true when this enumerate domains using p o s t unauthorized response has a 5xx status code
func (*EnumerateDomainsUsingPOSTUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTUnauthorized) IsSuccess() bool
IsSuccess returns true when this enumerate domains using p o s t unauthorized response has a 2xx status code
func (*EnumerateDomainsUsingPOSTUnauthorized) String ¶ added in v0.5.0
func (o *EnumerateDomainsUsingPOSTUnauthorized) String() string
type GetDomainUsingGETBadRequest ¶
GetDomainUsingGETBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetDomainUsingGETBadRequest ¶
func NewGetDomainUsingGETBadRequest() *GetDomainUsingGETBadRequest
NewGetDomainUsingGETBadRequest creates a GetDomainUsingGETBadRequest with default headers values
func (*GetDomainUsingGETBadRequest) Error ¶
func (o *GetDomainUsingGETBadRequest) Error() string
func (*GetDomainUsingGETBadRequest) GetPayload ¶
func (o *GetDomainUsingGETBadRequest) GetPayload() *models.Error
func (*GetDomainUsingGETBadRequest) IsClientError ¶ added in v0.5.0
func (o *GetDomainUsingGETBadRequest) IsClientError() bool
IsClientError returns true when this get domain using g e t bad request response has a 4xx status code
func (*GetDomainUsingGETBadRequest) IsCode ¶ added in v0.5.0
func (o *GetDomainUsingGETBadRequest) IsCode(code int) bool
IsCode returns true when this get domain using g e t bad request response a status code equal to that given
func (*GetDomainUsingGETBadRequest) IsRedirect ¶ added in v0.5.0
func (o *GetDomainUsingGETBadRequest) IsRedirect() bool
IsRedirect returns true when this get domain using g e t bad request response has a 3xx status code
func (*GetDomainUsingGETBadRequest) IsServerError ¶ added in v0.5.0
func (o *GetDomainUsingGETBadRequest) IsServerError() bool
IsServerError returns true when this get domain using g e t bad request response has a 5xx status code
func (*GetDomainUsingGETBadRequest) IsSuccess ¶ added in v0.5.0
func (o *GetDomainUsingGETBadRequest) IsSuccess() bool
IsSuccess returns true when this get domain using g e t bad request response has a 2xx status code
func (*GetDomainUsingGETBadRequest) String ¶ added in v0.5.0
func (o *GetDomainUsingGETBadRequest) String() string
type GetDomainUsingGETForbidden ¶
type GetDomainUsingGETForbidden struct { }
GetDomainUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetDomainUsingGETForbidden ¶
func NewGetDomainUsingGETForbidden() *GetDomainUsingGETForbidden
NewGetDomainUsingGETForbidden creates a GetDomainUsingGETForbidden with default headers values
func (*GetDomainUsingGETForbidden) Error ¶
func (o *GetDomainUsingGETForbidden) Error() string
func (*GetDomainUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetDomainUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get domain using g e t forbidden response has a 4xx status code
func (*GetDomainUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetDomainUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get domain using g e t forbidden response a status code equal to that given
func (*GetDomainUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetDomainUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get domain using g e t forbidden response has a 3xx status code
func (*GetDomainUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetDomainUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get domain using g e t forbidden response has a 5xx status code
func (*GetDomainUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetDomainUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get domain using g e t forbidden response has a 2xx status code
func (*GetDomainUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetDomainUsingGETForbidden) String() string
type GetDomainUsingGETOK ¶
GetDomainUsingGETOK describes a response with status code 200, with default header values.
Get domain detail
func NewGetDomainUsingGETOK ¶
func NewGetDomainUsingGETOK() *GetDomainUsingGETOK
NewGetDomainUsingGETOK creates a GetDomainUsingGETOK with default headers values
func (*GetDomainUsingGETOK) Error ¶
func (o *GetDomainUsingGETOK) Error() string
func (*GetDomainUsingGETOK) GetPayload ¶
func (o *GetDomainUsingGETOK) GetPayload() *models.VcfDomain
func (*GetDomainUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetDomainUsingGETOK) IsClientError() bool
IsClientError returns true when this get domain using g e t o k response has a 4xx status code
func (*GetDomainUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetDomainUsingGETOK) IsCode(code int) bool
IsCode returns true when this get domain using g e t o k response a status code equal to that given
func (*GetDomainUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetDomainUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get domain using g e t o k response has a 3xx status code
func (*GetDomainUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetDomainUsingGETOK) IsServerError() bool
IsServerError returns true when this get domain using g e t o k response has a 5xx status code
func (*GetDomainUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetDomainUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get domain using g e t o k response has a 2xx status code
func (*GetDomainUsingGETOK) String ¶ added in v0.5.0
func (o *GetDomainUsingGETOK) String() string
type GetDomainUsingGETParams ¶
type GetDomainUsingGETParams struct { /* DomainID. domainId */ DomainID string /* IntegrationID. integrationId */ IntegrationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDomainUsingGETParams contains all the parameters to send to the API endpoint
for the get domain using g e t operation. Typically these are written to a http.Request.
func NewGetDomainUsingGETParams ¶
func NewGetDomainUsingGETParams() *GetDomainUsingGETParams
NewGetDomainUsingGETParams creates a new GetDomainUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDomainUsingGETParamsWithContext ¶
func NewGetDomainUsingGETParamsWithContext(ctx context.Context) *GetDomainUsingGETParams
NewGetDomainUsingGETParamsWithContext creates a new GetDomainUsingGETParams object with the ability to set a context for a request.
func NewGetDomainUsingGETParamsWithHTTPClient ¶
func NewGetDomainUsingGETParamsWithHTTPClient(client *http.Client) *GetDomainUsingGETParams
NewGetDomainUsingGETParamsWithHTTPClient creates a new GetDomainUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetDomainUsingGETParamsWithTimeout ¶
func NewGetDomainUsingGETParamsWithTimeout(timeout time.Duration) *GetDomainUsingGETParams
NewGetDomainUsingGETParamsWithTimeout creates a new GetDomainUsingGETParams object with the ability to set a timeout on a request.
func (*GetDomainUsingGETParams) SetContext ¶
func (o *GetDomainUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get domain using get params
func (*GetDomainUsingGETParams) SetDefaults ¶ added in v0.2.20
func (o *GetDomainUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get domain using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetDomainUsingGETParams) SetDomainID ¶
func (o *GetDomainUsingGETParams) SetDomainID(domainID string)
SetDomainID adds the domainId to the get domain using get params
func (*GetDomainUsingGETParams) SetHTTPClient ¶
func (o *GetDomainUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get domain using get params
func (*GetDomainUsingGETParams) SetIntegrationID ¶
func (o *GetDomainUsingGETParams) SetIntegrationID(integrationID string)
SetIntegrationID adds the integrationId to the get domain using get params
func (*GetDomainUsingGETParams) SetTimeout ¶
func (o *GetDomainUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get domain using get params
func (*GetDomainUsingGETParams) WithContext ¶
func (o *GetDomainUsingGETParams) WithContext(ctx context.Context) *GetDomainUsingGETParams
WithContext adds the context to the get domain using get params
func (*GetDomainUsingGETParams) WithDefaults ¶ added in v0.2.20
func (o *GetDomainUsingGETParams) WithDefaults() *GetDomainUsingGETParams
WithDefaults hydrates default values in the get domain using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetDomainUsingGETParams) WithDomainID ¶
func (o *GetDomainUsingGETParams) WithDomainID(domainID string) *GetDomainUsingGETParams
WithDomainID adds the domainID to the get domain using get params
func (*GetDomainUsingGETParams) WithHTTPClient ¶
func (o *GetDomainUsingGETParams) WithHTTPClient(client *http.Client) *GetDomainUsingGETParams
WithHTTPClient adds the HTTPClient to the get domain using get params
func (*GetDomainUsingGETParams) WithIntegrationID ¶
func (o *GetDomainUsingGETParams) WithIntegrationID(integrationID string) *GetDomainUsingGETParams
WithIntegrationID adds the integrationID to the get domain using get params
func (*GetDomainUsingGETParams) WithTimeout ¶
func (o *GetDomainUsingGETParams) WithTimeout(timeout time.Duration) *GetDomainUsingGETParams
WithTimeout adds the timeout to the get domain using get params
func (*GetDomainUsingGETParams) WriteToRequest ¶
func (o *GetDomainUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDomainUsingGETReader ¶
type GetDomainUsingGETReader struct {
// contains filtered or unexported fields
}
GetDomainUsingGETReader is a Reader for the GetDomainUsingGET structure.
func (*GetDomainUsingGETReader) ReadResponse ¶
func (o *GetDomainUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDomainUsingGETUnauthorized ¶
type GetDomainUsingGETUnauthorized struct { }
GetDomainUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetDomainUsingGETUnauthorized ¶
func NewGetDomainUsingGETUnauthorized() *GetDomainUsingGETUnauthorized
NewGetDomainUsingGETUnauthorized creates a GetDomainUsingGETUnauthorized with default headers values
func (*GetDomainUsingGETUnauthorized) Error ¶
func (o *GetDomainUsingGETUnauthorized) Error() string
func (*GetDomainUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetDomainUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get domain using g e t unauthorized response has a 4xx status code
func (*GetDomainUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetDomainUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get domain using g e t unauthorized response a status code equal to that given
func (*GetDomainUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetDomainUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get domain using g e t unauthorized response has a 3xx status code
func (*GetDomainUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetDomainUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get domain using g e t unauthorized response has a 5xx status code
func (*GetDomainUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetDomainUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get domain using g e t unauthorized response has a 2xx status code
func (*GetDomainUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetDomainUsingGETUnauthorized) String() string
type GetDomainsUsingGETBadRequest ¶
GetDomainsUsingGETBadRequest describes a response with status code 400, with default header values.
Bad Request
func NewGetDomainsUsingGETBadRequest ¶
func NewGetDomainsUsingGETBadRequest() *GetDomainsUsingGETBadRequest
NewGetDomainsUsingGETBadRequest creates a GetDomainsUsingGETBadRequest with default headers values
func (*GetDomainsUsingGETBadRequest) Error ¶
func (o *GetDomainsUsingGETBadRequest) Error() string
func (*GetDomainsUsingGETBadRequest) GetPayload ¶
func (o *GetDomainsUsingGETBadRequest) GetPayload() *models.Error
func (*GetDomainsUsingGETBadRequest) IsClientError ¶ added in v0.5.0
func (o *GetDomainsUsingGETBadRequest) IsClientError() bool
IsClientError returns true when this get domains using g e t bad request response has a 4xx status code
func (*GetDomainsUsingGETBadRequest) IsCode ¶ added in v0.5.0
func (o *GetDomainsUsingGETBadRequest) IsCode(code int) bool
IsCode returns true when this get domains using g e t bad request response a status code equal to that given
func (*GetDomainsUsingGETBadRequest) IsRedirect ¶ added in v0.5.0
func (o *GetDomainsUsingGETBadRequest) IsRedirect() bool
IsRedirect returns true when this get domains using g e t bad request response has a 3xx status code
func (*GetDomainsUsingGETBadRequest) IsServerError ¶ added in v0.5.0
func (o *GetDomainsUsingGETBadRequest) IsServerError() bool
IsServerError returns true when this get domains using g e t bad request response has a 5xx status code
func (*GetDomainsUsingGETBadRequest) IsSuccess ¶ added in v0.5.0
func (o *GetDomainsUsingGETBadRequest) IsSuccess() bool
IsSuccess returns true when this get domains using g e t bad request response has a 2xx status code
func (*GetDomainsUsingGETBadRequest) String ¶ added in v0.5.0
func (o *GetDomainsUsingGETBadRequest) String() string
type GetDomainsUsingGETForbidden ¶
type GetDomainsUsingGETForbidden struct { }
GetDomainsUsingGETForbidden describes a response with status code 403, with default header values.
Forbidden
func NewGetDomainsUsingGETForbidden ¶
func NewGetDomainsUsingGETForbidden() *GetDomainsUsingGETForbidden
NewGetDomainsUsingGETForbidden creates a GetDomainsUsingGETForbidden with default headers values
func (*GetDomainsUsingGETForbidden) Error ¶
func (o *GetDomainsUsingGETForbidden) Error() string
func (*GetDomainsUsingGETForbidden) IsClientError ¶ added in v0.5.0
func (o *GetDomainsUsingGETForbidden) IsClientError() bool
IsClientError returns true when this get domains using g e t forbidden response has a 4xx status code
func (*GetDomainsUsingGETForbidden) IsCode ¶ added in v0.5.0
func (o *GetDomainsUsingGETForbidden) IsCode(code int) bool
IsCode returns true when this get domains using g e t forbidden response a status code equal to that given
func (*GetDomainsUsingGETForbidden) IsRedirect ¶ added in v0.5.0
func (o *GetDomainsUsingGETForbidden) IsRedirect() bool
IsRedirect returns true when this get domains using g e t forbidden response has a 3xx status code
func (*GetDomainsUsingGETForbidden) IsServerError ¶ added in v0.5.0
func (o *GetDomainsUsingGETForbidden) IsServerError() bool
IsServerError returns true when this get domains using g e t forbidden response has a 5xx status code
func (*GetDomainsUsingGETForbidden) IsSuccess ¶ added in v0.5.0
func (o *GetDomainsUsingGETForbidden) IsSuccess() bool
IsSuccess returns true when this get domains using g e t forbidden response has a 2xx status code
func (*GetDomainsUsingGETForbidden) String ¶ added in v0.5.0
func (o *GetDomainsUsingGETForbidden) String() string
type GetDomainsUsingGETOK ¶
GetDomainsUsingGETOK describes a response with status code 200, with default header values.
Get domains of the vCF endpoint
func NewGetDomainsUsingGETOK ¶
func NewGetDomainsUsingGETOK() *GetDomainsUsingGETOK
NewGetDomainsUsingGETOK creates a GetDomainsUsingGETOK with default headers values
func (*GetDomainsUsingGETOK) Error ¶
func (o *GetDomainsUsingGETOK) Error() string
func (*GetDomainsUsingGETOK) GetPayload ¶
func (o *GetDomainsUsingGETOK) GetPayload() *models.VcfDomain
func (*GetDomainsUsingGETOK) IsClientError ¶ added in v0.5.0
func (o *GetDomainsUsingGETOK) IsClientError() bool
IsClientError returns true when this get domains using g e t o k response has a 4xx status code
func (*GetDomainsUsingGETOK) IsCode ¶ added in v0.5.0
func (o *GetDomainsUsingGETOK) IsCode(code int) bool
IsCode returns true when this get domains using g e t o k response a status code equal to that given
func (*GetDomainsUsingGETOK) IsRedirect ¶ added in v0.5.0
func (o *GetDomainsUsingGETOK) IsRedirect() bool
IsRedirect returns true when this get domains using g e t o k response has a 3xx status code
func (*GetDomainsUsingGETOK) IsServerError ¶ added in v0.5.0
func (o *GetDomainsUsingGETOK) IsServerError() bool
IsServerError returns true when this get domains using g e t o k response has a 5xx status code
func (*GetDomainsUsingGETOK) IsSuccess ¶ added in v0.5.0
func (o *GetDomainsUsingGETOK) IsSuccess() bool
IsSuccess returns true when this get domains using g e t o k response has a 2xx status code
func (*GetDomainsUsingGETOK) String ¶ added in v0.5.0
func (o *GetDomainsUsingGETOK) String() string
type GetDomainsUsingGETParams ¶
type GetDomainsUsingGETParams struct { /* IntegrationID. integrationId */ IntegrationID string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
GetDomainsUsingGETParams contains all the parameters to send to the API endpoint
for the get domains using g e t operation. Typically these are written to a http.Request.
func NewGetDomainsUsingGETParams ¶
func NewGetDomainsUsingGETParams() *GetDomainsUsingGETParams
NewGetDomainsUsingGETParams creates a new GetDomainsUsingGETParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewGetDomainsUsingGETParamsWithContext ¶
func NewGetDomainsUsingGETParamsWithContext(ctx context.Context) *GetDomainsUsingGETParams
NewGetDomainsUsingGETParamsWithContext creates a new GetDomainsUsingGETParams object with the ability to set a context for a request.
func NewGetDomainsUsingGETParamsWithHTTPClient ¶
func NewGetDomainsUsingGETParamsWithHTTPClient(client *http.Client) *GetDomainsUsingGETParams
NewGetDomainsUsingGETParamsWithHTTPClient creates a new GetDomainsUsingGETParams object with the ability to set a custom HTTPClient for a request.
func NewGetDomainsUsingGETParamsWithTimeout ¶
func NewGetDomainsUsingGETParamsWithTimeout(timeout time.Duration) *GetDomainsUsingGETParams
NewGetDomainsUsingGETParamsWithTimeout creates a new GetDomainsUsingGETParams object with the ability to set a timeout on a request.
func (*GetDomainsUsingGETParams) SetContext ¶
func (o *GetDomainsUsingGETParams) SetContext(ctx context.Context)
SetContext adds the context to the get domains using get params
func (*GetDomainsUsingGETParams) SetDefaults ¶ added in v0.2.20
func (o *GetDomainsUsingGETParams) SetDefaults()
SetDefaults hydrates default values in the get domains using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetDomainsUsingGETParams) SetHTTPClient ¶
func (o *GetDomainsUsingGETParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the get domains using get params
func (*GetDomainsUsingGETParams) SetIntegrationID ¶
func (o *GetDomainsUsingGETParams) SetIntegrationID(integrationID string)
SetIntegrationID adds the integrationId to the get domains using get params
func (*GetDomainsUsingGETParams) SetTimeout ¶
func (o *GetDomainsUsingGETParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the get domains using get params
func (*GetDomainsUsingGETParams) WithContext ¶
func (o *GetDomainsUsingGETParams) WithContext(ctx context.Context) *GetDomainsUsingGETParams
WithContext adds the context to the get domains using get params
func (*GetDomainsUsingGETParams) WithDefaults ¶ added in v0.2.20
func (o *GetDomainsUsingGETParams) WithDefaults() *GetDomainsUsingGETParams
WithDefaults hydrates default values in the get domains using get params (not the query body).
All values with no default are reset to their zero value.
func (*GetDomainsUsingGETParams) WithHTTPClient ¶
func (o *GetDomainsUsingGETParams) WithHTTPClient(client *http.Client) *GetDomainsUsingGETParams
WithHTTPClient adds the HTTPClient to the get domains using get params
func (*GetDomainsUsingGETParams) WithIntegrationID ¶
func (o *GetDomainsUsingGETParams) WithIntegrationID(integrationID string) *GetDomainsUsingGETParams
WithIntegrationID adds the integrationID to the get domains using get params
func (*GetDomainsUsingGETParams) WithTimeout ¶
func (o *GetDomainsUsingGETParams) WithTimeout(timeout time.Duration) *GetDomainsUsingGETParams
WithTimeout adds the timeout to the get domains using get params
func (*GetDomainsUsingGETParams) WriteToRequest ¶
func (o *GetDomainsUsingGETParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type GetDomainsUsingGETReader ¶
type GetDomainsUsingGETReader struct {
// contains filtered or unexported fields
}
GetDomainsUsingGETReader is a Reader for the GetDomainsUsingGET structure.
func (*GetDomainsUsingGETReader) ReadResponse ¶
func (o *GetDomainsUsingGETReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type GetDomainsUsingGETUnauthorized ¶
type GetDomainsUsingGETUnauthorized struct { }
GetDomainsUsingGETUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewGetDomainsUsingGETUnauthorized ¶
func NewGetDomainsUsingGETUnauthorized() *GetDomainsUsingGETUnauthorized
NewGetDomainsUsingGETUnauthorized creates a GetDomainsUsingGETUnauthorized with default headers values
func (*GetDomainsUsingGETUnauthorized) Error ¶
func (o *GetDomainsUsingGETUnauthorized) Error() string
func (*GetDomainsUsingGETUnauthorized) IsClientError ¶ added in v0.5.0
func (o *GetDomainsUsingGETUnauthorized) IsClientError() bool
IsClientError returns true when this get domains using g e t unauthorized response has a 4xx status code
func (*GetDomainsUsingGETUnauthorized) IsCode ¶ added in v0.5.0
func (o *GetDomainsUsingGETUnauthorized) IsCode(code int) bool
IsCode returns true when this get domains using g e t unauthorized response a status code equal to that given
func (*GetDomainsUsingGETUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *GetDomainsUsingGETUnauthorized) IsRedirect() bool
IsRedirect returns true when this get domains using g e t unauthorized response has a 3xx status code
func (*GetDomainsUsingGETUnauthorized) IsServerError ¶ added in v0.5.0
func (o *GetDomainsUsingGETUnauthorized) IsServerError() bool
IsServerError returns true when this get domains using g e t unauthorized response has a 5xx status code
func (*GetDomainsUsingGETUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *GetDomainsUsingGETUnauthorized) IsSuccess() bool
IsSuccess returns true when this get domains using g e t unauthorized response has a 2xx status code
func (*GetDomainsUsingGETUnauthorized) String ¶ added in v0.5.0
func (o *GetDomainsUsingGETUnauthorized) String() string
type PatchServiceAccountUsingPATCHForbidden ¶ added in v0.5.0
type PatchServiceAccountUsingPATCHForbidden struct { }
PatchServiceAccountUsingPATCHForbidden describes a response with status code 403, with default header values.
Forbidden
func NewPatchServiceAccountUsingPATCHForbidden ¶ added in v0.5.0
func NewPatchServiceAccountUsingPATCHForbidden() *PatchServiceAccountUsingPATCHForbidden
NewPatchServiceAccountUsingPATCHForbidden creates a PatchServiceAccountUsingPATCHForbidden with default headers values
func (*PatchServiceAccountUsingPATCHForbidden) Error ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHForbidden) Error() string
func (*PatchServiceAccountUsingPATCHForbidden) IsClientError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHForbidden) IsClientError() bool
IsClientError returns true when this patch service account using p a t c h forbidden response has a 4xx status code
func (*PatchServiceAccountUsingPATCHForbidden) IsCode ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHForbidden) IsCode(code int) bool
IsCode returns true when this patch service account using p a t c h forbidden response a status code equal to that given
func (*PatchServiceAccountUsingPATCHForbidden) IsRedirect ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHForbidden) IsRedirect() bool
IsRedirect returns true when this patch service account using p a t c h forbidden response has a 3xx status code
func (*PatchServiceAccountUsingPATCHForbidden) IsServerError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHForbidden) IsServerError() bool
IsServerError returns true when this patch service account using p a t c h forbidden response has a 5xx status code
func (*PatchServiceAccountUsingPATCHForbidden) IsSuccess ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHForbidden) IsSuccess() bool
IsSuccess returns true when this patch service account using p a t c h forbidden response has a 2xx status code
func (*PatchServiceAccountUsingPATCHForbidden) String ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHForbidden) String() string
type PatchServiceAccountUsingPATCHNoContent ¶ added in v0.5.0
type PatchServiceAccountUsingPATCHNoContent struct {
Payload []*models.VcfServiceCredential
}
PatchServiceAccountUsingPATCHNoContent describes a response with status code 204, with default header values.
Success
func NewPatchServiceAccountUsingPATCHNoContent ¶ added in v0.5.0
func NewPatchServiceAccountUsingPATCHNoContent() *PatchServiceAccountUsingPATCHNoContent
NewPatchServiceAccountUsingPATCHNoContent creates a PatchServiceAccountUsingPATCHNoContent with default headers values
func (*PatchServiceAccountUsingPATCHNoContent) Error ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNoContent) Error() string
func (*PatchServiceAccountUsingPATCHNoContent) GetPayload ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNoContent) GetPayload() []*models.VcfServiceCredential
func (*PatchServiceAccountUsingPATCHNoContent) IsClientError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNoContent) IsClientError() bool
IsClientError returns true when this patch service account using p a t c h no content response has a 4xx status code
func (*PatchServiceAccountUsingPATCHNoContent) IsCode ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNoContent) IsCode(code int) bool
IsCode returns true when this patch service account using p a t c h no content response a status code equal to that given
func (*PatchServiceAccountUsingPATCHNoContent) IsRedirect ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNoContent) IsRedirect() bool
IsRedirect returns true when this patch service account using p a t c h no content response has a 3xx status code
func (*PatchServiceAccountUsingPATCHNoContent) IsServerError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNoContent) IsServerError() bool
IsServerError returns true when this patch service account using p a t c h no content response has a 5xx status code
func (*PatchServiceAccountUsingPATCHNoContent) IsSuccess ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNoContent) IsSuccess() bool
IsSuccess returns true when this patch service account using p a t c h no content response has a 2xx status code
func (*PatchServiceAccountUsingPATCHNoContent) String ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNoContent) String() string
type PatchServiceAccountUsingPATCHNotFound ¶ added in v0.5.0
PatchServiceAccountUsingPATCHNotFound describes a response with status code 404, with default header values.
Not Found
func NewPatchServiceAccountUsingPATCHNotFound ¶ added in v0.5.0
func NewPatchServiceAccountUsingPATCHNotFound() *PatchServiceAccountUsingPATCHNotFound
NewPatchServiceAccountUsingPATCHNotFound creates a PatchServiceAccountUsingPATCHNotFound with default headers values
func (*PatchServiceAccountUsingPATCHNotFound) Error ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNotFound) Error() string
func (*PatchServiceAccountUsingPATCHNotFound) GetPayload ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNotFound) GetPayload() *models.Error
func (*PatchServiceAccountUsingPATCHNotFound) IsClientError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNotFound) IsClientError() bool
IsClientError returns true when this patch service account using p a t c h not found response has a 4xx status code
func (*PatchServiceAccountUsingPATCHNotFound) IsCode ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNotFound) IsCode(code int) bool
IsCode returns true when this patch service account using p a t c h not found response a status code equal to that given
func (*PatchServiceAccountUsingPATCHNotFound) IsRedirect ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNotFound) IsRedirect() bool
IsRedirect returns true when this patch service account using p a t c h not found response has a 3xx status code
func (*PatchServiceAccountUsingPATCHNotFound) IsServerError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNotFound) IsServerError() bool
IsServerError returns true when this patch service account using p a t c h not found response has a 5xx status code
func (*PatchServiceAccountUsingPATCHNotFound) IsSuccess ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNotFound) IsSuccess() bool
IsSuccess returns true when this patch service account using p a t c h not found response has a 2xx status code
func (*PatchServiceAccountUsingPATCHNotFound) String ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHNotFound) String() string
type PatchServiceAccountUsingPATCHOK ¶
type PatchServiceAccountUsingPATCHOK struct {
Payload []*models.VcfServiceCredential
}
PatchServiceAccountUsingPATCHOK describes a response with status code 200, with default header values.
OK
func NewPatchServiceAccountUsingPATCHOK ¶
func NewPatchServiceAccountUsingPATCHOK() *PatchServiceAccountUsingPATCHOK
NewPatchServiceAccountUsingPATCHOK creates a PatchServiceAccountUsingPATCHOK with default headers values
func (*PatchServiceAccountUsingPATCHOK) Error ¶
func (o *PatchServiceAccountUsingPATCHOK) Error() string
func (*PatchServiceAccountUsingPATCHOK) GetPayload ¶
func (o *PatchServiceAccountUsingPATCHOK) GetPayload() []*models.VcfServiceCredential
func (*PatchServiceAccountUsingPATCHOK) IsClientError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHOK) IsClientError() bool
IsClientError returns true when this patch service account using p a t c h o k response has a 4xx status code
func (*PatchServiceAccountUsingPATCHOK) IsCode ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHOK) IsCode(code int) bool
IsCode returns true when this patch service account using p a t c h o k response a status code equal to that given
func (*PatchServiceAccountUsingPATCHOK) IsRedirect ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHOK) IsRedirect() bool
IsRedirect returns true when this patch service account using p a t c h o k response has a 3xx status code
func (*PatchServiceAccountUsingPATCHOK) IsServerError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHOK) IsServerError() bool
IsServerError returns true when this patch service account using p a t c h o k response has a 5xx status code
func (*PatchServiceAccountUsingPATCHOK) IsSuccess ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHOK) IsSuccess() bool
IsSuccess returns true when this patch service account using p a t c h o k response has a 2xx status code
func (*PatchServiceAccountUsingPATCHOK) String ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHOK) String() string
type PatchServiceAccountUsingPATCHParams ¶
type PatchServiceAccountUsingPATCHParams struct { /* DomainID. domainId */ DomainID string /* IntegrationID. integrationId */ IntegrationID string /* PatchRequest. patchRequest */ PatchRequest map[string]string Context context.Context HTTPClient *http.Client // contains filtered or unexported fields }
PatchServiceAccountUsingPATCHParams contains all the parameters to send to the API endpoint
for the patch service account using p a t c h operation. Typically these are written to a http.Request.
func NewPatchServiceAccountUsingPATCHParams ¶
func NewPatchServiceAccountUsingPATCHParams() *PatchServiceAccountUsingPATCHParams
NewPatchServiceAccountUsingPATCHParams creates a new PatchServiceAccountUsingPATCHParams object, with the default timeout for this client.
Default values are not hydrated, since defaults are normally applied by the API server side.
To enforce default values in parameter, use SetDefaults or WithDefaults.
func NewPatchServiceAccountUsingPATCHParamsWithContext ¶
func NewPatchServiceAccountUsingPATCHParamsWithContext(ctx context.Context) *PatchServiceAccountUsingPATCHParams
NewPatchServiceAccountUsingPATCHParamsWithContext creates a new PatchServiceAccountUsingPATCHParams object with the ability to set a context for a request.
func NewPatchServiceAccountUsingPATCHParamsWithHTTPClient ¶
func NewPatchServiceAccountUsingPATCHParamsWithHTTPClient(client *http.Client) *PatchServiceAccountUsingPATCHParams
NewPatchServiceAccountUsingPATCHParamsWithHTTPClient creates a new PatchServiceAccountUsingPATCHParams object with the ability to set a custom HTTPClient for a request.
func NewPatchServiceAccountUsingPATCHParamsWithTimeout ¶
func NewPatchServiceAccountUsingPATCHParamsWithTimeout(timeout time.Duration) *PatchServiceAccountUsingPATCHParams
NewPatchServiceAccountUsingPATCHParamsWithTimeout creates a new PatchServiceAccountUsingPATCHParams object with the ability to set a timeout on a request.
func (*PatchServiceAccountUsingPATCHParams) SetContext ¶
func (o *PatchServiceAccountUsingPATCHParams) SetContext(ctx context.Context)
SetContext adds the context to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) SetDefaults ¶ added in v0.2.20
func (o *PatchServiceAccountUsingPATCHParams) SetDefaults()
SetDefaults hydrates default values in the patch service account using p a t c h params (not the query body).
All values with no default are reset to their zero value.
func (*PatchServiceAccountUsingPATCHParams) SetDomainID ¶
func (o *PatchServiceAccountUsingPATCHParams) SetDomainID(domainID string)
SetDomainID adds the domainId to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) SetHTTPClient ¶
func (o *PatchServiceAccountUsingPATCHParams) SetHTTPClient(client *http.Client)
SetHTTPClient adds the HTTPClient to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) SetIntegrationID ¶
func (o *PatchServiceAccountUsingPATCHParams) SetIntegrationID(integrationID string)
SetIntegrationID adds the integrationId to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) SetPatchRequest ¶
func (o *PatchServiceAccountUsingPATCHParams) SetPatchRequest(patchRequest map[string]string)
SetPatchRequest adds the patchRequest to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) SetTimeout ¶
func (o *PatchServiceAccountUsingPATCHParams) SetTimeout(timeout time.Duration)
SetTimeout adds the timeout to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) WithContext ¶
func (o *PatchServiceAccountUsingPATCHParams) WithContext(ctx context.Context) *PatchServiceAccountUsingPATCHParams
WithContext adds the context to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) WithDefaults ¶ added in v0.2.20
func (o *PatchServiceAccountUsingPATCHParams) WithDefaults() *PatchServiceAccountUsingPATCHParams
WithDefaults hydrates default values in the patch service account using p a t c h params (not the query body).
All values with no default are reset to their zero value.
func (*PatchServiceAccountUsingPATCHParams) WithDomainID ¶
func (o *PatchServiceAccountUsingPATCHParams) WithDomainID(domainID string) *PatchServiceAccountUsingPATCHParams
WithDomainID adds the domainID to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) WithHTTPClient ¶
func (o *PatchServiceAccountUsingPATCHParams) WithHTTPClient(client *http.Client) *PatchServiceAccountUsingPATCHParams
WithHTTPClient adds the HTTPClient to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) WithIntegrationID ¶
func (o *PatchServiceAccountUsingPATCHParams) WithIntegrationID(integrationID string) *PatchServiceAccountUsingPATCHParams
WithIntegrationID adds the integrationID to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) WithPatchRequest ¶
func (o *PatchServiceAccountUsingPATCHParams) WithPatchRequest(patchRequest map[string]string) *PatchServiceAccountUsingPATCHParams
WithPatchRequest adds the patchRequest to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) WithTimeout ¶
func (o *PatchServiceAccountUsingPATCHParams) WithTimeout(timeout time.Duration) *PatchServiceAccountUsingPATCHParams
WithTimeout adds the timeout to the patch service account using p a t c h params
func (*PatchServiceAccountUsingPATCHParams) WriteToRequest ¶
func (o *PatchServiceAccountUsingPATCHParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error
WriteToRequest writes these params to a swagger request
type PatchServiceAccountUsingPATCHReader ¶
type PatchServiceAccountUsingPATCHReader struct {
// contains filtered or unexported fields
}
PatchServiceAccountUsingPATCHReader is a Reader for the PatchServiceAccountUsingPATCH structure.
func (*PatchServiceAccountUsingPATCHReader) ReadResponse ¶
func (o *PatchServiceAccountUsingPATCHReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)
ReadResponse reads a server response into the received o.
type PatchServiceAccountUsingPATCHUnauthorized ¶ added in v0.5.0
type PatchServiceAccountUsingPATCHUnauthorized struct { }
PatchServiceAccountUsingPATCHUnauthorized describes a response with status code 401, with default header values.
Unauthorized
func NewPatchServiceAccountUsingPATCHUnauthorized ¶ added in v0.5.0
func NewPatchServiceAccountUsingPATCHUnauthorized() *PatchServiceAccountUsingPATCHUnauthorized
NewPatchServiceAccountUsingPATCHUnauthorized creates a PatchServiceAccountUsingPATCHUnauthorized with default headers values
func (*PatchServiceAccountUsingPATCHUnauthorized) Error ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHUnauthorized) Error() string
func (*PatchServiceAccountUsingPATCHUnauthorized) IsClientError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHUnauthorized) IsClientError() bool
IsClientError returns true when this patch service account using p a t c h unauthorized response has a 4xx status code
func (*PatchServiceAccountUsingPATCHUnauthorized) IsCode ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHUnauthorized) IsCode(code int) bool
IsCode returns true when this patch service account using p a t c h unauthorized response a status code equal to that given
func (*PatchServiceAccountUsingPATCHUnauthorized) IsRedirect ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHUnauthorized) IsRedirect() bool
IsRedirect returns true when this patch service account using p a t c h unauthorized response has a 3xx status code
func (*PatchServiceAccountUsingPATCHUnauthorized) IsServerError ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHUnauthorized) IsServerError() bool
IsServerError returns true when this patch service account using p a t c h unauthorized response has a 5xx status code
func (*PatchServiceAccountUsingPATCHUnauthorized) IsSuccess ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHUnauthorized) IsSuccess() bool
IsSuccess returns true when this patch service account using p a t c h unauthorized response has a 2xx status code
func (*PatchServiceAccountUsingPATCHUnauthorized) String ¶ added in v0.5.0
func (o *PatchServiceAccountUsingPATCHUnauthorized) String() string
Source Files ¶
- create_service_credentials_using_post_parameters.go
- create_service_credentials_using_post_responses.go
- delete_service_account_using_delete_parameters.go
- delete_service_account_using_delete_responses.go
- delete_service_credential_using_delete_parameters.go
- delete_service_credential_using_delete_responses.go
- enumerate_domains_using_post_parameters.go
- enumerate_domains_using_post_responses.go
- get_domain_using_get_parameters.go
- get_domain_using_get_responses.go
- get_domains_using_get_parameters.go
- get_domains_using_get_responses.go
- patch_service_account_using_patch_parameters.go
- patch_service_account_using_patch_responses.go
- vcf_client.go