Versions in this module Expand all Collapse all v0 v0.1.0 Jun 21, 2017 Changes in this version + var ContainerFormats = [9]string + var DiskFormats = [9]string + var REDACT_HEADERS = []string + func AddValueSpecs(body map[string]interface{}) map[string]interface + func BuildRequest(opts interface{}, parent string) (map[string]interface{}, error) + func CheckDeleted(d *schema.ResourceData, err error, msg string) error + func FormatHeaders(headers http.Header, seperator string) string + func GetRegion(d *schema.ResourceData, config *Config) string + func MapValueSpecs(d *schema.ResourceData) map[string]string + func Provider() terraform.ResourceProvider + func RedactHeaders(headers http.Header) (processedHeaders []string) + func SecGroupV2StateRefreshFunc(computeClient *gophercloud.ServiceClient, d *schema.ResourceData) resource.StateRefreshFunc + func ServerV2StateRefreshFunc(client *gophercloud.ServiceClient, instanceID string) resource.StateRefreshFunc + func VolumeV1StateRefreshFunc(client *gophercloud.ServiceClient, volumeID string) resource.StateRefreshFunc + func VolumeV2StateRefreshFunc(client *gophercloud.ServiceClient, volumeID string) resource.StateRefreshFunc + type Config struct + CACertFile string + ClientCertFile string + ClientKeyFile string + DomainID string + DomainName string + EndpointType string + IdentityEndpoint string + Insecure bool + OsClient *gophercloud.ProviderClient + Password string + Region string + Swauth bool + TenantID string + TenantName string + Token string + UserID string + Username string + func (c *Config) LoadAndValidate() error + type Firewall struct + type FirewallCreateOpts struct + ValueSpecs map[string]string + func (opts FirewallCreateOpts) ToFirewallCreateMap() (map[string]interface{}, error) + type FirewallUpdateOpts struct + func (opts FirewallUpdateOpts) ToFirewallUpdateMap() (map[string]interface{}, error) + type FloatingIPCreateOpts struct + ValueSpecs map[string]string + func (opts FloatingIPCreateOpts) ToFloatingIPCreateMap() (map[string]interface{}, error) + type KeyPairCreateOpts struct + ValueSpecs map[string]string + func (opts KeyPairCreateOpts) ToKeyPairCreateMap() (map[string]interface{}, error) + type LogRoundTripper struct + OsDebug bool + Rt http.RoundTripper + func (lrt *LogRoundTripper) RoundTrip(request *http.Request) (*http.Response, error) + type NetworkCreateOpts struct + ValueSpecs map[string]string + func (opts NetworkCreateOpts) ToNetworkCreateMap() (map[string]interface{}, error) + type PolicyCreateOpts struct + ValueSpecs map[string]string + func (opts PolicyCreateOpts) ToFirewallPolicyCreateMap() (map[string]interface{}, error) + type PortCreateOpts struct + ValueSpecs map[string]string + func (opts PortCreateOpts) ToPortCreateMap() (map[string]interface{}, error) + type RecordSetCreateOpts struct + ValueSpecs map[string]string + func (opts RecordSetCreateOpts) ToRecordSetCreateMap() (map[string]interface{}, error) + type RouterCreateOpts struct + ValueSpecs map[string]string + func (opts RouterCreateOpts) ToRouterCreateMap() (map[string]interface{}, error) + type RuleCreateOpts struct + ValueSpecs map[string]string + func (opts RuleCreateOpts) ToRuleCreateMap() (map[string]interface{}, error) + type ServerGroupCreateOpts struct + ValueSpecs map[string]string + func (opts ServerGroupCreateOpts) ToServerGroupCreateMap() (map[string]interface{}, error) + type SubnetCreateOpts struct + ValueSpecs map[string]string + func (opts SubnetCreateOpts) ToSubnetCreateMap() (map[string]interface{}, error) + type ZoneCreateOpts struct + ValueSpecs map[string]string + func (opts ZoneCreateOpts) ToZoneCreateMap() (map[string]interface{}, error)