Versions in this module Expand all Collapse all v52 v52.0.0 Nov 17, 2021 Changes in this version + type ActionTypeEnum string + const ActionTypeCreated + const ActionTypeDeleted + const ActionTypeFailed + const ActionTypeUpdated + func GetActionTypeEnumValues() []ActionTypeEnum + type ApplicationCollection struct + Items []ApplicationSummary + func (m ApplicationCollection) String() string + type ApplicationSummary struct + DisplayName *string + EntityId *string + EntityType *string + IsFeatured *bool + Logo *UploadData + PackageType PackageTypeEnumEnum + PricingType PricingTypeEnumEnum + Publisher *PublisherSummary + ShortDescription *string + func (m ApplicationSummary) String() string + type BulkReplaceServiceCatalogAssociationsDetails struct + Items []CreateServiceCatalogAssociationDetails + func (m BulkReplaceServiceCatalogAssociationsDetails) String() string + type BulkReplaceServiceCatalogAssociationsRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ServiceCatalogId *string + func (request BulkReplaceServiceCatalogAssociationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request BulkReplaceServiceCatalogAssociationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request BulkReplaceServiceCatalogAssociationsRequest) RetryPolicy() *common.RetryPolicy + func (request BulkReplaceServiceCatalogAssociationsRequest) String() string + type BulkReplaceServiceCatalogAssociationsResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response BulkReplaceServiceCatalogAssociationsResponse) HTTPResponse() *http.Response + func (response BulkReplaceServiceCatalogAssociationsResponse) String() string + type ChangePrivateApplicationCompartmentDetails struct + CompartmentId *string + func (m ChangePrivateApplicationCompartmentDetails) String() string + type ChangePrivateApplicationCompartmentRequest struct + IfMatch *string + OpcRequestId *string + PrivateApplicationId *string + RequestMetadata common.RequestMetadata + func (request ChangePrivateApplicationCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangePrivateApplicationCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangePrivateApplicationCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangePrivateApplicationCompartmentRequest) String() string + type ChangePrivateApplicationCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangePrivateApplicationCompartmentResponse) HTTPResponse() *http.Response + func (response ChangePrivateApplicationCompartmentResponse) String() string + type ChangeServiceCatalogCompartmentDetails struct + CompartmentId *string + func (m ChangeServiceCatalogCompartmentDetails) String() string + type ChangeServiceCatalogCompartmentRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ServiceCatalogId *string + func (request ChangeServiceCatalogCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeServiceCatalogCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeServiceCatalogCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeServiceCatalogCompartmentRequest) String() string + type ChangeServiceCatalogCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeServiceCatalogCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeServiceCatalogCompartmentResponse) String() string + type CreatePrivateApplicationDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + LogoFileBase64Encoded *string + LongDescription *string + PackageDetails CreatePrivateApplicationPackage + ShortDescription *string + func (m *CreatePrivateApplicationDetails) UnmarshalJSON(data []byte) (e error) + func (m CreatePrivateApplicationDetails) String() string + type CreatePrivateApplicationPackage interface + GetVersion func() *string + type CreatePrivateApplicationRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreatePrivateApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreatePrivateApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreatePrivateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request CreatePrivateApplicationRequest) String() string + type CreatePrivateApplicationResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreatePrivateApplicationResponse) HTTPResponse() *http.Response + func (response CreatePrivateApplicationResponse) String() string + type CreatePrivateApplicationStackPackage struct + Version *string + ZipFileBase64Encoded *string + func (m CreatePrivateApplicationStackPackage) GetVersion() *string + func (m CreatePrivateApplicationStackPackage) MarshalJSON() (buff []byte, e error) + func (m CreatePrivateApplicationStackPackage) String() string + type CreateServiceCatalogAssociationDetails struct + EntityId *string + EntityType *string + ServiceCatalogId *string + func (m CreateServiceCatalogAssociationDetails) String() string + type CreateServiceCatalogAssociationRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateServiceCatalogAssociationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateServiceCatalogAssociationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateServiceCatalogAssociationRequest) RetryPolicy() *common.RetryPolicy + func (request CreateServiceCatalogAssociationRequest) String() string + type CreateServiceCatalogAssociationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateServiceCatalogAssociationResponse) HTTPResponse() *http.Response + func (response CreateServiceCatalogAssociationResponse) String() string + type CreateServiceCatalogDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + func (m CreateServiceCatalogDetails) String() string + type CreateServiceCatalogRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateServiceCatalogRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateServiceCatalogRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateServiceCatalogRequest) RetryPolicy() *common.RetryPolicy + func (request CreateServiceCatalogRequest) String() string + type CreateServiceCatalogResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateServiceCatalogResponse) HTTPResponse() *http.Response + func (response CreateServiceCatalogResponse) String() string + type DeletePrivateApplicationRequest struct + IfMatch *string + OpcRequestId *string + PrivateApplicationId *string + RequestMetadata common.RequestMetadata + func (request DeletePrivateApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeletePrivateApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeletePrivateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request DeletePrivateApplicationRequest) String() string + type DeletePrivateApplicationResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeletePrivateApplicationResponse) HTTPResponse() *http.Response + func (response DeletePrivateApplicationResponse) String() string + type DeleteServiceCatalogAssociationRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ServiceCatalogAssociationId *string + func (request DeleteServiceCatalogAssociationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteServiceCatalogAssociationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteServiceCatalogAssociationRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteServiceCatalogAssociationRequest) String() string + type DeleteServiceCatalogAssociationResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteServiceCatalogAssociationResponse) HTTPResponse() *http.Response + func (response DeleteServiceCatalogAssociationResponse) String() string + type DeleteServiceCatalogRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ServiceCatalogId *string + func (request DeleteServiceCatalogRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteServiceCatalogRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteServiceCatalogRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteServiceCatalogRequest) String() string + type DeleteServiceCatalogResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteServiceCatalogResponse) HTTPResponse() *http.Response + func (response DeleteServiceCatalogResponse) String() string + type ErrorEntity struct + Code *string + Message *string + func (m ErrorEntity) String() string + type GetPrivateApplicationActionDownloadLogoRequest struct + OpcRequestId *string + PrivateApplicationId *string + RequestMetadata common.RequestMetadata + func (request GetPrivateApplicationActionDownloadLogoRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetPrivateApplicationActionDownloadLogoRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetPrivateApplicationActionDownloadLogoRequest) RetryPolicy() *common.RetryPolicy + func (request GetPrivateApplicationActionDownloadLogoRequest) String() string + type GetPrivateApplicationActionDownloadLogoResponse struct + Content io.ReadCloser + OpcRequestId *string + RawResponse *http.Response + func (response GetPrivateApplicationActionDownloadLogoResponse) HTTPResponse() *http.Response + func (response GetPrivateApplicationActionDownloadLogoResponse) String() string + type GetPrivateApplicationPackageActionDownloadConfigRequest struct + OpcRequestId *string + PrivateApplicationPackageId *string + RequestMetadata common.RequestMetadata + func (request GetPrivateApplicationPackageActionDownloadConfigRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetPrivateApplicationPackageActionDownloadConfigRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetPrivateApplicationPackageActionDownloadConfigRequest) RetryPolicy() *common.RetryPolicy + func (request GetPrivateApplicationPackageActionDownloadConfigRequest) String() string + type GetPrivateApplicationPackageActionDownloadConfigResponse struct + Content io.ReadCloser + OpcRequestId *string + RawResponse *http.Response + func (response GetPrivateApplicationPackageActionDownloadConfigResponse) HTTPResponse() *http.Response + func (response GetPrivateApplicationPackageActionDownloadConfigResponse) String() string + type GetPrivateApplicationPackageRequest struct + OpcRequestId *string + PrivateApplicationPackageId *string + RequestMetadata common.RequestMetadata + func (request GetPrivateApplicationPackageRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetPrivateApplicationPackageRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetPrivateApplicationPackageRequest) RetryPolicy() *common.RetryPolicy + func (request GetPrivateApplicationPackageRequest) String() string + type GetPrivateApplicationPackageResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetPrivateApplicationPackageResponse) HTTPResponse() *http.Response + func (response GetPrivateApplicationPackageResponse) String() string + type GetPrivateApplicationRequest struct + OpcRequestId *string + PrivateApplicationId *string + RequestMetadata common.RequestMetadata + func (request GetPrivateApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetPrivateApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetPrivateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request GetPrivateApplicationRequest) String() string + type GetPrivateApplicationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetPrivateApplicationResponse) HTTPResponse() *http.Response + func (response GetPrivateApplicationResponse) String() string + type GetServiceCatalogAssociationRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + ServiceCatalogAssociationId *string + func (request GetServiceCatalogAssociationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetServiceCatalogAssociationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetServiceCatalogAssociationRequest) RetryPolicy() *common.RetryPolicy + func (request GetServiceCatalogAssociationRequest) String() string + type GetServiceCatalogAssociationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetServiceCatalogAssociationResponse) HTTPResponse() *http.Response + func (response GetServiceCatalogAssociationResponse) String() string + type GetServiceCatalogRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + ServiceCatalogId *string + func (request GetServiceCatalogRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetServiceCatalogRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetServiceCatalogRequest) RetryPolicy() *common.RetryPolicy + func (request GetServiceCatalogRequest) String() string + type GetServiceCatalogResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetServiceCatalogResponse) HTTPResponse() *http.Response + func (response GetServiceCatalogResponse) String() string + type GetWorkRequestRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy + func (request GetWorkRequestRequest) String() string + type GetWorkRequestResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + RetryAfter *int + func (response GetWorkRequestResponse) HTTPResponse() *http.Response + func (response GetWorkRequestResponse) String() string + type ListApplicationsRequest struct + CompartmentId *string + DisplayName *string + EntityId *string + EntityType *string + IsFeatured *bool + Limit *int + OpcRequestId *string + PackageType []PackageTypeEnumEnum + Page *string + Pricing []PricingTypeEnumEnum + PublisherId []string + RequestMetadata common.RequestMetadata + ServiceCatalogId *string + SortOrder ListApplicationsSortOrderEnum + func (request ListApplicationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListApplicationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListApplicationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListApplicationsRequest) String() string + type ListApplicationsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListApplicationsResponse) HTTPResponse() *http.Response + func (response ListApplicationsResponse) String() string + type ListApplicationsSortOrderEnum string + const ListApplicationsSortOrderAsc + const ListApplicationsSortOrderDesc + func GetListApplicationsSortOrderEnumValues() []ListApplicationsSortOrderEnum + type ListPrivateApplicationPackagesRequest struct + DisplayName *string + Limit *int + OpcRequestId *string + PackageType []PackageTypeEnumEnum + Page *string + PrivateApplicationId *string + PrivateApplicationPackageId *string + RequestMetadata common.RequestMetadata + SortBy ListPrivateApplicationPackagesSortByEnum + SortOrder ListPrivateApplicationPackagesSortOrderEnum + func (request ListPrivateApplicationPackagesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListPrivateApplicationPackagesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListPrivateApplicationPackagesRequest) RetryPolicy() *common.RetryPolicy + func (request ListPrivateApplicationPackagesRequest) String() string + type ListPrivateApplicationPackagesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListPrivateApplicationPackagesResponse) HTTPResponse() *http.Response + func (response ListPrivateApplicationPackagesResponse) String() string + type ListPrivateApplicationPackagesSortByEnum string + const ListPrivateApplicationPackagesSortByTimecreated + const ListPrivateApplicationPackagesSortByVersion + func GetListPrivateApplicationPackagesSortByEnumValues() []ListPrivateApplicationPackagesSortByEnum + type ListPrivateApplicationPackagesSortOrderEnum string + const ListPrivateApplicationPackagesSortOrderAsc + const ListPrivateApplicationPackagesSortOrderDesc + func GetListPrivateApplicationPackagesSortOrderEnumValues() []ListPrivateApplicationPackagesSortOrderEnum + type ListPrivateApplicationsRequest struct + CompartmentId *string + DisplayName *string + Limit *int + OpcRequestId *string + Page *string + PrivateApplicationId *string + RequestMetadata common.RequestMetadata + SortBy ListPrivateApplicationsSortByEnum + SortOrder ListPrivateApplicationsSortOrderEnum + func (request ListPrivateApplicationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListPrivateApplicationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListPrivateApplicationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListPrivateApplicationsRequest) String() string + type ListPrivateApplicationsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListPrivateApplicationsResponse) HTTPResponse() *http.Response + func (response ListPrivateApplicationsResponse) String() string + type ListPrivateApplicationsSortByEnum string + const ListPrivateApplicationsSortByLifecyclestate + const ListPrivateApplicationsSortByTimecreated + func GetListPrivateApplicationsSortByEnumValues() []ListPrivateApplicationsSortByEnum + type ListPrivateApplicationsSortOrderEnum string + const ListPrivateApplicationsSortOrderAsc + const ListPrivateApplicationsSortOrderDesc + func GetListPrivateApplicationsSortOrderEnumValues() []ListPrivateApplicationsSortOrderEnum + type ListServiceCatalogAssociationsRequest struct + EntityId *string + EntityType *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ServiceCatalogAssociationId *string + ServiceCatalogId *string + SortBy ListServiceCatalogAssociationsSortByEnum + SortOrder ListServiceCatalogAssociationsSortOrderEnum + func (request ListServiceCatalogAssociationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListServiceCatalogAssociationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListServiceCatalogAssociationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListServiceCatalogAssociationsRequest) String() string + type ListServiceCatalogAssociationsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListServiceCatalogAssociationsResponse) HTTPResponse() *http.Response + func (response ListServiceCatalogAssociationsResponse) String() string + type ListServiceCatalogAssociationsSortByEnum string + const ListServiceCatalogAssociationsSortByTimecreated + func GetListServiceCatalogAssociationsSortByEnumValues() []ListServiceCatalogAssociationsSortByEnum + type ListServiceCatalogAssociationsSortOrderEnum string + const ListServiceCatalogAssociationsSortOrderAsc + const ListServiceCatalogAssociationsSortOrderDesc + func GetListServiceCatalogAssociationsSortOrderEnumValues() []ListServiceCatalogAssociationsSortOrderEnum + type ListServiceCatalogsRequest struct + CompartmentId *string + DisplayName *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ServiceCatalogId *string + SortBy ListServiceCatalogsSortByEnum + SortOrder ListServiceCatalogsSortOrderEnum + func (request ListServiceCatalogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListServiceCatalogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListServiceCatalogsRequest) RetryPolicy() *common.RetryPolicy + func (request ListServiceCatalogsRequest) String() string + type ListServiceCatalogsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListServiceCatalogsResponse) HTTPResponse() *http.Response + func (response ListServiceCatalogsResponse) String() string + type ListServiceCatalogsSortByEnum string + const ListServiceCatalogsSortByTimecreated + func GetListServiceCatalogsSortByEnumValues() []ListServiceCatalogsSortByEnum + type ListServiceCatalogsSortOrderEnum string + const ListServiceCatalogsSortOrderAsc + const ListServiceCatalogsSortOrderDesc + func GetListServiceCatalogsSortOrderEnumValues() []ListServiceCatalogsSortOrderEnum + type ListWorkRequestErrorsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListWorkRequestErrorsSortByEnum + SortOrder ListWorkRequestErrorsSortOrderEnum + WorkRequestId *string + func (request ListWorkRequestErrorsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestErrorsRequest) String() string + type ListWorkRequestErrorsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestErrorsResponse) String() string + type ListWorkRequestErrorsSortByEnum string + const ListWorkRequestErrorsSortByTimeaccepted + func GetListWorkRequestErrorsSortByEnumValues() []ListWorkRequestErrorsSortByEnum + type ListWorkRequestErrorsSortOrderEnum string + const ListWorkRequestErrorsSortOrderAsc + const ListWorkRequestErrorsSortOrderDesc + func GetListWorkRequestErrorsSortOrderEnumValues() []ListWorkRequestErrorsSortOrderEnum + type ListWorkRequestLogsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListWorkRequestLogsSortByEnum + SortOrder ListWorkRequestLogsSortOrderEnum + WorkRequestId *string + func (request ListWorkRequestLogsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListWorkRequestLogsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestLogsRequest) String() string + type ListWorkRequestLogsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestLogsResponse) String() string + type ListWorkRequestLogsSortByEnum string + const ListWorkRequestLogsSortByTimeaccepted + func GetListWorkRequestLogsSortByEnumValues() []ListWorkRequestLogsSortByEnum + type ListWorkRequestLogsSortOrderEnum string + const ListWorkRequestLogsSortOrderAsc + const ListWorkRequestLogsSortOrderDesc + func GetListWorkRequestLogsSortOrderEnumValues() []ListWorkRequestLogsSortOrderEnum + type ListWorkRequestsRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ResourceId *string + SortBy ListWorkRequestsSortByEnum + SortOrder ListWorkRequestsSortOrderEnum + Status ListWorkRequestsStatusEnum + WorkRequestId *string + func (request ListWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestsRequest) String() string + type ListWorkRequestsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestsResponse) String() string + type ListWorkRequestsSortByEnum string + const ListWorkRequestsSortByTimeaccepted + func GetListWorkRequestsSortByEnumValues() []ListWorkRequestsSortByEnum + type ListWorkRequestsSortOrderEnum string + const ListWorkRequestsSortOrderAsc + const ListWorkRequestsSortOrderDesc + func GetListWorkRequestsSortOrderEnumValues() []ListWorkRequestsSortOrderEnum + type ListWorkRequestsStatusEnum string + const ListWorkRequestsStatusAccepted + const ListWorkRequestsStatusFailed + const ListWorkRequestsStatusSucceeded + func GetListWorkRequestsStatusEnumValues() []ListWorkRequestsStatusEnum + type OperationStatusEnum string + const OperationStatusAccepted + const OperationStatusFailed + const OperationStatusSucceeded + func GetOperationStatusEnumValues() []OperationStatusEnum + type OperationTypeEnum string + const OperationTypeCreatePrivateApplication + const OperationTypeDeletePrivateApplication + const OperationTypeMovePrivateApplication + const OperationTypeUpdatePrivateApplication + func GetOperationTypeEnumValues() []OperationTypeEnum + type PackageTypeEnumEnum string + const PackageTypeEnumStack + func GetPackageTypeEnumEnumValues() []PackageTypeEnumEnum + type PricingTypeEnumEnum string + const PricingTypeEnumByol + const PricingTypeEnumFree + const PricingTypeEnumPaygo + func GetPricingTypeEnumEnumValues() []PricingTypeEnumEnum + type PrivateApplication struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState PrivateApplicationLifecycleStateEnum + Logo *UploadData + LongDescription *string + PackageType PackageTypeEnumEnum + ShortDescription *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m PrivateApplication) String() string + type PrivateApplicationCollection struct + Items []PrivateApplicationSummary + func (m PrivateApplicationCollection) String() string + type PrivateApplicationLifecycleStateEnum string + const PrivateApplicationLifecycleStateActive + const PrivateApplicationLifecycleStateCreating + const PrivateApplicationLifecycleStateDeleted + const PrivateApplicationLifecycleStateDeleting + const PrivateApplicationLifecycleStateUpdating + func GetPrivateApplicationLifecycleStateEnumValues() []PrivateApplicationLifecycleStateEnum + type PrivateApplicationPackage interface + GetDisplayName func() *string + GetId func() *string + GetPrivateApplicationId func() *string + GetTimeCreated func() *common.SDKTime + GetVersion func() *string + type PrivateApplicationPackageCollection struct + Items []PrivateApplicationPackageSummary + func (m PrivateApplicationPackageCollection) String() string + type PrivateApplicationPackageSummary struct + DisplayName *string + Id *string + PackageType PackageTypeEnumEnum + PrivateApplicationId *string + TimeCreated *common.SDKTime + Version *string + func (m PrivateApplicationPackageSummary) String() string + type PrivateApplicationStackPackage struct + ContentUrl *string + DisplayName *string + Id *string + MimeType *string + PrivateApplicationId *string + TimeCreated *common.SDKTime + Version *string + func (m PrivateApplicationStackPackage) GetDisplayName() *string + func (m PrivateApplicationStackPackage) GetId() *string + func (m PrivateApplicationStackPackage) GetPrivateApplicationId() *string + func (m PrivateApplicationStackPackage) GetTimeCreated() *common.SDKTime + func (m PrivateApplicationStackPackage) GetVersion() *string + func (m PrivateApplicationStackPackage) MarshalJSON() (buff []byte, e error) + func (m PrivateApplicationStackPackage) String() string + type PrivateApplicationSummary struct + CompartmentId *string + DisplayName *string + Id *string + LifecycleState PrivateApplicationLifecycleStateEnum + Logo *UploadData + PackageType PackageTypeEnumEnum + ShortDescription *string + TimeCreated *common.SDKTime + func (m PrivateApplicationSummary) String() string + type PublisherSummary struct + DisplayName *string + Id *string + func (m PublisherSummary) String() string + type ServiceCatalog struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState ServiceCatalogLifecycleStateEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ServiceCatalog) String() string + type ServiceCatalogAssociation struct + EntityId *string + EntityType *string + Id *string + ServiceCatalogId *string + TimeCreated *common.SDKTime + func (m ServiceCatalogAssociation) String() string + type ServiceCatalogAssociationCollection struct + Items []ServiceCatalogAssociationSummary + func (m ServiceCatalogAssociationCollection) String() string + type ServiceCatalogAssociationSummary struct + EntityId *string + EntityType *string + Id *string + ServiceCatalogId *string + TimeCreated *common.SDKTime + func (m ServiceCatalogAssociationSummary) String() string + type ServiceCatalogClient struct + func NewServiceCatalogClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ServiceCatalogClient, err error) + func NewServiceCatalogClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ServiceCatalogClient, err error) + func (client *ServiceCatalogClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *ServiceCatalogClient) SetRegion(region string) + func (client ServiceCatalogClient) BulkReplaceServiceCatalogAssociations(ctx context.Context, request BulkReplaceServiceCatalogAssociationsRequest) (response BulkReplaceServiceCatalogAssociationsResponse, err error) + func (client ServiceCatalogClient) ChangePrivateApplicationCompartment(ctx context.Context, request ChangePrivateApplicationCompartmentRequest) (response ChangePrivateApplicationCompartmentResponse, err error) + func (client ServiceCatalogClient) ChangeServiceCatalogCompartment(ctx context.Context, request ChangeServiceCatalogCompartmentRequest) (response ChangeServiceCatalogCompartmentResponse, err error) + func (client ServiceCatalogClient) CreatePrivateApplication(ctx context.Context, request CreatePrivateApplicationRequest) (response CreatePrivateApplicationResponse, err error) + func (client ServiceCatalogClient) CreateServiceCatalog(ctx context.Context, request CreateServiceCatalogRequest) (response CreateServiceCatalogResponse, err error) + func (client ServiceCatalogClient) CreateServiceCatalogAssociation(ctx context.Context, request CreateServiceCatalogAssociationRequest) (response CreateServiceCatalogAssociationResponse, err error) + func (client ServiceCatalogClient) DeletePrivateApplication(ctx context.Context, request DeletePrivateApplicationRequest) (response DeletePrivateApplicationResponse, err error) + func (client ServiceCatalogClient) DeleteServiceCatalog(ctx context.Context, request DeleteServiceCatalogRequest) (response DeleteServiceCatalogResponse, err error) + func (client ServiceCatalogClient) DeleteServiceCatalogAssociation(ctx context.Context, request DeleteServiceCatalogAssociationRequest) (response DeleteServiceCatalogAssociationResponse, err error) + func (client ServiceCatalogClient) GetPrivateApplication(ctx context.Context, request GetPrivateApplicationRequest) (response GetPrivateApplicationResponse, err error) + func (client ServiceCatalogClient) GetPrivateApplicationActionDownloadLogo(ctx context.Context, request GetPrivateApplicationActionDownloadLogoRequest) (response GetPrivateApplicationActionDownloadLogoResponse, err error) + func (client ServiceCatalogClient) GetPrivateApplicationPackage(ctx context.Context, request GetPrivateApplicationPackageRequest) (response GetPrivateApplicationPackageResponse, err error) + func (client ServiceCatalogClient) GetPrivateApplicationPackageActionDownloadConfig(ctx context.Context, ...) (response GetPrivateApplicationPackageActionDownloadConfigResponse, err error) + func (client ServiceCatalogClient) GetServiceCatalog(ctx context.Context, request GetServiceCatalogRequest) (response GetServiceCatalogResponse, err error) + func (client ServiceCatalogClient) GetServiceCatalogAssociation(ctx context.Context, request GetServiceCatalogAssociationRequest) (response GetServiceCatalogAssociationResponse, err error) + func (client ServiceCatalogClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error) + func (client ServiceCatalogClient) ListApplications(ctx context.Context, request ListApplicationsRequest) (response ListApplicationsResponse, err error) + func (client ServiceCatalogClient) ListPrivateApplicationPackages(ctx context.Context, request ListPrivateApplicationPackagesRequest) (response ListPrivateApplicationPackagesResponse, err error) + func (client ServiceCatalogClient) ListPrivateApplications(ctx context.Context, request ListPrivateApplicationsRequest) (response ListPrivateApplicationsResponse, err error) + func (client ServiceCatalogClient) ListServiceCatalogAssociations(ctx context.Context, request ListServiceCatalogAssociationsRequest) (response ListServiceCatalogAssociationsResponse, err error) + func (client ServiceCatalogClient) ListServiceCatalogs(ctx context.Context, request ListServiceCatalogsRequest) (response ListServiceCatalogsResponse, err error) + func (client ServiceCatalogClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error) + func (client ServiceCatalogClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error) + func (client ServiceCatalogClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error) + func (client ServiceCatalogClient) UpdatePrivateApplication(ctx context.Context, request UpdatePrivateApplicationRequest) (response UpdatePrivateApplicationResponse, err error) + func (client ServiceCatalogClient) UpdateServiceCatalog(ctx context.Context, request UpdateServiceCatalogRequest) (response UpdateServiceCatalogResponse, err error) + type ServiceCatalogCollection struct + Items []ServiceCatalogSummary + func (m ServiceCatalogCollection) String() string + type ServiceCatalogLifecycleStateEnum string + const ServiceCatalogLifecycleStateActive + const ServiceCatalogLifecycleStateDeleted + func GetServiceCatalogLifecycleStateEnumValues() []ServiceCatalogLifecycleStateEnum + type ServiceCatalogSummary struct + CompartmentId *string + DisplayName *string + Id *string + LifecycleState ServiceCatalogLifecycleStateEnum + TimeCreated *common.SDKTime + func (m ServiceCatalogSummary) String() string + type UpdatePrivateApplicationDetails struct + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + LogoFileBase64Encoded *string + LongDescription *string + ShortDescription *string + func (m UpdatePrivateApplicationDetails) String() string + type UpdatePrivateApplicationRequest struct + IfMatch *string + OpcRequestId *string + PrivateApplicationId *string + RequestMetadata common.RequestMetadata + func (request UpdatePrivateApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdatePrivateApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdatePrivateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request UpdatePrivateApplicationRequest) String() string + type UpdatePrivateApplicationResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdatePrivateApplicationResponse) HTTPResponse() *http.Response + func (response UpdatePrivateApplicationResponse) String() string + type UpdateServiceCatalogDetails struct + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + func (m UpdateServiceCatalogDetails) String() string + type UpdateServiceCatalogRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ServiceCatalogId *string + func (request UpdateServiceCatalogRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateServiceCatalogRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateServiceCatalogRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateServiceCatalogRequest) String() string + type UpdateServiceCatalogResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateServiceCatalogResponse) HTTPResponse() *http.Response + func (response UpdateServiceCatalogResponse) String() string + type UploadData struct + ContentUrl *string + DisplayName *string + MimeType *string + func (m UploadData) String() string + type WorkRequest struct + CompartmentId *string + Id *string + OperationType OperationTypeEnum + PercentComplete *float32 + Resources []WorkRequestResource + Status OperationStatusEnum + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m WorkRequest) String() string + type WorkRequestError struct + Code *string + Message *string + Timestamp *common.SDKTime + func (m WorkRequestError) String() string + type WorkRequestErrorCollection struct + Items []WorkRequestError + func (m WorkRequestErrorCollection) String() string + type WorkRequestLogEntry struct + Message *string + Timestamp *common.SDKTime + func (m WorkRequestLogEntry) String() string + type WorkRequestLogEntryCollection struct + Items []WorkRequestLogEntry + func (m WorkRequestLogEntryCollection) String() string + type WorkRequestResource struct + ActionType ActionTypeEnum + EntityId *string + EntityType *string + EntityUri *string + func (m WorkRequestResource) String() string + type WorkRequestSummary struct + CompartmentId *string + Id *string + OperationType OperationTypeEnum + PercentComplete *float32 + Resources []WorkRequestResource + Status OperationStatusEnum + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m WorkRequestSummary) String() string + type WorkRequestSummaryCollection struct + Items []WorkRequestSummary + func (m WorkRequestSummaryCollection) String() string Other modules containing this package github.com/oracle/oci-go-sdk/v40 github.com/oracle/oci-go-sdk/v41 github.com/oracle/oci-go-sdk/v42 github.com/oracle/oci-go-sdk/v43 github.com/oracle/oci-go-sdk/v44 github.com/oracle/oci-go-sdk/v45 github.com/oracle/oci-go-sdk/v46 github.com/oracle/oci-go-sdk/v47 github.com/oracle/oci-go-sdk/v48 github.com/oracle/oci-go-sdk/v49 github.com/oracle/oci-go-sdk/v50 github.com/oracle/oci-go-sdk/v51 github.com/oracle/oci-go-sdk/v53 github.com/oracle/oci-go-sdk/v54 github.com/oracle/oci-go-sdk/v55 github.com/oracle/oci-go-sdk/v56 github.com/oracle/oci-go-sdk/v57 github.com/oracle/oci-go-sdk/v58 github.com/oracle/oci-go-sdk/v59 github.com/oracle/oci-go-sdk/v60 github.com/oracle/oci-go-sdk/v61 github.com/oracle/oci-go-sdk/v62 github.com/oracle/oci-go-sdk/v63 github.com/oracle/oci-go-sdk/v64 github.com/oracle/oci-go-sdk/v65