edgegw

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2023 License: MPL-2.0 Imports: 29 Imported by: 0

Documentation

Overview

Package edgegw provides a Terraform resource to manage edge gateways.

Package edgegw provides a Terraform resource to manage edge gateways.

Package edgegw provides a Terraform resource to manage edge gateways.

Index

Constants

This section is empty.

Variables

View Source
var (

	// ConfigEdgeGateway is the default configuration for edge gateway.
	ConfigEdgeGateway setDefaultEdgeGateway = func() EdgeGatewayConfig {
		return EdgeGatewayConfig{
			CheckJobDelay: defaultCheckJobDelayEdgeGateway,
		}
	}
)

Ensure the implementation satisfies the expected interfaces.

Functions

func NewEdgeGatewayDataSource

func NewEdgeGatewayDataSource() datasource.DataSource

NewEdgeGatewayDataSource returns a new datasource implementing the edge_gateway data source.

func NewEdgeGatewayResource

func NewEdgeGatewayResource() resource.Resource

NewEdgeGatewayResource returns a new resource implementing the edge_gateway data source.

func NewEdgeGatewaysDataSource

func NewEdgeGatewaysDataSource() datasource.DataSource

NewEdgeGatewaysDataSource returns a new resource implementing the edge_gateways data source.

Types

type EdgeGatewayConfig

type EdgeGatewayConfig struct {
	CheckJobDelay time.Duration
}

EdgeGatewayConfig is the configuration for edge gateway.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL