Documentation
¶
Overview ¶
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: MPL-2.0
Index ¶
- Variables
- func BeyondcorpOperationWaitTime(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func BeyondcorpOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, ...) error
- func BeyondcorpSecurityGatewayIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
- func BeyondcorpSecurityGatewayIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
- func DataSourceGoogleBeyondcorpAppConnection() *schema.Resource
- func DataSourceGoogleBeyondcorpAppConnector() *schema.Resource
- func DataSourceGoogleBeyondcorpAppGateway() *schema.Resource
- func ResourceBeyondcorpAppConnection() *schema.Resource
- func ResourceBeyondcorpAppConnector() *schema.Resource
- func ResourceBeyondcorpAppGateway() *schema.Resource
- func ResourceBeyondcorpAppGatewayUpgradeV0(_ context.Context, rawState map[string]interface{}, meta interface{}) (map[string]interface{}, error)
- func ResourceBeyondcorpSecurityGateway() *schema.Resource
- type BeyondcorpOperationWaiter
- type BeyondcorpSecurityGatewayIamUpdater
- func (u *BeyondcorpSecurityGatewayIamUpdater) DescribeResource() string
- func (u *BeyondcorpSecurityGatewayIamUpdater) GetMutexKey() string
- func (u *BeyondcorpSecurityGatewayIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
- func (u *BeyondcorpSecurityGatewayIamUpdater) GetResourceId() string
- func (u *BeyondcorpSecurityGatewayIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Constants ¶
This section is empty.
Variables ¶
View Source
var BeyondcorpSecurityGatewayIamSchema = map[string]*schema.Schema{ "project": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "location": { Type: schema.TypeString, Computed: true, Optional: true, ForceNew: true, }, "security_gateway_id": { Type: schema.TypeString, Required: true, ForceNew: true, DiffSuppressFunc: tpgresource.CompareSelfLinkOrResourceName, }, }
Functions ¶
func BeyondcorpOperationWaitTimeWithResponse ¶
func BeyondcorpOperationWaitTimeWithResponse(config *transport_tpg.Config, op map[string]interface{}, response *map[string]interface{}, project, activity, userAgent string, timeout time.Duration) error
nolint: deadcode,unused
func BeyondcorpSecurityGatewayIamUpdaterProducer ¶
func BeyondcorpSecurityGatewayIamUpdaterProducer(d tpgresource.TerraformResourceData, config *transport_tpg.Config) (tpgiamresource.ResourceIamUpdater, error)
func BeyondcorpSecurityGatewayIdParseFunc ¶
func BeyondcorpSecurityGatewayIdParseFunc(d *schema.ResourceData, config *transport_tpg.Config) error
Types ¶
type BeyondcorpOperationWaiter ¶
type BeyondcorpOperationWaiter struct { Config *transport_tpg.Config UserAgent string Project string tpgresource.CommonOperationWaiter }
func (*BeyondcorpOperationWaiter) QueryOp ¶
func (w *BeyondcorpOperationWaiter) QueryOp() (interface{}, error)
type BeyondcorpSecurityGatewayIamUpdater ¶
type BeyondcorpSecurityGatewayIamUpdater struct { Config *transport_tpg.Config // contains filtered or unexported fields }
func (*BeyondcorpSecurityGatewayIamUpdater) DescribeResource ¶
func (u *BeyondcorpSecurityGatewayIamUpdater) DescribeResource() string
func (*BeyondcorpSecurityGatewayIamUpdater) GetMutexKey ¶
func (u *BeyondcorpSecurityGatewayIamUpdater) GetMutexKey() string
func (*BeyondcorpSecurityGatewayIamUpdater) GetResourceIamPolicy ¶
func (u *BeyondcorpSecurityGatewayIamUpdater) GetResourceIamPolicy() (*cloudresourcemanager.Policy, error)
func (*BeyondcorpSecurityGatewayIamUpdater) GetResourceId ¶
func (u *BeyondcorpSecurityGatewayIamUpdater) GetResourceId() string
func (*BeyondcorpSecurityGatewayIamUpdater) SetResourceIamPolicy ¶
func (u *BeyondcorpSecurityGatewayIamUpdater) SetResourceIamPolicy(policy *cloudresourcemanager.Policy) error
Source Files
¶
- beyondcorp_operation.go
- data_source_google_beyondcorp_app_connection.go
- data_source_google_beyondcorp_app_connector.go
- data_source_google_beyondcorp_app_gateway.go
- iam_beyondcorp_security_gateway.go
- resource_beyondcorp_app_connection.go
- resource_beyondcorp_app_connection_sweeper.go
- resource_beyondcorp_app_connector.go
- resource_beyondcorp_app_connector_sweeper.go
- resource_beyondcorp_app_gateway.go
- resource_beyondcorp_app_gateway_sweeper.go
- resource_beyondcorp_security_gateway.go
- resource_beyondcorp_security_gateway_sweeper.go
Click to show internal directories.
Click to hide internal directories.