# Functions
BuildRequest takes an opts struct and builds a request body for Gophercloud to execute.
CheckDeleted checks the error to see if it's a 404 (Not Found) and, if so, sets the resource ID to the empty string instead of throwing an error.
GetRegion returns the region from either d.Get("region") or OS_REGION_NAME.
MapValueSpecs converts ResourceData into a map.
Provider returns a schema.Provider for OpenStack.
No description provided by the author
ServerV2StateRefreshFunc returns a resource.StateRefreshFunc that is used to watch an OpenStack instance.
VolumeV1StateRefreshFunc returns a resource.StateRefreshFunc that is used to watch an OpenStack volume.
VolumeV2StateRefreshFunc returns a resource.StateRefreshFunc that is used to watch an OpenStack volume.
# Structs
No description provided by the author
FirewallCreateOpts represents the attributes used when creating a new firewall.
FloatingIPCreateOpts represents the attributes used when creating a new floating ip.
KeyPairCreateOpts represents the attributes used when creating a new keypair.
NetworkCreateOpts represents the attributes used when creating a new network.
PolicyCreateOpts represents the attributes used when creating a new firewall policy.
PortCreateOpts represents the attributes used when creating a new port.
RouterCreateOpts represents the attributes used when creating a new router.
RuleCreateOpts represents the attributes used when creating a new firewall rule.
SubnetCreateOpts represents the attributes used when creating a new subnet.