Versions in this module Expand all Collapse all v46 v46.0.1 Aug 18, 2021 Changes in this version + type AccessLogPolicy struct + IsEnabled *bool + func (m AccessLogPolicy) String() string + type AnonymousRouteAuthorizationPolicy struct + func (m AnonymousRouteAuthorizationPolicy) MarshalJSON() (buff []byte, e error) + func (m AnonymousRouteAuthorizationPolicy) String() string + type AnyOfRouteAuthorizationPolicy struct + AllowedScope []string + func (m AnyOfRouteAuthorizationPolicy) MarshalJSON() (buff []byte, e error) + func (m AnyOfRouteAuthorizationPolicy) String() string + type Api struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState ApiLifecycleStateEnum + SpecificationType *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + ValidationResults []ApiValidationResult + func (m Api) String() string + type ApiCollection struct + Items []ApiSummary + func (m ApiCollection) String() string + type ApiGatewayClient struct + func NewApiGatewayClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ApiGatewayClient, err error) + func NewApiGatewayClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ApiGatewayClient, err error) + func (client *ApiGatewayClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *ApiGatewayClient) SetRegion(region string) + func (client ApiGatewayClient) ChangeApiCompartment(ctx context.Context, request ChangeApiCompartmentRequest) (response ChangeApiCompartmentResponse, err error) + func (client ApiGatewayClient) ChangeCertificateCompartment(ctx context.Context, request ChangeCertificateCompartmentRequest) (response ChangeCertificateCompartmentResponse, err error) + func (client ApiGatewayClient) CreateApi(ctx context.Context, request CreateApiRequest) (response CreateApiResponse, err error) + func (client ApiGatewayClient) CreateCertificate(ctx context.Context, request CreateCertificateRequest) (response CreateCertificateResponse, err error) + func (client ApiGatewayClient) CreateSdk(ctx context.Context, request CreateSdkRequest) (response CreateSdkResponse, err error) + func (client ApiGatewayClient) DeleteApi(ctx context.Context, request DeleteApiRequest) (response DeleteApiResponse, err error) + func (client ApiGatewayClient) DeleteCertificate(ctx context.Context, request DeleteCertificateRequest) (response DeleteCertificateResponse, err error) + func (client ApiGatewayClient) DeleteSdk(ctx context.Context, request DeleteSdkRequest) (response DeleteSdkResponse, err error) + func (client ApiGatewayClient) GetApi(ctx context.Context, request GetApiRequest) (response GetApiResponse, err error) + func (client ApiGatewayClient) GetApiContent(ctx context.Context, request GetApiContentRequest) (response GetApiContentResponse, err error) + func (client ApiGatewayClient) GetApiDeploymentSpecification(ctx context.Context, request GetApiDeploymentSpecificationRequest) (response GetApiDeploymentSpecificationResponse, err error) + func (client ApiGatewayClient) GetApiValidations(ctx context.Context, request GetApiValidationsRequest) (response GetApiValidationsResponse, err error) + func (client ApiGatewayClient) GetCertificate(ctx context.Context, request GetCertificateRequest) (response GetCertificateResponse, err error) + func (client ApiGatewayClient) GetSdk(ctx context.Context, request GetSdkRequest) (response GetSdkResponse, err error) + func (client ApiGatewayClient) ListApis(ctx context.Context, request ListApisRequest) (response ListApisResponse, err error) + func (client ApiGatewayClient) ListCertificates(ctx context.Context, request ListCertificatesRequest) (response ListCertificatesResponse, err error) + func (client ApiGatewayClient) ListSdkLanguageTypes(ctx context.Context, request ListSdkLanguageTypesRequest) (response ListSdkLanguageTypesResponse, err error) + func (client ApiGatewayClient) ListSdks(ctx context.Context, request ListSdksRequest) (response ListSdksResponse, err error) + func (client ApiGatewayClient) UpdateApi(ctx context.Context, request UpdateApiRequest) (response UpdateApiResponse, err error) + func (client ApiGatewayClient) UpdateCertificate(ctx context.Context, request UpdateCertificateRequest) (response UpdateCertificateResponse, err error) + func (client ApiGatewayClient) UpdateSdk(ctx context.Context, request UpdateSdkRequest) (response UpdateSdkResponse, err error) + type ApiLifecycleStateEnum string + const ApiLifecycleStateActive + const ApiLifecycleStateCreating + const ApiLifecycleStateDeleted + const ApiLifecycleStateDeleting + const ApiLifecycleStateFailed + const ApiLifecycleStateUpdating + func GetApiLifecycleStateEnumValues() []ApiLifecycleStateEnum + type ApiSpecification struct + LoggingPolicies *ApiSpecificationLoggingPolicies + RequestPolicies *ApiSpecificationRequestPolicies + Routes []ApiSpecificationRoute + func (m ApiSpecification) String() string + type ApiSpecificationLoggingPolicies struct + AccessLog *AccessLogPolicy + ExecutionLog *ExecutionLogPolicy + func (m ApiSpecificationLoggingPolicies) String() string + type ApiSpecificationRequestPolicies struct + Authentication AuthenticationPolicy + Cors *CorsPolicy + RateLimiting *RateLimitingPolicy + func (m *ApiSpecificationRequestPolicies) UnmarshalJSON(data []byte) (e error) + func (m ApiSpecificationRequestPolicies) String() string + type ApiSpecificationRoute struct + Backend ApiSpecificationRouteBackend + LoggingPolicies *ApiSpecificationLoggingPolicies + Methods []ApiSpecificationRouteMethodsEnum + Path *string + RequestPolicies *ApiSpecificationRouteRequestPolicies + ResponsePolicies *ApiSpecificationRouteResponsePolicies + func (m *ApiSpecificationRoute) UnmarshalJSON(data []byte) (e error) + func (m ApiSpecificationRoute) String() string + type ApiSpecificationRouteBackend interface + type ApiSpecificationRouteBackendTypeEnum string + const ApiSpecificationRouteBackendTypeHttpBackend + const ApiSpecificationRouteBackendTypeOracleFunctionsBackend + const ApiSpecificationRouteBackendTypeStockResponseBackend + func GetApiSpecificationRouteBackendTypeEnumValues() []ApiSpecificationRouteBackendTypeEnum + type ApiSpecificationRouteMethodsEnum string + const ApiSpecificationRouteMethodsAny + const ApiSpecificationRouteMethodsDelete + const ApiSpecificationRouteMethodsGet + const ApiSpecificationRouteMethodsHead + const ApiSpecificationRouteMethodsOptions + const ApiSpecificationRouteMethodsPatch + const ApiSpecificationRouteMethodsPost + const ApiSpecificationRouteMethodsPut + func GetApiSpecificationRouteMethodsEnumValues() []ApiSpecificationRouteMethodsEnum + type ApiSpecificationRouteRequestPolicies struct + Authorization RouteAuthorizationPolicy + BodyValidation *BodyValidationRequestPolicy + Cors *CorsPolicy + HeaderTransformations *HeaderTransformationPolicy + HeaderValidations *HeaderValidationRequestPolicy + QueryParameterTransformations *QueryParameterTransformationPolicy + QueryParameterValidations *QueryParameterValidationRequestPolicy + ResponseCacheLookup ResponseCacheLookupPolicy + func (m *ApiSpecificationRouteRequestPolicies) UnmarshalJSON(data []byte) (e error) + func (m ApiSpecificationRouteRequestPolicies) String() string + type ApiSpecificationRouteResponsePolicies struct + HeaderTransformations *HeaderTransformationPolicy + ResponseCacheStore ResponseCacheStorePolicy + func (m *ApiSpecificationRouteResponsePolicies) UnmarshalJSON(data []byte) (e error) + func (m ApiSpecificationRouteResponsePolicies) String() string + type ApiSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState ApiSummaryLifecycleStateEnum + SpecificationType *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + ValidationResults []ApiValidationResult + func (m ApiSummary) String() string + type ApiSummaryLifecycleStateEnum string + const ApiSummaryLifecycleStateActive + const ApiSummaryLifecycleStateCreating + const ApiSummaryLifecycleStateDeleted + const ApiSummaryLifecycleStateDeleting + const ApiSummaryLifecycleStateFailed + const ApiSummaryLifecycleStateUpdating + func GetApiSummaryLifecycleStateEnumValues() []ApiSummaryLifecycleStateEnum + type ApiValidationDetail struct + Msg *string + Severity ApiValidationDetailSeverityEnum + Src [][]float32 + func (m ApiValidationDetail) String() string + type ApiValidationDetailSeverityEnum string + const ApiValidationDetailSeverityError + const ApiValidationDetailSeverityInfo + const ApiValidationDetailSeverityWarning + func GetApiValidationDetailSeverityEnumValues() []ApiValidationDetailSeverityEnum + type ApiValidationDetails struct + Details []ApiValidationDetail + Name *string + Result ApiValidationDetailsResultEnum + func (m ApiValidationDetails) String() string + type ApiValidationDetailsResultEnum string + const ApiValidationDetailsResultError + const ApiValidationDetailsResultFailed + const ApiValidationDetailsResultOk + const ApiValidationDetailsResultWarning + func GetApiValidationDetailsResultEnumValues() []ApiValidationDetailsResultEnum + type ApiValidationResult struct + Name *string + Result ApiValidationResultResultEnum + func (m ApiValidationResult) String() string + type ApiValidationResultResultEnum string + const ApiValidationResultResultError + const ApiValidationResultResultFailed + const ApiValidationResultResultOk + const ApiValidationResultResultWarning + func GetApiValidationResultResultEnumValues() []ApiValidationResultResultEnum + type ApiValidations struct + Validations []ApiValidationDetails + func (m ApiValidations) String() string + type AuthenticationOnlyRouteAuthorizationPolicy struct + func (m AuthenticationOnlyRouteAuthorizationPolicy) MarshalJSON() (buff []byte, e error) + func (m AuthenticationOnlyRouteAuthorizationPolicy) String() string + type AuthenticationPolicy interface + GetIsAnonymousAccessAllowed func() *bool + type AuthenticationPolicyTypeEnum string + const AuthenticationPolicyTypeCustomAuthentication + const AuthenticationPolicyTypeJwtAuthentication + func GetAuthenticationPolicyTypeEnumValues() []AuthenticationPolicyTypeEnum + type BodyValidationRequestPolicy struct + Content map[string]ContentValidation + Required *bool + ValidationMode BodyValidationRequestPolicyValidationModeEnum + func (m *BodyValidationRequestPolicy) UnmarshalJSON(data []byte) (e error) + func (m BodyValidationRequestPolicy) String() string + type BodyValidationRequestPolicyValidationModeEnum string + const BodyValidationRequestPolicyValidationModeDisabled + const BodyValidationRequestPolicyValidationModeEnforcing + const BodyValidationRequestPolicyValidationModePermissive + func GetBodyValidationRequestPolicyValidationModeEnumValues() []BodyValidationRequestPolicyValidationModeEnum + type CancelWorkRequestRequest struct + IfMatch *string + OpcRequestId *string + OpcRetryToken *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 Certificate struct + Certificate *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + IntermediateCertificates *string + LifecycleDetails *string + LifecycleState CertificateLifecycleStateEnum + SubjectNames []string + TimeCreated *common.SDKTime + TimeNotValidAfter *common.SDKTime + TimeUpdated *common.SDKTime + func (m Certificate) String() string + type CertificateCollection struct + Items []CertificateSummary + func (m CertificateCollection) String() string + type CertificateLifecycleStateEnum string + const CertificateLifecycleStateActive + const CertificateLifecycleStateCreating + const CertificateLifecycleStateDeleted + const CertificateLifecycleStateDeleting + const CertificateLifecycleStateFailed + const CertificateLifecycleStateUpdating + func GetCertificateLifecycleStateEnumValues() []CertificateLifecycleStateEnum + type CertificateSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState CertificateLifecycleStateEnum + SubjectNames []string + TimeCreated *common.SDKTime + TimeNotValidAfter *common.SDKTime + TimeUpdated *common.SDKTime + func (m CertificateSummary) String() string + type ChangeApiCompartmentDetails struct + CompartmentId *string + func (m ChangeApiCompartmentDetails) String() string + type ChangeApiCompartmentRequest struct + ApiId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeApiCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeApiCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeApiCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeApiCompartmentRequest) String() string + type ChangeApiCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeApiCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeApiCompartmentResponse) String() string + type ChangeCertificateCompartmentDetails struct + CompartmentId *string + func (m ChangeCertificateCompartmentDetails) String() string + type ChangeCertificateCompartmentRequest struct + CertificateId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeCertificateCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeCertificateCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeCertificateCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeCertificateCompartmentRequest) String() string + type ChangeCertificateCompartmentResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response ChangeCertificateCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeCertificateCompartmentResponse) String() string + type ChangeDeploymentCompartmentDetails struct + CompartmentId *string + func (m ChangeDeploymentCompartmentDetails) String() string + type ChangeDeploymentCompartmentRequest struct + DeploymentId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeDeploymentCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeDeploymentCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeDeploymentCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeDeploymentCompartmentRequest) String() string + type ChangeDeploymentCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeDeploymentCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeDeploymentCompartmentResponse) String() string + type ChangeGatewayCompartmentDetails struct + CompartmentId *string + func (m ChangeGatewayCompartmentDetails) String() string + type ChangeGatewayCompartmentRequest struct + GatewayId *string + IfMatch *string + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request ChangeGatewayCompartmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ChangeGatewayCompartmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ChangeGatewayCompartmentRequest) RetryPolicy() *common.RetryPolicy + func (request ChangeGatewayCompartmentRequest) String() string + type ChangeGatewayCompartmentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response ChangeGatewayCompartmentResponse) HTTPResponse() *http.Response + func (response ChangeGatewayCompartmentResponse) String() string + type ContentValidation interface + type ContentValidationValidationTypeEnum string + const ContentValidationValidationTypeNone + func GetContentValidationValidationTypeEnumValues() []ContentValidationValidationTypeEnum + type CorsPolicy struct + AllowedHeaders []string + AllowedMethods []string + AllowedOrigins []string + ExposedHeaders []string + IsAllowCredentialsEnabled *bool + MaxAgeInSeconds *int + func (m CorsPolicy) String() string + type CreateApiDetails struct + CompartmentId *string + Content *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + func (m CreateApiDetails) String() string + type CreateApiRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateApiRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateApiRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateApiRequest) RetryPolicy() *common.RetryPolicy + func (request CreateApiRequest) String() string + type CreateApiResponse struct + Etag *string + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateApiResponse) HTTPResponse() *http.Response + func (response CreateApiResponse) String() string + type CreateCertificateDetails struct + Certificate *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + IntermediateCertificates *string + PrivateKey *string + func (m CreateCertificateDetails) String() string + type CreateCertificateRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateCertificateRequest) RetryPolicy() *common.RetryPolicy + func (request CreateCertificateRequest) String() string + type CreateCertificateResponse struct + Etag *string + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateCertificateResponse) HTTPResponse() *http.Response + func (response CreateCertificateResponse) String() string + type CreateDeploymentDetails struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + GatewayId *string + PathPrefix *string + Specification *ApiSpecification + func (m CreateDeploymentDetails) String() string + type CreateDeploymentRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request CreateDeploymentRequest) String() string + type CreateDeploymentResponse struct + Etag *string + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateDeploymentResponse) HTTPResponse() *http.Response + func (response CreateDeploymentResponse) String() string + type CreateGatewayDetails struct + CertificateId *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + EndpointType GatewayEndpointTypeEnum + FreeformTags map[string]string + ResponseCacheDetails ResponseCacheDetails + SubnetId *string + func (m *CreateGatewayDetails) UnmarshalJSON(data []byte) (e error) + func (m CreateGatewayDetails) String() string + type CreateGatewayRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateGatewayRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateGatewayRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateGatewayRequest) RetryPolicy() *common.RetryPolicy + func (request CreateGatewayRequest) String() string + type CreateGatewayResponse struct + Etag *string + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateGatewayResponse) HTTPResponse() *http.Response + func (response CreateGatewayResponse) String() string + type CreateSdkDetails struct + ApiId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Parameters map[string]string + TargetLanguage *string + func (m CreateSdkDetails) String() string + type CreateSdkRequest struct + OpcRequestId *string + OpcRetryToken *string + RequestMetadata common.RequestMetadata + func (request CreateSdkRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request CreateSdkRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request CreateSdkRequest) RetryPolicy() *common.RetryPolicy + func (request CreateSdkRequest) String() string + type CreateSdkResponse struct + Etag *string + Location *string + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response CreateSdkResponse) HTTPResponse() *http.Response + func (response CreateSdkResponse) String() string + type CustomAuthenticationPolicy struct + FunctionId *string + IsAnonymousAccessAllowed *bool + TokenHeader *string + TokenQueryParam *string + func (m CustomAuthenticationPolicy) GetIsAnonymousAccessAllowed() *bool + func (m CustomAuthenticationPolicy) MarshalJSON() (buff []byte, e error) + func (m CustomAuthenticationPolicy) String() string + type DeleteApiRequest struct + ApiId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteApiRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteApiRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteApiRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteApiRequest) String() string + type DeleteApiResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteApiResponse) HTTPResponse() *http.Response + func (response DeleteApiResponse) String() string + type DeleteCertificateRequest struct + CertificateId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteCertificateRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteCertificateRequest) String() string + type DeleteCertificateResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteCertificateResponse) HTTPResponse() *http.Response + func (response DeleteCertificateResponse) String() string + type DeleteDeploymentRequest struct + DeploymentId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteDeploymentRequest) String() string + type DeleteDeploymentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteDeploymentResponse) HTTPResponse() *http.Response + func (response DeleteDeploymentResponse) String() string + type DeleteGatewayRequest struct + GatewayId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request DeleteGatewayRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteGatewayRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteGatewayRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteGatewayRequest) String() string + type DeleteGatewayResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteGatewayResponse) HTTPResponse() *http.Response + func (response DeleteGatewayResponse) String() string + type DeleteSdkRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + SdkId *string + func (request DeleteSdkRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request DeleteSdkRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request DeleteSdkRequest) RetryPolicy() *common.RetryPolicy + func (request DeleteSdkRequest) String() string + type DeleteSdkResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response DeleteSdkResponse) HTTPResponse() *http.Response + func (response DeleteSdkResponse) String() string + type Deployment struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + Endpoint *string + FreeformTags map[string]string + GatewayId *string + Id *string + LifecycleDetails *string + LifecycleState DeploymentLifecycleStateEnum + PathPrefix *string + Specification *ApiSpecification + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m Deployment) String() string + type DeploymentClient struct + func NewDeploymentClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client DeploymentClient, err error) + func NewDeploymentClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client DeploymentClient, err error) + func (client *DeploymentClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *DeploymentClient) SetRegion(region string) + func (client DeploymentClient) ChangeDeploymentCompartment(ctx context.Context, request ChangeDeploymentCompartmentRequest) (response ChangeDeploymentCompartmentResponse, err error) + func (client DeploymentClient) CreateDeployment(ctx context.Context, request CreateDeploymentRequest) (response CreateDeploymentResponse, err error) + func (client DeploymentClient) DeleteDeployment(ctx context.Context, request DeleteDeploymentRequest) (response DeleteDeploymentResponse, err error) + func (client DeploymentClient) GetDeployment(ctx context.Context, request GetDeploymentRequest) (response GetDeploymentResponse, err error) + func (client DeploymentClient) ListDeployments(ctx context.Context, request ListDeploymentsRequest) (response ListDeploymentsResponse, err error) + func (client DeploymentClient) UpdateDeployment(ctx context.Context, request UpdateDeploymentRequest) (response UpdateDeploymentResponse, err error) + type DeploymentCollection struct + Items []DeploymentSummary + func (m DeploymentCollection) String() string + type DeploymentLifecycleStateEnum string + const DeploymentLifecycleStateActive + const DeploymentLifecycleStateCreating + const DeploymentLifecycleStateDeleted + const DeploymentLifecycleStateDeleting + const DeploymentLifecycleStateFailed + const DeploymentLifecycleStateUpdating + func GetDeploymentLifecycleStateEnumValues() []DeploymentLifecycleStateEnum + type DeploymentSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + Endpoint *string + FreeformTags map[string]string + GatewayId *string + Id *string + LifecycleDetails *string + LifecycleState DeploymentLifecycleStateEnum + PathPrefix *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m DeploymentSummary) String() string + type ExecutionLogPolicy struct + IsEnabled *bool + LogLevel ExecutionLogPolicyLogLevelEnum + func (m ExecutionLogPolicy) String() string + type ExecutionLogPolicyLogLevelEnum string + const ExecutionLogPolicyLogLevelError + const ExecutionLogPolicyLogLevelInfo + const ExecutionLogPolicyLogLevelWarn + func GetExecutionLogPolicyLogLevelEnumValues() []ExecutionLogPolicyLogLevelEnum + type ExternalRespCache struct + AuthenticationSecretId *string + AuthenticationSecretVersionNumber *int64 + ConnectTimeoutInMs *int + IsSslEnabled *bool + IsSslVerifyDisabled *bool + ReadTimeoutInMs *int + SendTimeoutInMs *int + Servers []ResponseCacheRespServer + func (m ExternalRespCache) MarshalJSON() (buff []byte, e error) + func (m ExternalRespCache) String() string + type FilterHeaderPolicy struct + Items []FilterHeaderPolicyItem + Type FilterHeaderPolicyTypeEnum + func (m FilterHeaderPolicy) String() string + type FilterHeaderPolicyItem struct + Name *string + func (m FilterHeaderPolicyItem) String() string + type FilterHeaderPolicyTypeEnum string + const FilterHeaderPolicyTypeAllow + const FilterHeaderPolicyTypeBlock + func GetFilterHeaderPolicyTypeEnumValues() []FilterHeaderPolicyTypeEnum + type FilterQueryParameterPolicy struct + Items []FilterQueryParameterPolicyItem + Type FilterQueryParameterPolicyTypeEnum + func (m FilterQueryParameterPolicy) String() string + type FilterQueryParameterPolicyItem struct + Name *string + func (m FilterQueryParameterPolicyItem) String() string + type FilterQueryParameterPolicyTypeEnum string + const FilterQueryParameterPolicyTypeAllow + const FilterQueryParameterPolicyTypeBlock + func GetFilterQueryParameterPolicyTypeEnumValues() []FilterQueryParameterPolicyTypeEnum + type FixedTtlResponseCacheStorePolicy struct + TimeToLiveInSeconds *int + func (m FixedTtlResponseCacheStorePolicy) MarshalJSON() (buff []byte, e error) + func (m FixedTtlResponseCacheStorePolicy) String() string + type Gateway struct + CertificateId *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + EndpointType GatewayEndpointTypeEnum + FreeformTags map[string]string + Hostname *string + Id *string + IpAddresses []IpAddress + LifecycleDetails *string + LifecycleState GatewayLifecycleStateEnum + ResponseCacheDetails ResponseCacheDetails + SubnetId *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m *Gateway) UnmarshalJSON(data []byte) (e error) + func (m Gateway) String() string + type GatewayClient struct + func NewGatewayClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client GatewayClient, err error) + func NewGatewayClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client GatewayClient, err error) + func (client *GatewayClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *GatewayClient) SetRegion(region string) + func (client GatewayClient) ChangeGatewayCompartment(ctx context.Context, request ChangeGatewayCompartmentRequest) (response ChangeGatewayCompartmentResponse, err error) + func (client GatewayClient) CreateGateway(ctx context.Context, request CreateGatewayRequest) (response CreateGatewayResponse, err error) + func (client GatewayClient) DeleteGateway(ctx context.Context, request DeleteGatewayRequest) (response DeleteGatewayResponse, err error) + func (client GatewayClient) GetGateway(ctx context.Context, request GetGatewayRequest) (response GetGatewayResponse, err error) + func (client GatewayClient) ListGateways(ctx context.Context, request ListGatewaysRequest) (response ListGatewaysResponse, err error) + func (client GatewayClient) UpdateGateway(ctx context.Context, request UpdateGatewayRequest) (response UpdateGatewayResponse, err error) + type GatewayCollection struct + Items []GatewaySummary + func (m GatewayCollection) String() string + type GatewayEndpointTypeEnum string + const GatewayEndpointTypePrivate + const GatewayEndpointTypePublic + func GetGatewayEndpointTypeEnumValues() []GatewayEndpointTypeEnum + type GatewayLifecycleStateEnum string + const GatewayLifecycleStateActive + const GatewayLifecycleStateCreating + const GatewayLifecycleStateDeleted + const GatewayLifecycleStateDeleting + const GatewayLifecycleStateFailed + const GatewayLifecycleStateUpdating + func GetGatewayLifecycleStateEnumValues() []GatewayLifecycleStateEnum + type GatewaySummary struct + CertificateId *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + EndpointType GatewayEndpointTypeEnum + FreeformTags map[string]string + Hostname *string + Id *string + LifecycleDetails *string + LifecycleState GatewayLifecycleStateEnum + SubnetId *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m GatewaySummary) String() string + type GetApiContentRequest struct + ApiId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetApiContentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetApiContentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetApiContentRequest) RetryPolicy() *common.RetryPolicy + func (request GetApiContentRequest) String() string + type GetApiContentResponse struct + Content io.ReadCloser + Etag *string + OpcRequestId *string + RawResponse *http.Response + XContentSha256 *string + func (response GetApiContentResponse) HTTPResponse() *http.Response + func (response GetApiContentResponse) String() string + type GetApiDeploymentSpecificationRequest struct + ApiId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetApiDeploymentSpecificationRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetApiDeploymentSpecificationRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetApiDeploymentSpecificationRequest) RetryPolicy() *common.RetryPolicy + func (request GetApiDeploymentSpecificationRequest) String() string + type GetApiDeploymentSpecificationResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetApiDeploymentSpecificationResponse) HTTPResponse() *http.Response + func (response GetApiDeploymentSpecificationResponse) String() string + type GetApiRequest struct + ApiId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetApiRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetApiRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetApiRequest) RetryPolicy() *common.RetryPolicy + func (request GetApiRequest) String() string + type GetApiResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetApiResponse) HTTPResponse() *http.Response + func (response GetApiResponse) String() string + type GetApiValidationsRequest struct + ApiId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetApiValidationsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetApiValidationsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetApiValidationsRequest) RetryPolicy() *common.RetryPolicy + func (request GetApiValidationsRequest) String() string + type GetApiValidationsResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetApiValidationsResponse) HTTPResponse() *http.Response + func (response GetApiValidationsResponse) String() string + type GetCertificateRequest struct + CertificateId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetCertificateRequest) RetryPolicy() *common.RetryPolicy + func (request GetCertificateRequest) String() string + type GetCertificateResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetCertificateResponse) HTTPResponse() *http.Response + func (response GetCertificateResponse) String() string + type GetDeploymentRequest struct + DeploymentId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request GetDeploymentRequest) String() string + type GetDeploymentResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetDeploymentResponse) HTTPResponse() *http.Response + func (response GetDeploymentResponse) String() string + type GetGatewayRequest struct + GatewayId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request GetGatewayRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetGatewayRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetGatewayRequest) RetryPolicy() *common.RetryPolicy + func (request GetGatewayRequest) String() string + type GetGatewayResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetGatewayResponse) HTTPResponse() *http.Response + func (response GetGatewayResponse) String() string + type GetSdkRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + SdkId *string + func (request GetSdkRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetSdkRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetSdkRequest) RetryPolicy() *common.RetryPolicy + func (request GetSdkRequest) String() string + type GetSdkResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetSdkResponse) HTTPResponse() *http.Response + func (response GetSdkResponse) String() string + type GetWorkRequestRequest struct + OpcRequestId *string + RequestMetadata common.RequestMetadata + WorkRequestId *string + func (request GetWorkRequestRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetWorkRequestRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetWorkRequestRequest) RetryPolicy() *common.RetryPolicy + func (request GetWorkRequestRequest) String() string + type GetWorkRequestResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + RetryAfter *float32 + func (response GetWorkRequestResponse) HTTPResponse() *http.Response + func (response GetWorkRequestResponse) String() string + type HeaderFieldSpecification struct + Name *string + Value *string + func (m HeaderFieldSpecification) String() string + type HeaderTransformationPolicy struct + FilterHeaders *FilterHeaderPolicy + RenameHeaders *RenameHeaderPolicy + SetHeaders *SetHeaderPolicy + func (m HeaderTransformationPolicy) String() string + type HeaderValidationItem struct + Name *string + Required *bool + func (m HeaderValidationItem) String() string + type HeaderValidationRequestPolicy struct + Headers []HeaderValidationItem + ValidationMode HeaderValidationRequestPolicyValidationModeEnum + func (m HeaderValidationRequestPolicy) String() string + type HeaderValidationRequestPolicyValidationModeEnum string + const HeaderValidationRequestPolicyValidationModeDisabled + const HeaderValidationRequestPolicyValidationModeEnforcing + const HeaderValidationRequestPolicyValidationModePermissive + func GetHeaderValidationRequestPolicyValidationModeEnumValues() []HeaderValidationRequestPolicyValidationModeEnum + type HttpBackend struct + ConnectTimeoutInSeconds *float32 + IsSslVerifyDisabled *bool + ReadTimeoutInSeconds *float32 + SendTimeoutInSeconds *float32 + Url *string + func (m HttpBackend) MarshalJSON() (buff []byte, e error) + func (m HttpBackend) String() string + type IpAddress struct + IpAddress *string + func (m IpAddress) String() string + type JsonWebKey struct + Alg *string + E *string + KeyOps []JsonWebKeyKeyOpsEnum + Kid *string + Kty JsonWebKeyKtyEnum + N *string + Use JsonWebKeyUseEnum + func (m JsonWebKey) GetKid() *string + func (m JsonWebKey) MarshalJSON() (buff []byte, e error) + func (m JsonWebKey) String() string + type JsonWebKeyKeyOpsEnum string + const JsonWebKeyKeyOpsVerify + func GetJsonWebKeyKeyOpsEnumValues() []JsonWebKeyKeyOpsEnum + type JsonWebKeyKtyEnum string + const JsonWebKeyKtyRsa + func GetJsonWebKeyKtyEnumValues() []JsonWebKeyKtyEnum + type JsonWebKeyUseEnum string + const JsonWebKeyUseSig + func GetJsonWebKeyUseEnumValues() []JsonWebKeyUseEnum + type JsonWebTokenClaim struct + IsRequired *bool + Key *string + Values []string + func (m JsonWebTokenClaim) String() string + type JwtAuthenticationPolicy struct + Audiences []string + IsAnonymousAccessAllowed *bool + Issuers []string + MaxClockSkewInSeconds *float32 + PublicKeys PublicKeySet + TokenAuthScheme *string + TokenHeader *string + TokenQueryParam *string + VerifyClaims []JsonWebTokenClaim + func (m *JwtAuthenticationPolicy) UnmarshalJSON(data []byte) (e error) + func (m JwtAuthenticationPolicy) GetIsAnonymousAccessAllowed() *bool + func (m JwtAuthenticationPolicy) MarshalJSON() (buff []byte, e error) + func (m JwtAuthenticationPolicy) String() string + type ListApisRequest struct + CompartmentId *string + DisplayName *string + LifecycleState ApiSummaryLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListApisSortByEnum + SortOrder ListApisSortOrderEnum + func (request ListApisRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListApisRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListApisRequest) RetryPolicy() *common.RetryPolicy + func (request ListApisRequest) String() string + type ListApisResponse struct + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListApisResponse) HTTPResponse() *http.Response + func (response ListApisResponse) String() string + type ListApisSortByEnum string + const ListApisSortByDisplayname + const ListApisSortByTimecreated + func GetListApisSortByEnumValues() []ListApisSortByEnum + type ListApisSortOrderEnum string + const ListApisSortOrderAsc + const ListApisSortOrderDesc + func GetListApisSortOrderEnumValues() []ListApisSortOrderEnum + type ListCertificatesRequest struct + CompartmentId *string + DisplayName *string + LifecycleState CertificateLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListCertificatesSortByEnum + SortOrder ListCertificatesSortOrderEnum + func (request ListCertificatesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListCertificatesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListCertificatesRequest) RetryPolicy() *common.RetryPolicy + func (request ListCertificatesRequest) String() string + type ListCertificatesResponse struct + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListCertificatesResponse) HTTPResponse() *http.Response + func (response ListCertificatesResponse) String() string + type ListCertificatesSortByEnum string + const ListCertificatesSortByDisplayname + const ListCertificatesSortByTimecreated + func GetListCertificatesSortByEnumValues() []ListCertificatesSortByEnum + type ListCertificatesSortOrderEnum string + const ListCertificatesSortOrderAsc + const ListCertificatesSortOrderDesc + func GetListCertificatesSortOrderEnumValues() []ListCertificatesSortOrderEnum + type ListDeploymentsRequest struct + CompartmentId *string + DisplayName *string + GatewayId *string + LifecycleState DeploymentLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListDeploymentsSortByEnum + SortOrder ListDeploymentsSortOrderEnum + func (request ListDeploymentsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListDeploymentsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListDeploymentsRequest) RetryPolicy() *common.RetryPolicy + func (request ListDeploymentsRequest) String() string + type ListDeploymentsResponse struct + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListDeploymentsResponse) HTTPResponse() *http.Response + func (response ListDeploymentsResponse) String() string + type ListDeploymentsSortByEnum string + const ListDeploymentsSortByDisplayname + const ListDeploymentsSortByTimecreated + func GetListDeploymentsSortByEnumValues() []ListDeploymentsSortByEnum + type ListDeploymentsSortOrderEnum string + const ListDeploymentsSortOrderAsc + const ListDeploymentsSortOrderDesc + func GetListDeploymentsSortOrderEnumValues() []ListDeploymentsSortOrderEnum + type ListGatewaysRequest struct + CertificateId *string + CompartmentId *string + DisplayName *string + LifecycleState GatewayLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListGatewaysSortByEnum + SortOrder ListGatewaysSortOrderEnum + func (request ListGatewaysRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListGatewaysRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListGatewaysRequest) RetryPolicy() *common.RetryPolicy + func (request ListGatewaysRequest) String() string + type ListGatewaysResponse struct + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListGatewaysResponse) HTTPResponse() *http.Response + func (response ListGatewaysResponse) String() string + type ListGatewaysSortByEnum string + const ListGatewaysSortByDisplayname + const ListGatewaysSortByTimecreated + func GetListGatewaysSortByEnumValues() []ListGatewaysSortByEnum + type ListGatewaysSortOrderEnum string + const ListGatewaysSortOrderAsc + const ListGatewaysSortOrderDesc + func GetListGatewaysSortOrderEnumValues() []ListGatewaysSortOrderEnum + type ListSdkLanguageTypesRequest struct + CompartmentId *string + DisplayName *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListSdkLanguageTypesSortByEnum + SortOrder ListSdkLanguageTypesSortOrderEnum + func (request ListSdkLanguageTypesRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListSdkLanguageTypesRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListSdkLanguageTypesRequest) RetryPolicy() *common.RetryPolicy + func (request ListSdkLanguageTypesRequest) String() string + type ListSdkLanguageTypesResponse struct + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListSdkLanguageTypesResponse) HTTPResponse() *http.Response + func (response ListSdkLanguageTypesResponse) String() string + type ListSdkLanguageTypesSortByEnum string + const ListSdkLanguageTypesSortByDisplayname + const ListSdkLanguageTypesSortByTimecreated + func GetListSdkLanguageTypesSortByEnumValues() []ListSdkLanguageTypesSortByEnum + type ListSdkLanguageTypesSortOrderEnum string + const ListSdkLanguageTypesSortOrderAsc + const ListSdkLanguageTypesSortOrderDesc + func GetListSdkLanguageTypesSortOrderEnumValues() []ListSdkLanguageTypesSortOrderEnum + type ListSdksRequest struct + ApiId *string + DisplayName *string + LifecycleState SdkLifecycleStateEnum + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SdkId *string + SortBy ListSdksSortByEnum + SortOrder ListSdksSortOrderEnum + func (request ListSdksRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListSdksRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListSdksRequest) RetryPolicy() *common.RetryPolicy + func (request ListSdksRequest) String() string + type ListSdksResponse struct + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListSdksResponse) HTTPResponse() *http.Response + func (response ListSdksResponse) String() string + type ListSdksSortByEnum string + const ListSdksSortByDisplayname + const ListSdksSortByTimecreated + func GetListSdksSortByEnumValues() []ListSdksSortByEnum + type ListSdksSortOrderEnum string + const ListSdksSortOrderAsc + const ListSdksSortOrderDesc + func GetListSdksSortOrderEnumValues() []ListSdksSortOrderEnum + type ListWorkRequestErrorsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListWorkRequestErrorsSortByEnum + 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 + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestErrorsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestErrorsResponse) String() string + type ListWorkRequestErrorsSortByEnum string + const ListWorkRequestErrorsSortByDisplayname + const ListWorkRequestErrorsSortByTimecreated + func GetListWorkRequestErrorsSortByEnumValues() []ListWorkRequestErrorsSortByEnum + type ListWorkRequestErrorsSortOrderEnum string + const ListWorkRequestErrorsSortOrderAsc + const ListWorkRequestErrorsSortOrderDesc + func GetListWorkRequestErrorsSortOrderEnumValues() []ListWorkRequestErrorsSortOrderEnum + type ListWorkRequestLogsRequest struct + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + SortBy ListWorkRequestLogsSortByEnum + 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 + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestLogsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestLogsResponse) String() string + type ListWorkRequestLogsSortByEnum string + const ListWorkRequestLogsSortByDisplayname + const ListWorkRequestLogsSortByTimecreated + func GetListWorkRequestLogsSortByEnumValues() []ListWorkRequestLogsSortByEnum + 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 + SortBy ListWorkRequestsSortByEnum + SortOrder ListWorkRequestsSortOrderEnum + 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 + OpcNextPage *string + OpcPrevPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListWorkRequestsResponse) HTTPResponse() *http.Response + func (response ListWorkRequestsResponse) String() string + type ListWorkRequestsSortByEnum string + const ListWorkRequestsSortByDisplayname + const ListWorkRequestsSortByTimecreated + func GetListWorkRequestsSortByEnumValues() []ListWorkRequestsSortByEnum + type ListWorkRequestsSortOrderEnum string + const ListWorkRequestsSortOrderAsc + const ListWorkRequestsSortOrderDesc + func GetListWorkRequestsSortOrderEnumValues() []ListWorkRequestsSortOrderEnum + type NoCache struct + func (m NoCache) MarshalJSON() (buff []byte, e error) + func (m NoCache) String() string + type NoContentValidation struct + func (m NoContentValidation) MarshalJSON() (buff []byte, e error) + func (m NoContentValidation) String() string + type OracleFunctionBackend struct + FunctionId *string + func (m OracleFunctionBackend) MarshalJSON() (buff []byte, e error) + func (m OracleFunctionBackend) String() string + type PemEncodedPublicKey struct + Key *string + Kid *string + func (m PemEncodedPublicKey) GetKid() *string + func (m PemEncodedPublicKey) MarshalJSON() (buff []byte, e error) + func (m PemEncodedPublicKey) String() string + type PublicKeySet interface + type PublicKeySetTypeEnum string + const PublicKeySetTypeRemoteJwks + const PublicKeySetTypeStaticKeys + func GetPublicKeySetTypeEnumValues() []PublicKeySetTypeEnum + type QueryParameterTransformationPolicy struct + FilterQueryParameters *FilterQueryParameterPolicy + RenameQueryParameters *RenameQueryParameterPolicy + SetQueryParameters *SetQueryParameterPolicy + func (m QueryParameterTransformationPolicy) String() string + type QueryParameterValidationItem struct + Name *string + Required *bool + func (m QueryParameterValidationItem) String() string + type QueryParameterValidationRequestPolicy struct + Parameters []QueryParameterValidationItem + ValidationMode QueryParameterValidationRequestPolicyValidationModeEnum + func (m QueryParameterValidationRequestPolicy) String() string + type QueryParameterValidationRequestPolicyValidationModeEnum string + const QueryParameterValidationRequestPolicyValidationModeDisabled + const QueryParameterValidationRequestPolicyValidationModeEnforcing + const QueryParameterValidationRequestPolicyValidationModePermissive + func GetQueryParameterValidationRequestPolicyValidationModeEnumValues() []QueryParameterValidationRequestPolicyValidationModeEnum + type RateLimitingPolicy struct + RateInRequestsPerSecond *int + RateKey RateLimitingPolicyRateKeyEnum + func (m RateLimitingPolicy) String() string + type RateLimitingPolicyRateKeyEnum string + const RateLimitingPolicyRateKeyClientIp + const RateLimitingPolicyRateKeyTotal + func GetRateLimitingPolicyRateKeyEnumValues() []RateLimitingPolicyRateKeyEnum + type RemoteJsonWebKeySet struct + IsSslVerifyDisabled *bool + MaxCacheDurationInHours *int + Uri *string + func (m RemoteJsonWebKeySet) MarshalJSON() (buff []byte, e error) + func (m RemoteJsonWebKeySet) String() string + type RenameHeaderPolicy struct + Items []RenameHeaderPolicyItem + func (m RenameHeaderPolicy) String() string + type RenameHeaderPolicyItem struct + From *string + To *string + func (m RenameHeaderPolicyItem) String() string + type RenameQueryParameterPolicy struct + Items []RenameQueryParameterPolicyItem + func (m RenameQueryParameterPolicy) String() string + type RenameQueryParameterPolicyItem struct + From *string + To *string + func (m RenameQueryParameterPolicyItem) String() string + type RequestParameterValidation struct + Name *string + func (m RequestParameterValidation) String() string + type ResponseCacheDetails interface + type ResponseCacheDetailsTypeEnum string + const ResponseCacheDetailsTypeExternalRespCache + const ResponseCacheDetailsTypeNone + func GetResponseCacheDetailsTypeEnumValues() []ResponseCacheDetailsTypeEnum + type ResponseCacheLookupPolicy interface + GetIsEnabled func() *bool + GetIsPrivateCachingEnabled func() *bool + type ResponseCacheLookupPolicyTypeEnum string + const ResponseCacheLookupPolicyTypeSimpleLookupPolicy + func GetResponseCacheLookupPolicyTypeEnumValues() []ResponseCacheLookupPolicyTypeEnum + type ResponseCacheRespServer struct + Host *string + Port *int + func (m ResponseCacheRespServer) String() string + type ResponseCacheStorePolicy interface + type ResponseCacheStorePolicyTypeEnum string + const ResponseCacheStorePolicyTypeFixedTtlStorePolicy + func GetResponseCacheStorePolicyTypeEnumValues() []ResponseCacheStorePolicyTypeEnum + type RouteAuthorizationPolicy interface + type RouteAuthorizationPolicyTypeEnum string + const RouteAuthorizationPolicyTypeAnonymous + const RouteAuthorizationPolicyTypeAnyOf + const RouteAuthorizationPolicyTypeAuthenticationOnly + func GetRouteAuthorizationPolicyTypeEnumValues() []RouteAuthorizationPolicyTypeEnum + type Sdk struct + ApiId *string + ArtifactUrl *string + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleDetails *string + LifecycleState SdkLifecycleStateEnum + Parameters map[string]string + TargetLanguage *string + TimeArtifactUrlExpiresAt *common.SDKTime + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m Sdk) String() string + type SdkCollection struct + Items []SdkSummary + func (m SdkCollection) String() string + type SdkLanguageOptionalParameters struct + AllowedValues []SdkLanguageOptionalParametersAllowedValue + Description *string + DisplayName *string + InputType SdkLanguageOptionalParametersInputTypeEnum + IsRequired *bool + MaxSize *float32 + ParamName *string + func (m SdkLanguageOptionalParameters) String() string + type SdkLanguageOptionalParametersAllowedValue struct + Description *string + Name *string + func (m SdkLanguageOptionalParametersAllowedValue) String() string + type SdkLanguageOptionalParametersInputTypeEnum string + const SdkLanguageOptionalParametersInputTypeEmail + const SdkLanguageOptionalParametersInputTypeEnumvalue + const SdkLanguageOptionalParametersInputTypeString + const SdkLanguageOptionalParametersInputTypeUri + func GetSdkLanguageOptionalParametersInputTypeEnumValues() []SdkLanguageOptionalParametersInputTypeEnum + type SdkLanguageTypeCollection struct + Items []SdkLanguageTypeSummary + func (m SdkLanguageTypeCollection) String() string + type SdkLanguageTypeSummary struct + Description *string + DisplayName *string + Name *string + Parameters []SdkLanguageOptionalParameters + Version *string + func (m SdkLanguageTypeSummary) String() string + type SdkLanguageTypes struct + Description *string + DisplayName *string + Name *string + Parameters []SdkLanguageOptionalParameters + Version *string + func (m SdkLanguageTypes) String() string + type SdkLifecycleStateEnum string + const SdkLifecycleStateActive + const SdkLifecycleStateCreating + const SdkLifecycleStateDeleted + const SdkLifecycleStateDeleting + const SdkLifecycleStateFailed + func GetSdkLifecycleStateEnumValues() []SdkLifecycleStateEnum + type SdkSummary struct + CompartmentId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Id *string + LifecycleState SdkLifecycleStateEnum + TargetLanguage *string + TimeCreated *common.SDKTime + TimeUpdated *common.SDKTime + func (m SdkSummary) String() string + type SetHeaderPolicy struct + Items []SetHeaderPolicyItem + func (m SetHeaderPolicy) String() string + type SetHeaderPolicyItem struct + IfExists SetHeaderPolicyItemIfExistsEnum + Name *string + Values []string + func (m SetHeaderPolicyItem) String() string + type SetHeaderPolicyItemIfExistsEnum string + const SetHeaderPolicyItemIfExistsAppend + const SetHeaderPolicyItemIfExistsOverwrite + const SetHeaderPolicyItemIfExistsSkip + func GetSetHeaderPolicyItemIfExistsEnumValues() []SetHeaderPolicyItemIfExistsEnum + type SetQueryParameterPolicy struct + Items []SetQueryParameterPolicyItem + func (m SetQueryParameterPolicy) String() string + type SetQueryParameterPolicyItem struct + IfExists SetQueryParameterPolicyItemIfExistsEnum + Name *string + Values []string + func (m SetQueryParameterPolicyItem) String() string + type SetQueryParameterPolicyItemIfExistsEnum string + const SetQueryParameterPolicyItemIfExistsAppend + const SetQueryParameterPolicyItemIfExistsOverwrite + const SetQueryParameterPolicyItemIfExistsSkip + func GetSetQueryParameterPolicyItemIfExistsEnumValues() []SetQueryParameterPolicyItemIfExistsEnum + type SimpleLookupPolicy struct + CacheKeyAdditions []string + IsEnabled *bool + IsPrivateCachingEnabled *bool + func (m SimpleLookupPolicy) GetIsEnabled() *bool + func (m SimpleLookupPolicy) GetIsPrivateCachingEnabled() *bool + func (m SimpleLookupPolicy) MarshalJSON() (buff []byte, e error) + func (m SimpleLookupPolicy) String() string + type StaticPublicKey interface + GetKid func() *string + type StaticPublicKeyFormatEnum string + const StaticPublicKeyFormatJsonWebKey + const StaticPublicKeyFormatPem + func GetStaticPublicKeyFormatEnumValues() []StaticPublicKeyFormatEnum + type StaticPublicKeySet struct + Keys []StaticPublicKey + func (m *StaticPublicKeySet) UnmarshalJSON(data []byte) (e error) + func (m StaticPublicKeySet) MarshalJSON() (buff []byte, e error) + func (m StaticPublicKeySet) String() string + type StockResponseBackend struct + Body *string + Headers []HeaderFieldSpecification + Status *int + func (m StockResponseBackend) MarshalJSON() (buff []byte, e error) + func (m StockResponseBackend) String() string + type UpdateApiDetails struct + Content *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + func (m UpdateApiDetails) String() string + type UpdateApiRequest struct + ApiId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateApiRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateApiRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateApiRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateApiRequest) String() string + type UpdateApiResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateApiResponse) HTTPResponse() *http.Response + func (response UpdateApiResponse) String() string + type UpdateCertificateDetails struct + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + func (m UpdateCertificateDetails) String() string + type UpdateCertificateRequest struct + CertificateId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateCertificateRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateCertificateRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateCertificateRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateCertificateRequest) String() string + type UpdateCertificateResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateCertificateResponse) HTTPResponse() *http.Response + func (response UpdateCertificateResponse) String() string + type UpdateDeploymentDetails struct + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + Specification *ApiSpecification + func (m UpdateDeploymentDetails) String() string + type UpdateDeploymentRequest struct + DeploymentId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateDeploymentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateDeploymentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateDeploymentRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateDeploymentRequest) String() string + type UpdateDeploymentResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateDeploymentResponse) HTTPResponse() *http.Response + func (response UpdateDeploymentResponse) String() string + type UpdateGatewayDetails struct + CertificateId *string + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + ResponseCacheDetails ResponseCacheDetails + func (m *UpdateGatewayDetails) UnmarshalJSON(data []byte) (e error) + func (m UpdateGatewayDetails) String() string + type UpdateGatewayRequest struct + GatewayId *string + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + func (request UpdateGatewayRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateGatewayRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateGatewayRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateGatewayRequest) String() string + type UpdateGatewayResponse struct + OpcRequestId *string + OpcWorkRequestId *string + RawResponse *http.Response + func (response UpdateGatewayResponse) HTTPResponse() *http.Response + func (response UpdateGatewayResponse) String() string + type UpdateSdkDetails struct + DefinedTags map[string]map[string]interface{} + DisplayName *string + FreeformTags map[string]string + func (m UpdateSdkDetails) String() string + type UpdateSdkRequest struct + IfMatch *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + SdkId *string + func (request UpdateSdkRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request UpdateSdkRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request UpdateSdkRequest) RetryPolicy() *common.RetryPolicy + func (request UpdateSdkRequest) String() string + type UpdateSdkResponse struct + OpcRequestId *string + RawResponse *http.Response + func (response UpdateSdkResponse) HTTPResponse() *http.Response + func (response UpdateSdkResponse) String() string + type ValidationRequestPolicy struct + ValidationMode ValidationRequestPolicyValidationModeEnum + func (m ValidationRequestPolicy) String() string + type ValidationRequestPolicyValidationModeEnum string + const ValidationRequestPolicyValidationModeDisabled + const ValidationRequestPolicyValidationModeEnforcing + const ValidationRequestPolicyValidationModePermissive + func GetValidationRequestPolicyValidationModeEnumValues() []ValidationRequestPolicyValidationModeEnum + type WorkRequest struct + CompartmentId *string + Id *string + OperationType WorkRequestOperationTypeEnum + 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 + Message *string + Timestamp *common.SDKTime + func (m WorkRequestError) String() string + type WorkRequestErrorCollection struct + Items []WorkRequestError + func (m WorkRequestErrorCollection) String() string + type WorkRequestLog struct + Message *string + Timestamp *common.SDKTime + func (m WorkRequestLog) String() string + type WorkRequestLogCollection struct + Items []WorkRequestLog + func (m WorkRequestLogCollection) String() string + type WorkRequestOperationTypeEnum string + const WorkRequestOperationTypeCreateApi + const WorkRequestOperationTypeCreateCertificate + const WorkRequestOperationTypeCreateDeployment + const WorkRequestOperationTypeCreateGateway + const WorkRequestOperationTypeCreateSdk + const WorkRequestOperationTypeDeleteApi + const WorkRequestOperationTypeDeleteCertificate + const WorkRequestOperationTypeDeleteDeployment + const WorkRequestOperationTypeDeleteGateway + const WorkRequestOperationTypeDeleteSdk + const WorkRequestOperationTypeUpdateApi + const WorkRequestOperationTypeUpdateCertificate + const WorkRequestOperationTypeUpdateDeployment + const WorkRequestOperationTypeUpdateGateway + const WorkRequestOperationTypeValidateApi + func GetWorkRequestOperationTypeEnumValues() []WorkRequestOperationTypeEnum + type WorkRequestResource struct + ActionType WorkRequestResourceActionTypeEnum + EntityType *string + EntityUri *string + Identifier *string + func (m WorkRequestResource) String() string + type WorkRequestResourceActionTypeEnum string + const WorkRequestResourceActionTypeCreated + const WorkRequestResourceActionTypeDeleted + const WorkRequestResourceActionTypeFailed + const WorkRequestResourceActionTypeInProgress + const WorkRequestResourceActionTypeUpdated + func GetWorkRequestResourceActionTypeEnumValues() []WorkRequestResourceActionTypeEnum + type WorkRequestStatusEnum string + const WorkRequestStatusAccepted + const WorkRequestStatusCanceled + const WorkRequestStatusCanceling + const WorkRequestStatusFailed + const WorkRequestStatusInProgress + const WorkRequestStatusSucceeded + func GetWorkRequestStatusEnumValues() []WorkRequestStatusEnum + type WorkRequestSummary struct + CompartmentId *string + OperationType WorkRequestOperationTypeEnum + PercentComplete *float32 + Status WorkRequestStatusEnum + TimeAccepted *common.SDKTime + TimeFinished *common.SDKTime + TimeStarted *common.SDKTime + WorkRequestId *string + func (m WorkRequestSummary) String() string + type WorkRequestsClient struct + func NewWorkRequestsClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client WorkRequestsClient, err error) + func NewWorkRequestsClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client WorkRequestsClient, err error) + func (client *WorkRequestsClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *WorkRequestsClient) SetRegion(region string) + func (client WorkRequestsClient) CancelWorkRequest(ctx context.Context, request CancelWorkRequestRequest) (response CancelWorkRequestResponse, err error) + func (client WorkRequestsClient) GetWorkRequest(ctx context.Context, request GetWorkRequestRequest) (response GetWorkRequestResponse, err error) + func (client WorkRequestsClient) ListWorkRequestErrors(ctx context.Context, request ListWorkRequestErrorsRequest) (response ListWorkRequestErrorsResponse, err error) + func (client WorkRequestsClient) ListWorkRequestLogs(ctx context.Context, request ListWorkRequestLogsRequest) (response ListWorkRequestLogsResponse, err error) + func (client WorkRequestsClient) ListWorkRequests(ctx context.Context, request ListWorkRequestsRequest) (response ListWorkRequestsResponse, err error) Other modules containing this package github.com/vorringer/oci-go-sdk