instanceexternalips

package
v0.20.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDataSource

func NewDataSource() datasource.DataSource

NewDataSource initialises an images datasource

Types

type DataSource

type DataSource struct {
	// contains filtered or unexported fields
}

func (*DataSource) Configure

Configure adds the provider configured client to the data source.

func (*DataSource) Metadata

func (*DataSource) Read

func (*DataSource) Schema

type DataSourceModel

type DataSourceModel struct {
	ID          types.String                `tfsdk:"id"`
	InstanceID  types.String                `tfsdk:"instance_id"`
	Timeouts    timeouts.Value              `tfsdk:"timeouts"`
	ExternalIPs []ExternalIPDataSourceModel `tfsdk:"external_ips"`
}

type ExternalIPDataSourceModel

type ExternalIPDataSourceModel struct {
	IP   types.String `tfsdk:"ip"`
	Kind types.String `tfsdk:"kind"`
}

Jump to

Keyboard shortcuts

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