Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StorageTypes = map[string]googlebigtable.StorageType{ "SSD": googlebigtable.SSD, "HDD": googlebigtable.HDD, }
Functions ¶
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 ¶
func (b *BigTableBroker) Provision(instanceId string, details models.ProvisionDetails, plan models.PlanDetails) (models.ServiceInstanceDetails, error)
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 InstanceInformation ¶
type InstanceInformation struct {
InstanceId string `json:"instance_id"`
}
Click to show internal directories.
Click to hide internal directories.