Versions in this module Expand all Collapse all v53 v53.1.0 Dec 7, 2021 v53.0.0 Nov 30, 2021 Changes in this version + type ActionTypesEnum string + const ActionTypesCreated + const ActionTypesDeleted + const ActionTypesInProgress + const ActionTypesRelated + const ActionTypesUpdated + func GetActionTypesEnumValues() []ActionTypesEnum + type ApmDomain struct + CompartmentId *string + DataUploadEndpoint *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsFreeTier *bool + LifecycleState LifecycleStatesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ApmDomain) String() string + type ApmDomainClient struct + func NewApmDomainClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ApmDomainClient, err error) + func NewApmDomainClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ApmDomainClient, err error) + func (client *ApmDomainClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *ApmDomainClient) SetRegion(region string) + func (client ApmDomainClient) ChangeApmDomainCompartment(ctx context.Context, request ChangeApmDomainCompartmentRequest) (response ChangeApmDomainCompartmentResponse, err error) + func (client ApmDomainClient) CreateApmDomain(ctx context.Context, request CreateApmDomainRequest) (response CreateApmDomainResponse, err error) + func (client ApmDomainClient) DeleteApmDomain(ctx context.Context, request DeleteApmDomainRequest) (response DeleteApmDomainResponse, err error) + func (client ApmDomainClient) GenerateDataKeys(ctx context.Context, request GenerateDataKeysRequest) (response GenerateDataKeysResponse, err error) + func (client ApmDomainClient) GetApmDomain(ctx context.Context, request GetApmDomainRequest) (response GetApmDomainResponse, err error) + func (client ApmDomainClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error) + func (client ApmDomainClient) ListApmDomainWorkRequests(ctx context.Context, request ListApmDomainWorkRequestsRequest) (response ListApmDomainWorkRequestsResponse, err error) + func (client ApmDomainClient) ListApmDomains(ctx context.Context, request ListApmDomainsRequest) (response ListApmDomainsResponse, err error) + func (client ApmDomainClient) ListDataKeys(ctx context.Context, request ListDataKeysRequest) (response ListDataKeysResponse, err error) + func (client ApmDomainClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error) + func (client ApmDomainClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error) + func (client ApmDomainClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error) + func (client ApmDomainClient) RemoveDataKeys(ctx context.Context, request RemoveDataKeysRequest) (response RemoveDataKeysResponse, err error) + func (client ApmDomainClient) UpdateApmDomain(ctx context.Context, request UpdateApmDomainRequest) (response UpdateApmDomainResponse, err error) + type ApmDomainSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsFreeTier *bool + LifecycleState LifecycleStatesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ApmDomainSummary) String() string + type BaseDomainDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsFreeTier *bool + LifecycleState LifecycleStatesEnum + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m BaseDomainDetails) String() string + type BaseKeyDetails struct + Name *string + Type DataKeyTypesEnum + func (m BaseKeyDetails) String() string + type ChangeApmDomainCompartmentDetails struct + CompartmentId *string + func (m ChangeApmDomainCompartmentDetails) String() string + type ChangeApmDomainCompartmentRequest struct + ApmDomainId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeApmDomainCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeApmDomainCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeApmDomainCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeApmDomainCompartmentRequest) String() string + type ChangeApmDomainCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeApmDomainCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeApmDomainCompartmentResponse) String() string + type CreateApmDomainDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + IsFreeTier *bool + func (m CreateApmDomainDetails) String() string + type CreateApmDomainRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateApmDomainRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateApmDomainRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateApmDomainRequest) RetryPolicy() *common.RetryPolicy + func (request CreateApmDomainRequest) String() string + type CreateApmDomainResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateApmDomainResponse) HTTPResponse() *http.Response + func (response CreateApmDomainResponse) String() string + type DataKey struct + Name *string + Type DataKeyTypesEnum + Value *string + func (m DataKey) String() string + type DataKeySummary struct + Name *string + Type DataKeyTypesEnum + Value *string + func (m DataKeySummary) String() string + type DataKeyTypesEnum string + const DataKeyTypesPrivate + const DataKeyTypesPublic + func GetDataKeyTypesEnumValues() []DataKeyTypesEnum + type DeleteApmDomainRequest struct + ApmDomainId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteApmDomainRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteApmDomainRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteApmDomainRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteApmDomainRequest) String() string + type DeleteApmDomainResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteApmDomainResponse) HTTPResponse() *http.Response + func (response DeleteApmDomainResponse) String() string + type GenerateDataKeyDetails struct + Name *string + Type DataKeyTypesEnum + func (m GenerateDataKeyDetails) String() string + type GenerateDataKeysRequest struct + ApmDomainId *string + GenerateDataKeysListDetails []GenerateDataKeyDetails + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GenerateDataKeysRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GenerateDataKeysRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GenerateDataKeysRequest) RetryPolicy() *common.RetryPolicy + func (request GenerateDataKeysRequest) String() string + type GenerateDataKeysResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response GenerateDataKeysResponse) HTTPResponse() *http.Response + func (response GenerateDataKeysResponse) String() string + type GetApmDomainRequest struct + ApmDomainId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetApmDomainRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetApmDomainRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetApmDomainRequest) RetryPolicy() *common.RetryPolicy + func (request GetApmDomainRequest) String() string + type GetApmDomainResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetApmDomainResponse) HTTPResponse() *http.Response + func (response GetApmDomainResponse) 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 *float32 + func (response GetWorkRequestResponse) HTTPResponse() *http.Response + func (response GetWorkRequestResponse) String() string + type LifecycleStatesEnum string + const LifecycleStatesActive + const LifecycleStatesCreating + const LifecycleStatesDeleted + const LifecycleStatesDeleting + const LifecycleStatesFailed + const LifecycleStatesUpdating + func GetLifecycleStatesEnumValues() []LifecycleStatesEnum + type ListApmDomainWorkRequestsRequest struct + ApmDomainId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + func (request ListApmDomainWorkRequestsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListApmDomainWorkRequestsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListApmDomainWorkRequestsRequest) RetryPolicy() *common.RetryPolicy + func (request ListApmDomainWorkRequestsRequest) String() string + type ListApmDomainWorkRequestsResponse struct + Items []WorkRequest + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListApmDomainWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListApmDomainWorkRequestsResponse) String() string + type ListApmDomainsLifecycleStateEnum string + const ListApmDomainsLifecycleStateActive + const ListApmDomainsLifecycleStateCreating + const ListApmDomainsLifecycleStateDeleted + const ListApmDomainsLifecycleStateDeleting + const ListApmDomainsLifecycleStateFailed + const ListApmDomainsLifecycleStateUpdating + func GetListApmDomainsLifecycleStateEnumValues() []ListApmDomainsLifecycleStateEnum + type ListApmDomainsRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ListApmDomainsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListApmDomainsSortByEnum + SortOrder ListApmDomainsSortOrderEnum + func (request ListApmDomainsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListApmDomainsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListApmDomainsRequest) RetryPolicy() *common.RetryPolicy + func (request ListApmDomainsRequest) String() string + type ListApmDomainsResponse struct + Items []ApmDomainSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListApmDomainsResponse) HTTPResponse() *http.Response + func (response ListApmDomainsResponse) String() string + type ListApmDomainsSortByEnum string + const ListApmDomainsSortByDisplayname + const ListApmDomainsSortByTimecreated + func GetListApmDomainsSortByEnumValues() []ListApmDomainsSortByEnum + type ListApmDomainsSortOrderEnum string + const ListApmDomainsSortOrderAsc + const ListApmDomainsSortOrderDesc + func GetListApmDomainsSortOrderEnumValues() []ListApmDomainsSortOrderEnum + type ListDataKeysDataKeyTypeEnum string + const ListDataKeysDataKeyTypePrivate + const ListDataKeysDataKeyTypePublic + func GetListDataKeysDataKeyTypeEnumValues() []ListDataKeysDataKeyTypeEnum + type ListDataKeysRequest struct + ApmDomainId *string + DataKeyType ListDataKeysDataKeyTypeEnum + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request ListDataKeysRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListDataKeysRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListDataKeysRequest) RetryPolicy() *common.RetryPolicy + func (request ListDataKeysRequest) String() string + type ListDataKeysResponse struct + Items []DataKeySummary + OpcRequestId *string + RawResponse *http.Response + func (response ListDataKeysResponse) HTTPResponse() *http.Response + func (response ListDataKeysResponse) String() string + type ListWorkRequestErrorsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + 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 + Items []WorkRequestError + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestErrorsResponse) String() string + type ListWorkRequestLogsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + 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 + Items []WorkRequestLogEntry + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestLogsResponse) String() string + type ListWorkRequestsRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + 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 + Items []WorkRequest + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestsResponse) String() string + type OperationStatusEnum string + const OperationStatusAccepted + const OperationStatusCanceled + const OperationStatusCanceling + const OperationStatusFailed + const OperationStatusInProgress + const OperationStatusSucceeded + func GetOperationStatusEnumValues() []OperationStatusEnum + type OperationTypesEnum string + const OperationTypesCreateApmDomain + const OperationTypesDeleteApmDomain + const OperationTypesGenerateDataKeys + const OperationTypesRemoveDataKeys + const OperationTypesUpdateApmDomain + func GetOperationTypesEnumValues() []OperationTypesEnum + type RemoveDataKeyDetails struct + Name *string + func (m RemoveDataKeyDetails) String() string + type RemoveDataKeysRequest struct + ApmDomainId *string + IfMatch *string + OpcRequestId *string + RemoveDataKeysListDetails []RemoveDataKeyDetails + RequestMetadata common.RequestMetadata + func (request RemoveDataKeysRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request RemoveDataKeysRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request RemoveDataKeysRequest) RetryPolicy() *common.RetryPolicy + func (request RemoveDataKeysRequest) String() string + type RemoveDataKeysResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response RemoveDataKeysResponse) HTTPResponse() *http.Response + func (response RemoveDataKeysResponse) String() string + type SortOrdersEnum string + const SortOrdersAsc + const SortOrdersDesc + func GetSortOrdersEnumValues() []SortOrdersEnum + type UpdateApmDomainDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + func (m UpdateApmDomainDetails) String() string + type UpdateApmDomainRequest struct + ApmDomainId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateApmDomainRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateApmDomainRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateApmDomainRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateApmDomainRequest) String() string + type UpdateApmDomainResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateApmDomainResponse) HTTPResponse() *http.Response + func (response UpdateApmDomainResponse) String() string + type WorkRequest struct + CompartmentId *string + Id *string + OperationType OperationTypesEnum + 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 WorkRequestLogEntry struct + Message *string + Timestamp *common.SDKTime + func (m WorkRequestLogEntry) String() string + type WorkRequestResource struct + ActionType ActionTypesEnum + EntityType *string + EntityUri *string + Identifier *string + func (m WorkRequestResource) String() string Other modules containing this package github.com/oracle/oci-go-sdk/v36 github.com/oracle/oci-go-sdk/v37 github.com/oracle/oci-go-sdk/v38 github.com/oracle/oci-go-sdk/v39 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/v52 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