Documentation ¶
Index ¶
- func DataSourceGoogleServiceNetworkingPeeredDNSDomain() *schema.Resource
- func ResourceGoogleServiceNetworkingPeeredDNSDomain() *schema.Resource
- func ResourceServiceNetworkingConnection() *schema.Resource
- func RetrieveServiceNetworkingNetworkName(d *schema.ResourceData, config *transport_tpg.Config, ...) (string, error)
- func ServiceNetworkingOperationWaitTime(config *transport_tpg.Config, op *servicenetworking.Operation, ...) error
- type ServiceNetworkingOperationWaiter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RetrieveServiceNetworkingNetworkName ¶
func RetrieveServiceNetworkingNetworkName(d *schema.ResourceData, config *transport_tpg.Config, network, userAgent string) (string, error)
NOTE(craigatgoogle): An out of band aspect of this API is that it uses a unique formatting of network different from the standard self_link URI. It requires a call to the resource manager to get the project number for the current project.
Types ¶
type ServiceNetworkingOperationWaiter ¶
type ServiceNetworkingOperationWaiter struct { Service *servicenetworking.APIService Project string UserProjectOverride bool tpgresource.CommonOperationWaiter }
func (*ServiceNetworkingOperationWaiter) QueryOp ¶
func (w *ServiceNetworkingOperationWaiter) QueryOp() (interface{}, error)
Click to show internal directories.
Click to hide internal directories.