Versions in this module Expand all Collapse all v41 v41.2.0 Jun 8, 2021 v41.1.0 Jun 1, 2021 v41.0.0 May 25, 2021 Changes in this version + type ChangeManagementDashboardsCompartmentDetails struct + CompartmentId *string + func (m ChangeManagementDashboardsCompartmentDetails) String() string + type ChangeManagementDashboardsCompartmentRequest struct + IfMatch *string + ManagementDashboardId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeManagementDashboardsCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeManagementDashboardsCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ChangeManagementDashboardsCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeManagementDashboardsCompartmentRequest) String() string + type ChangeManagementDashboardsCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeManagementDashboardsCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeManagementDashboardsCompartmentResponse) String() string + type ChangeManagementSavedSearchesCompartmentDetails struct + CompartmentId *string + func (m ChangeManagementSavedSearchesCompartmentDetails) String() string + type ChangeManagementSavedSearchesCompartmentRequest struct + IfMatch *string + ManagementSavedSearchId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeManagementSavedSearchesCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeManagementSavedSearchesCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ChangeManagementSavedSearchesCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeManagementSavedSearchesCompartmentRequest) String() string + type ChangeManagementSavedSearchesCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeManagementSavedSearchesCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeManagementSavedSearchesCompartmentResponse) String() string + type CreateManagementDashboardDetails struct + CompartmentId *string + DashboardId *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + IsFavorite *bool + IsOobDashboard *bool + IsShowDescription *bool + IsShowInHome *bool + MetadataVersion *string + Nls *interface{} + ProviderId *string + ProviderName *string + ProviderVersion *string + ScreenImage *string + Tiles []ManagementDashboardTileDetails + Type *string + UiConfig *interface{} + func (m CreateManagementDashboardDetails) String() string + type CreateManagementDashboardRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateManagementDashboardRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateManagementDashboardRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateManagementDashboardRequest) RetryPolicy() *common.RetryPolicy + func (request CreateManagementDashboardRequest) String() string + type CreateManagementDashboardResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateManagementDashboardResponse) HTTPResponse() *http.Response + func (response CreateManagementDashboardResponse) String() string + type CreateManagementSavedSearchDetails struct + CompartmentId *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsOobSavedSearch *bool + MetadataVersion *string + Nls *interface{} + ProviderId *string + ProviderName *string + ProviderVersion *string + ScreenImage *string + Type SavedSearchTypesEnum + UiConfig *interface{} + WidgetTemplate *string + WidgetVM *string + func (m CreateManagementSavedSearchDetails) String() string + type CreateManagementSavedSearchRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateManagementSavedSearchRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateManagementSavedSearchRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request CreateManagementSavedSearchRequest) RetryPolicy() *common.RetryPolicy + func (request CreateManagementSavedSearchRequest) String() string + type CreateManagementSavedSearchResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateManagementSavedSearchResponse) HTTPResponse() *http.Response + func (response CreateManagementSavedSearchResponse) String() string + type DashxApisClient struct + func NewDashxApisClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client DashxApisClient, err error) + func NewDashxApisClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client DashxApisClient, err error) + func (client *DashxApisClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *DashxApisClient) SetRegion(region string) + func (client DashxApisClient) ChangeManagementDashboardsCompartment(ctx context.Context, request ChangeManagementDashboardsCompartmentRequest) (response ChangeManagementDashboardsCompartmentResponse, err error) + func (client DashxApisClient) ChangeManagementSavedSearchesCompartment(ctx context.Context, request ChangeManagementSavedSearchesCompartmentRequest) (response ChangeManagementSavedSearchesCompartmentResponse, err error) + func (client DashxApisClient) CreateManagementDashboard(ctx context.Context, request CreateManagementDashboardRequest) (response CreateManagementDashboardResponse, err error) + func (client DashxApisClient) CreateManagementSavedSearch(ctx context.Context, request CreateManagementSavedSearchRequest) (response CreateManagementSavedSearchResponse, err error) + func (client DashxApisClient) DeleteManagementDashboard(ctx context.Context, request DeleteManagementDashboardRequest) (response DeleteManagementDashboardResponse, err error) + func (client DashxApisClient) DeleteManagementSavedSearch(ctx context.Context, request DeleteManagementSavedSearchRequest) (response DeleteManagementSavedSearchResponse, err error) + func (client DashxApisClient) ExportDashboard(ctx context.Context, request ExportDashboardRequest) (response ExportDashboardResponse, err error) + func (client DashxApisClient) GetManagementDashboard(ctx context.Context, request GetManagementDashboardRequest) (response GetManagementDashboardResponse, err error) + func (client DashxApisClient) GetManagementSavedSearch(ctx context.Context, request GetManagementSavedSearchRequest) (response GetManagementSavedSearchResponse, err error) + func (client DashxApisClient) ImportDashboard(ctx context.Context, request ImportDashboardRequest) (response ImportDashboardResponse, err error) + func (client DashxApisClient) ListManagementDashboards(ctx context.Context, request ListManagementDashboardsRequest) (response ListManagementDashboardsResponse, err error) + func (client DashxApisClient) ListManagementSavedSearches(ctx context.Context, request ListManagementSavedSearchesRequest) (response ListManagementSavedSearchesResponse, err error) + func (client DashxApisClient) UpdateManagementDashboard(ctx context.Context, request UpdateManagementDashboardRequest) (response UpdateManagementDashboardResponse, err error) + func (client DashxApisClient) UpdateManagementSavedSearch(ctx context.Context, request UpdateManagementSavedSearchRequest) (response UpdateManagementSavedSearchResponse, err error) + type DeleteManagementDashboardRequest struct + IfMatch *string + ManagementDashboardId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteManagementDashboardRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteManagementDashboardRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeleteManagementDashboardRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteManagementDashboardRequest) String() string + type DeleteManagementDashboardResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteManagementDashboardResponse) HTTPResponse() *http.Response + func (response DeleteManagementDashboardResponse) String() string + type DeleteManagementSavedSearchRequest struct + IfMatch *string + ManagementSavedSearchId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteManagementSavedSearchRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteManagementSavedSearchRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request DeleteManagementSavedSearchRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteManagementSavedSearchRequest) String() string + type DeleteManagementSavedSearchResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteManagementSavedSearchResponse) HTTPResponse() *http.Response + func (response DeleteManagementSavedSearchResponse) String() string + type ExportDashboardRequest struct + ExportDashboardId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ExportDashboardRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ExportDashboardRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ExportDashboardRequest) RetryPolicy() *common.RetryPolicy + func (request ExportDashboardRequest) String() string + type ExportDashboardResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ExportDashboardResponse) HTTPResponse() *http.Response + func (response ExportDashboardResponse) String() string + type GetManagementDashboardRequest struct + ManagementDashboardId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request GetManagementDashboardRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetManagementDashboardRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetManagementDashboardRequest) RetryPolicy() *common.RetryPolicy + func (request GetManagementDashboardRequest) String() string + type GetManagementDashboardResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response GetManagementDashboardResponse) HTTPResponse() *http.Response + func (response GetManagementDashboardResponse) String() string + type GetManagementSavedSearchRequest struct + ManagementSavedSearchId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request GetManagementSavedSearchRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetManagementSavedSearchRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request GetManagementSavedSearchRequest) RetryPolicy() *common.RetryPolicy + func (request GetManagementSavedSearchRequest) String() string + type GetManagementSavedSearchResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response GetManagementSavedSearchResponse) HTTPResponse() *http.Response + func (response GetManagementSavedSearchResponse) String() string + type ImportDashboardRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ImportDashboardRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ImportDashboardRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ImportDashboardRequest) RetryPolicy() *common.RetryPolicy + func (request ImportDashboardRequest) String() string + type ImportDashboardResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ImportDashboardResponse) HTTPResponse() *http.Response + func (response ImportDashboardResponse) String() string + type LifecycleStatesEnum string + const LifecycleStatesActive + func GetLifecycleStatesEnumValues() []LifecycleStatesEnum + type ListManagementDashboardsRequest struct + CompartmentId *string + DisplayName *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListManagementDashboardsSortByEnum + SortOrder ListManagementDashboardsSortOrderEnum + func (request ListManagementDashboardsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListManagementDashboardsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListManagementDashboardsRequest) RetryPolicy() *common.RetryPolicy + func (request ListManagementDashboardsRequest) String() string + type ListManagementDashboardsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListManagementDashboardsResponse) HTTPResponse() *http.Response + func (response ListManagementDashboardsResponse) String() string + type ListManagementDashboardsSortByEnum string + const ListManagementDashboardsSortByDisplayname + const ListManagementDashboardsSortByTimecreated + func GetListManagementDashboardsSortByEnumValues() []ListManagementDashboardsSortByEnum + type ListManagementDashboardsSortOrderEnum string + const ListManagementDashboardsSortOrderAsc + const ListManagementDashboardsSortOrderDesc + func GetListManagementDashboardsSortOrderEnumValues() []ListManagementDashboardsSortOrderEnum + type ListManagementSavedSearchesRequest struct + CompartmentId *string + DisplayName *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListManagementSavedSearchesSortByEnum + SortOrder ListManagementSavedSearchesSortOrderEnum + func (request ListManagementSavedSearchesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListManagementSavedSearchesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request ListManagementSavedSearchesRequest) RetryPolicy() *common.RetryPolicy + func (request ListManagementSavedSearchesRequest) String() string + type ListManagementSavedSearchesResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListManagementSavedSearchesResponse) HTTPResponse() *http.Response + func (response ListManagementSavedSearchesResponse) String() string + type ListManagementSavedSearchesSortByEnum string + const ListManagementSavedSearchesSortByDisplayname + const ListManagementSavedSearchesSortByTimecreated + func GetListManagementSavedSearchesSortByEnumValues() []ListManagementSavedSearchesSortByEnum + type ListManagementSavedSearchesSortOrderEnum string + const ListManagementSavedSearchesSortOrderAsc + const ListManagementSavedSearchesSortOrderDesc + func GetListManagementSavedSearchesSortOrderEnumValues() []ListManagementSavedSearchesSortOrderEnum + type ManagementDashboard struct + CompartmentId *string + CreatedBy *string + DashboardId *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + IsFavorite *bool + IsOobDashboard *bool + IsShowDescription *bool + IsShowInHome *bool + MetadataVersion *string + Nls *interface{} + ProviderId *string + ProviderName *string + ProviderVersion *string + SavedSearches []ManagementSavedSearch + ScreenImage *string + Tiles []ManagementDashboardTileDetails + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type *string + UiConfig *interface{} + UpdatedBy *string + func (m ManagementDashboard) String() string + type ManagementDashboardCollection struct + Items []ManagementDashboardSummary + func (m ManagementDashboardCollection) String() string + type ManagementDashboardExportDetails struct + Dashboards []ManagementDashboardForImportExportDetails + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + func (m ManagementDashboardExportDetails) String() string + type ManagementDashboardForImportExportDetails struct + CompartmentId *string + DashboardId *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + IsFavorite *bool + IsOobDashboard *bool + IsShowDescription *bool + IsShowInHome *bool + MetadataVersion *string + Nls *interface{} + ProviderId *string + ProviderName *string + ProviderVersion *string + SavedSearches []ManagementSavedSearchForImportDetails + ScreenImage *string + Tiles []ManagementDashboardTileDetails + Type *string + UiConfig *interface{} + func (m ManagementDashboardForImportExportDetails) String() string + type ManagementDashboardImportDetails struct + Dashboards []ManagementDashboardForImportExportDetails + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + func (m ManagementDashboardImportDetails) String() string + type ManagementDashboardSummary struct + CompartmentId *string + CreatedBy *string + DashboardId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + IsOobDashboard *bool + LifecycleState LifecycleStatesEnum + MetadataVersion *string + Nls *interface{} + ScreenImage *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type *string + UpdatedBy *string + func (m ManagementDashboardSummary) String() string + type ManagementDashboardTileDetails struct + Column *int + DataConfig []interface{} + DisplayName *string + DrilldownConfig *interface{} + Height *int + Nls *interface{} + Row *int + SavedSearchId *string + State ManagementDashboardTileDetailsStateEnum + UiConfig *interface{} + Width *int + func (m ManagementDashboardTileDetails) String() string + type ManagementDashboardTileDetailsStateEnum string + const ManagementDashboardTileDetailsStateDefault + const ManagementDashboardTileDetailsStateDeleted + const ManagementDashboardTileDetailsStateUnauthorized + func GetManagementDashboardTileDetailsStateEnumValues() []ManagementDashboardTileDetailsStateEnum + type ManagementSavedSearch struct + CompartmentId *string + CreatedBy *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsOobSavedSearch *bool + MetadataVersion *string + Nls *interface{} + ProviderId *string + ProviderName *string + ProviderVersion *string + ScreenImage *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type SavedSearchTypesEnum + UiConfig *interface{} + UpdatedBy *string + WidgetTemplate *string + WidgetVM *string + func (m ManagementSavedSearch) String() string + type ManagementSavedSearchCollection struct + Items []ManagementSavedSearchSummary + func (m ManagementSavedSearchCollection) String() string + type ManagementSavedSearchForImportDetails struct + CompartmentId *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsOobSavedSearch *bool + MetadataVersion *string + Nls *interface{} + ProviderId *string + ProviderName *string + ProviderVersion *string + ScreenImage *string + Type SavedSearchTypesEnum + UiConfig *interface{} + WidgetTemplate *string + WidgetVM *string + func (m ManagementSavedSearchForImportDetails) String() string + type ManagementSavedSearchSummary struct + CompartmentId *string + CreatedBy *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsOobSavedSearch *bool + LifecycleState LifecycleStatesEnum + MetadataVersion *string + Nls *interface{} + ProviderId *string + ScreenImage *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + Type SavedSearchTypesEnum + UiConfig *interface{} + UpdatedBy *string + WidgetTemplate *string + WidgetVM *string + func (m ManagementSavedSearchSummary) String() string + type SavedSearchTypesEnum string + const SavedSearchTypesSearchDontShowInDashboard + const SavedSearchTypesSearchShowInDashboard + const SavedSearchTypesWidgetDontShowInDashboard + const SavedSearchTypesWidgetShowInDashboard + func GetSavedSearchTypesEnumValues() []SavedSearchTypesEnum + type SortOrdersEnum string + const SortOrdersAsc + const SortOrdersDesc + func GetSortOrdersEnumValues() []SortOrdersEnum + type UpdateManagementDashboardDetails struct + CompartmentId *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + IsFavorite *bool + IsOobDashboard *bool + IsShowDescription *bool + IsShowInHome *bool + MetadataVersion *string + Nls *interface{} + ProviderId *string + ProviderName *string + ProviderVersion *string + ScreenImage *string + Tiles []ManagementDashboardTileDetails + Type *string + UiConfig *interface{} + func (m UpdateManagementDashboardDetails) String() string + type UpdateManagementDashboardRequest struct + IfMatch *string + ManagementDashboardId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request UpdateManagementDashboardRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateManagementDashboardRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateManagementDashboardRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateManagementDashboardRequest) String() string + type UpdateManagementDashboardResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateManagementDashboardResponse) HTTPResponse() *http.Response + func (response UpdateManagementDashboardResponse) String() string + type UpdateManagementSavedSearchDetails struct + CompartmentId *string + DataConfig []interface{} + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + IsOobSavedSearch *bool + MetadataVersion *string + Nls *interface{} + ProviderId *string + ProviderName *string + ProviderVersion *string + ScreenImage *string + Type SavedSearchTypesEnum + UiConfig *interface{} + WidgetTemplate *string + WidgetVM *string + func (m UpdateManagementSavedSearchDetails) String() string + type UpdateManagementSavedSearchRequest struct + IfMatch *string + ManagementSavedSearchId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request UpdateManagementSavedSearchRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateManagementSavedSearchRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser) (http.Request, error) + func (request UpdateManagementSavedSearchRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateManagementSavedSearchRequest) String() string + type UpdateManagementSavedSearchResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateManagementSavedSearchResponse) HTTPResponse() *http.Response + func (response UpdateManagementSavedSearchResponse) String() string Other modules containing this package github.com/oracle/oci-go-sdk github.com/oracle/oci-go-sdk/v25 github.com/oracle/oci-go-sdk/v26 github.com/oracle/oci-go-sdk/v27 github.com/oracle/oci-go-sdk/v28 github.com/oracle/oci-go-sdk/v29 github.com/oracle/oci-go-sdk/v30 github.com/oracle/oci-go-sdk/v31 github.com/oracle/oci-go-sdk/v32 github.com/oracle/oci-go-sdk/v33 github.com/oracle/oci-go-sdk/v34 github.com/oracle/oci-go-sdk/v35 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/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/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