Versions in this module Expand all Collapse all v55 v55.1.0 Jan 18, 2022 v55.0.0 Jan 11, 2022 Changes in this version + type ApplicationMigrationClient struct + func NewApplicationMigrationClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ApplicationMigrationClient, err error) + func NewApplicationMigrationClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ApplicationMigrationClient, err error) + func (client *ApplicationMigrationClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *ApplicationMigrationClient) SetRegion(region string) + func (client ApplicationMigrationClient) CancelWorkRequest(ctx context.Context, request CancelWorkRequestRequest) (response CancelWorkRequestResponse, err error) + func (client ApplicationMigrationClient) ChangeMigrationCompartment(ctx context.Context, request ChangeMigrationCompartmentRequest) (response ChangeMigrationCompartmentResponse, err error) + func (client ApplicationMigrationClient) ChangeSourceCompartment(ctx context.Context, request ChangeSourceCompartmentRequest) (response ChangeSourceCompartmentResponse, err error) + func (client ApplicationMigrationClient) CreateMigration(ctx context.Context, request CreateMigrationRequest) (response CreateMigrationResponse, err error) + func (client ApplicationMigrationClient) CreateSource(ctx context.Context, request CreateSourceRequest) (response CreateSourceResponse, err error) + func (client ApplicationMigrationClient) DeleteMigration(ctx context.Context, request DeleteMigrationRequest) (response DeleteMigrationResponse, err error) + func (client ApplicationMigrationClient) DeleteSource(ctx context.Context, request DeleteSourceRequest) (response DeleteSourceResponse, err error) + func (client ApplicationMigrationClient) GetMigration(ctx context.Context, request GetMigrationRequest) (response GetMigrationResponse, err error) + func (client ApplicationMigrationClient) GetSource(ctx context.Context, request GetSourceRequest) (response GetSourceResponse, err error) + func (client ApplicationMigrationClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error) + func (client ApplicationMigrationClient) ListMigrations(ctx context.Context, request ListMigrationsRequest) (response ListMigrationsResponse, err error) + func (client ApplicationMigrationClient) ListSourceApplications(ctx context.Context, request ListSourceApplicationsRequest) (response ListSourceApplicationsResponse, err error) + func (client ApplicationMigrationClient) ListSources(ctx context.Context, request ListSourcesRequest) (response ListSourcesResponse, err error) + func (client ApplicationMigrationClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error) + func (client ApplicationMigrationClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error) + func (client ApplicationMigrationClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error) + func (client ApplicationMigrationClient) MigrateApplication(ctx context.Context, request MigrateApplicationRequest) (response MigrateApplicationResponse, err error) + func (client ApplicationMigrationClient) UpdateMigration(ctx context.Context, request UpdateMigrationRequest) (response UpdateMigrationResponse, err error) + func (client ApplicationMigrationClient) UpdateSource(ctx context.Context, request UpdateSourceRequest) (response UpdateSourceResponse, err error) + type AuthorizationDetails interface + type CancelWorkRequestRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request CancelWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CancelWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CancelWorkRequestRequest) RetryPolicy() *common.RetryPolicy + func (request CancelWorkRequestRequest) String() string + type CancelWorkRequestResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response CancelWorkRequestResponse) HTTPResponse() *http.Response + func (response CancelWorkRequestResponse) String() string + type ChangeCompartmentDetails struct + CompartmentId *string + func (m ChangeCompartmentDetails) String() string + type ChangeMigrationCompartmentRequest struct + ChangeMigrationCompartmentDetails ChangeCompartmentDetails + IfMatch *string + MigrationId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeMigrationCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeMigrationCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeMigrationCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeMigrationCompartmentRequest) String() string + type ChangeMigrationCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeMigrationCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeMigrationCompartmentResponse) String() string + type ChangeSourceCompartmentRequest struct + ChangeSourceCompartmentDetails ChangeCompartmentDetails + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + SourceId *string + func (request ChangeSourceCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeSourceCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeSourceCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeSourceCompartmentRequest) String() string + type ChangeSourceCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeSourceCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeSourceCompartmentResponse) String() string + type ConfigurationField struct + Description *string + Group *string + IsMutable *bool + IsRequired *bool + Name *string + ResourceList []ResourceField + Type *string + Value *string + func (m ConfigurationField) String() string + type CreateMigrationDetails struct + ApplicationConfig map[string]ConfigurationField + ApplicationName *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DiscoveryDetails DiscoveryDetails + DisplayName *string + FreeformTags map[string]string + IsSelectiveMigration *bool + PreCreatedTargetDatabaseType TargetDatabaseTypesEnum + ServiceConfig map[string]ConfigurationField + SourceId *string + func (m *CreateMigrationDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateMigrationDetails) String() string + type CreateMigrationRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateMigrationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateMigrationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateMigrationRequest) RetryPolicy() *common.RetryPolicy + func (request CreateMigrationRequest) String() string + type CreateMigrationResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateMigrationResponse) HTTPResponse() *http.Response + func (response CreateMigrationResponse) String() string + type CreateSourceDetails struct + AuthorizationDetails AuthorizationDetails + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + SourceDetails SourceDetails + func (m *CreateSourceDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateSourceDetails) String() string + type CreateSourceRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateSourceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateSourceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateSourceRequest) RetryPolicy() *common.RetryPolicy + func (request CreateSourceRequest) String() string + type CreateSourceResponse struct + Etag *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateSourceResponse) HTTPResponse() *http.Response + func (response CreateSourceResponse) String() string + type DeleteMigrationRequest struct + IfMatch *string + MigrationId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteMigrationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteMigrationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteMigrationRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteMigrationRequest) String() string + type DeleteMigrationResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteMigrationResponse) HTTPResponse() *http.Response + func (response DeleteMigrationResponse) String() string + type DeleteSourceRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + SourceId *string + func (request DeleteSourceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteSourceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteSourceRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteSourceRequest) String() string + type DeleteSourceResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteSourceResponse) HTTPResponse() *http.Response + func (response DeleteSourceResponse) String() string + type DiscoveryDetails interface + type GetMigrationRequest struct + MigrationId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetMigrationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetMigrationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetMigrationRequest) RetryPolicy() *common.RetryPolicy + func (request GetMigrationRequest) String() string + type GetMigrationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetMigrationResponse) HTTPResponse() *http.Response + func (response GetMigrationResponse) String() string + type GetSourceRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + SourceId *string + func (request GetSourceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetSourceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetSourceRequest) RetryPolicy() *common.RetryPolicy + func (request GetSourceRequest) String() string + type GetSourceResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetSourceResponse) HTTPResponse() *http.Response + func (response GetSourceResponse) 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 + func (response GetWorkRequestResponse) HTTPResponse() *http.Response + func (response GetWorkRequestResponse) String() string + type IcsDiscoveryDetails struct + ServiceInstancePassword *string + ServiceInstanceUser *string + func (m IcsDiscoveryDetails) MarshalJSON() (buff []byte, e error) + func (m IcsDiscoveryDetails) String() string + type ImportManifest struct + ExportDetails *interface{} + ExportType *string + Md5 *string + Signature *string + Timestamp *common.SDKTime + Version *string + func (m ImportManifest) String() string + type ImportSourceDetails struct + Bucket *string + Manifest *ImportManifest + Namespace *string + ObjectName *string + func (m ImportSourceDetails) MarshalJSON() (buff []byte, e error) + func (m ImportSourceDetails) String() string + type InternalAuthorizationDetails struct + Password *string + Username *string + func (m InternalAuthorizationDetails) MarshalJSON() (buff []byte, e error) + func (m InternalAuthorizationDetails) String() string + type InternalSourceDetails struct + AccountName *string + func (m InternalSourceDetails) MarshalJSON() (buff []byte, e error) + func (m InternalSourceDetails) String() string + type JcsDiscoveryDetails struct + WeblogicPassword *string + WeblogicUser *string + func (m JcsDiscoveryDetails) MarshalJSON() (buff []byte, e error) + func (m JcsDiscoveryDetails) String() string + type ListMigrationsLifecycleStateEnum string + const ListMigrationsLifecycleStateActive + const ListMigrationsLifecycleStateCreating + const ListMigrationsLifecycleStateDeleted + const ListMigrationsLifecycleStateDeleting + const ListMigrationsLifecycleStateInactive + const ListMigrationsLifecycleStateSucceeded + const ListMigrationsLifecycleStateUpdating + func GetListMigrationsLifecycleStateEnumValues() []ListMigrationsLifecycleStateEnum + type ListMigrationsRequest struct + CompartmentId *string + DisplayName *string + Id *string + LifecycleState ListMigrationsLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListMigrationsSortByEnum + SortOrder ListMigrationsSortOrderEnum + func (request ListMigrationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListMigrationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListMigrationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListMigrationsRequest) String() string + type ListMigrationsResponse struct + Items []MigrationSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListMigrationsResponse) HTTPResponse() *http.Response + func (response ListMigrationsResponse) String() string + type ListMigrationsSortByEnum string + const ListMigrationsSortByDisplayname + const ListMigrationsSortByTimecreated + func GetListMigrationsSortByEnumValues() []ListMigrationsSortByEnum + type ListMigrationsSortOrderEnum string + const ListMigrationsSortOrderAsc + const ListMigrationsSortOrderDesc + func GetListMigrationsSortOrderEnumValues() []ListMigrationsSortOrderEnum + type ListSourceApplicationsRequest struct + CompartmentId *string + DisplayName *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListSourceApplicationsSortByEnum + SortOrder ListSourceApplicationsSortOrderEnum + SourceId *string + func (request ListSourceApplicationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListSourceApplicationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListSourceApplicationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListSourceApplicationsRequest) String() string + type ListSourceApplicationsResponse struct + Items []SourceApplicationSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListSourceApplicationsResponse) HTTPResponse() *http.Response + func (response ListSourceApplicationsResponse) String() string + type ListSourceApplicationsSortByEnum string + const ListSourceApplicationsSortByDisplayname + const ListSourceApplicationsSortByTimecreated + func GetListSourceApplicationsSortByEnumValues() []ListSourceApplicationsSortByEnum + type ListSourceApplicationsSortOrderEnum string + const ListSourceApplicationsSortOrderAsc + const ListSourceApplicationsSortOrderDesc + func GetListSourceApplicationsSortOrderEnumValues() []ListSourceApplicationsSortOrderEnum + type ListSourcesLifecycleStateEnum string + const ListSourcesLifecycleStateActive + const ListSourcesLifecycleStateCreating + const ListSourcesLifecycleStateDeleted + const ListSourcesLifecycleStateDeleting + const ListSourcesLifecycleStateInactive + const ListSourcesLifecycleStateUpdating + func GetListSourcesLifecycleStateEnumValues() []ListSourcesLifecycleStateEnum + type ListSourcesRequest struct + CompartmentId *string + DisplayName *string + Id *string + LifecycleState ListSourcesLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListSourcesSortByEnum + SortOrder ListSourcesSortOrderEnum + func (request ListSourcesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListSourcesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListSourcesRequest) RetryPolicy() *common.RetryPolicy + func (request ListSourcesRequest) String() string + type ListSourcesResponse struct + Items []SourceSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListSourcesResponse) HTTPResponse() *http.Response + func (response ListSourcesResponse) String() string + type ListSourcesSortByEnum string + const ListSourcesSortByDisplayname + const ListSourcesSortByTimecreated + func GetListSourcesSortByEnumValues() []ListSourcesSortByEnum + type ListSourcesSortOrderEnum string + const ListSourcesSortOrderAsc + const ListSourcesSortOrderDesc + func GetListSourcesSortOrderEnumValues() []ListSourcesSortOrderEnum + type ListWorkRequestErrorsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + 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 + Items []WorkRequestError + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestErrorsResponse) String() string + type ListWorkRequestErrorsSortOrderEnum string + const ListWorkRequestErrorsSortOrderAsc + const ListWorkRequestErrorsSortOrderDesc + func GetListWorkRequestErrorsSortOrderEnumValues() []ListWorkRequestErrorsSortOrderEnum + type ListWorkRequestLogsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + 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 + Items []WorkRequestLogEntry + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestLogsResponse) String() string + 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 + 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 []WorkRequestSummary + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestsResponse) String() string + type MigrateApplicationRequest struct + IfMatch *string + MigrationId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request MigrateApplicationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request MigrateApplicationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request MigrateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request MigrateApplicationRequest) String() string + type MigrateApplicationResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response MigrateApplicationResponse) HTTPResponse() *http.Response + func (response MigrateApplicationResponse) String() string + type Migration struct + ApplicationConfig map[string]ConfigurationField + ApplicationName *string + ApplicationType MigrationTypesEnum + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + IsSelectiveMigration *bool + LifecycleDetails *string + LifecycleState MigrationLifecycleStatesEnum + MigrationState MigrationStatesEnum + PreCreatedTargetDatabaseType TargetDatabaseTypesEnum + ServiceConfig map[string]ConfigurationField + SourceId *string + TimeCreated *common.SDKTime + func (m Migration) String() string + type MigrationLifecycleStatesEnum string + const MigrationLifecycleStatesActive + const MigrationLifecycleStatesCreating + const MigrationLifecycleStatesDeleted + const MigrationLifecycleStatesDeleting + const MigrationLifecycleStatesInactive + const MigrationLifecycleStatesSucceeded + const MigrationLifecycleStatesUpdating + func GetMigrationLifecycleStatesEnumValues() []MigrationLifecycleStatesEnum + type MigrationStatesEnum string + const MigrationStatesDiscoveringApplication + const MigrationStatesDiscoveryFailed + const MigrationStatesMigrating + const MigrationStatesMigrationFailed + const MigrationStatesMigrationSucceeded + const MigrationStatesMissingConfigValues + const MigrationStatesReady + func GetMigrationStatesEnumValues() []MigrationStatesEnum + type MigrationSummary struct + ApplicationName *string + ApplicationType MigrationTypesEnum + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState MigrationLifecycleStatesEnum + MigrationState MigrationStatesEnum + SourceId *string + TimeCreated *common.SDKTime + func (m MigrationSummary) String() string + type MigrationTypesEnum string + const MigrationTypesIcs + const MigrationTypesJcs + const MigrationTypesOac + const MigrationTypesOic + const MigrationTypesPcs + const MigrationTypesSoacs + func GetMigrationTypesEnumValues() []MigrationTypesEnum + type OacDiscoveryDetails struct + ServiceInstancePassword *string + ServiceInstanceUser *string + func (m OacDiscoveryDetails) MarshalJSON() (buff []byte, e error) + func (m OacDiscoveryDetails) String() string + type OccAuthorizationDetails struct + Password *string + Username *string + func (m OccAuthorizationDetails) MarshalJSON() (buff []byte, e error) + func (m OccAuthorizationDetails) String() string + type OccSourceDetails struct + ComputeAccount *string + func (m OccSourceDetails) MarshalJSON() (buff []byte, e error) + func (m OccSourceDetails) String() string + type OcicAuthorizationDetails struct + Password *string + Username *string + func (m OcicAuthorizationDetails) MarshalJSON() (buff []byte, e error) + func (m OcicAuthorizationDetails) String() string + type OcicAuthorizationTokenDetails struct + AccessToken *string + ClientAppUrl *string + func (m OcicAuthorizationTokenDetails) MarshalJSON() (buff []byte, e error) + func (m OcicAuthorizationTokenDetails) String() string + type OcicSourceDetails struct + ComputeAccount *string + Region *string + func (m OcicSourceDetails) MarshalJSON() (buff []byte, e error) + func (m OcicSourceDetails) String() string + type OicDiscoveryDetails struct + ServiceInstancePassword *string + ServiceInstanceUser *string + func (m OicDiscoveryDetails) MarshalJSON() (buff []byte, e error) + func (m OicDiscoveryDetails) String() string + type OperationStatusEnum string + const OperationStatusAccepted + const OperationStatusCanceled + const OperationStatusCanceling + const OperationStatusFailed + const OperationStatusInProgress + const OperationStatusSucceeded + func GetOperationStatusEnumValues() []OperationStatusEnum + type OperationTypesEnum string + const OperationTypesAuthorizeSource + const OperationTypesChangeMigrationCompartment + const OperationTypesChangeSourceCompartment + const OperationTypesCreateMigration + const OperationTypesCreateSource + const OperationTypesDeleteMigration + const OperationTypesDeleteSource + const OperationTypesDiscoverApplication + const OperationTypesMigrateApplication + const OperationTypesUpdateMigration + const OperationTypesUpdateSource + func GetOperationTypesEnumValues() []OperationTypesEnum + type PcsDiscoveryDetails struct + ServiceInstancePassword *string + ServiceInstanceUser *string + func (m PcsDiscoveryDetails) MarshalJSON() (buff []byte, e error) + func (m PcsDiscoveryDetails) String() string + type ResourceField struct + Group *string + Name *string + Type *string + Value *string + func (m ResourceField) String() string + type SoacsDiscoveryDetails struct + WeblogicPassword *string + WeblogicUser *string + func (m SoacsDiscoveryDetails) MarshalJSON() (buff []byte, e error) + func (m SoacsDiscoveryDetails) String() string + type SortOrdersEnum string + const SortOrdersAsc + const SortOrdersDesc + func GetSortOrdersEnumValues() []SortOrdersEnum + type Source struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState SourceLifecycleStatesEnum + SourceDetails SourceDetails + TimeCreated *common.SDKTime + func (m *Source) UnmarshalJSON(data []byte) (e error) + func (m Source) String() string + type SourceApplication struct + Name *string + SourceId *string + State *string + Type MigrationTypesEnum + Version *string + func (m SourceApplication) String() string + type SourceApplicationSummary struct + Name *string + SourceId *string + State *string + Type MigrationTypesEnum + Version *string + func (m SourceApplicationSummary) String() string + type SourceDetails interface + type SourceLifecycleStatesEnum string + const SourceLifecycleStatesActive + const SourceLifecycleStatesCreating + const SourceLifecycleStatesDeleted + const SourceLifecycleStatesDeleting + const SourceLifecycleStatesInactive + const SourceLifecycleStatesUpdating + func GetSourceLifecycleStatesEnumValues() []SourceLifecycleStatesEnum + type SourceSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState SourceLifecycleStatesEnum + TimeCreated *common.SDKTime + Type SourceTypesEnum + func (m SourceSummary) String() string + type SourceTypesEnum string + const SourceTypesImport + const SourceTypesInternalCompute + const SourceTypesOcc + const SourceTypesOcic + const SourceTypesOcicIdcs + func GetSourceTypesEnumValues() []SourceTypesEnum + type TargetDatabaseTypesEnum string + const TargetDatabaseTypesDatabaseSystem + const TargetDatabaseTypesNotSet + func GetTargetDatabaseTypesEnumValues() []TargetDatabaseTypesEnum + type UpdateMigrationDetails struct + ApplicationConfig map[string]ConfigurationField + DefinedTags map[string]map[string]interface{} + Description *string + DiscoveryDetails DiscoveryDetails + DisplayName *string + FreeformTags map[string]string + IsSelectiveMigration *bool + ServiceConfig map[string]ConfigurationField + func (m *UpdateMigrationDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateMigrationDetails) String() string + type UpdateMigrationRequest struct + IfMatch *string + MigrationId *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request UpdateMigrationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateMigrationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateMigrationRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateMigrationRequest) String() string + type UpdateMigrationResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateMigrationResponse) HTTPResponse() *http.Response + func (response UpdateMigrationResponse) String() string + type UpdateSourceDetails struct + AuthorizationDetails AuthorizationDetails + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + FreeformTags map[string]string + SourceDetails SourceDetails + func (m *UpdateSourceDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateSourceDetails) String() string + type UpdateSourceRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + SourceId *string + func (request UpdateSourceRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateSourceRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateSourceRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateSourceRequest) String() string + type UpdateSourceResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateSourceResponse) HTTPResponse() *http.Response + func (response UpdateSourceResponse) 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 WorkRequestResourceActionTypeEnum + EntityType *string + EntityUri *string + Identifier *string + func (m WorkRequestResource) String() string + type WorkRequestResourceActionTypeEnum string + const WorkRequestResourceActionTypeCreated + const WorkRequestResourceActionTypeDeleted + const WorkRequestResourceActionTypeInProgress + const WorkRequestResourceActionTypeRelated + const WorkRequestResourceActionTypeUpdated + func GetWorkRequestResourceActionTypeEnumValues() []WorkRequestResourceActionTypeEnum + type WorkRequestSummary struct + CompartmentId *string + Id *string + OperationType OperationTypesEnum + PercentComplete *float32 + Status OperationStatusEnum + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m WorkRequestSummary) 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/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/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