Documentation
¶
Index ¶
- type Client
- func (a *Client) CreateServiceCredentialsUsingPOST(params *CreateServiceCredentialsUsingPOSTParams) (*CreateServiceCredentialsUsingPOSTOK, error)
- func (a *Client) DeleteServiceAccountUsingDELETE(params *DeleteServiceAccountUsingDELETEParams) (*DeleteServiceAccountUsingDELETENoContent, error)
- func (a *Client) DeleteServiceCredentialUsingDELETE(params *DeleteServiceCredentialUsingDELETEParams) (*DeleteServiceCredentialUsingDELETENoContent, error)
- func (a *Client) EnumerateDomainsUsingPOST(params *EnumerateDomainsUsingPOSTParams) (*EnumerateDomainsUsingPOSTOK, error)
- func (a *Client) GetDomainUsingGET(params *GetDomainUsingGETParams) (*GetDomainUsingGETOK, error)
- func (a *Client) GetDomainsUsingGET(params *GetDomainsUsingGETParams) (*GetDomainsUsingGETOK, error)
- func (a *Client) PatchServiceAccountUsingPATCH(params *PatchServiceAccountUsingPATCHParams) (*PatchServiceAccountUsingPATCHOK, error)
- func (a *Client) SetTransport(transport runtime.ClientTransport)
- type ClientService
- type CreateServiceCredentialsUsingPOSTBadRequest
- type CreateServiceCredentialsUsingPOSTForbidden
- type CreateServiceCredentialsUsingPOSTOK
- 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) 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) 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
- type DeleteServiceAccountUsingDELETENoContent
- 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) 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) 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 DeleteServiceCredentialUsingDELETENoContent
- 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) 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) 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 EnumerateDomainsUsingPOSTBadRequest
- type EnumerateDomainsUsingPOSTForbidden
- type EnumerateDomainsUsingPOSTOK
- 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) 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) 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
- type GetDomainUsingGETBadRequest
- type GetDomainUsingGETForbidden
- type GetDomainUsingGETOK
- 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) 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) 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
- type GetDomainsUsingGETBadRequest
- type GetDomainsUsingGETForbidden
- type GetDomainsUsingGETOK
- 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) 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) 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
- type PatchServiceAccountUsingPATCHOK
- 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) 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) 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
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) (*CreateServiceCredentialsUsingPOSTOK, error)
CreateServiceCredentialsUsingPOST creates service credentials
func (*Client) DeleteServiceAccountUsingDELETE ¶
func (a *Client) DeleteServiceAccountUsingDELETE(params *DeleteServiceAccountUsingDELETEParams) (*DeleteServiceAccountUsingDELETENoContent, error)
DeleteServiceAccountUsingDELETE deletes a service account
func (*Client) DeleteServiceCredentialUsingDELETE ¶
func (a *Client) DeleteServiceCredentialUsingDELETE(params *DeleteServiceCredentialUsingDELETEParams) (*DeleteServiceCredentialUsingDELETENoContent, error)
DeleteServiceCredentialUsingDELETE deletes a service credential
func (*Client) EnumerateDomainsUsingPOST ¶
func (a *Client) EnumerateDomainsUsingPOST(params *EnumerateDomainsUsingPOSTParams) (*EnumerateDomainsUsingPOSTOK, error)
EnumerateDomainsUsingPOST enumerates domains
func (*Client) GetDomainUsingGET ¶
func (a *Client) GetDomainUsingGET(params *GetDomainUsingGETParams) (*GetDomainUsingGETOK, error)
GetDomainUsingGET gets domain details
func (*Client) GetDomainsUsingGET ¶
func (a *Client) GetDomainsUsingGET(params *GetDomainsUsingGETParams) (*GetDomainsUsingGETOK, error)
GetDomainsUsingGET gets domains
func (*Client) PatchServiceAccountUsingPATCH ¶
func (a *Client) PatchServiceAccountUsingPATCH(params *PatchServiceAccountUsingPATCHParams) (*PatchServiceAccountUsingPATCHOK, error)
PatchServiceAccountUsingPATCH patches service account
func (*Client) SetTransport ¶
func (a *Client) SetTransport(transport runtime.ClientTransport)
SetTransport changes the transport on the client
type ClientService ¶
type ClientService interface { CreateServiceCredentialsUsingPOST(params *CreateServiceCredentialsUsingPOSTParams) (*CreateServiceCredentialsUsingPOSTOK, error) DeleteServiceAccountUsingDELETE(params *DeleteServiceAccountUsingDELETEParams) (*DeleteServiceAccountUsingDELETENoContent, error) DeleteServiceCredentialUsingDELETE(params *DeleteServiceCredentialUsingDELETEParams) (*DeleteServiceCredentialUsingDELETENoContent, error) EnumerateDomainsUsingPOST(params *EnumerateDomainsUsingPOSTParams) (*EnumerateDomainsUsingPOSTOK, error) GetDomainUsingGET(params *GetDomainUsingGETParams) (*GetDomainUsingGETOK, error) GetDomainsUsingGET(params *GetDomainsUsingGETParams) (*GetDomainsUsingGETOK, error) PatchServiceAccountUsingPATCH(params *PatchServiceAccountUsingPATCHParams) (*PatchServiceAccountUsingPATCHOK, 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 handles this case 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
type CreateServiceCredentialsUsingPOSTForbidden ¶
type CreateServiceCredentialsUsingPOSTForbidden struct { }
CreateServiceCredentialsUsingPOSTForbidden handles this case 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
type CreateServiceCredentialsUsingPOSTOK ¶
type CreateServiceCredentialsUsingPOSTOK struct {
Payload *models.VcfServiceCredentialCreationResponse
}
CreateServiceCredentialsUsingPOSTOK handles this case 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
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 values initialized.
func NewCreateServiceCredentialsUsingPOSTParamsWithContext ¶
func NewCreateServiceCredentialsUsingPOSTParamsWithContext(ctx context.Context) *CreateServiceCredentialsUsingPOSTParams
NewCreateServiceCredentialsUsingPOSTParamsWithContext creates a new CreateServiceCredentialsUsingPOSTParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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
type DeleteServiceAccountUsingDELETENoContent ¶
type DeleteServiceAccountUsingDELETENoContent struct { }
DeleteServiceAccountUsingDELETENoContent handles this case 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
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 values initialized.
func NewDeleteServiceAccountUsingDELETEParamsWithContext ¶
func NewDeleteServiceAccountUsingDELETEParamsWithContext(ctx context.Context) *DeleteServiceAccountUsingDELETEParams
NewDeleteServiceAccountUsingDELETEParamsWithContext creates a new DeleteServiceAccountUsingDELETEParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 DeleteServiceCredentialUsingDELETENoContent ¶
type DeleteServiceCredentialUsingDELETENoContent struct { }
DeleteServiceCredentialUsingDELETENoContent handles this case 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
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 values initialized.
func NewDeleteServiceCredentialUsingDELETEParamsWithContext ¶
func NewDeleteServiceCredentialUsingDELETEParamsWithContext(ctx context.Context) *DeleteServiceCredentialUsingDELETEParams
NewDeleteServiceCredentialUsingDELETEParamsWithContext creates a new DeleteServiceCredentialUsingDELETEParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 EnumerateDomainsUsingPOSTBadRequest ¶
EnumerateDomainsUsingPOSTBadRequest handles this case 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
type EnumerateDomainsUsingPOSTForbidden ¶
type EnumerateDomainsUsingPOSTForbidden struct { }
EnumerateDomainsUsingPOSTForbidden handles this case 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
type EnumerateDomainsUsingPOSTOK ¶
type EnumerateDomainsUsingPOSTOK struct {
Payload *models.VcfDomains
}
EnumerateDomainsUsingPOSTOK handles this case 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
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 values initialized.
func NewEnumerateDomainsUsingPOSTParamsWithContext ¶
func NewEnumerateDomainsUsingPOSTParamsWithContext(ctx context.Context) *EnumerateDomainsUsingPOSTParams
NewEnumerateDomainsUsingPOSTParamsWithContext creates a new EnumerateDomainsUsingPOSTParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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
type GetDomainUsingGETBadRequest ¶
GetDomainUsingGETBadRequest handles this case 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
type GetDomainUsingGETForbidden ¶
type GetDomainUsingGETForbidden struct { }
GetDomainUsingGETForbidden handles this case 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
type GetDomainUsingGETOK ¶
GetDomainUsingGETOK handles this case 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
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 values initialized.
func NewGetDomainUsingGETParamsWithContext ¶
func NewGetDomainUsingGETParamsWithContext(ctx context.Context) *GetDomainUsingGETParams
NewGetDomainUsingGETParamsWithContext creates a new GetDomainUsingGETParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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
type GetDomainsUsingGETBadRequest ¶
GetDomainsUsingGETBadRequest handles this case 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
type GetDomainsUsingGETForbidden ¶
type GetDomainsUsingGETForbidden struct { }
GetDomainsUsingGETForbidden handles this case 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
type GetDomainsUsingGETOK ¶
GetDomainsUsingGETOK handles this case 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
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 values initialized.
func NewGetDomainsUsingGETParamsWithContext ¶
func NewGetDomainsUsingGETParamsWithContext(ctx context.Context) *GetDomainsUsingGETParams
NewGetDomainsUsingGETParamsWithContext creates a new GetDomainsUsingGETParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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 handles this case 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
type PatchServiceAccountUsingPATCHOK ¶
type PatchServiceAccountUsingPATCHOK struct {
Payload []*models.VcfServiceCredential
}
PatchServiceAccountUsingPATCHOK handles this case 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
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 values initialized.
func NewPatchServiceAccountUsingPATCHParamsWithContext ¶
func NewPatchServiceAccountUsingPATCHParamsWithContext(ctx context.Context) *PatchServiceAccountUsingPATCHParams
NewPatchServiceAccountUsingPATCHParamsWithContext creates a new PatchServiceAccountUsingPATCHParams object with the default values initialized, and 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 default values initialized, and 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 default values initialized, and 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) 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) 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.
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