operations

package
v3.1.0 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2024 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddRegistryRequestBody

type AddRegistryRequestBody struct {
	AddRegistryType1 *shared.AddRegistryType1
	AddRegistryType2 *shared.AddRegistryType2
	AddRegistryType3 *shared.AddRegistryType3

	Type AddRegistryRequestBodyType
}

AddRegistryRequestBody - Request body

func CreateAddRegistryRequestBodyAddRegistryType1

func CreateAddRegistryRequestBodyAddRegistryType1(addRegistryType1 shared.AddRegistryType1) AddRegistryRequestBody

func CreateAddRegistryRequestBodyAddRegistryType2

func CreateAddRegistryRequestBodyAddRegistryType2(addRegistryType2 shared.AddRegistryType2) AddRegistryRequestBody

func CreateAddRegistryRequestBodyAddRegistryType3

func CreateAddRegistryRequestBodyAddRegistryType3(addRegistryType3 shared.AddRegistryType3) AddRegistryRequestBody

func (AddRegistryRequestBody) MarshalJSON

func (u AddRegistryRequestBody) MarshalJSON() ([]byte, error)

func (*AddRegistryRequestBody) UnmarshalJSON

func (u *AddRegistryRequestBody) UnmarshalJSON(data []byte) error

type AddRegistryRequestBodyType

type AddRegistryRequestBodyType string
const (
	AddRegistryRequestBodyTypeAddRegistryType1 AddRegistryRequestBodyType = "AddRegistryType1"
	AddRegistryRequestBodyTypeAddRegistryType2 AddRegistryRequestBodyType = "AddRegistryType2"
	AddRegistryRequestBodyTypeAddRegistryType3 AddRegistryRequestBodyType = "AddRegistryType3"
)

type AddRegistryResponse

type AddRegistryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Data about the newly created credentials.
	RegistriesResult *shared.RegistriesResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*AddRegistryResponse) GetContentType

func (o *AddRegistryResponse) GetContentType() string

func (*AddRegistryResponse) GetRawResponse

func (o *AddRegistryResponse) GetRawResponse() *http.Response

func (*AddRegistryResponse) GetRegistriesResult

func (o *AddRegistryResponse) GetRegistriesResult() *shared.RegistriesResult

func (*AddRegistryResponse) GetStatusCode

func (o *AddRegistryResponse) GetStatusCode() int

type AddSubDomainRequest

type AddSubDomainRequest struct {
	// Request body
	AddSubDomainRequest shared.AddSubDomainRequest `request:"mediaType=application/json"`
	Domain              string                     `pathParam:"style=simple,explode=false,name=domain"`
}

func (*AddSubDomainRequest) GetAddSubDomainRequest

func (o *AddSubDomainRequest) GetAddSubDomainRequest() shared.AddSubDomainRequest

func (*AddSubDomainRequest) GetDomain

func (o *AddSubDomainRequest) GetDomain() string

type AddSubDomainResponse

type AddSubDomainResponse struct {
	// Details about the newly added subdomain.
	AddSubDomainResult *shared.AddSubDomainResult
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*AddSubDomainResponse) GetAddSubDomainResult

func (o *AddSubDomainResponse) GetAddSubDomainResult() *shared.AddSubDomainResult

func (*AddSubDomainResponse) GetContentType

func (o *AddSubDomainResponse) GetContentType() string

func (*AddSubDomainResponse) GetRawResponse

func (o *AddSubDomainResponse) GetRawResponse() *http.Response

func (*AddSubDomainResponse) GetStatusCode

func (o *AddSubDomainResponse) GetStatusCode() int

type AssignSubDomainRequest

type AssignSubDomainRequest struct {
	// Request body
	AssignSubDomainRequest shared.AssignSubDomainRequest `request:"mediaType=application/json"`
	Domain                 string                        `pathParam:"style=simple,explode=false,name=domain"`
	Subdomain              string                        `pathParam:"style=simple,explode=false,name=subdomain"`
}

func (*AssignSubDomainRequest) GetAssignSubDomainRequest

func (o *AssignSubDomainRequest) GetAssignSubDomainRequest() shared.AssignSubDomainRequest

func (*AssignSubDomainRequest) GetDomain

func (o *AssignSubDomainRequest) GetDomain() string

func (*AssignSubDomainRequest) GetSubdomain

func (o *AssignSubDomainRequest) GetSubdomain() string

type AssignSubDomainResponse

type AssignSubDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*AssignSubDomainResponse) GetContentType

func (o *AssignSubDomainResponse) GetContentType() string

func (*AssignSubDomainResponse) GetRawResponse

func (o *AssignSubDomainResponse) GetRawResponse() *http.Response

func (*AssignSubDomainResponse) GetStatusCode

func (o *AssignSubDomainResponse) GetStatusCode() int

func (*AssignSubDomainResponse) GetSuccessResult

func (o *AssignSubDomainResponse) GetSuccessResult() *shared.SuccessResult

type CreateClusterResponse

type CreateClusterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about the created cluster.
	CreateClusterResult *shared.CreateClusterResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateClusterResponse) GetContentType

func (o *CreateClusterResponse) GetContentType() string

func (*CreateClusterResponse) GetCreateClusterResult

func (o *CreateClusterResponse) GetCreateClusterResult() *shared.CreateClusterResult

func (*CreateClusterResponse) GetRawResponse

func (o *CreateClusterResponse) GetRawResponse() *http.Response

func (*CreateClusterResponse) GetStatusCode

func (o *CreateClusterResponse) GetStatusCode() int

type CreateDomainResponse

type CreateDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about the newly added domain.
	CreateDomainResult *shared.CreateDomainResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDomainResponse) GetContentType

func (o *CreateDomainResponse) GetContentType() string

func (*CreateDomainResponse) GetCreateDomainResult

func (o *CreateDomainResponse) GetCreateDomainResult() *shared.CreateDomainResult

func (*CreateDomainResponse) GetRawResponse

func (o *CreateDomainResponse) GetRawResponse() *http.Response

func (*CreateDomainResponse) GetStatusCode

func (o *CreateDomainResponse) GetStatusCode() int

type CreateIntegrationResponse

type CreateIntegrationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about the created integration.
	CreateIntegrationResult *shared.CreateIntegrationResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateIntegrationResponse) GetContentType

func (o *CreateIntegrationResponse) GetContentType() string

func (*CreateIntegrationResponse) GetCreateIntegrationResult

func (o *CreateIntegrationResponse) GetCreateIntegrationResult() *shared.CreateIntegrationResult

func (*CreateIntegrationResponse) GetRawResponse

func (o *CreateIntegrationResponse) GetRawResponse() *http.Response

func (*CreateIntegrationResponse) GetStatusCode

func (o *CreateIntegrationResponse) GetStatusCode() int

type CreateLogSinkRequestBody

type CreateLogSinkRequestBody struct {
	LokiLogSink       *shared.LokiLogSink
	DatadogLogSink    *shared.DatadogLogSink
	PapertrailLogSink *shared.PapertrailLogSink
	AWSLogSink        *shared.AWSLogSink
	HTTPLogSink       *shared.HTTPLogSink
	DNALogSink        *shared.DNALogSink
	LogtailLogSink    *shared.LogtailLogSink
	HoneycombLogSink  *shared.HoneycombLogSink
	LogioLogSink      *shared.LogioLogSink

	Type CreateLogSinkRequestBodyType
}

CreateLogSinkRequestBody - Request body

func CreateCreateLogSinkRequestBodyAWSLogSink

func CreateCreateLogSinkRequestBodyAWSLogSink(awsLogSink shared.AWSLogSink) CreateLogSinkRequestBody

func CreateCreateLogSinkRequestBodyDNALogSink

func CreateCreateLogSinkRequestBodyDNALogSink(dnaLogSink shared.DNALogSink) CreateLogSinkRequestBody

func CreateCreateLogSinkRequestBodyDatadogLogSink

func CreateCreateLogSinkRequestBodyDatadogLogSink(datadogLogSink shared.DatadogLogSink) CreateLogSinkRequestBody

func CreateCreateLogSinkRequestBodyHTTPLogSink

func CreateCreateLogSinkRequestBodyHTTPLogSink(httpLogSink shared.HTTPLogSink) CreateLogSinkRequestBody

func CreateCreateLogSinkRequestBodyHoneycombLogSink

func CreateCreateLogSinkRequestBodyHoneycombLogSink(honeycombLogSink shared.HoneycombLogSink) CreateLogSinkRequestBody

func CreateCreateLogSinkRequestBodyLogioLogSink

func CreateCreateLogSinkRequestBodyLogioLogSink(logioLogSink shared.LogioLogSink) CreateLogSinkRequestBody

func CreateCreateLogSinkRequestBodyLogtailLogSink

func CreateCreateLogSinkRequestBodyLogtailLogSink(logtailLogSink shared.LogtailLogSink) CreateLogSinkRequestBody

func CreateCreateLogSinkRequestBodyLokiLogSink

func CreateCreateLogSinkRequestBodyLokiLogSink(lokiLogSink shared.LokiLogSink) CreateLogSinkRequestBody

func CreateCreateLogSinkRequestBodyPapertrailLogSink

func CreateCreateLogSinkRequestBodyPapertrailLogSink(papertrailLogSink shared.PapertrailLogSink) CreateLogSinkRequestBody

func (CreateLogSinkRequestBody) MarshalJSON

func (u CreateLogSinkRequestBody) MarshalJSON() ([]byte, error)

func (*CreateLogSinkRequestBody) UnmarshalJSON

func (u *CreateLogSinkRequestBody) UnmarshalJSON(data []byte) error

type CreateLogSinkRequestBodyType

type CreateLogSinkRequestBodyType string
const (
	CreateLogSinkRequestBodyTypeLokiLogSink       CreateLogSinkRequestBodyType = "LokiLogSink"
	CreateLogSinkRequestBodyTypeDatadogLogSink    CreateLogSinkRequestBodyType = "DatadogLogSink"
	CreateLogSinkRequestBodyTypePapertrailLogSink CreateLogSinkRequestBodyType = "PapertrailLogSink"
	CreateLogSinkRequestBodyTypeAWSLogSink        CreateLogSinkRequestBodyType = "AWSLogSink"
	CreateLogSinkRequestBodyTypeHTTPLogSink       CreateLogSinkRequestBodyType = "HTTPLogSink"
	CreateLogSinkRequestBodyTypeDNALogSink        CreateLogSinkRequestBodyType = "DNALogSink"
	CreateLogSinkRequestBodyTypeLogtailLogSink    CreateLogSinkRequestBodyType = "LogtailLogSink"
	CreateLogSinkRequestBodyTypeHoneycombLogSink  CreateLogSinkRequestBodyType = "HoneycombLogSink"
	CreateLogSinkRequestBodyTypeLogioLogSink      CreateLogSinkRequestBodyType = "LogioLogSink"
)

type CreateLogSinkResponse

type CreateLogSinkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about a log sink.
	CreateLogSinkResult *shared.CreateLogSinkResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateLogSinkResponse) GetContentType

func (o *CreateLogSinkResponse) GetContentType() string

func (*CreateLogSinkResponse) GetCreateLogSinkResult

func (o *CreateLogSinkResponse) GetCreateLogSinkResult() *shared.CreateLogSinkResult

func (*CreateLogSinkResponse) GetRawResponse

func (o *CreateLogSinkResponse) GetRawResponse() *http.Response

func (*CreateLogSinkResponse) GetStatusCode

func (o *CreateLogSinkResponse) GetStatusCode() int

type DeleteCDNRequest

type DeleteCDNRequest struct {
	// Request body
	CDNRequest shared.CDNRequest `request:"mediaType=application/json"`
	Domain     string            `pathParam:"style=simple,explode=false,name=domain"`
	Subdomain  string            `pathParam:"style=simple,explode=false,name=subdomain"`
}

func (*DeleteCDNRequest) GetCDNRequest

func (o *DeleteCDNRequest) GetCDNRequest() shared.CDNRequest

func (*DeleteCDNRequest) GetDomain

func (o *DeleteCDNRequest) GetDomain() string

func (*DeleteCDNRequest) GetSubdomain

func (o *DeleteCDNRequest) GetSubdomain() string

type DeleteCDNResponse

type DeleteCDNResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*DeleteCDNResponse) GetContentType

func (o *DeleteCDNResponse) GetContentType() string

func (*DeleteCDNResponse) GetRawResponse

func (o *DeleteCDNResponse) GetRawResponse() *http.Response

func (*DeleteCDNResponse) GetStatusCode

func (o *DeleteCDNResponse) GetStatusCode() int

func (*DeleteCDNResponse) GetSuccessResult

func (o *DeleteCDNResponse) GetSuccessResult() *shared.SuccessResult

type DeleteClusterRequest

type DeleteClusterRequest struct {
	ClusterID string `pathParam:"style=simple,explode=false,name=clusterId"`
}

func (*DeleteClusterRequest) GetClusterID

func (o *DeleteClusterRequest) GetClusterID() string

type DeleteClusterResponse

type DeleteClusterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*DeleteClusterResponse) GetContentType

func (o *DeleteClusterResponse) GetContentType() string

func (*DeleteClusterResponse) GetRawResponse

func (o *DeleteClusterResponse) GetRawResponse() *http.Response

func (*DeleteClusterResponse) GetStatusCode

func (o *DeleteClusterResponse) GetStatusCode() int

func (*DeleteClusterResponse) GetSuccessResult

func (o *DeleteClusterResponse) GetSuccessResult() *shared.SuccessResult

type DeleteDomainRequest

type DeleteDomainRequest struct {
	Domain string `pathParam:"style=simple,explode=false,name=domain"`
}

func (*DeleteDomainRequest) GetDomain

func (o *DeleteDomainRequest) GetDomain() string

type DeleteDomainResponse

type DeleteDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*DeleteDomainResponse) GetContentType

func (o *DeleteDomainResponse) GetContentType() string

func (*DeleteDomainResponse) GetRawResponse

func (o *DeleteDomainResponse) GetRawResponse() *http.Response

func (*DeleteDomainResponse) GetStatusCode

func (o *DeleteDomainResponse) GetStatusCode() int

func (*DeleteDomainResponse) GetSuccessResult

func (o *DeleteDomainResponse) GetSuccessResult() *shared.SuccessResult

type DeleteIntegrationRequest

type DeleteIntegrationRequest struct {
	IntegrationID string `pathParam:"style=simple,explode=false,name=integrationId"`
}

func (*DeleteIntegrationRequest) GetIntegrationID

func (o *DeleteIntegrationRequest) GetIntegrationID() string

type DeleteIntegrationResponse

type DeleteIntegrationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*DeleteIntegrationResponse) GetContentType

func (o *DeleteIntegrationResponse) GetContentType() string

func (*DeleteIntegrationResponse) GetRawResponse

func (o *DeleteIntegrationResponse) GetRawResponse() *http.Response

func (*DeleteIntegrationResponse) GetStatusCode

func (o *DeleteIntegrationResponse) GetStatusCode() int

func (*DeleteIntegrationResponse) GetSuccessResult

func (o *DeleteIntegrationResponse) GetSuccessResult() *shared.SuccessResult

type DeleteLogSinkRequest

type DeleteLogSinkRequest struct {
	LogSinkID string `pathParam:"style=simple,explode=false,name=logSinkId"`
}

func (*DeleteLogSinkRequest) GetLogSinkID

func (o *DeleteLogSinkRequest) GetLogSinkID() string

type DeleteLogSinkResponse

type DeleteLogSinkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*DeleteLogSinkResponse) GetContentType

func (o *DeleteLogSinkResponse) GetContentType() string

func (*DeleteLogSinkResponse) GetRawResponse

func (o *DeleteLogSinkResponse) GetRawResponse() *http.Response

func (*DeleteLogSinkResponse) GetStatusCode

func (o *DeleteLogSinkResponse) GetStatusCode() int

func (*DeleteLogSinkResponse) GetSuccessResult

func (o *DeleteLogSinkResponse) GetSuccessResult() *shared.SuccessResult

type DeleteRegistryRequest

type DeleteRegistryRequest struct {
	CredentialID string `pathParam:"style=simple,explode=false,name=credentialId"`
}

func (*DeleteRegistryRequest) GetCredentialID

func (o *DeleteRegistryRequest) GetCredentialID() string

type DeleteRegistryResponse

type DeleteRegistryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*DeleteRegistryResponse) GetContentType

func (o *DeleteRegistryResponse) GetContentType() string

func (*DeleteRegistryResponse) GetRawResponse

func (o *DeleteRegistryResponse) GetRawResponse() *http.Response

func (*DeleteRegistryResponse) GetStatusCode

func (o *DeleteRegistryResponse) GetStatusCode() int

func (*DeleteRegistryResponse) GetSuccessResult

func (o *DeleteRegistryResponse) GetSuccessResult() *shared.SuccessResult

type DeleteSubDomainRequest

type DeleteSubDomainRequest struct {
	Domain    string `pathParam:"style=simple,explode=false,name=domain"`
	Subdomain string `pathParam:"style=simple,explode=false,name=subdomain"`
}

func (*DeleteSubDomainRequest) GetDomain

func (o *DeleteSubDomainRequest) GetDomain() string

func (*DeleteSubDomainRequest) GetSubdomain

func (o *DeleteSubDomainRequest) GetSubdomain() string

type DeleteSubDomainResponse

type DeleteSubDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*DeleteSubDomainResponse) GetContentType

func (o *DeleteSubDomainResponse) GetContentType() string

func (*DeleteSubDomainResponse) GetRawResponse

func (o *DeleteSubDomainResponse) GetRawResponse() *http.Response

func (*DeleteSubDomainResponse) GetStatusCode

func (o *DeleteSubDomainResponse) GetStatusCode() int

func (*DeleteSubDomainResponse) GetSuccessResult

func (o *DeleteSubDomainResponse) GetSuccessResult() *shared.SuccessResult

type EnableCDNRequest

type EnableCDNRequest struct {
	// Request body
	CDNRequest shared.CDNRequest `request:"mediaType=application/json"`
	Domain     string            `pathParam:"style=simple,explode=false,name=domain"`
	Subdomain  string            `pathParam:"style=simple,explode=false,name=subdomain"`
}

func (*EnableCDNRequest) GetCDNRequest

func (o *EnableCDNRequest) GetCDNRequest() shared.CDNRequest

func (*EnableCDNRequest) GetDomain

func (o *EnableCDNRequest) GetDomain() string

func (*EnableCDNRequest) GetSubdomain

func (o *EnableCDNRequest) GetSubdomain() string

type EnableCDNResponse

type EnableCDNResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*EnableCDNResponse) GetContentType

func (o *EnableCDNResponse) GetContentType() string

func (*EnableCDNResponse) GetRawResponse

func (o *EnableCDNResponse) GetRawResponse() *http.Response

func (*EnableCDNResponse) GetStatusCode

func (o *EnableCDNResponse) GetStatusCode() int

func (*EnableCDNResponse) GetSuccessResult

func (o *EnableCDNResponse) GetSuccessResult() *shared.SuccessResult

type GenerateVCSTokenRequest

type GenerateVCSTokenRequest struct {
	CustomVCSID string `pathParam:"style=simple,explode=false,name=customVCSId"`
	VcsLinkID   string `pathParam:"style=simple,explode=false,name=vcsLinkId"`
}

func (*GenerateVCSTokenRequest) GetCustomVCSID

func (o *GenerateVCSTokenRequest) GetCustomVCSID() string

func (*GenerateVCSTokenRequest) GetVcsLinkID

func (o *GenerateVCSTokenRequest) GetVcsLinkID() string

type GenerateVCSTokenResponse

type GenerateVCSTokenResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// A version control access token for the provided link.
	VCSTokenResult *shared.VCSTokenResult
}

func (*GenerateVCSTokenResponse) GetContentType

func (o *GenerateVCSTokenResponse) GetContentType() string

func (*GenerateVCSTokenResponse) GetRawResponse

func (o *GenerateVCSTokenResponse) GetRawResponse() *http.Response

func (*GenerateVCSTokenResponse) GetStatusCode

func (o *GenerateVCSTokenResponse) GetStatusCode() int

func (*GenerateVCSTokenResponse) GetVCSTokenResult

func (o *GenerateVCSTokenResponse) GetVCSTokenResult() *shared.VCSTokenResult

type GetBranchesRequest

type GetBranchesRequest struct {
	Cursor          *string `queryParam:"style=form,explode=true,name=cursor"`
	PerPage         *int64  `default:"50" queryParam:"style=form,explode=true,name=per_page"`
	RepositoryName  string  `pathParam:"style=simple,explode=false,name=repositoryName"`
	RepositoryOwner string  `pathParam:"style=simple,explode=false,name=repositoryOwner"`
	VcsService      string  `pathParam:"style=simple,explode=false,name=vcsService"`
}

func (*GetBranchesRequest) GetCursor

func (o *GetBranchesRequest) GetCursor() *string

func (*GetBranchesRequest) GetPerPage

func (o *GetBranchesRequest) GetPerPage() *int64

func (*GetBranchesRequest) GetRepositoryName

func (o *GetBranchesRequest) GetRepositoryName() string

func (*GetBranchesRequest) GetRepositoryOwner

func (o *GetBranchesRequest) GetRepositoryOwner() string

func (*GetBranchesRequest) GetVcsService

func (o *GetBranchesRequest) GetVcsService() string

func (GetBranchesRequest) MarshalJSON

func (g GetBranchesRequest) MarshalJSON() ([]byte, error)

func (*GetBranchesRequest) UnmarshalJSON

func (g *GetBranchesRequest) UnmarshalJSON(data []byte) error

type GetBranchesResponse

type GetBranchesResponse struct {
	// The list of branches.
	BranchesResult *shared.BranchesResult
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetBranchesResponse) GetBranchesResult

func (o *GetBranchesResponse) GetBranchesResult() *shared.BranchesResult

func (*GetBranchesResponse) GetContentType

func (o *GetBranchesResponse) GetContentType() string

func (*GetBranchesResponse) GetRawResponse

func (o *GetBranchesResponse) GetRawResponse() *http.Response

func (*GetBranchesResponse) GetStatusCode

func (o *GetBranchesResponse) GetStatusCode() int

type GetCloudProvidersResponse

type GetCloudProvidersResponse struct {
	// A list of supported cloud providers.
	CloudProvidersResult *shared.CloudProvidersResult
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetCloudProvidersResponse) GetCloudProvidersResult

func (o *GetCloudProvidersResponse) GetCloudProvidersResult() *shared.CloudProvidersResult

func (*GetCloudProvidersResponse) GetContentType

func (o *GetCloudProvidersResponse) GetContentType() string

func (*GetCloudProvidersResponse) GetRawResponse

func (o *GetCloudProvidersResponse) GetRawResponse() *http.Response

func (*GetCloudProvidersResponse) GetStatusCode

func (o *GetCloudProvidersResponse) GetStatusCode() int

type GetClusterRequest

type GetClusterRequest struct {
	ClusterID string `pathParam:"style=simple,explode=false,name=clusterId"`
}

func (*GetClusterRequest) GetClusterID

func (o *GetClusterRequest) GetClusterID() string

type GetClusterResponse

type GetClusterResponse struct {
	// Details about the given cluster.
	ClusterDetailsResult *shared.ClusterDetailsResult
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetClusterResponse) GetClusterDetailsResult

func (o *GetClusterResponse) GetClusterDetailsResult() *shared.ClusterDetailsResult

func (*GetClusterResponse) GetContentType

func (o *GetClusterResponse) GetContentType() string

func (*GetClusterResponse) GetRawResponse

func (o *GetClusterResponse) GetRawResponse() *http.Response

func (*GetClusterResponse) GetStatusCode

func (o *GetClusterResponse) GetStatusCode() int

type GetClustersRequest

type GetClustersRequest struct {
	Cursor  *string `queryParam:"style=form,explode=true,name=cursor"`
	Page    *int64  `queryParam:"style=form,explode=true,name=page"`
	PerPage *int64  `default:"50" queryParam:"style=form,explode=true,name=per_page"`
}

func (*GetClustersRequest) GetCursor

func (o *GetClustersRequest) GetCursor() *string

func (*GetClustersRequest) GetPage

func (o *GetClustersRequest) GetPage() *int64

func (*GetClustersRequest) GetPerPage

func (o *GetClustersRequest) GetPerPage() *int64

func (GetClustersRequest) MarshalJSON

func (g GetClustersRequest) MarshalJSON() ([]byte, error)

func (*GetClustersRequest) UnmarshalJSON

func (g *GetClustersRequest) UnmarshalJSON(data []byte) error

type GetClustersResponse

type GetClustersResponse struct {
	// A list of clusters for the authenticated user
	ClustersResult *shared.ClustersResult
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetClustersResponse) GetClustersResult

func (o *GetClustersResponse) GetClustersResult() *shared.ClustersResult

func (*GetClustersResponse) GetContentType

func (o *GetClustersResponse) GetContentType() string

func (*GetClustersResponse) GetRawResponse

func (o *GetClustersResponse) GetRawResponse() *http.Response

func (*GetClustersResponse) GetStatusCode

func (o *GetClustersResponse) GetStatusCode() int

type GetDNSIDResponse

type GetDNSIDResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Data about the DNS ID.
	DNSIDResult *shared.DNSIDResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDNSIDResponse) GetContentType

func (o *GetDNSIDResponse) GetContentType() string

func (*GetDNSIDResponse) GetDNSIDResult

func (o *GetDNSIDResponse) GetDNSIDResult() *shared.DNSIDResult

func (*GetDNSIDResponse) GetRawResponse

func (o *GetDNSIDResponse) GetRawResponse() *http.Response

func (*GetDNSIDResponse) GetStatusCode

func (o *GetDNSIDResponse) GetStatusCode() int

type GetDomainRequest

type GetDomainRequest struct {
	Domain string `pathParam:"style=simple,explode=false,name=domain"`
}

func (*GetDomainRequest) GetDomain

func (o *GetDomainRequest) GetDomain() string

type GetDomainResponse

type GetDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about the given domain.
	GetDomainResult *shared.GetDomainResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDomainResponse) GetContentType

func (o *GetDomainResponse) GetContentType() string

func (*GetDomainResponse) GetGetDomainResult

func (o *GetDomainResponse) GetGetDomainResult() *shared.GetDomainResult

func (*GetDomainResponse) GetRawResponse

func (o *GetDomainResponse) GetRawResponse() *http.Response

func (*GetDomainResponse) GetStatusCode

func (o *GetDomainResponse) GetStatusCode() int

type GetHealthCheckResponse

type GetHealthCheckResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetHealthCheckResponse) GetContentType

func (o *GetHealthCheckResponse) GetContentType() string

func (*GetHealthCheckResponse) GetRawResponse

func (o *GetHealthCheckResponse) GetRawResponse() *http.Response

func (*GetHealthCheckResponse) GetStatusCode

func (o *GetHealthCheckResponse) GetStatusCode() int

type GetIntegrationRequest

type GetIntegrationRequest struct {
	IntegrationID string `pathParam:"style=simple,explode=false,name=integrationId"`
}

func (*GetIntegrationRequest) GetIntegrationID

func (o *GetIntegrationRequest) GetIntegrationID() string

type GetIntegrationResponse

type GetIntegrationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about the given integration.
	GetIntegrationResult *shared.GetIntegrationResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetIntegrationResponse) GetContentType

func (o *GetIntegrationResponse) GetContentType() string

func (*GetIntegrationResponse) GetGetIntegrationResult

func (o *GetIntegrationResponse) GetGetIntegrationResult() *shared.GetIntegrationResult

func (*GetIntegrationResponse) GetRawResponse

func (o *GetIntegrationResponse) GetRawResponse() *http.Response

func (*GetIntegrationResponse) GetStatusCode

func (o *GetIntegrationResponse) GetStatusCode() int

type GetIntegrationsRequest

type GetIntegrationsRequest struct {
	Cursor  *string `queryParam:"style=form,explode=true,name=cursor"`
	Page    *int64  `queryParam:"style=form,explode=true,name=page"`
	PerPage *int64  `default:"50" queryParam:"style=form,explode=true,name=per_page"`
}

func (*GetIntegrationsRequest) GetCursor

func (o *GetIntegrationsRequest) GetCursor() *string

func (*GetIntegrationsRequest) GetPage

func (o *GetIntegrationsRequest) GetPage() *int64

func (*GetIntegrationsRequest) GetPerPage

func (o *GetIntegrationsRequest) GetPerPage() *int64

func (GetIntegrationsRequest) MarshalJSON

func (g GetIntegrationsRequest) MarshalJSON() ([]byte, error)

func (*GetIntegrationsRequest) UnmarshalJSON

func (g *GetIntegrationsRequest) UnmarshalJSON(data []byte) error

type GetIntegrationsResponse

type GetIntegrationsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// A list of integrations for the authenticated user
	ListIntegrationsResult *shared.ListIntegrationsResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetIntegrationsResponse) GetContentType

func (o *GetIntegrationsResponse) GetContentType() string

func (*GetIntegrationsResponse) GetListIntegrationsResult

func (o *GetIntegrationsResponse) GetListIntegrationsResult() *shared.ListIntegrationsResult

func (*GetIntegrationsResponse) GetRawResponse

func (o *GetIntegrationsResponse) GetRawResponse() *http.Response

func (*GetIntegrationsResponse) GetStatusCode

func (o *GetIntegrationsResponse) GetStatusCode() int

type GetInvoiceDetailsRequest

type GetInvoiceDetailsRequest struct {
	AddonID   *string `queryParam:"style=form,explode=true,name=addonId"`
	JobID     *string `queryParam:"style=form,explode=true,name=jobId"`
	ProjectID *string `queryParam:"style=form,explode=true,name=projectId"`
	ServiceID *string `queryParam:"style=form,explode=true,name=serviceId"`
	Timestamp *int64  `queryParam:"style=form,explode=true,name=timestamp"`
}

func (*GetInvoiceDetailsRequest) GetAddonID

func (o *GetInvoiceDetailsRequest) GetAddonID() *string

func (*GetInvoiceDetailsRequest) GetJobID

func (o *GetInvoiceDetailsRequest) GetJobID() *string

func (*GetInvoiceDetailsRequest) GetProjectID

func (o *GetInvoiceDetailsRequest) GetProjectID() *string

func (*GetInvoiceDetailsRequest) GetServiceID

func (o *GetInvoiceDetailsRequest) GetServiceID() *string

func (*GetInvoiceDetailsRequest) GetTimestamp

func (o *GetInvoiceDetailsRequest) GetTimestamp() *int64

type GetInvoiceDetailsResponse

type GetInvoiceDetailsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about an invoice.
	InvoiceDetailsResult *shared.InvoiceDetailsResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetInvoiceDetailsResponse) GetContentType

func (o *GetInvoiceDetailsResponse) GetContentType() string

func (*GetInvoiceDetailsResponse) GetInvoiceDetailsResult

func (o *GetInvoiceDetailsResponse) GetInvoiceDetailsResult() *shared.InvoiceDetailsResult

func (*GetInvoiceDetailsResponse) GetRawResponse

func (o *GetInvoiceDetailsResponse) GetRawResponse() *http.Response

func (*GetInvoiceDetailsResponse) GetStatusCode

func (o *GetInvoiceDetailsResponse) GetStatusCode() int

type GetLogSinkRequest

type GetLogSinkRequest struct {
	LogSinkID string `pathParam:"style=simple,explode=false,name=logSinkId"`
}

func (*GetLogSinkRequest) GetLogSinkID

func (o *GetLogSinkRequest) GetLogSinkID() string

type GetLogSinkResponse

type GetLogSinkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about a log sink.
	LogSinkDetails *shared.LogSinkDetails
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetLogSinkResponse) GetContentType

func (o *GetLogSinkResponse) GetContentType() string

func (*GetLogSinkResponse) GetLogSinkDetails

func (o *GetLogSinkResponse) GetLogSinkDetails() *shared.LogSinkDetails

func (*GetLogSinkResponse) GetRawResponse

func (o *GetLogSinkResponse) GetRawResponse() *http.Response

func (*GetLogSinkResponse) GetStatusCode

func (o *GetLogSinkResponse) GetStatusCode() int

type GetLogSinksRequest

type GetLogSinksRequest struct {
	Cursor  *string `queryParam:"style=form,explode=true,name=cursor"`
	PerPage *int64  `default:"50" queryParam:"style=form,explode=true,name=per_page"`
}

func (*GetLogSinksRequest) GetCursor

func (o *GetLogSinksRequest) GetCursor() *string

func (*GetLogSinksRequest) GetPerPage

func (o *GetLogSinksRequest) GetPerPage() *int64

func (GetLogSinksRequest) MarshalJSON

func (g GetLogSinksRequest) MarshalJSON() ([]byte, error)

func (*GetLogSinksRequest) UnmarshalJSON

func (g *GetLogSinksRequest) UnmarshalJSON(data []byte) error

type GetLogSinksResponse

type GetLogSinksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The list of log sinks.
	GetLogSinksResult *shared.GetLogSinksResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetLogSinksResponse) GetContentType

func (o *GetLogSinksResponse) GetContentType() string

func (*GetLogSinksResponse) GetGetLogSinksResult

func (o *GetLogSinksResponse) GetGetLogSinksResult() *shared.GetLogSinksResult

func (*GetLogSinksResponse) GetRawResponse

func (o *GetLogSinksResponse) GetRawResponse() *http.Response

func (*GetLogSinksResponse) GetStatusCode

func (o *GetLogSinksResponse) GetStatusCode() int

type GetPastInvoicesRequest

type GetPastInvoicesRequest struct {
	Cursor  *string `queryParam:"style=form,explode=true,name=cursor"`
	Page    *int64  `queryParam:"style=form,explode=true,name=page"`
	PerPage *int64  `queryParam:"style=form,explode=true,name=per_page"`
}

func (*GetPastInvoicesRequest) GetCursor

func (o *GetPastInvoicesRequest) GetCursor() *string

func (*GetPastInvoicesRequest) GetPage

func (o *GetPastInvoicesRequest) GetPage() *int64

func (*GetPastInvoicesRequest) GetPerPage

func (o *GetPastInvoicesRequest) GetPerPage() *int64

type GetPastInvoicesResponse

type GetPastInvoicesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about an invoice.
	PastInvoicesResult *shared.PastInvoicesResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetPastInvoicesResponse) GetContentType

func (o *GetPastInvoicesResponse) GetContentType() string

func (*GetPastInvoicesResponse) GetPastInvoicesResult

func (o *GetPastInvoicesResponse) GetPastInvoicesResult() *shared.PastInvoicesResult

func (*GetPastInvoicesResponse) GetRawResponse

func (o *GetPastInvoicesResponse) GetRawResponse() *http.Response

func (*GetPastInvoicesResponse) GetStatusCode

func (o *GetPastInvoicesResponse) GetStatusCode() int

type GetRegistriesRequest

type GetRegistriesRequest struct {
	Cursor  *string `queryParam:"style=form,explode=true,name=cursor"`
	PerPage *int64  `default:"50" queryParam:"style=form,explode=true,name=per_page"`
}

func (*GetRegistriesRequest) GetCursor

func (o *GetRegistriesRequest) GetCursor() *string

func (*GetRegistriesRequest) GetPerPage

func (o *GetRegistriesRequest) GetPerPage() *int64

func (GetRegistriesRequest) MarshalJSON

func (g GetRegistriesRequest) MarshalJSON() ([]byte, error)

func (*GetRegistriesRequest) UnmarshalJSON

func (g *GetRegistriesRequest) UnmarshalJSON(data []byte) error

type GetRegistriesResponse

type GetRegistriesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// A list of registry credentials saved to this account.
	RegistriesResult *shared.RegistriesResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetRegistriesResponse) GetContentType

func (o *GetRegistriesResponse) GetContentType() string

func (*GetRegistriesResponse) GetRawResponse

func (o *GetRegistriesResponse) GetRawResponse() *http.Response

func (*GetRegistriesResponse) GetRegistriesResult

func (o *GetRegistriesResponse) GetRegistriesResult() *shared.RegistriesResult

func (*GetRegistriesResponse) GetStatusCode

func (o *GetRegistriesResponse) GetStatusCode() int

type GetRegistryRequest

type GetRegistryRequest struct {
	CredentialID string `pathParam:"style=simple,explode=false,name=credentialId"`
}

func (*GetRegistryRequest) GetCredentialID

func (o *GetRegistryRequest) GetCredentialID() string

type GetRegistryResponse

type GetRegistryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Data about the registry credentials.
	RegistryResult *shared.RegistryResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetRegistryResponse) GetContentType

func (o *GetRegistryResponse) GetContentType() string

func (*GetRegistryResponse) GetRawResponse

func (o *GetRegistryResponse) GetRawResponse() *http.Response

func (*GetRegistryResponse) GetRegistryResult

func (o *GetRegistryResponse) GetRegistryResult() *shared.RegistryResult

func (*GetRegistryResponse) GetStatusCode

func (o *GetRegistryResponse) GetStatusCode() int

type GetRepositoriesRequest

type GetRepositoriesRequest struct {
	AccountLogin    *string `queryParam:"style=form,explode=true,name=account_login"`
	Cursor          *string `queryParam:"style=form,explode=true,name=cursor"`
	PerPage         *int64  `default:"50" queryParam:"style=form,explode=true,name=per_page"`
	SelfHostedVcsID *string `queryParam:"style=form,explode=true,name=self_hosted_vcs_id"`
	VcsLinkID       *string `queryParam:"style=form,explode=true,name=vcs_link_id"`
	// If provided, only returns repositories belonging to this version control provider.
	VcsService *VcsService `queryParam:"style=form,explode=true,name=vcs_service"`
}

func (*GetRepositoriesRequest) GetAccountLogin

func (o *GetRepositoriesRequest) GetAccountLogin() *string

func (*GetRepositoriesRequest) GetCursor

func (o *GetRepositoriesRequest) GetCursor() *string

func (*GetRepositoriesRequest) GetPerPage

func (o *GetRepositoriesRequest) GetPerPage() *int64

func (*GetRepositoriesRequest) GetSelfHostedVcsID

func (o *GetRepositoriesRequest) GetSelfHostedVcsID() *string

func (*GetRepositoriesRequest) GetVcsLinkID

func (o *GetRepositoriesRequest) GetVcsLinkID() *string

func (*GetRepositoriesRequest) GetVcsService

func (o *GetRepositoriesRequest) GetVcsService() *VcsService

func (GetRepositoriesRequest) MarshalJSON

func (g GetRepositoriesRequest) MarshalJSON() ([]byte, error)

func (*GetRepositoriesRequest) UnmarshalJSON

func (g *GetRepositoriesRequest) UnmarshalJSON(data []byte) error

type GetRepositoriesResponse

type GetRepositoriesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// The list of repos.
	RepositoriesResult *shared.RepositoriesResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetRepositoriesResponse) GetContentType

func (o *GetRepositoriesResponse) GetContentType() string

func (*GetRepositoriesResponse) GetRawResponse

func (o *GetRepositoriesResponse) GetRawResponse() *http.Response

func (*GetRepositoriesResponse) GetRepositoriesResult

func (o *GetRepositoriesResponse) GetRepositoriesResult() *shared.RepositoriesResult

func (*GetRepositoriesResponse) GetStatusCode

func (o *GetRepositoriesResponse) GetStatusCode() int

type GetSubDomainRequest

type GetSubDomainRequest struct {
	Domain    string `pathParam:"style=simple,explode=false,name=domain"`
	Subdomain string `pathParam:"style=simple,explode=false,name=subdomain"`
}

func (*GetSubDomainRequest) GetDomain

func (o *GetSubDomainRequest) GetDomain() string

func (*GetSubDomainRequest) GetSubdomain

func (o *GetSubDomainRequest) GetSubdomain() string

type GetSubDomainResponse

type GetSubDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Details about the subdomain.
	GetSubDomainResult *shared.GetSubDomainResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSubDomainResponse) GetContentType

func (o *GetSubDomainResponse) GetContentType() string

func (*GetSubDomainResponse) GetGetSubDomainResult

func (o *GetSubDomainResponse) GetGetSubDomainResult() *shared.GetSubDomainResult

func (*GetSubDomainResponse) GetRawResponse

func (o *GetSubDomainResponse) GetRawResponse() *http.Response

func (*GetSubDomainResponse) GetStatusCode

func (o *GetSubDomainResponse) GetStatusCode() int

type GetVCSProvidersResponse

type GetVCSProvidersResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Details about the version control providers available for use.
	VCSProvidersResult *shared.VCSProvidersResult
}

func (*GetVCSProvidersResponse) GetContentType

func (o *GetVCSProvidersResponse) GetContentType() string

func (*GetVCSProvidersResponse) GetRawResponse

func (o *GetVCSProvidersResponse) GetRawResponse() *http.Response

func (*GetVCSProvidersResponse) GetStatusCode

func (o *GetVCSProvidersResponse) GetStatusCode() int

func (*GetVCSProvidersResponse) GetVCSProvidersResult

func (o *GetVCSProvidersResponse) GetVCSProvidersResult() *shared.VCSProvidersResult

type ListAddonTypesResponse

type ListAddonTypesResponse struct {
	// A list of the available addon types.
	AddonTypesResult *shared.AddonTypesResult
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*ListAddonTypesResponse) GetAddonTypesResult

func (o *ListAddonTypesResponse) GetAddonTypesResult() *shared.AddonTypesResult

func (*ListAddonTypesResponse) GetContentType

func (o *ListAddonTypesResponse) GetContentType() string

func (*ListAddonTypesResponse) GetRawResponse

func (o *ListAddonTypesResponse) GetRawResponse() *http.Response

func (*ListAddonTypesResponse) GetStatusCode

func (o *ListAddonTypesResponse) GetStatusCode() int

type ListDomainsRequest

type ListDomainsRequest struct {
	Cursor  *string `queryParam:"style=form,explode=true,name=cursor"`
	Page    *int64  `queryParam:"style=form,explode=true,name=page"`
	PerPage *int64  `default:"50" queryParam:"style=form,explode=true,name=per_page"`
}

func (*ListDomainsRequest) GetCursor

func (o *ListDomainsRequest) GetCursor() *string

func (*ListDomainsRequest) GetPage

func (o *ListDomainsRequest) GetPage() *int64

func (*ListDomainsRequest) GetPerPage

func (o *ListDomainsRequest) GetPerPage() *int64

func (ListDomainsRequest) MarshalJSON

func (l ListDomainsRequest) MarshalJSON() ([]byte, error)

func (*ListDomainsRequest) UnmarshalJSON

func (l *ListDomainsRequest) UnmarshalJSON(data []byte) error

type ListDomainsResponse

type ListDomainsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// A list of domains registered to this account.
	ListDomainsResult *shared.ListDomainsResult
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*ListDomainsResponse) GetContentType

func (o *ListDomainsResponse) GetContentType() string

func (*ListDomainsResponse) GetListDomainsResult

func (o *ListDomainsResponse) GetListDomainsResult() *shared.ListDomainsResult

func (*ListDomainsResponse) GetRawResponse

func (o *ListDomainsResponse) GetRawResponse() *http.Response

func (*ListDomainsResponse) GetStatusCode

func (o *ListDomainsResponse) GetStatusCode() int

type PauseLogSinkRequest

type PauseLogSinkRequest struct {
	LogSinkID string `pathParam:"style=simple,explode=false,name=logSinkId"`
}

func (*PauseLogSinkRequest) GetLogSinkID

func (o *PauseLogSinkRequest) GetLogSinkID() string

type PauseLogSinkResponse

type PauseLogSinkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*PauseLogSinkResponse) GetContentType

func (o *PauseLogSinkResponse) GetContentType() string

func (*PauseLogSinkResponse) GetRawResponse

func (o *PauseLogSinkResponse) GetRawResponse() *http.Response

func (*PauseLogSinkResponse) GetStatusCode

func (o *PauseLogSinkResponse) GetStatusCode() int

func (*PauseLogSinkResponse) GetSuccessResult

func (o *PauseLogSinkResponse) GetSuccessResult() *shared.SuccessResult

type ResumeLogSinkRequest

type ResumeLogSinkRequest struct {
	LogSinkID string `pathParam:"style=simple,explode=false,name=logSinkId"`
}

func (*ResumeLogSinkRequest) GetLogSinkID

func (o *ResumeLogSinkRequest) GetLogSinkID() string

type ResumeLogSinkResponse

type ResumeLogSinkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*ResumeLogSinkResponse) GetContentType

func (o *ResumeLogSinkResponse) GetContentType() string

func (*ResumeLogSinkResponse) GetRawResponse

func (o *ResumeLogSinkResponse) GetRawResponse() *http.Response

func (*ResumeLogSinkResponse) GetStatusCode

func (o *ResumeLogSinkResponse) GetStatusCode() int

func (*ResumeLogSinkResponse) GetSuccessResult

func (o *ResumeLogSinkResponse) GetSuccessResult() *shared.SuccessResult

type UnassignSubDomainRequest

type UnassignSubDomainRequest struct {
	Domain    string `pathParam:"style=simple,explode=false,name=domain"`
	Subdomain string `pathParam:"style=simple,explode=false,name=subdomain"`
}

func (*UnassignSubDomainRequest) GetDomain

func (o *UnassignSubDomainRequest) GetDomain() string

func (*UnassignSubDomainRequest) GetSubdomain

func (o *UnassignSubDomainRequest) GetSubdomain() string

type UnassignSubDomainResponse

type UnassignSubDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*UnassignSubDomainResponse) GetContentType

func (o *UnassignSubDomainResponse) GetContentType() string

func (*UnassignSubDomainResponse) GetRawResponse

func (o *UnassignSubDomainResponse) GetRawResponse() *http.Response

func (*UnassignSubDomainResponse) GetStatusCode

func (o *UnassignSubDomainResponse) GetStatusCode() int

func (*UnassignSubDomainResponse) GetSuccessResult

func (o *UnassignSubDomainResponse) GetSuccessResult() *shared.SuccessResult

type UpdateClusterRequest

type UpdateClusterRequest struct {
	// Request body
	UpdateClusterRequest shared.UpdateClusterRequest `request:"mediaType=application/json"`
	ClusterID            string                      `pathParam:"style=simple,explode=false,name=clusterId"`
}

func (*UpdateClusterRequest) GetClusterID

func (o *UpdateClusterRequest) GetClusterID() string

func (*UpdateClusterRequest) GetUpdateClusterRequest

func (o *UpdateClusterRequest) GetUpdateClusterRequest() shared.UpdateClusterRequest

type UpdateClusterResponse

type UpdateClusterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Details about the created cluster.
	UpdateClusterResult *shared.UpdateClusterResult
}

func (*UpdateClusterResponse) GetContentType

func (o *UpdateClusterResponse) GetContentType() string

func (*UpdateClusterResponse) GetRawResponse

func (o *UpdateClusterResponse) GetRawResponse() *http.Response

func (*UpdateClusterResponse) GetStatusCode

func (o *UpdateClusterResponse) GetStatusCode() int

func (*UpdateClusterResponse) GetUpdateClusterResult

func (o *UpdateClusterResponse) GetUpdateClusterResult() *shared.UpdateClusterResult

type UpdateIntegrationRequest

type UpdateIntegrationRequest struct {
	// Request body
	UpdateIntegrationRequest shared.UpdateIntegrationRequest `request:"mediaType=application/json"`
	IntegrationID            string                          `pathParam:"style=simple,explode=false,name=integrationId"`
}

func (*UpdateIntegrationRequest) GetIntegrationID

func (o *UpdateIntegrationRequest) GetIntegrationID() string

func (*UpdateIntegrationRequest) GetUpdateIntegrationRequest

func (o *UpdateIntegrationRequest) GetUpdateIntegrationRequest() shared.UpdateIntegrationRequest

type UpdateIntegrationResponse

type UpdateIntegrationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Details about the given integration.
	UpdateIntegrationResult *shared.UpdateIntegrationResult
}

func (*UpdateIntegrationResponse) GetContentType

func (o *UpdateIntegrationResponse) GetContentType() string

func (*UpdateIntegrationResponse) GetRawResponse

func (o *UpdateIntegrationResponse) GetRawResponse() *http.Response

func (*UpdateIntegrationResponse) GetStatusCode

func (o *UpdateIntegrationResponse) GetStatusCode() int

func (*UpdateIntegrationResponse) GetUpdateIntegrationResult

func (o *UpdateIntegrationResponse) GetUpdateIntegrationResult() *shared.UpdateIntegrationResult

type UpdateLogSinkRequest

type UpdateLogSinkRequest struct {
	// Request body
	LogSinkRequest shared.LogSinkRequest `request:"mediaType=application/json"`
	LogSinkID      string                `pathParam:"style=simple,explode=false,name=logSinkId"`
}

func (*UpdateLogSinkRequest) GetLogSinkID

func (o *UpdateLogSinkRequest) GetLogSinkID() string

func (*UpdateLogSinkRequest) GetLogSinkRequest

func (o *UpdateLogSinkRequest) GetLogSinkRequest() shared.LogSinkRequest

type UpdateLogSinkResponse

type UpdateLogSinkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*UpdateLogSinkResponse) GetContentType

func (o *UpdateLogSinkResponse) GetContentType() string

func (*UpdateLogSinkResponse) GetRawResponse

func (o *UpdateLogSinkResponse) GetRawResponse() *http.Response

func (*UpdateLogSinkResponse) GetStatusCode

func (o *UpdateLogSinkResponse) GetStatusCode() int

func (*UpdateLogSinkResponse) GetSuccessResult

func (o *UpdateLogSinkResponse) GetSuccessResult() *shared.SuccessResult

type UpdateRegistryRequest

type UpdateRegistryRequest struct {
	// Request body
	RequestBody  UpdateRegistryRequestBody `request:"mediaType=application/json"`
	CredentialID string                    `pathParam:"style=simple,explode=false,name=credentialId"`
}

func (*UpdateRegistryRequest) GetCredentialID

func (o *UpdateRegistryRequest) GetCredentialID() string

func (*UpdateRegistryRequest) GetRequestBody

type UpdateRegistryRequestBody

type UpdateRegistryRequestBody struct {
	UpdateRegistryType1 *shared.UpdateRegistryType1
	UpdateRegistryType2 *shared.UpdateRegistryType2
	UpdateRegistryType3 *shared.UpdateRegistryType3
	UpdateRegistryType4 *shared.UpdateRegistryType4

	Type UpdateRegistryRequestBodyType
}

UpdateRegistryRequestBody - Request body

func CreateUpdateRegistryRequestBodyUpdateRegistryType1

func CreateUpdateRegistryRequestBodyUpdateRegistryType1(updateRegistryType1 shared.UpdateRegistryType1) UpdateRegistryRequestBody

func CreateUpdateRegistryRequestBodyUpdateRegistryType2

func CreateUpdateRegistryRequestBodyUpdateRegistryType2(updateRegistryType2 shared.UpdateRegistryType2) UpdateRegistryRequestBody

func CreateUpdateRegistryRequestBodyUpdateRegistryType3

func CreateUpdateRegistryRequestBodyUpdateRegistryType3(updateRegistryType3 shared.UpdateRegistryType3) UpdateRegistryRequestBody

func CreateUpdateRegistryRequestBodyUpdateRegistryType4

func CreateUpdateRegistryRequestBodyUpdateRegistryType4(updateRegistryType4 shared.UpdateRegistryType4) UpdateRegistryRequestBody

func (UpdateRegistryRequestBody) MarshalJSON

func (u UpdateRegistryRequestBody) MarshalJSON() ([]byte, error)

func (*UpdateRegistryRequestBody) UnmarshalJSON

func (u *UpdateRegistryRequestBody) UnmarshalJSON(data []byte) error

type UpdateRegistryRequestBodyType

type UpdateRegistryRequestBodyType string
const (
	UpdateRegistryRequestBodyTypeUpdateRegistryType1 UpdateRegistryRequestBodyType = "UpdateRegistryType1"
	UpdateRegistryRequestBodyTypeUpdateRegistryType2 UpdateRegistryRequestBodyType = "UpdateRegistryType2"
	UpdateRegistryRequestBodyTypeUpdateRegistryType3 UpdateRegistryRequestBodyType = "UpdateRegistryType3"
	UpdateRegistryRequestBodyTypeUpdateRegistryType4 UpdateRegistryRequestBodyType = "UpdateRegistryType4"
)

type UpdateRegistryResponse

type UpdateRegistryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*UpdateRegistryResponse) GetContentType

func (o *UpdateRegistryResponse) GetContentType() string

func (*UpdateRegistryResponse) GetRawResponse

func (o *UpdateRegistryResponse) GetRawResponse() *http.Response

func (*UpdateRegistryResponse) GetStatusCode

func (o *UpdateRegistryResponse) GetStatusCode() int

func (*UpdateRegistryResponse) GetSuccessResult

func (o *UpdateRegistryResponse) GetSuccessResult() *shared.SuccessResult

type VcsService

type VcsService string

VcsService - If provided, only returns repositories belonging to this version control provider.

const (
	VcsServiceBitbucket  VcsService = "bitbucket"
	VcsServiceGitlab     VcsService = "gitlab"
	VcsServiceGithub     VcsService = "github"
	VcsServiceSelfHosted VcsService = "self-hosted"
)

func (VcsService) ToPointer

func (e VcsService) ToPointer() *VcsService

func (*VcsService) UnmarshalJSON

func (e *VcsService) UnmarshalJSON(data []byte) error

type VerifyDomainRequest

type VerifyDomainRequest struct {
	Domain string `pathParam:"style=simple,explode=false,name=domain"`
}

func (*VerifyDomainRequest) GetDomain

func (o *VerifyDomainRequest) GetDomain() string

type VerifyDomainResponse

type VerifyDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*VerifyDomainResponse) GetContentType

func (o *VerifyDomainResponse) GetContentType() string

func (*VerifyDomainResponse) GetRawResponse

func (o *VerifyDomainResponse) GetRawResponse() *http.Response

func (*VerifyDomainResponse) GetStatusCode

func (o *VerifyDomainResponse) GetStatusCode() int

func (*VerifyDomainResponse) GetSuccessResult

func (o *VerifyDomainResponse) GetSuccessResult() *shared.SuccessResult

type VerifySubDomainRequest

type VerifySubDomainRequest struct {
	Domain    string `pathParam:"style=simple,explode=false,name=domain"`
	Subdomain string `pathParam:"style=simple,explode=false,name=subdomain"`
}

func (*VerifySubDomainRequest) GetDomain

func (o *VerifySubDomainRequest) GetDomain() string

func (*VerifySubDomainRequest) GetSubdomain

func (o *VerifySubDomainRequest) GetSubdomain() string

type VerifySubDomainResponse

type VerifySubDomainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// The operation was performed successfully.
	SuccessResult *shared.SuccessResult
}

func (*VerifySubDomainResponse) GetContentType

func (o *VerifySubDomainResponse) GetContentType() string

func (*VerifySubDomainResponse) GetRawResponse

func (o *VerifySubDomainResponse) GetRawResponse() *http.Response

func (*VerifySubDomainResponse) GetStatusCode

func (o *VerifySubDomainResponse) GetStatusCode() int

func (*VerifySubDomainResponse) GetSuccessResult

func (o *VerifySubDomainResponse) GetSuccessResult() *shared.SuccessResult

Jump to

Keyboard shortcuts

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