bigtable

package
v3.3.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 5, 2017 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var StorageTypes = map[string]googlebigtable.StorageType{
	"SSD": googlebigtable.SSD,
	"HDD": googlebigtable.HDD,
}

Functions

func MapPlan

func MapPlan(details map[string]string) map[string]string

Types

type BigTableBroker

type BigTableBroker struct {
	Client         *http.Client
	ProjectId      string
	Logger         lager.Logger
	AccountManager models.AccountManager

	broker_base.BrokerBase
}

func (*BigTableBroker) Deprovision

func (b *BigTableBroker) Deprovision(instanceID string, details models.DeprovisionDetails) error

deletes the instance associated with the given instanceID string

func (*BigTableBroker) Provision

Creates a new Bigtable Instance identified by the name provided in details.RawParameters.name and optional cluster_id (a default will be supplied), display_name, and zone (defaults to us-east1-b)

type BigtableDynamicPlan

type BigtableDynamicPlan struct {
	Guid        string `json:"guid"`
	Name        string `json:"name"`
	Description string `json:"description"`
	NumNodes    string `json:"num_nodes"`
	StorageType string `json:"storage_type"`
	DisplayName string `json:"display_name"`
	ServiceId   string `json:"service"`
}

type InstanceInformation

type InstanceInformation struct {
	InstanceId string `json:"instance_id"`
}

Jump to

Keyboard shortcuts

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