Versions in this module Expand all Collapse all v37 v37.0.0 Mar 23, 2021 Changes in this version + type AvailablePluginSummary struct + IsEnabledByDefault *bool + IsSupported *bool + Name *string + Summary *string + func (m AvailablePluginSummary) String() string + type CancelInstanceAgentCommandRequest struct + IfMatch *string + InstanceAgentCommandId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request CancelInstanceAgentCommandRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CancelInstanceAgentCommandRequest) RetryPolicy() *common.RetryPolicy + func (request CancelInstanceAgentCommandRequest) String() string + type CancelInstanceAgentCommandResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response CancelInstanceAgentCommandResponse) HTTPResponse() *http.Response + func (response CancelInstanceAgentCommandResponse) String() string + type ComputeInstanceAgentClient struct + func NewComputeInstanceAgentClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ComputeInstanceAgentClient, err error) + func NewComputeInstanceAgentClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ComputeInstanceAgentClient, err error) + func (client *ComputeInstanceAgentClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *ComputeInstanceAgentClient) SetRegion(region string) + func (client ComputeInstanceAgentClient) CancelInstanceAgentCommand(ctx context.Context, request CancelInstanceAgentCommandRequest) (response CancelInstanceAgentCommandResponse, err error) + func (client ComputeInstanceAgentClient) CreateInstanceAgentCommand(ctx context.Context, request CreateInstanceAgentCommandRequest) (response CreateInstanceAgentCommandResponse, err error) + func (client ComputeInstanceAgentClient) GetInstanceAgentCommand(ctx context.Context, request GetInstanceAgentCommandRequest) (response GetInstanceAgentCommandResponse, err error) + func (client ComputeInstanceAgentClient) GetInstanceAgentCommandExecution(ctx context.Context, request GetInstanceAgentCommandExecutionRequest) (response GetInstanceAgentCommandExecutionResponse, err error) + func (client ComputeInstanceAgentClient) ListInstanceAgentCommandExecutions(ctx context.Context, request ListInstanceAgentCommandExecutionsRequest) (response ListInstanceAgentCommandExecutionsResponse, err error) + func (client ComputeInstanceAgentClient) ListInstanceAgentCommands(ctx context.Context, request ListInstanceAgentCommandsRequest) (response ListInstanceAgentCommandsResponse, err error) + type CreateInstanceAgentCommandDetails struct + CompartmentId *string + Content *InstanceAgentCommandContent + DisplayName *string + ExecutionTimeOutInSeconds *int + Target *InstanceAgentCommandTarget + func (m CreateInstanceAgentCommandDetails) String() string + type CreateInstanceAgentCommandRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateInstanceAgentCommandRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateInstanceAgentCommandRequest) RetryPolicy() *common.RetryPolicy + func (request CreateInstanceAgentCommandRequest) String() string + type CreateInstanceAgentCommandResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateInstanceAgentCommandResponse) HTTPResponse() *http.Response + func (response CreateInstanceAgentCommandResponse) String() string + type GetInstanceAgentCommandExecutionRequest struct + InstanceAgentCommandId *string + InstanceId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetInstanceAgentCommandExecutionRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetInstanceAgentCommandExecutionRequest) RetryPolicy() *common.RetryPolicy + func (request GetInstanceAgentCommandExecutionRequest) String() string + type GetInstanceAgentCommandExecutionResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetInstanceAgentCommandExecutionResponse) HTTPResponse() *http.Response + func (response GetInstanceAgentCommandExecutionResponse) String() string + type GetInstanceAgentCommandRequest struct + InstanceAgentCommandId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetInstanceAgentCommandRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetInstanceAgentCommandRequest) RetryPolicy() *common.RetryPolicy + func (request GetInstanceAgentCommandRequest) String() string + type GetInstanceAgentCommandResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetInstanceAgentCommandResponse) HTTPResponse() *http.Response + func (response GetInstanceAgentCommandResponse) String() string + type GetInstanceAgentPluginRequest struct + CompartmentId *string + InstanceagentId *string + OpcRequestId *string + PluginName *string + RequestMetadata common.RequestMetadata + func (request GetInstanceAgentPluginRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetInstanceAgentPluginRequest) RetryPolicy() *common.RetryPolicy + func (request GetInstanceAgentPluginRequest) String() string + type GetInstanceAgentPluginResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response GetInstanceAgentPluginResponse) HTTPResponse() *http.Response + func (response GetInstanceAgentPluginResponse) String() string + type InstanceAgentCommand struct + CompartmentId *string + Content *InstanceAgentCommandContent + DisplayName *string + ExecutionTimeOutInSeconds *int + Id *string + IsCanceled *bool + Target *InstanceAgentCommandTarget + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m InstanceAgentCommand) String() string + type InstanceAgentCommandContent struct + Output InstanceAgentCommandOutputDetails + Source InstanceAgentCommandSourceDetails + func (m *InstanceAgentCommandContent) UnmarshalJSON(data []byte) (e error) + func (m InstanceAgentCommandContent) String() string + type InstanceAgentCommandExecution struct + Content InstanceAgentCommandExecutionOutputContent + DeliveryState InstanceAgentCommandExecutionDeliveryStateEnum + DisplayName *string + InstanceAgentCommandId *string + InstanceId *string + LifecycleState InstanceAgentCommandExecutionLifecycleStateEnum + SequenceNumber *int64 + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m *InstanceAgentCommandExecution) UnmarshalJSON(data []byte) (e error) + func (m InstanceAgentCommandExecution) String() string + type InstanceAgentCommandExecutionDeliveryStateEnum string + const InstanceAgentCommandExecutionDeliveryStateAcked + const InstanceAgentCommandExecutionDeliveryStateAckedCanceled + const InstanceAgentCommandExecutionDeliveryStateExpired + const InstanceAgentCommandExecutionDeliveryStatePending + const InstanceAgentCommandExecutionDeliveryStateVisible + func GetInstanceAgentCommandExecutionDeliveryStateEnumValues() []InstanceAgentCommandExecutionDeliveryStateEnum + type InstanceAgentCommandExecutionLifecycleStateEnum string + const InstanceAgentCommandExecutionLifecycleStateAccepted + const InstanceAgentCommandExecutionLifecycleStateCanceled + const InstanceAgentCommandExecutionLifecycleStateFailed + const InstanceAgentCommandExecutionLifecycleStateInProgress + const InstanceAgentCommandExecutionLifecycleStateSucceeded + const InstanceAgentCommandExecutionLifecycleStateTimedOut + func GetInstanceAgentCommandExecutionLifecycleStateEnumValues() []InstanceAgentCommandExecutionLifecycleStateEnum + type InstanceAgentCommandExecutionOutputContent interface + GetExitCode func() *int + GetMessage func() *string + type InstanceAgentCommandExecutionOutputContentOutputTypeEnum string + const InstanceAgentCommandExecutionOutputContentOutputTypeObjectStorageTuple + const InstanceAgentCommandExecutionOutputContentOutputTypeObjectStorageUri + const InstanceAgentCommandExecutionOutputContentOutputTypeText + func GetInstanceAgentCommandExecutionOutputContentOutputTypeEnumValues() []InstanceAgentCommandExecutionOutputContentOutputTypeEnum + type InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetails struct + BucketName *string + ExitCode *int + Message *string + NamespaceName *string + ObjectName *string + func (m InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetails) GetExitCode() *int + func (m InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetails) GetMessage() *string + func (m InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandExecutionOutputViaObjectStorageTupleDetails) String() string + type InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails struct + ExitCode *int + Message *string + OutputUri *string + func (m InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails) GetExitCode() *int + func (m InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails) GetMessage() *string + func (m InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandExecutionOutputViaObjectStorageUriDetails) String() string + type InstanceAgentCommandExecutionOutputViaTextDetails struct + ExitCode *int + Message *string + Text *string + TextSha256 *string + func (m InstanceAgentCommandExecutionOutputViaTextDetails) GetExitCode() *int + func (m InstanceAgentCommandExecutionOutputViaTextDetails) GetMessage() *string + func (m InstanceAgentCommandExecutionOutputViaTextDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandExecutionOutputViaTextDetails) String() string + type InstanceAgentCommandExecutionSummary struct + Content InstanceAgentCommandExecutionOutputContent + DeliveryState InstanceAgentCommandExecutionSummaryDeliveryStateEnum + DisplayName *string + InstanceAgentCommandId *string + InstanceId *string + LifecycleState InstanceAgentCommandExecutionSummaryLifecycleStateEnum + SequenceNumber *int64 + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m *InstanceAgentCommandExecutionSummary) UnmarshalJSON(data []byte) (e error) + func (m InstanceAgentCommandExecutionSummary) String() string + type InstanceAgentCommandExecutionSummaryDeliveryStateEnum string + const InstanceAgentCommandExecutionSummaryDeliveryStateAcked + const InstanceAgentCommandExecutionSummaryDeliveryStateAckedCanceled + const InstanceAgentCommandExecutionSummaryDeliveryStateExpired + const InstanceAgentCommandExecutionSummaryDeliveryStatePending + const InstanceAgentCommandExecutionSummaryDeliveryStateVisible + func GetInstanceAgentCommandExecutionSummaryDeliveryStateEnumValues() []InstanceAgentCommandExecutionSummaryDeliveryStateEnum + type InstanceAgentCommandExecutionSummaryLifecycleStateEnum string + const InstanceAgentCommandExecutionSummaryLifecycleStateAccepted + const InstanceAgentCommandExecutionSummaryLifecycleStateCanceled + const InstanceAgentCommandExecutionSummaryLifecycleStateFailed + const InstanceAgentCommandExecutionSummaryLifecycleStateInProgress + const InstanceAgentCommandExecutionSummaryLifecycleStateSucceeded + const InstanceAgentCommandExecutionSummaryLifecycleStateTimedOut + func GetInstanceAgentCommandExecutionSummaryLifecycleStateEnumValues() []InstanceAgentCommandExecutionSummaryLifecycleStateEnum + type InstanceAgentCommandOutputDetails interface + type InstanceAgentCommandOutputDetailsOutputTypeEnum string + const InstanceAgentCommandOutputDetailsOutputTypeObjectStorageTuple + const InstanceAgentCommandOutputDetailsOutputTypeObjectStorageUri + const InstanceAgentCommandOutputDetailsOutputTypeText + func GetInstanceAgentCommandOutputDetailsOutputTypeEnumValues() []InstanceAgentCommandOutputDetailsOutputTypeEnum + type InstanceAgentCommandOutputViaObjectStorageTupleDetails struct + BucketName *string + NamespaceName *string + ObjectName *string + func (m InstanceAgentCommandOutputViaObjectStorageTupleDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandOutputViaObjectStorageTupleDetails) String() string + type InstanceAgentCommandOutputViaObjectStorageUriDetails struct + OutputUri *string + func (m InstanceAgentCommandOutputViaObjectStorageUriDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandOutputViaObjectStorageUriDetails) String() string + type InstanceAgentCommandOutputViaTextDetails struct + func (m InstanceAgentCommandOutputViaTextDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandOutputViaTextDetails) String() string + type InstanceAgentCommandSourceDetails interface + type InstanceAgentCommandSourceDetailsSourceTypeEnum string + const InstanceAgentCommandSourceDetailsSourceTypeObjectStorageTuple + const InstanceAgentCommandSourceDetailsSourceTypeObjectStorageUri + const InstanceAgentCommandSourceDetailsSourceTypeText + func GetInstanceAgentCommandSourceDetailsSourceTypeEnumValues() []InstanceAgentCommandSourceDetailsSourceTypeEnum + type InstanceAgentCommandSourceViaObjectStorageTupleDetails struct + BucketName *string + NamespaceName *string + ObjectName *string + func (m InstanceAgentCommandSourceViaObjectStorageTupleDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandSourceViaObjectStorageTupleDetails) String() string + type InstanceAgentCommandSourceViaObjectStorageUriDetails struct + SourceUri *string + func (m InstanceAgentCommandSourceViaObjectStorageUriDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandSourceViaObjectStorageUriDetails) String() string + type InstanceAgentCommandSourceViaTextDetails struct + Text *string + TextSha256 *string + func (m InstanceAgentCommandSourceViaTextDetails) MarshalJSON() (buff []byte, e error) + func (m InstanceAgentCommandSourceViaTextDetails) String() string + type InstanceAgentCommandSummary struct + CompartmentId *string + DisplayName *string + InstanceAgentCommandId *string + IsCanceled *bool + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m InstanceAgentCommandSummary) String() string + type InstanceAgentCommandTarget struct + InstanceId *string + func (m InstanceAgentCommandTarget) String() string + type InstanceAgentPlugin struct + Message *string + Name *string + Status InstanceAgentPluginStatusEnum + TimeLastUpdatedUtc *common.SDKTime + func (m InstanceAgentPlugin) String() string + type InstanceAgentPluginStatusEnum string + const InstanceAgentPluginStatusInvalid + const InstanceAgentPluginStatusNotSupported + const InstanceAgentPluginStatusRunning + const InstanceAgentPluginStatusStopped + func GetInstanceAgentPluginStatusEnumValues() []InstanceAgentPluginStatusEnum + type InstanceAgentPluginSummary struct + Name *string + Status InstanceAgentPluginSummaryStatusEnum + TimeLastUpdatedUtc *common.SDKTime + func (m InstanceAgentPluginSummary) String() string + type InstanceAgentPluginSummaryStatusEnum string + const InstanceAgentPluginSummaryStatusInvalid + const InstanceAgentPluginSummaryStatusNotSupported + const InstanceAgentPluginSummaryStatusRunning + const InstanceAgentPluginSummaryStatusStopped + func GetInstanceAgentPluginSummaryStatusEnumValues() []InstanceAgentPluginSummaryStatusEnum + type ListInstanceAgentCommandExecutionsRequest struct + CompartmentId *string + InstanceId *string + LifecycleState InstanceAgentCommandExecutionSummaryLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListInstanceAgentCommandExecutionsSortByEnum + SortOrder ListInstanceAgentCommandExecutionsSortOrderEnum + func (request ListInstanceAgentCommandExecutionsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListInstanceAgentCommandExecutionsRequest) RetryPolicy() *common.RetryPolicy + func (request ListInstanceAgentCommandExecutionsRequest) String() string + type ListInstanceAgentCommandExecutionsResponse struct + Items []InstanceAgentCommandExecutionSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListInstanceAgentCommandExecutionsResponse) HTTPResponse() *http.Response + func (response ListInstanceAgentCommandExecutionsResponse) String() string + type ListInstanceAgentCommandExecutionsSortByEnum string + const ListInstanceAgentCommandExecutionsSortByDisplayname + const ListInstanceAgentCommandExecutionsSortByTimecreated + func GetListInstanceAgentCommandExecutionsSortByEnumValues() []ListInstanceAgentCommandExecutionsSortByEnum + type ListInstanceAgentCommandExecutionsSortOrderEnum string + const ListInstanceAgentCommandExecutionsSortOrderAsc + const ListInstanceAgentCommandExecutionsSortOrderDesc + func GetListInstanceAgentCommandExecutionsSortOrderEnumValues() []ListInstanceAgentCommandExecutionsSortOrderEnum + type ListInstanceAgentCommandsRequest struct + CompartmentId *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListInstanceAgentCommandsSortByEnum + SortOrder ListInstanceAgentCommandsSortOrderEnum + func (request ListInstanceAgentCommandsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListInstanceAgentCommandsRequest) RetryPolicy() *common.RetryPolicy + func (request ListInstanceAgentCommandsRequest) String() string + type ListInstanceAgentCommandsResponse struct + Items []InstanceAgentCommandSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListInstanceAgentCommandsResponse) HTTPResponse() *http.Response + func (response ListInstanceAgentCommandsResponse) String() string + type ListInstanceAgentCommandsSortByEnum string + const ListInstanceAgentCommandsSortByDisplayname + const ListInstanceAgentCommandsSortByTimecreated + func GetListInstanceAgentCommandsSortByEnumValues() []ListInstanceAgentCommandsSortByEnum + type ListInstanceAgentCommandsSortOrderEnum string + const ListInstanceAgentCommandsSortOrderAsc + const ListInstanceAgentCommandsSortOrderDesc + func GetListInstanceAgentCommandsSortOrderEnumValues() []ListInstanceAgentCommandsSortOrderEnum + type ListInstanceAgentPluginsRequest struct + CompartmentId *string + InstanceagentId *string + Limit *int + Name *string + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListInstanceAgentPluginsSortByEnum + SortOrder ListInstanceAgentPluginsSortOrderEnum + Status ListInstanceAgentPluginsStatusEnum + func (request ListInstanceAgentPluginsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListInstanceAgentPluginsRequest) RetryPolicy() *common.RetryPolicy + func (request ListInstanceAgentPluginsRequest) String() string + type ListInstanceAgentPluginsResponse struct + Items []InstanceAgentPluginSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListInstanceAgentPluginsResponse) HTTPResponse() *http.Response + func (response ListInstanceAgentPluginsResponse) String() string + type ListInstanceAgentPluginsSortByEnum string + const ListInstanceAgentPluginsSortByDisplayname + const ListInstanceAgentPluginsSortByTimecreated + func GetListInstanceAgentPluginsSortByEnumValues() []ListInstanceAgentPluginsSortByEnum + type ListInstanceAgentPluginsSortOrderEnum string + const ListInstanceAgentPluginsSortOrderAsc + const ListInstanceAgentPluginsSortOrderDesc + func GetListInstanceAgentPluginsSortOrderEnumValues() []ListInstanceAgentPluginsSortOrderEnum + type ListInstanceAgentPluginsStatusEnum string + const ListInstanceAgentPluginsStatusInvalid + const ListInstanceAgentPluginsStatusNotSupported + const ListInstanceAgentPluginsStatusRunning + const ListInstanceAgentPluginsStatusStopped + func GetListInstanceAgentPluginsStatusEnumValues() []ListInstanceAgentPluginsStatusEnum + type ListInstanceagentAvailablePluginsRequest struct + CompartmentId *string + Limit *int + Name *string + OpcRequestId *string + OsName *string + OsVersion *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListInstanceagentAvailablePluginsSortByEnum + SortOrder ListInstanceagentAvailablePluginsSortOrderEnum + func (request ListInstanceagentAvailablePluginsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListInstanceagentAvailablePluginsRequest) RetryPolicy() *common.RetryPolicy + func (request ListInstanceagentAvailablePluginsRequest) String() string + type ListInstanceagentAvailablePluginsResponse struct + Items []AvailablePluginSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListInstanceagentAvailablePluginsResponse) HTTPResponse() *http.Response + func (response ListInstanceagentAvailablePluginsResponse) String() string + type ListInstanceagentAvailablePluginsSortByEnum string + const ListInstanceagentAvailablePluginsSortByDisplayname + const ListInstanceagentAvailablePluginsSortByTimecreated + func GetListInstanceagentAvailablePluginsSortByEnumValues() []ListInstanceagentAvailablePluginsSortByEnum + type ListInstanceagentAvailablePluginsSortOrderEnum string + const ListInstanceagentAvailablePluginsSortOrderAsc + const ListInstanceagentAvailablePluginsSortOrderDesc + func GetListInstanceagentAvailablePluginsSortOrderEnumValues() []ListInstanceagentAvailablePluginsSortOrderEnum + type Plugin struct + LastUpdateTime *common.SDKTime + Message *string + Name *string + Status *string + Version *string + func (m Plugin) String() string + type PluginClient struct + func NewPluginClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client PluginClient, err error) + func NewPluginClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client PluginClient, err error) + func (client *PluginClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *PluginClient) SetRegion(region string) + func (client PluginClient) GetInstanceAgentPlugin(ctx context.Context, request GetInstanceAgentPluginRequest) (response GetInstanceAgentPluginResponse, err error) + func (client PluginClient) ListInstanceAgentPlugins(ctx context.Context, request ListInstanceAgentPluginsRequest) (response ListInstanceAgentPluginsResponse, err error) + type PluginconfigClient struct + func NewPluginconfigClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client PluginconfigClient, err error) + func NewPluginconfigClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client PluginconfigClient, err error) + func (client *PluginconfigClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *PluginconfigClient) SetRegion(region string) + func (client PluginconfigClient) ListInstanceagentAvailablePlugins(ctx context.Context, request ListInstanceagentAvailablePluginsRequest) (response ListInstanceagentAvailablePluginsResponse, err error) Other modules containing this package 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/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/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