devices

package
v0.0.0-...-8fb3fdf Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2025 License: MPL-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewDataSource

func NewDataSource() datasource.DataSource

Types

type DeviceBeaconIdParamsDatasourceModel

type DeviceBeaconIdParamsDatasourceModel struct {
	Uuid  types.String `tfsdk:"uuid"`
	Major types.Int64  `tfsdk:"major"`
	Minor types.Int64  `tfsdk:"minor"`
}

type DeviceDatasourceModel

type DeviceDatasourceModel struct {
	Id        types.String `tfsdk:"id"`
	Devices   types.List   `tfsdk:"list"`
	NetworkId types.String `tfsdk:"network_id"`
}

type DeviceDevicesDatasourceModel

type DeviceDevicesDatasourceModel struct {
	Id              types.String  `tfsdk:"id"`
	Serial          types.String  `tfsdk:"serial"`
	Name            types.String  `tfsdk:"name"`
	Mac             types.String  `tfsdk:"mac"`
	Model           types.String  `tfsdk:"model"`
	Tags            types.List    `tfsdk:"tags"`
	Details         types.List    `tfsdk:"details"`
	LanIp           types.String  `tfsdk:"lan_ip"`
	Firmware        types.String  `tfsdk:"firmware"`
	Lat             types.Float64 `tfsdk:"lat"`
	Lng             types.Float64 `tfsdk:"lng"`
	Address         types.String  `tfsdk:"address"`
	Notes           types.String  `tfsdk:"notes"`
	Url             types.String  `tfsdk:"url"`
	FloorPlanId     types.String  `tfsdk:"floor_plan_id"`
	NetworkId       types.String  `tfsdk:"network_id"`
	BeaconIdParams  types.Object  `tfsdk:"beacon_id_params"`
	SwitchProfileId types.String  `tfsdk:"switch_profile_id"`
	MoveMapMarker   types.Bool    `tfsdk:"move_map_marker"`
}

type NetworkDevicesDataSource

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

func (*NetworkDevicesDataSource) Configure

func (*NetworkDevicesDataSource) Metadata

func (*NetworkDevicesDataSource) Read

func (*NetworkDevicesDataSource) Schema

Directories

Path Synopsis
dhcp
management
switch

Jump to

Keyboard shortcuts

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