Documentation ¶
Overview ¶
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Index ¶
- func DataSourceGoogleDatastreamStaticIps() *schema.Resource
- func DatastreamOperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func DatastreamOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func ResourceDatastreamConnectionProfile() *schema.Resource
- func ResourceDatastreamPrivateConnection() *schema.Resource
- func ResourceDatastreamPrivateConnectionUpgradeV0(_ context.Context, rawState map[string]interface{}, meta interface{}) (map[string]interface{}, error)
- func ResourceDatastreamStream() *schema.Resource
- type DatastreamOperationError
- type DatastreamOperationWaiter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatastreamOperationWaitTimeWithResponse ¶
func DatastreamOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
Types ¶
type DatastreamOperationError ¶
type DatastreamOperationError struct {
Op datastream.Operation
}
DatastreamOperationError wraps datastream.Status and implements the error interface so it can be returned.
func (DatastreamOperationError) Error ¶
func (e DatastreamOperationError) Error() string
type DatastreamOperationWaiter ¶
type DatastreamOperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string Op datastream.Operation tpgresource.CommonOperationWaiter }
func (*DatastreamOperationWaiter) Error ¶
func (w *DatastreamOperationWaiter) Error() error
func (*DatastreamOperationWaiter) QueryOp ¶
func (w *DatastreamOperationWaiter) QueryOp() (interface{}, error)
func (*DatastreamOperationWaiter) SetOp ¶
func (w *DatastreamOperationWaiter) SetOp(op interface{}) error
Source Files ¶
- data_source_google_datastream_static_ips.go
- datastream_operation.go
- resource_datastream_connection_profile.go
- resource_datastream_connection_profile_sweeper.go
- resource_datastream_private_connection.go
- resource_datastream_private_connection_sweeper.go
- resource_datastream_stream.go
- resource_datastream_stream_sweeper.go
Click to show internal directories.
Click to hide internal directories.