Versions in this module Expand all Collapse all v54 v54.0.0 Dec 14, 2021 Changes in this version + type ErrorEntity struct + Code *string + Message *string + func (m ErrorEntity) String() string + type GetServiceEnvironmentRequest struct + CompartmentId *string + OpcRequestId *string + RequestMetadata common.RequestMetadata + ServiceEnvironmentId *string + func (request GetServiceEnvironmentRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request GetServiceEnvironmentRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request GetServiceEnvironmentRequest) RetryPolicy() *common.RetryPolicy + func (request GetServiceEnvironmentRequest) String() string + type GetServiceEnvironmentResponse struct + Etag *string + OpcRequestId *string + RawResponse *http.Response + func (response GetServiceEnvironmentResponse) HTTPResponse() *http.Response + func (response GetServiceEnvironmentResponse) String() string + type ListServiceEnvironmentsRequest struct + CompartmentId *string + DisplayName *string + Limit *int + OpcRequestId *string + Page *string + RequestMetadata common.RequestMetadata + ServiceEnvironmentId *string + ServiceEnvironmentType *string + SortBy ListServiceEnvironmentsSortByEnum + SortOrder ListServiceEnvironmentsSortOrderEnum + func (request ListServiceEnvironmentsRequest) BinaryRequestBody() (*common.OCIReadSeekCloser, bool) + func (request ListServiceEnvironmentsRequest) HTTPRequest(method, path string, binaryRequestBody *common.OCIReadSeekCloser, ...) (http.Request, error) + func (request ListServiceEnvironmentsRequest) RetryPolicy() *common.RetryPolicy + func (request ListServiceEnvironmentsRequest) String() string + type ListServiceEnvironmentsResponse struct + OpcNextPage *string + OpcRequestId *string + RawResponse *http.Response + func (response ListServiceEnvironmentsResponse) HTTPResponse() *http.Response + func (response ListServiceEnvironmentsResponse) String() string + type ListServiceEnvironmentsSortByEnum string + const ListServiceEnvironmentsSortById + func GetListServiceEnvironmentsSortByEnumValues() []ListServiceEnvironmentsSortByEnum + type ListServiceEnvironmentsSortOrderEnum string + const ListServiceEnvironmentsSortOrderAsc + const ListServiceEnvironmentsSortOrderDesc + func GetListServiceEnvironmentsSortOrderEnumValues() []ListServiceEnvironmentsSortOrderEnum + type ServiceDefinition struct + DisplayName *string + ShortDisplayName *string + Type *string + func (m ServiceDefinition) String() string + type ServiceEntitlementRegistrationStatusEnum string + const ServiceEntitlementRegistrationStatusAccessDisabled + const ServiceEntitlementRegistrationStatusActive + const ServiceEntitlementRegistrationStatusBeginActivation + const ServiceEntitlementRegistrationStatusBeginDisabling + const ServiceEntitlementRegistrationStatusBeginDisablingAccess + const ServiceEntitlementRegistrationStatusBeginEnabling + const ServiceEntitlementRegistrationStatusBeginEnablingAccess + const ServiceEntitlementRegistrationStatusBeginLockRelocation + const ServiceEntitlementRegistrationStatusBeginMigration + const ServiceEntitlementRegistrationStatusBeginRelocation + const ServiceEntitlementRegistrationStatusBeginResumption + const ServiceEntitlementRegistrationStatusBeginSoftTermination + const ServiceEntitlementRegistrationStatusBeginSuspension + const ServiceEntitlementRegistrationStatusBeginTermination + const ServiceEntitlementRegistrationStatusBeginUnlockRelocation + const ServiceEntitlementRegistrationStatusCanceled + const ServiceEntitlementRegistrationStatusDisabled + const ServiceEntitlementRegistrationStatusFailedActivation + const ServiceEntitlementRegistrationStatusFailedLockRelocation + const ServiceEntitlementRegistrationStatusFailedMigration + const ServiceEntitlementRegistrationStatusInitialized + const ServiceEntitlementRegistrationStatusLockedRelocation + const ServiceEntitlementRegistrationStatusRelocated + const ServiceEntitlementRegistrationStatusSoftTerminated + const ServiceEntitlementRegistrationStatusSuspended + const ServiceEntitlementRegistrationStatusTerminated + const ServiceEntitlementRegistrationStatusTraUnknown + const ServiceEntitlementRegistrationStatusUnlockedRelocation + func GetServiceEntitlementRegistrationStatusEnumValues() []ServiceEntitlementRegistrationStatusEnum + type ServiceEnvironment struct + CompartmentId *string + ConsoleUrl *string + Id *string + ServiceDefinition *ServiceDefinition + ServiceEnvironmentEndpoints []ServiceEnvironmentEndPointOverview + Status ServiceEntitlementRegistrationStatusEnum + SubscriptionId *string + func (m ServiceEnvironment) String() string + type ServiceEnvironmentCollection struct + Items []ServiceEnvironmentSummary + func (m ServiceEnvironmentCollection) String() string + type ServiceEnvironmentEndPointOverview struct + Description *string + EnvironmentType ServiceEnvironmentEndPointOverviewEnvironmentTypeEnum + Url *string + func (m ServiceEnvironmentEndPointOverview) String() string + type ServiceEnvironmentEndPointOverviewEnvironmentTypeEnum string + const ServiceEnvironmentEndPointOverviewEnvironmentTypeInstanceUrlDev + const ServiceEnvironmentEndPointOverviewEnvironmentTypeInstanceUrlProd + const ServiceEnvironmentEndPointOverviewEnvironmentTypeInstanceUrlTest + const ServiceEnvironmentEndPointOverviewEnvironmentTypeOther + func GetServiceEnvironmentEndPointOverviewEnvironmentTypeEnumValues() []ServiceEnvironmentEndPointOverviewEnvironmentTypeEnum + type ServiceEnvironmentSummary struct + CompartmentId *string + ConsoleUrl *string + DefinedTags map[string]map[string]interface{} + FreeformTags map[string]string + Id *string + ServiceDefinition *ServiceDefinition + ServiceEnvironmentEndpoints []ServiceEnvironmentEndPointOverview + Status ServiceEntitlementRegistrationStatusEnum + SubscriptionId *string + func (m ServiceEnvironmentSummary) String() string + type ServiceManagerProxyClient struct + func NewServiceManagerProxyClientWithConfigurationProvider(configProvider common.ConfigurationProvider) (client ServiceManagerProxyClient, err error) + func NewServiceManagerProxyClientWithOboToken(configProvider common.ConfigurationProvider, oboToken string) (client ServiceManagerProxyClient, err error) + func (client *ServiceManagerProxyClient) ConfigurationProvider() *common.ConfigurationProvider + func (client *ServiceManagerProxyClient) SetRegion(region string) + func (client ServiceManagerProxyClient) GetServiceEnvironment(ctx context.Context, request GetServiceEnvironmentRequest) (response GetServiceEnvironmentResponse, err error) + func (client ServiceManagerProxyClient) ListServiceEnvironments(ctx context.Context, request ListServiceEnvironmentsRequest) (response ListServiceEnvironmentsResponse, err error) Other modules containing this package github.com/oracle/oci-go-sdk/v52 github.com/oracle/oci-go-sdk/v53 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