advancedcluster

package
v1.15.2-pre Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: MPL-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ErrorClusterSetting            = "error setting `%s` for MongoDB Cluster (%s): %s"
	ErrorAdvancedConfRead          = "error reading Advanced Configuration Option form MongoDB Cluster (%s): %s"
	ErrorClusterAdvancedSetting    = "error setting `%s` for MongoDB ClusterAdvanced (%s): %s"
	ErrorAdvancedClusterListStatus = "error awaiting MongoDB ClusterAdvanced List IDLE: %s"
)

Variables

View Source
var (
	DSTagsSchema = schema.Schema{
		Type:     schema.TypeSet,
		Computed: true,
		Elem: &schema.Resource{
			Schema: map[string]*schema.Schema{
				"key": {
					Type:     schema.TypeString,
					Computed: true,
				},
				"value": {
					Type:     schema.TypeString,
					Computed: true,
				},
			},
		},
	}
	RSTagsSchema = schema.Schema{
		Type:     schema.TypeSet,
		Optional: true,
		Elem: &schema.Resource{
			Schema: map[string]*schema.Schema{
				"key": {
					Type:     schema.TypeString,
					Required: true,
				},
				"value": {
					Type:     schema.TypeString,
					Required: true,
				},
			},
		},
	}
)

Functions

func DataSource

func DataSource() *schema.Resource

func FormatMongoDBMajorVersion

func FormatMongoDBMajorVersion(val any) string

func HashCodeString

func HashCodeString(s string) int

HashCodeString hashes a string to a unique hashcode.

crc32 returns a uint32, but for our use we need and non negative integer. Here we cast to an integer and invert it if the result is negative.

func HashFunctionForKeyValuePair

func HashFunctionForKeyValuePair(v any) int

func IsSharedTier

func IsSharedTier(instanceSize string) bool

func MigrateBIConnectorConfig

func MigrateBIConnectorConfig(rawState map[string]any) map[string]any

func PluralDataSource

func PluralDataSource() *schema.Resource

func Resource

func Resource() *schema.Resource

func ResourceClusterListAdvancedRefreshFunc

func ResourceClusterListAdvancedRefreshFunc(ctx context.Context, projectID string, client ClusterService) retry.StateRefreshFunc

func ResourceV0

func ResourceV0() *schema.Resource

func SchemaAdvancedConfig added in v1.15.2

func SchemaAdvancedConfig() *schema.Schema

func SchemaAdvancedConfigDS added in v1.15.2

func SchemaAdvancedConfigDS() *schema.Schema

func SchemaConnectionStrings added in v1.15.2

func SchemaConnectionStrings() *schema.Schema

func UpgradeRefreshFunc added in v1.15.2

func UpgradeRefreshFunc(ctx context.Context, name, projectID string, client ClusterService) retry.StateRefreshFunc

Types

type ClusterService added in v1.15.0

type ClusterService interface {
	Get(ctx context.Context, groupID, clusterName string) (*admin.AdvancedClusterDescription, *http.Response, error)
	List(ctx context.Context, options *admin.ListClustersApiParams) (*admin.PaginatedAdvancedClusterDescription, *http.Response, error)
}

func ServiceFromClient added in v1.15.0

func ServiceFromClient(client *admin.APIClient) ClusterService

type ClusterServiceFromClient added in v1.15.0

type ClusterServiceFromClient struct {
	// contains filtered or unexported fields
}

func (*ClusterServiceFromClient) Get added in v1.15.0

func (*ClusterServiceFromClient) List added in v1.15.0

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL