Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewVPNGatewayStatusDataSource ¶
func NewVPNGatewayStatusDataSource() datasource.DataSource
Types ¶
type Connection ¶
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"`
}
Click to show internal directories.
Click to hide internal directories.