Versions in this module Expand all Collapse all v30 v30.1.0 Dec 8, 2020 v30.0.0 Dec 1, 2020 Changes in this version + type Application struct + ArchiveUri *string + Arguments []string + ClassName *string + CompartmentId *string + Configuration map[string]string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + DriverShape *string + ExecutorShape *string + FileUri *string + FreeformTags map[string]string + Id *string + Language ApplicationLanguageEnum + LifecycleState ApplicationLifecycleStateEnum + LogsBucketUri *string + NumExecutors *int + OwnerPrincipalId *string + OwnerUserName *string + Parameters []ApplicationParameter + PrivateEndpointId *string + SparkVersion *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + WarehouseBucketUri *string + func (m Application) String() string + type ApplicationLanguageEnum string + const ApplicationLanguageJava + const ApplicationLanguagePython + const ApplicationLanguageScala + const ApplicationLanguageSql + func GetApplicationLanguageEnumValues() []ApplicationLanguageEnum + type ApplicationLifecycleStateEnum string + const ApplicationLifecycleStateActive + const ApplicationLifecycleStateDeleted + const ApplicationLifecycleStateInactive + func GetApplicationLifecycleStateEnumValues() []ApplicationLifecycleStateEnum + type ApplicationParameter struct + Name *string + Value *string + func (m ApplicationParameter) String() string + type ApplicationSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + Language ApplicationLanguageEnum + LifecycleState ApplicationLifecycleStateEnum + OwnerPrincipalId *string + OwnerUserName *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m ApplicationSummary) String() string + type ChangeApplicationCompartmentDetails struct + CompartmentId *string + func (m ChangeApplicationCompartmentDetails) String() string + type ChangeApplicationCompartmentRequest struct + ApplicationId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeApplicationCompartmentRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ChangeApplicationCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeApplicationCompartmentRequest) String() string + type ChangeApplicationCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeApplicationCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeApplicationCompartmentResponse) String() string + type ChangePrivateEndpointCompartmentDetails struct + CompartmentId *string + func (m ChangePrivateEndpointCompartmentDetails) String() string + type ChangePrivateEndpointCompartmentRequest struct + IfMatch *string + OpcRequestId *string + PrivateEndpointId *string + RequestMetadata common.RequestMetadata + func (request ChangePrivateEndpointCompartmentRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ChangePrivateEndpointCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangePrivateEndpointCompartmentRequest) String() string + type ChangePrivateEndpointCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangePrivateEndpointCompartmentResponse) HTTPResponse() *http.Response + func (response ChangePrivateEndpointCompartmentResponse) String() string + type ChangeRunCompartmentDetails struct + CompartmentId *string + func (m ChangeRunCompartmentDetails) String() string + type ChangeRunCompartmentRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + RunId *string + func (request ChangeRunCompartmentRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ChangeRunCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeRunCompartmentRequest) String() string + type ChangeRunCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeRunCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeRunCompartmentResponse) String() string + type CreateApplicationDetails struct + ArchiveUri *string + Arguments []string + ClassName *string + CompartmentId *string + Configuration map[string]string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + DriverShape *string + ExecutorShape *string + FileUri *string + FreeformTags map[string]string + Language ApplicationLanguageEnum + LogsBucketUri *string + NumExecutors *int + Parameters []ApplicationParameter + PrivateEndpointId *string + SparkVersion *string + WarehouseBucketUri *string + func (m CreateApplicationDetails) String() string + type CreateApplicationRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateApplicationRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request CreateApplicationRequest) String() string + type CreateApplicationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateApplicationResponse) HTTPResponse() *http.Response + func (response CreateApplicationResponse) String() string + type CreatePrivateEndpointDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + DnsZones []string + FreeformTags map[string]string + MaxHostCount *int + NsgIds []string + SubnetId *string + func (m CreatePrivateEndpointDetails) String() string + type CreatePrivateEndpointRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreatePrivateEndpointRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreatePrivateEndpointRequest) RetryPolicy() *common.RetryPolicy + func (request CreatePrivateEndpointRequest) String() string + type CreatePrivateEndpointResponse struct + Etag *string + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreatePrivateEndpointResponse) HTTPResponse() *http.Response + func (response CreatePrivateEndpointResponse) String() string + type CreateRunDetails struct + ApplicationId *string + Arguments []string + CompartmentId *string + Configuration map[string]string + DefinedTags map[string]map[string]interface{} + DisplayName *string + DriverShape *string + ExecutorShape *string + FreeformTags map[string]string + LogsBucketUri *string + NumExecutors *int + Parameters []ApplicationParameter + WarehouseBucketUri *string + func (m CreateRunDetails) String() string + type CreateRunRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateRunRequest) HTTPRequest(method, path string) (http.Request, error) + func (request CreateRunRequest) RetryPolicy() *common.RetryPolicy + func (request CreateRunRequest) String() string + type CreateRunResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response CreateRunResponse) HTTPResponse() *http.Response + func (response CreateRunResponse) String() string + type DataFlowClient struct + func NewDataFlowClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client DataFlowClient, err error) + func NewDataFlowClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client DataFlowClient, err error) + func (client *DataFlowClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *DataFlowClient) SetRegion(region string) + func (client DataFlowClient) ChangeApplicationCompartment(ctx context.Context, request ChangeApplicationCompartmentRequest) (response ChangeApplicationCompartmentResponse, err error) + func (client DataFlowClient) ChangePrivateEndpointCompartment(ctx context.Context, request ChangePrivateEndpointCompartmentRequest) (response ChangePrivateEndpointCompartmentResponse, err error) + func (client DataFlowClient) ChangeRunCompartment(ctx context.Context, request ChangeRunCompartmentRequest) (response ChangeRunCompartmentResponse, err error) + func (client DataFlowClient) CreateApplication(ctx context.Context, request CreateApplicationRequest) (response CreateApplicationResponse, err error) + func (client DataFlowClient) CreatePrivateEndpoint(ctx context.Context, request CreatePrivateEndpointRequest) (response CreatePrivateEndpointResponse, err error) + func (client DataFlowClient) CreateRun(ctx context.Context, request CreateRunRequest) (response CreateRunResponse, err error) + func (client DataFlowClient) DeleteApplication(ctx context.Context, request DeleteApplicationRequest) (response DeleteApplicationResponse, err error) + func (client DataFlowClient) DeletePrivateEndpoint(ctx context.Context, request DeletePrivateEndpointRequest) (response DeletePrivateEndpointResponse, err error) + func (client DataFlowClient) DeleteRun(ctx context.Context, request DeleteRunRequest) (response DeleteRunResponse, err error) + func (client DataFlowClient) GetApplication(ctx context.Context, request GetApplicationRequest) (response GetApplicationResponse, err error) + func (client DataFlowClient) GetPrivateEndpoint(ctx context.Context, request GetPrivateEndpointRequest) (response GetPrivateEndpointResponse, err error) + func (client DataFlowClient) GetRun(ctx context.Context, request GetRunRequest) (response GetRunResponse, err error) + func (client DataFlowClient) GetRunLog(ctx context.Context, request GetRunLogRequest) (response GetRunLogResponse, err error) + func (client DataFlowClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error) + func (client DataFlowClient) ListApplications(ctx context.Context, request ListApplicationsRequest) (response ListApplicationsResponse, err error) + func (client DataFlowClient) ListPrivateEndpoints(ctx context.Context, request ListPrivateEndpointsRequest) (response ListPrivateEndpointsResponse, err error) + func (client DataFlowClient) ListRunLogs(ctx context.Context, request ListRunLogsRequest) (response ListRunLogsResponse, err error) + func (client DataFlowClient) ListRuns(ctx context.Context, request ListRunsRequest) (response ListRunsResponse, err error) + func (client DataFlowClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error) + func (client DataFlowClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error) + func (client DataFlowClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error) + func (client DataFlowClient) UpdateApplication(ctx context.Context, request UpdateApplicationRequest) (response UpdateApplicationResponse, err error) + func (client DataFlowClient) UpdatePrivateEndpoint(ctx context.Context, request UpdatePrivateEndpointRequest) (response UpdatePrivateEndpointResponse, err error) + func (client DataFlowClient) UpdateRun(ctx context.Context, request UpdateRunRequest) (response UpdateRunResponse, err error) + type DeleteApplicationRequest struct + ApplicationId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteApplicationRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeleteApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteApplicationRequest) String() string + type DeleteApplicationResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteApplicationResponse) HTTPResponse() *http.Response + func (response DeleteApplicationResponse) String() string + type DeletePrivateEndpointRequest struct + IfMatch *string + OpcRequestId *string + PrivateEndpointId *string + RequestMetadata common.RequestMetadata + func (request DeletePrivateEndpointRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeletePrivateEndpointRequest) RetryPolicy() *common.RetryPolicy + func (request DeletePrivateEndpointRequest) String() string + type DeletePrivateEndpointResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeletePrivateEndpointResponse) HTTPResponse() *http.Response + func (response DeletePrivateEndpointResponse) String() string + type DeleteRunRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + RunId *string + func (request DeleteRunRequest) HTTPRequest(method, path string) (http.Request, error) + func (request DeleteRunRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteRunRequest) String() string + type DeleteRunResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response DeleteRunResponse) HTTPResponse() *http.Response + func (response DeleteRunResponse) String() string + type GetApplicationRequest struct + ApplicationId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetApplicationRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request GetApplicationRequest) String() string + type GetApplicationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetApplicationResponse) HTTPResponse() *http.Response + func (response GetApplicationResponse) String() string + type GetPrivateEndpointRequest struct + OpcRequestId *string + PrivateEndpointId *string + RequestMetadata common.RequestMetadata + func (request GetPrivateEndpointRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetPrivateEndpointRequest) RetryPolicy() *common.RetryPolicy + func (request GetPrivateEndpointRequest) String() string + type GetPrivateEndpointResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetPrivateEndpointResponse) HTTPResponse() *http.Response + func (response GetPrivateEndpointResponse) String() string + type GetRunLogRequest struct + Name *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + RunId *string + func (request GetRunLogRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetRunLogRequest) RetryPolicy() *common.RetryPolicy + func (request GetRunLogRequest) String() string + type GetRunLogResponse struct + Content io.ReadCloser + ContentEncoding *string + ContentLength *int64 + ContentType *string + Etag *string + OpcMeta map[string]string + OpcRequestId *string + RawResponse *http.Response + func (response GetRunLogResponse) HTTPResponse() *http.Response + func (response GetRunLogResponse) String() string + type GetRunRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + RunId *string + func (request GetRunRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetRunRequest) RetryPolicy() *common.RetryPolicy + func (request GetRunRequest) String() string + type GetRunResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetRunResponse) HTTPResponse() *http.Response + func (response GetRunResponse) String() string + type GetWorkRequestRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request GetWorkRequestRequest) HTTPRequest(method, path string) (http.Request, error) + func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy + func (request GetWorkRequestRequest) String() string + type GetWorkRequestResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response GetWorkRequestResponse) HTTPResponse() *http.Response + func (response GetWorkRequestResponse) String() string + type ListApplicationsRequest struct + CompartmentId *string + DisplayName *string + DisplayNameStartsWith *string + Limit *int + OpcRequestId *string + OwnerPrincipalId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListApplicationsSortByEnum + SortOrder ListApplicationsSortOrderEnum + func (request ListApplicationsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListApplicationsRequest) RetryPolicy() *common.RetryPolicy + func (request ListApplicationsRequest) String() string + type ListApplicationsResponse struct + Items []ApplicationSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListApplicationsResponse) HTTPResponse() *http.Response + func (response ListApplicationsResponse) String() string + type ListApplicationsSortByEnum string + const ListApplicationsSortByDisplayname + const ListApplicationsSortByLanguage + const ListApplicationsSortByTimecreated + func GetListApplicationsSortByEnumValues() []ListApplicationsSortByEnum + type ListApplicationsSortOrderEnum string + const ListApplicationsSortOrderAsc + const ListApplicationsSortOrderDesc + func GetListApplicationsSortOrderEnumValues() []ListApplicationsSortOrderEnum + type ListPrivateEndpointsLifecycleStateEnum string + const ListPrivateEndpointsLifecycleStateActive + const ListPrivateEndpointsLifecycleStateCreating + const ListPrivateEndpointsLifecycleStateDeleted + const ListPrivateEndpointsLifecycleStateDeleting + const ListPrivateEndpointsLifecycleStateFailed + const ListPrivateEndpointsLifecycleStateInactive + const ListPrivateEndpointsLifecycleStateUpdating + func GetListPrivateEndpointsLifecycleStateEnumValues() []ListPrivateEndpointsLifecycleStateEnum + type ListPrivateEndpointsRequest struct + CompartmentId *string + DisplayName *string + DisplayNameStartsWith *string + LifecycleState ListPrivateEndpointsLifecycleStateEnum + Limit *int + OpcRequestId *string + OwnerPrincipalId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListPrivateEndpointsSortByEnum + SortOrder ListPrivateEndpointsSortOrderEnum + func (request ListPrivateEndpointsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListPrivateEndpointsRequest) RetryPolicy() *common.RetryPolicy + func (request ListPrivateEndpointsRequest) String() string + type ListPrivateEndpointsResponse struct + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListPrivateEndpointsResponse) HTTPResponse() *http.Response + func (response ListPrivateEndpointsResponse) String() string + type ListPrivateEndpointsSortByEnum string + const ListPrivateEndpointsSortByTimecreated + func GetListPrivateEndpointsSortByEnumValues() []ListPrivateEndpointsSortByEnum + type ListPrivateEndpointsSortOrderEnum string + const ListPrivateEndpointsSortOrderAsc + const ListPrivateEndpointsSortOrderDesc + func GetListPrivateEndpointsSortOrderEnumValues() []ListPrivateEndpointsSortOrderEnum + type ListRunLogsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + RunId *string + func (request ListRunLogsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListRunLogsRequest) RetryPolicy() *common.RetryPolicy + func (request ListRunLogsRequest) String() string + type ListRunLogsResponse struct + Items []RunLogSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListRunLogsResponse) HTTPResponse() *http.Response + func (response ListRunLogsResponse) String() string + type ListRunsLifecycleStateEnum string + const ListRunsLifecycleStateAccepted + const ListRunsLifecycleStateCanceled + const ListRunsLifecycleStateCanceling + const ListRunsLifecycleStateFailed + const ListRunsLifecycleStateInProgress + const ListRunsLifecycleStateSucceeded + func GetListRunsLifecycleStateEnumValues() []ListRunsLifecycleStateEnum + type ListRunsRequest struct + ApplicationId *string + CompartmentId *string + DisplayName *string + DisplayNameStartsWith *string + LifecycleState ListRunsLifecycleStateEnum + Limit *int + OpcRequestId *string + OwnerPrincipalId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListRunsSortByEnum + SortOrder ListRunsSortOrderEnum + TimeCreatedGreaterThan *common.SDKTime + func (request ListRunsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListRunsRequest) RetryPolicy() *common.RetryPolicy + func (request ListRunsRequest) String() string + type ListRunsResponse struct + Items []RunSummary + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListRunsResponse) HTTPResponse() *http.Response + func (response ListRunsResponse) String() string + type ListRunsSortByEnum string + const ListRunsSortByDatareadinbytes + const ListRunsSortByDatawritteninbytes + const ListRunsSortByDisplayname + const ListRunsSortByLanguage + const ListRunsSortByLifecyclestate + const ListRunsSortByRundurationinmilliseconds + const ListRunsSortByTimecreated + const ListRunsSortByTotalocpu + func GetListRunsSortByEnumValues() []ListRunsSortByEnum + type ListRunsSortOrderEnum string + const ListRunsSortOrderAsc + const ListRunsSortOrderDesc + func GetListRunsSortOrderEnumValues() []ListRunsSortOrderEnum + type ListWorkRequestErrorsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request ListWorkRequestErrorsRequest) HTTPRequest(method, path string) (http.Request, error) + func (request ListWorkRequestErrorsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestErrorsRequest) String() string + type ListWorkRequestErrorsResponse struct + OpcNextPage *string + OpcPrevPage *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) HTTPRequest(method, path string) (http.Request, error) + func (request ListWorkRequestLogsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestLogsRequest) String() string + type ListWorkRequestLogsResponse struct + OpcNextPage *string + OpcPrevPage *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) HTTPRequest(method, path string) (http.Request, error) + func (request ListWorkRequestsRequest) RetryPolicy() *common.RetryPolicy + func (request ListWorkRequestsRequest) String() string + type ListWorkRequestsResponse struct + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestsResponse) String() string + type PrivateEndpoint struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + DnsZones []string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState PrivateEndpointLifecycleStateEnum + MaxHostCount *int + NsgIds []string + OwnerPrincipalId *string + OwnerUserName *string + SubnetId *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m PrivateEndpoint) String() string + type PrivateEndpointCollection struct + Items []PrivateEndpointSummary + func (m PrivateEndpointCollection) String() string + type PrivateEndpointLifecycleStateEnum string + const PrivateEndpointLifecycleStateActive + const PrivateEndpointLifecycleStateCreating + const PrivateEndpointLifecycleStateDeleted + const PrivateEndpointLifecycleStateDeleting + const PrivateEndpointLifecycleStateFailed + const PrivateEndpointLifecycleStateInactive + const PrivateEndpointLifecycleStateUpdating + func GetPrivateEndpointLifecycleStateEnumValues() []PrivateEndpointLifecycleStateEnum + type PrivateEndpointSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + DnsZones []string + FreeformTags map[string]string + Id *string + LifecycleState PrivateEndpointLifecycleStateEnum + MaxHostCount *int + NsgIds []string + OwnerPrincipalId *string + OwnerUserName *string + SubnetId *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m PrivateEndpointSummary) String() string + type Run struct + ApplicationId *string + ArchiveUri *string + Arguments []string + ClassName *string + CompartmentId *string + Configuration map[string]string + DataReadInBytes *int64 + DataWrittenInBytes *int64 + DefinedTags map[string]map[string]interface{} + DisplayName *string + DriverShape *string + ExecutorShape *string + FileUri *string + FreeformTags map[string]string + Id *string + Language ApplicationLanguageEnum + LifecycleDetails *string + LifecycleState RunLifecycleStateEnum + LogsBucketUri *string + NumExecutors *int + OpcRequestId *string + OwnerPrincipalId *string + OwnerUserName *string + Parameters []ApplicationParameter + PrivateEndpointDnsZones []string + PrivateEndpointId *string + PrivateEndpointMaxHostCount *int + PrivateEndpointNsgIds []string + PrivateEndpointSubnetId *string + RunDurationInMilliseconds *int64 + SparkVersion *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + TotalOCpu *int + WarehouseBucketUri *string + func (m Run) String() string + type RunLifecycleStateEnum string + const RunLifecycleStateAccepted + const RunLifecycleStateCanceled + const RunLifecycleStateCanceling + const RunLifecycleStateFailed + const RunLifecycleStateInProgress + const RunLifecycleStateSucceeded + func GetRunLifecycleStateEnumValues() []RunLifecycleStateEnum + type RunLogSummary struct + Name *string + RunId *string + SizeInBytes *int64 + Source RunLogSummarySourceEnum + TimeCreated *common.SDKTime + Type RunLogSummaryTypeEnum + func (m RunLogSummary) String() string + type RunLogSummarySourceEnum string + const RunLogSummarySourceApplication + const RunLogSummarySourceDriver + const RunLogSummarySourceExecutor + func GetRunLogSummarySourceEnumValues() []RunLogSummarySourceEnum + type RunLogSummaryTypeEnum string + const RunLogSummaryTypeStderr + const RunLogSummaryTypeStdout + func GetRunLogSummaryTypeEnumValues() []RunLogSummaryTypeEnum + type RunSummary struct + ApplicationId *string + CompartmentId *string + DataReadInBytes *int64 + DataWrittenInBytes *int64 + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + Language ApplicationLanguageEnum + LifecycleDetails *string + LifecycleState RunLifecycleStateEnum + OpcRequestId *string + OwnerPrincipalId *string + OwnerUserName *string + RunDurationInMilliseconds *int64 + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + TotalOCpu *int + func (m RunSummary) String() string + type UpdateApplicationDetails struct + ArchiveUri *string + Arguments []string + ClassName *string + Configuration map[string]string + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + DriverShape *string + ExecutorShape *string + FileUri *string + FreeformTags map[string]string + Language ApplicationLanguageEnum + LogsBucketUri *string + NumExecutors *int + Parameters []ApplicationParameter + PrivateEndpointId *string + SparkVersion *string + WarehouseBucketUri *string + func (m UpdateApplicationDetails) String() string + type UpdateApplicationRequest struct + ApplicationId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateApplicationRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateApplicationRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateApplicationRequest) String() string + type UpdateApplicationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateApplicationResponse) HTTPResponse() *http.Response + func (response UpdateApplicationResponse) String() string + type UpdatePrivateEndpointDetails struct + DefinedTags map[string]map[string]interface{} + Description *string + DisplayName *string + DnsZones []string + FreeformTags map[string]string + MaxHostCount *int + NsgIds []string + func (m UpdatePrivateEndpointDetails) String() string + type UpdatePrivateEndpointRequest struct + IfMatch *string + OpcRequestId *string + PrivateEndpointId *string + RequestMetadata common.RequestMetadata + func (request UpdatePrivateEndpointRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdatePrivateEndpointRequest) RetryPolicy() *common.RetryPolicy + func (request UpdatePrivateEndpointRequest) String() string + type UpdatePrivateEndpointResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdatePrivateEndpointResponse) HTTPResponse() *http.Response + func (response UpdatePrivateEndpointResponse) String() string + type UpdateRunDetails struct + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + func (m UpdateRunDetails) String() string + type UpdateRunRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + RunId *string + func (request UpdateRunRequest) HTTPRequest(method, path string) (http.Request, error) + func (request UpdateRunRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateRunRequest) String() string + type UpdateRunResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response UpdateRunResponse) HTTPResponse() *http.Response + func (response UpdateRunResponse) String() string + type WorkRequest struct + CompartmentId *string + Id *string + Operation WorkRequestOperationEnum + PercentComplete *float32 + Resources []WorkRequestResource + Status WorkRequestStatusEnum + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + func (m WorkRequest) String() string + type WorkRequestCollection struct + Items []WorkRequestSummary + func (m WorkRequestCollection) String() string + type WorkRequestError struct + Code *string + Id *int64 + Message *string + Timestamp *common.SDKTime + WorkRequestid *string + func (m WorkRequestError) String() string + type WorkRequestErrorCollection struct + Items []WorkRequestError + func (m WorkRequestErrorCollection) String() string + type WorkRequestLog struct + Id *int64 + Message *string + Timestamp *common.SDKTime + WorkRequestid *string + func (m WorkRequestLog) String() string + type WorkRequestLogCollection struct + Items []WorkRequestLog + func (m WorkRequestLogCollection) String() string + type WorkRequestOperationEnum string + const WorkRequestOperationCreatePrivateEndpoint + const WorkRequestOperationDeletePrivateEndpoint + const WorkRequestOperationMovePrivateEndpoint + const WorkRequestOperationUpdatePrivateEndpoint + func GetWorkRequestOperationEnumValues() []WorkRequestOperationEnum + type WorkRequestResource struct + ActionType WorkRequestResourceActionTypeEnum + Id *int64 + ResourceId *string + ResourceType *string + ResourceUri *string + WorkRequestid *string + func (m WorkRequestResource) String() string + type WorkRequestResourceActionTypeEnum string + const WorkRequestResourceActionTypeCreated + const WorkRequestResourceActionTypeDeleted + const WorkRequestResourceActionTypeInprogress + const WorkRequestResourceActionTypeRelated + const WorkRequestResourceActionTypeUpdated + func GetWorkRequestResourceActionTypeEnumValues() []WorkRequestResourceActionTypeEnum + type WorkRequestStatusEnum string + const WorkRequestStatusAccepted + const WorkRequestStatusCancelled + const WorkRequestStatusCancelling + const WorkRequestStatusFailed + const WorkRequestStatusInprogress + const WorkRequestStatusSucceeded + func GetWorkRequestStatusEnumValues() []WorkRequestStatusEnum + type WorkRequestSummary struct + CompartmentId *string + Id *string + Operation WorkRequestOperationEnum + PercentComplete *float32 + Resources []WorkRequestResource + Status WorkRequestStatusEnum + 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/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/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