gateway_status

package
v0.101.0 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewVPNGatewayStatusDataSource

func NewVPNGatewayStatusDataSource() datasource.DataSource

Types

type Connection

type Connection struct {
	DisplayName types.String `tfsdk:"display_name"`
	Enabled     types.Bool   `tfsdk:"enabled"`
	Id          types.String `tfsdk:"connection_id"`
}

type Model

type Model struct {
	Id          types.String `tfsdk:"id"` // needed by TF
	GatewayId   types.String `tfsdk:"gateway_id"`
	ProjectId   types.String `tfsdk:"project_id"`
	Region      types.String `tfsdk:"region"`
	Connections types.List   `tfsdk:"connections"`
	DisplayName types.String `tfsdk:"display_name"`
	Tunnels     types.List   `tfsdk:"tunnels"`
}

type Tunnel

type Tunnel struct {
	InternalNextHopIP types.String `tfsdk:"internal_next_hop_ip"`
	Name              types.String `tfsdk:"name"`
	PublicIP          types.String `tfsdk:"public_ip"`
}

Jump to

Keyboard shortcuts

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