datasource_device_ap_stats

package
v0.1.17 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeviceApStatsDataSourceSchema

func DeviceApStatsDataSourceSchema(ctx context.Context) schema.Schema

Types

type AutoPlacementType

type AutoPlacementType struct {
	basetypes.ObjectType
}

func (AutoPlacementType) Equal

func (t AutoPlacementType) Equal(o attr.Type) bool

func (AutoPlacementType) String

func (t AutoPlacementType) String() string

func (AutoPlacementType) ValueFromObject

func (AutoPlacementType) ValueFromTerraform

func (t AutoPlacementType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (AutoPlacementType) ValueType

func (t AutoPlacementType) ValueType(ctx context.Context) attr.Value

type AutoPlacementValue

type AutoPlacementValue struct {
	Info              basetypes.ObjectValue  `tfsdk:"info"`
	RecommendedAnchor basetypes.BoolValue    `tfsdk:"recommended_anchor"`
	Status            basetypes.StringValue  `tfsdk:"status"`
	StatusDetail      basetypes.StringValue  `tfsdk:"status_detail"`
	UseAutoPlacement  basetypes.BoolValue    `tfsdk:"use_auto_placement"`
	X                 basetypes.Float64Value `tfsdk:"x"`
	XM                basetypes.Float64Value `tfsdk:"x_m"`
	Y                 basetypes.Float64Value `tfsdk:"y"`
	YM                basetypes.Float64Value `tfsdk:"y_m"`
	// contains filtered or unexported fields
}

func NewAutoPlacementValue

func NewAutoPlacementValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AutoPlacementValue, diag.Diagnostics)

func NewAutoPlacementValueMust

func NewAutoPlacementValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AutoPlacementValue

func NewAutoPlacementValueNull

func NewAutoPlacementValueNull() AutoPlacementValue

func NewAutoPlacementValueUnknown

func NewAutoPlacementValueUnknown() AutoPlacementValue

func (AutoPlacementValue) AttributeTypes

func (v AutoPlacementValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (AutoPlacementValue) Equal

func (v AutoPlacementValue) Equal(o attr.Value) bool

func (AutoPlacementValue) IsNull

func (v AutoPlacementValue) IsNull() bool

func (AutoPlacementValue) IsUnknown

func (v AutoPlacementValue) IsUnknown() bool

func (AutoPlacementValue) String

func (v AutoPlacementValue) String() string

func (AutoPlacementValue) ToObjectValue

func (AutoPlacementValue) ToTerraformValue

func (v AutoPlacementValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (AutoPlacementValue) Type

type AutoUpgradeStatType

type AutoUpgradeStatType struct {
	basetypes.ObjectType
}

func (AutoUpgradeStatType) Equal

func (t AutoUpgradeStatType) Equal(o attr.Type) bool

func (AutoUpgradeStatType) String

func (t AutoUpgradeStatType) String() string

func (AutoUpgradeStatType) ValueFromObject

func (AutoUpgradeStatType) ValueFromTerraform

func (t AutoUpgradeStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (AutoUpgradeStatType) ValueType

func (t AutoUpgradeStatType) ValueType(ctx context.Context) attr.Value

type AutoUpgradeStatValue

type AutoUpgradeStatValue struct {
	Lastcheck basetypes.Int64Value `tfsdk:"lastcheck"`
	// contains filtered or unexported fields
}

func NewAutoUpgradeStatValue

func NewAutoUpgradeStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AutoUpgradeStatValue, diag.Diagnostics)

func NewAutoUpgradeStatValueMust

func NewAutoUpgradeStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AutoUpgradeStatValue

func NewAutoUpgradeStatValueNull

func NewAutoUpgradeStatValueNull() AutoUpgradeStatValue

func NewAutoUpgradeStatValueUnknown

func NewAutoUpgradeStatValueUnknown() AutoUpgradeStatValue

func (AutoUpgradeStatValue) AttributeTypes

func (v AutoUpgradeStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (AutoUpgradeStatValue) Equal

func (v AutoUpgradeStatValue) Equal(o attr.Value) bool

func (AutoUpgradeStatValue) IsNull

func (v AutoUpgradeStatValue) IsNull() bool

func (AutoUpgradeStatValue) IsUnknown

func (v AutoUpgradeStatValue) IsUnknown() bool

func (AutoUpgradeStatValue) String

func (v AutoUpgradeStatValue) String() string

func (AutoUpgradeStatValue) ToObjectValue

func (AutoUpgradeStatValue) ToTerraformValue

func (v AutoUpgradeStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (AutoUpgradeStatValue) Type

type BandType

type BandType struct {
	basetypes.ObjectType
}

func (BandType) Equal

func (t BandType) Equal(o attr.Type) bool

func (BandType) String

func (t BandType) String() string

func (BandType) ValueFromObject

func (BandType) ValueFromTerraform

func (t BandType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (BandType) ValueType

func (t BandType) ValueType(ctx context.Context) attr.Value

type BandValue

type BandValue struct {
	Bandwidth              basetypes.Int64Value  `tfsdk:"bandwidth"`
	Channel                basetypes.Int64Value  `tfsdk:"channel"`
	DynamicChainingEnalbed basetypes.BoolValue   `tfsdk:"dynamic_chaining_enalbed"`
	Mac                    basetypes.StringValue `tfsdk:"mac"`
	NoiseFloor             basetypes.Int64Value  `tfsdk:"noise_floor"`
	NumClients             basetypes.Int64Value  `tfsdk:"num_clients"`
	Power                  basetypes.Int64Value  `tfsdk:"power"`
	RxBytes                basetypes.Int64Value  `tfsdk:"rx_bytes"`
	RxPkts                 basetypes.Int64Value  `tfsdk:"rx_pkts"`
	TxBytes                basetypes.Int64Value  `tfsdk:"tx_bytes"`
	TxPkts                 basetypes.Int64Value  `tfsdk:"tx_pkts"`
	Usage                  basetypes.StringValue `tfsdk:"usage"`
	UtilAll                basetypes.Int64Value  `tfsdk:"util_all"`
	UtilNonWifi            basetypes.Int64Value  `tfsdk:"util_non_wifi"`
	UtilRxInBss            basetypes.Int64Value  `tfsdk:"util_rx_in_bss"`
	UtilRxOtherBss         basetypes.Int64Value  `tfsdk:"util_rx_other_bss"`
	UtilTx                 basetypes.Int64Value  `tfsdk:"util_tx"`
	UtilUndecodableWifi    basetypes.Int64Value  `tfsdk:"util_undecodable_wifi"`
	UtilUnknownWifi        basetypes.Int64Value  `tfsdk:"util_unknown_wifi"`
	// contains filtered or unexported fields
}

func NewBandValue

func NewBandValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (BandValue, diag.Diagnostics)

func NewBandValueMust

func NewBandValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) BandValue

func NewBandValueNull

func NewBandValueNull() BandValue

func NewBandValueUnknown

func NewBandValueUnknown() BandValue

func (BandValue) AttributeTypes

func (v BandValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (BandValue) Equal

func (v BandValue) Equal(o attr.Value) bool

func (BandValue) IsNull

func (v BandValue) IsNull() bool

func (BandValue) IsUnknown

func (v BandValue) IsUnknown() bool

func (BandValue) String

func (v BandValue) String() string

func (BandValue) ToObjectValue

func (v BandValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)

func (BandValue) ToTerraformValue

func (v BandValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (BandValue) Type

func (v BandValue) Type(ctx context.Context) attr.Type

type BleStatType

type BleStatType struct {
	basetypes.ObjectType
}

func (BleStatType) Equal

func (t BleStatType) Equal(o attr.Type) bool

func (BleStatType) String

func (t BleStatType) String() string

func (BleStatType) ValueFromObject

func (BleStatType) ValueFromTerraform

func (t BleStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (BleStatType) ValueType

func (t BleStatType) ValueType(ctx context.Context) attr.Value

type BleStatValue

type BleStatValue struct {
	BeaconEnabled         basetypes.BoolValue   `tfsdk:"beacon_enabled"`
	BeaconRate            basetypes.Int64Value  `tfsdk:"beacon_rate"`
	EddystoneUidEnabled   basetypes.BoolValue   `tfsdk:"eddystone_uid_enabled"`
	EddystoneUidFreqMsec  basetypes.Int64Value  `tfsdk:"eddystone_uid_freq_msec"`
	EddystoneUidInstance  basetypes.StringValue `tfsdk:"eddystone_uid_instance"`
	EddystoneUidNamespace basetypes.StringValue `tfsdk:"eddystone_uid_namespace"`
	EddystoneUrlEnabled   basetypes.BoolValue   `tfsdk:"eddystone_url_enabled"`
	EddystoneUrlFreqMsec  basetypes.Int64Value  `tfsdk:"eddystone_url_freq_msec"`
	EddystoneUrlUrl       basetypes.StringValue `tfsdk:"eddystone_url_url"`
	IbeaconEnabled        basetypes.BoolValue   `tfsdk:"ibeacon_enabled"`
	IbeaconFreqMsec       basetypes.Int64Value  `tfsdk:"ibeacon_freq_msec"`
	IbeaconMajor          basetypes.Int64Value  `tfsdk:"ibeacon_major"`
	IbeaconMinor          basetypes.Int64Value  `tfsdk:"ibeacon_minor"`
	IbeaconUuid           basetypes.StringValue `tfsdk:"ibeacon_uuid"`
	Major                 basetypes.Int64Value  `tfsdk:"major"`
	Minors                basetypes.ListValue   `tfsdk:"minors"`
	Power                 basetypes.Int64Value  `tfsdk:"power"`
	RxBytes               basetypes.Int64Value  `tfsdk:"rx_bytes"`
	RxPkts                basetypes.Int64Value  `tfsdk:"rx_pkts"`
	TxBytes               basetypes.Int64Value  `tfsdk:"tx_bytes"`
	TxPkts                basetypes.Int64Value  `tfsdk:"tx_pkts"`
	TxResets              basetypes.Int64Value  `tfsdk:"tx_resets"`
	Uuid                  basetypes.StringValue `tfsdk:"uuid"`
	// contains filtered or unexported fields
}

func NewBleStatValue

func NewBleStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (BleStatValue, diag.Diagnostics)

func NewBleStatValueMust

func NewBleStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) BleStatValue

func NewBleStatValueNull

func NewBleStatValueNull() BleStatValue

func NewBleStatValueUnknown

func NewBleStatValueUnknown() BleStatValue

func (BleStatValue) AttributeTypes

func (v BleStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (BleStatValue) Equal

func (v BleStatValue) Equal(o attr.Value) bool

func (BleStatValue) IsNull

func (v BleStatValue) IsNull() bool

func (BleStatValue) IsUnknown

func (v BleStatValue) IsUnknown() bool

func (BleStatValue) String

func (v BleStatValue) String() string

func (BleStatValue) ToObjectValue

func (BleStatValue) ToTerraformValue

func (v BleStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (BleStatValue) Type

func (v BleStatValue) Type(ctx context.Context) attr.Type

type DeviceApStatsModel

type DeviceApStatsModel struct {
	DeviceApStats types.Set    `tfsdk:"device_ap_stats"`
	Duration      types.String `tfsdk:"duration"`
	End           types.Int64  `tfsdk:"end"`
	Mac           types.String `tfsdk:"mac"`
	OrgId         types.String `tfsdk:"org_id"`
	SiteId        types.String `tfsdk:"site_id"`
	Start         types.Int64  `tfsdk:"start"`
	Status        types.String `tfsdk:"status"`
}

type DeviceApStatsType

type DeviceApStatsType struct {
	basetypes.ObjectType
}

func (DeviceApStatsType) Equal

func (t DeviceApStatsType) Equal(o attr.Type) bool

func (DeviceApStatsType) String

func (t DeviceApStatsType) String() string

func (DeviceApStatsType) ValueFromObject

func (DeviceApStatsType) ValueFromTerraform

func (t DeviceApStatsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (DeviceApStatsType) ValueType

func (t DeviceApStatsType) ValueType(ctx context.Context) attr.Value

type DeviceApStatsValue

type DeviceApStatsValue struct {
	AutoPlacement      basetypes.ObjectValue  `tfsdk:"auto_placement"`
	AutoUpgradeStat    basetypes.ObjectValue  `tfsdk:"auto_upgrade_stat"`
	BleStat            basetypes.ObjectValue  `tfsdk:"ble_stat"`
	CertExpiry         basetypes.NumberValue  `tfsdk:"cert_expiry"`
	ConfigReverted     basetypes.BoolValue    `tfsdk:"config_reverted"`
	CpuSystem          basetypes.Int64Value   `tfsdk:"cpu_system"`
	CpuUtil            basetypes.Int64Value   `tfsdk:"cpu_util"`
	CreatedTime        basetypes.Int64Value   `tfsdk:"created_time"`
	DeviceprofileId    basetypes.StringValue  `tfsdk:"deviceprofile_id"`
	EnvStat            basetypes.ObjectValue  `tfsdk:"env_stat"`
	EslStat            basetypes.ObjectValue  `tfsdk:"esl_stat"`
	ExtIp              basetypes.StringValue  `tfsdk:"ext_ip"`
	Fwupdate           basetypes.ObjectValue  `tfsdk:"fwupdate"`
	HwRev              basetypes.StringValue  `tfsdk:"hw_rev"`
	Id                 basetypes.StringValue  `tfsdk:"id"`
	InactiveWiredVlans basetypes.ListValue    `tfsdk:"inactive_wired_vlans"`
	IotStat            basetypes.MapValue     `tfsdk:"iot_stat"`
	Ip                 basetypes.StringValue  `tfsdk:"ip"`
	IpConfig           basetypes.ObjectValue  `tfsdk:"ip_config"`
	IpStat             basetypes.ObjectValue  `tfsdk:"ip_stat"`
	L2tpStat           basetypes.MapValue     `tfsdk:"l2tp_stat"`
	LastSeen           basetypes.NumberValue  `tfsdk:"last_seen"`
	LastTrouble        basetypes.ObjectValue  `tfsdk:"last_trouble"`
	Led                basetypes.ObjectValue  `tfsdk:"led"`
	LldpStat           basetypes.ObjectValue  `tfsdk:"lldp_stat"`
	Locating           basetypes.BoolValue    `tfsdk:"locating"`
	Locked             basetypes.BoolValue    `tfsdk:"locked"`
	Mac                basetypes.StringValue  `tfsdk:"mac"`
	MapId              basetypes.StringValue  `tfsdk:"map_id"`
	MemUsedKb          basetypes.Int64Value   `tfsdk:"mem_used_kb"`
	MeshDownlinks      basetypes.MapValue     `tfsdk:"mesh_downlinks"`
	MeshUplink         basetypes.ObjectValue  `tfsdk:"mesh_uplink"`
	Model              basetypes.StringValue  `tfsdk:"model"`
	ModifiedTime       basetypes.Int64Value   `tfsdk:"modified_time"`
	Mount              basetypes.StringValue  `tfsdk:"mount"`
	Name               basetypes.StringValue  `tfsdk:"name"`
	Notes              basetypes.StringValue  `tfsdk:"notes"`
	NumClients         basetypes.Int64Value   `tfsdk:"num_clients"`
	OrgId              basetypes.StringValue  `tfsdk:"org_id"`
	PortStat           basetypes.MapValue     `tfsdk:"port_stat"`
	PowerBudget        basetypes.Int64Value   `tfsdk:"power_budget"`
	PowerConstrained   basetypes.BoolValue    `tfsdk:"power_constrained"`
	PowerOpmode        basetypes.StringValue  `tfsdk:"power_opmode"`
	PowerSrc           basetypes.StringValue  `tfsdk:"power_src"`
	RadioStat          basetypes.ObjectValue  `tfsdk:"radio_stat"`
	RxBps              basetypes.NumberValue  `tfsdk:"rx_bps"`
	RxBytes            basetypes.Int64Value   `tfsdk:"rx_bytes"`
	RxPkts             basetypes.Int64Value   `tfsdk:"rx_pkts"`
	Serial             basetypes.StringValue  `tfsdk:"serial"`
	SiteId             basetypes.StringValue  `tfsdk:"site_id"`
	Status             basetypes.StringValue  `tfsdk:"status"`
	SwitchRedundancy   basetypes.ObjectValue  `tfsdk:"switch_redundancy"`
	TxBps              basetypes.NumberValue  `tfsdk:"tx_bps"`
	TxBytes            basetypes.NumberValue  `tfsdk:"tx_bytes"`
	TxPkts             basetypes.NumberValue  `tfsdk:"tx_pkts"`
	Uptime             basetypes.NumberValue  `tfsdk:"uptime"`
	UsbStat            basetypes.ObjectValue  `tfsdk:"usb_stat"`
	Version            basetypes.StringValue  `tfsdk:"version"`
	X                  basetypes.Float64Value `tfsdk:"x"`
	Y                  basetypes.Float64Value `tfsdk:"y"`
	// contains filtered or unexported fields
}

func NewDeviceApStatsValue

func NewDeviceApStatsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (DeviceApStatsValue, diag.Diagnostics)

func NewDeviceApStatsValueMust

func NewDeviceApStatsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DeviceApStatsValue

func NewDeviceApStatsValueNull

func NewDeviceApStatsValueNull() DeviceApStatsValue

func NewDeviceApStatsValueUnknown

func NewDeviceApStatsValueUnknown() DeviceApStatsValue

func (DeviceApStatsValue) AttributeTypes

func (v DeviceApStatsValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (DeviceApStatsValue) Equal

func (v DeviceApStatsValue) Equal(o attr.Value) bool

func (DeviceApStatsValue) IsNull

func (v DeviceApStatsValue) IsNull() bool

func (DeviceApStatsValue) IsUnknown

func (v DeviceApStatsValue) IsUnknown() bool

func (DeviceApStatsValue) String

func (v DeviceApStatsValue) String() string

func (DeviceApStatsValue) ToObjectValue

func (DeviceApStatsValue) ToTerraformValue

func (v DeviceApStatsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (DeviceApStatsValue) Type

type EnvStatType

type EnvStatType struct {
	basetypes.ObjectType
}

func (EnvStatType) Equal

func (t EnvStatType) Equal(o attr.Type) bool

func (EnvStatType) String

func (t EnvStatType) String() string

func (EnvStatType) ValueFromObject

func (EnvStatType) ValueFromTerraform

func (t EnvStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (EnvStatType) ValueType

func (t EnvStatType) ValueType(ctx context.Context) attr.Value

type EnvStatValue

type EnvStatValue struct {
	AccelX       basetypes.Float64Value `tfsdk:"accel_x"`
	AccelY       basetypes.Float64Value `tfsdk:"accel_y"`
	AccelZ       basetypes.Float64Value `tfsdk:"accel_z"`
	AmbientTemp  basetypes.Int64Value   `tfsdk:"ambient_temp"`
	Attitude     basetypes.Int64Value   `tfsdk:"attitude"`
	CpuTemp      basetypes.Int64Value   `tfsdk:"cpu_temp"`
	Humidity     basetypes.Int64Value   `tfsdk:"humidity"`
	MagneX       basetypes.Float64Value `tfsdk:"magne_x"`
	MagneY       basetypes.Float64Value `tfsdk:"magne_y"`
	MagneZ       basetypes.Float64Value `tfsdk:"magne_z"`
	Pressure     basetypes.Float64Value `tfsdk:"pressure"`
	VcoreVoltage basetypes.Int64Value   `tfsdk:"vcore_voltage"`
	// contains filtered or unexported fields
}

func NewEnvStatValue

func NewEnvStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (EnvStatValue, diag.Diagnostics)

func NewEnvStatValueMust

func NewEnvStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) EnvStatValue

func NewEnvStatValueNull

func NewEnvStatValueNull() EnvStatValue

func NewEnvStatValueUnknown

func NewEnvStatValueUnknown() EnvStatValue

func (EnvStatValue) AttributeTypes

func (v EnvStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (EnvStatValue) Equal

func (v EnvStatValue) Equal(o attr.Value) bool

func (EnvStatValue) IsNull

func (v EnvStatValue) IsNull() bool

func (EnvStatValue) IsUnknown

func (v EnvStatValue) IsUnknown() bool

func (EnvStatValue) String

func (v EnvStatValue) String() string

func (EnvStatValue) ToObjectValue

func (EnvStatValue) ToTerraformValue

func (v EnvStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (EnvStatValue) Type

func (v EnvStatValue) Type(ctx context.Context) attr.Type

type EslStatType

type EslStatType struct {
	basetypes.ObjectType
}

func (EslStatType) Equal

func (t EslStatType) Equal(o attr.Type) bool

func (EslStatType) String

func (t EslStatType) String() string

func (EslStatType) ValueFromObject

func (EslStatType) ValueFromTerraform

func (t EslStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (EslStatType) ValueType

func (t EslStatType) ValueType(ctx context.Context) attr.Value

type EslStatValue

type EslStatValue struct {
	Channel     basetypes.Int64Value  `tfsdk:"channel"`
	Connected   basetypes.BoolValue   `tfsdk:"connected"`
	EslStatType basetypes.StringValue `tfsdk:"type"`
	Up          basetypes.BoolValue   `tfsdk:"up"`
	// contains filtered or unexported fields
}

func NewEslStatValue

func NewEslStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (EslStatValue, diag.Diagnostics)

func NewEslStatValueMust

func NewEslStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) EslStatValue

func NewEslStatValueNull

func NewEslStatValueNull() EslStatValue

func NewEslStatValueUnknown

func NewEslStatValueUnknown() EslStatValue

func (EslStatValue) AttributeTypes

func (v EslStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (EslStatValue) Equal

func (v EslStatValue) Equal(o attr.Value) bool

func (EslStatValue) IsNull

func (v EslStatValue) IsNull() bool

func (EslStatValue) IsUnknown

func (v EslStatValue) IsUnknown() bool

func (EslStatValue) String

func (v EslStatValue) String() string

func (EslStatValue) ToObjectValue

func (EslStatValue) ToTerraformValue

func (v EslStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (EslStatValue) Type

func (v EslStatValue) Type(ctx context.Context) attr.Type

type FwupdateType

type FwupdateType struct {
	basetypes.ObjectType
}

func (FwupdateType) Equal

func (t FwupdateType) Equal(o attr.Type) bool

func (FwupdateType) String

func (t FwupdateType) String() string

func (FwupdateType) ValueFromObject

func (FwupdateType) ValueFromTerraform

func (t FwupdateType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (FwupdateType) ValueType

func (t FwupdateType) ValueType(ctx context.Context) attr.Value

type FwupdateValue

type FwupdateValue struct {
	Progress  basetypes.Int64Value   `tfsdk:"progress"`
	Status    basetypes.StringValue  `tfsdk:"status"`
	StatusId  basetypes.Int64Value   `tfsdk:"status_id"`
	Timestamp basetypes.Float64Value `tfsdk:"timestamp"`
	WillRetry basetypes.BoolValue    `tfsdk:"will_retry"`
	// contains filtered or unexported fields
}

func NewFwupdateValue

func NewFwupdateValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FwupdateValue, diag.Diagnostics)

func NewFwupdateValueMust

func NewFwupdateValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) FwupdateValue

func NewFwupdateValueNull

func NewFwupdateValueNull() FwupdateValue

func NewFwupdateValueUnknown

func NewFwupdateValueUnknown() FwupdateValue

func (FwupdateValue) AttributeTypes

func (v FwupdateValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (FwupdateValue) Equal

func (v FwupdateValue) Equal(o attr.Value) bool

func (FwupdateValue) IsNull

func (v FwupdateValue) IsNull() bool

func (FwupdateValue) IsUnknown

func (v FwupdateValue) IsUnknown() bool

func (FwupdateValue) String

func (v FwupdateValue) String() string

func (FwupdateValue) ToObjectValue

func (FwupdateValue) ToTerraformValue

func (v FwupdateValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (FwupdateValue) Type

func (v FwupdateValue) Type(ctx context.Context) attr.Type

type InfoType

type InfoType struct {
	basetypes.ObjectType
}

func (InfoType) Equal

func (t InfoType) Equal(o attr.Type) bool

func (InfoType) String

func (t InfoType) String() string

func (InfoType) ValueFromObject

func (InfoType) ValueFromTerraform

func (t InfoType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (InfoType) ValueType

func (t InfoType) ValueType(ctx context.Context) attr.Value

type InfoValue

type InfoValue struct {
	ClusterNumber      basetypes.Int64Value  `tfsdk:"cluster_number"`
	OrientationStats   basetypes.Int64Value  `tfsdk:"orientation_stats"`
	ProbabilitySurface basetypes.ObjectValue `tfsdk:"probability_surface"`
	// contains filtered or unexported fields
}

func NewInfoValue

func NewInfoValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (InfoValue, diag.Diagnostics)

func NewInfoValueMust

func NewInfoValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) InfoValue

func NewInfoValueNull

func NewInfoValueNull() InfoValue

func NewInfoValueUnknown

func NewInfoValueUnknown() InfoValue

func (InfoValue) AttributeTypes

func (v InfoValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (InfoValue) Equal

func (v InfoValue) Equal(o attr.Value) bool

func (InfoValue) IsNull

func (v InfoValue) IsNull() bool

func (InfoValue) IsUnknown

func (v InfoValue) IsUnknown() bool

func (InfoValue) String

func (v InfoValue) String() string

func (InfoValue) ToObjectValue

func (v InfoValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)

func (InfoValue) ToTerraformValue

func (v InfoValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (InfoValue) Type

func (v InfoValue) Type(ctx context.Context) attr.Type

type IotStatType

type IotStatType struct {
	basetypes.ObjectType
}

func (IotStatType) Equal

func (t IotStatType) Equal(o attr.Type) bool

func (IotStatType) String

func (t IotStatType) String() string

func (IotStatType) ValueFromObject

func (IotStatType) ValueFromTerraform

func (t IotStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (IotStatType) ValueType

func (t IotStatType) ValueType(ctx context.Context) attr.Value

type IotStatValue

type IotStatValue struct {
	Value basetypes.Int64Value `tfsdk:"value"`
	// contains filtered or unexported fields
}

func NewIotStatValue

func NewIotStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (IotStatValue, diag.Diagnostics)

func NewIotStatValueMust

func NewIotStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) IotStatValue

func NewIotStatValueNull

func NewIotStatValueNull() IotStatValue

func NewIotStatValueUnknown

func NewIotStatValueUnknown() IotStatValue

func (IotStatValue) AttributeTypes

func (v IotStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (IotStatValue) Equal

func (v IotStatValue) Equal(o attr.Value) bool

func (IotStatValue) IsNull

func (v IotStatValue) IsNull() bool

func (IotStatValue) IsUnknown

func (v IotStatValue) IsUnknown() bool

func (IotStatValue) String

func (v IotStatValue) String() string

func (IotStatValue) ToObjectValue

func (IotStatValue) ToTerraformValue

func (v IotStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (IotStatValue) Type

func (v IotStatValue) Type(ctx context.Context) attr.Type

type IpConfigType

type IpConfigType struct {
	basetypes.ObjectType
}

func (IpConfigType) Equal

func (t IpConfigType) Equal(o attr.Type) bool

func (IpConfigType) String

func (t IpConfigType) String() string

func (IpConfigType) ValueFromObject

func (IpConfigType) ValueFromTerraform

func (t IpConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (IpConfigType) ValueType

func (t IpConfigType) ValueType(ctx context.Context) attr.Value

type IpConfigValue

type IpConfigValue struct {
	Dns          basetypes.ListValue   `tfsdk:"dns"`
	DnsSuffix    basetypes.ListValue   `tfsdk:"dns_suffix"`
	Gateway      basetypes.StringValue `tfsdk:"gateway"`
	Gateway6     basetypes.StringValue `tfsdk:"gateway6"`
	Ip           basetypes.StringValue `tfsdk:"ip"`
	Ip6          basetypes.StringValue `tfsdk:"ip6"`
	Mtu          basetypes.Int64Value  `tfsdk:"mtu"`
	Netmask      basetypes.StringValue `tfsdk:"netmask"`
	Netmask6     basetypes.StringValue `tfsdk:"netmask6"`
	IpConfigType basetypes.StringValue `tfsdk:"type"`
	Type6        basetypes.StringValue `tfsdk:"type6"`
	VlanId       basetypes.Int64Value  `tfsdk:"vlan_id"`
	// contains filtered or unexported fields
}

func NewIpConfigValue

func NewIpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (IpConfigValue, diag.Diagnostics)

func NewIpConfigValueMust

func NewIpConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) IpConfigValue

func NewIpConfigValueNull

func NewIpConfigValueNull() IpConfigValue

func NewIpConfigValueUnknown

func NewIpConfigValueUnknown() IpConfigValue

func (IpConfigValue) AttributeTypes

func (v IpConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (IpConfigValue) Equal

func (v IpConfigValue) Equal(o attr.Value) bool

func (IpConfigValue) IsNull

func (v IpConfigValue) IsNull() bool

func (IpConfigValue) IsUnknown

func (v IpConfigValue) IsUnknown() bool

func (IpConfigValue) String

func (v IpConfigValue) String() string

func (IpConfigValue) ToObjectValue

func (IpConfigValue) ToTerraformValue

func (v IpConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (IpConfigValue) Type

func (v IpConfigValue) Type(ctx context.Context) attr.Type

type IpStatType

type IpStatType struct {
	basetypes.ObjectType
}

func (IpStatType) Equal

func (t IpStatType) Equal(o attr.Type) bool

func (IpStatType) String

func (t IpStatType) String() string

func (IpStatType) ValueFromObject

func (IpStatType) ValueFromTerraform

func (t IpStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (IpStatType) ValueType

func (t IpStatType) ValueType(ctx context.Context) attr.Value

type IpStatValue

type IpStatValue struct {
	DhcpServer basetypes.StringValue `tfsdk:"dhcp_server"`
	Dns        basetypes.ListValue   `tfsdk:"dns"`
	DnsSuffix  basetypes.ListValue   `tfsdk:"dns_suffix"`
	Gateway    basetypes.StringValue `tfsdk:"gateway"`
	Gateway6   basetypes.StringValue `tfsdk:"gateway6"`
	Ip         basetypes.StringValue `tfsdk:"ip"`
	Ip6        basetypes.StringValue `tfsdk:"ip6"`
	Ips        basetypes.MapValue    `tfsdk:"ips"`
	Netmask    basetypes.StringValue `tfsdk:"netmask"`
	Netmask6   basetypes.StringValue `tfsdk:"netmask6"`
	// contains filtered or unexported fields
}

func NewIpStatValue

func NewIpStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (IpStatValue, diag.Diagnostics)

func NewIpStatValueMust

func NewIpStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) IpStatValue

func NewIpStatValueNull

func NewIpStatValueNull() IpStatValue

func NewIpStatValueUnknown

func NewIpStatValueUnknown() IpStatValue

func (IpStatValue) AttributeTypes

func (v IpStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (IpStatValue) Equal

func (v IpStatValue) Equal(o attr.Value) bool

func (IpStatValue) IsNull

func (v IpStatValue) IsNull() bool

func (IpStatValue) IsUnknown

func (v IpStatValue) IsUnknown() bool

func (IpStatValue) String

func (v IpStatValue) String() string

func (IpStatValue) ToObjectValue

func (IpStatValue) ToTerraformValue

func (v IpStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (IpStatValue) Type

func (v IpStatValue) Type(ctx context.Context) attr.Type

type L2tpStatType

type L2tpStatType struct {
	basetypes.ObjectType
}

func (L2tpStatType) Equal

func (t L2tpStatType) Equal(o attr.Type) bool

func (L2tpStatType) String

func (t L2tpStatType) String() string

func (L2tpStatType) ValueFromObject

func (L2tpStatType) ValueFromTerraform

func (t L2tpStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (L2tpStatType) ValueType

func (t L2tpStatType) ValueType(ctx context.Context) attr.Value

type L2tpStatValue

type L2tpStatValue struct {
	Sessions   basetypes.ListValue   `tfsdk:"sessions"`
	State      basetypes.StringValue `tfsdk:"state"`
	Uptime     basetypes.Int64Value  `tfsdk:"uptime"`
	WxtunnelId basetypes.StringValue `tfsdk:"wxtunnel_id"`
	// contains filtered or unexported fields
}

func NewL2tpStatValue

func NewL2tpStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (L2tpStatValue, diag.Diagnostics)

func NewL2tpStatValueMust

func NewL2tpStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) L2tpStatValue

func NewL2tpStatValueNull

func NewL2tpStatValueNull() L2tpStatValue

func NewL2tpStatValueUnknown

func NewL2tpStatValueUnknown() L2tpStatValue

func (L2tpStatValue) AttributeTypes

func (v L2tpStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (L2tpStatValue) Equal

func (v L2tpStatValue) Equal(o attr.Value) bool

func (L2tpStatValue) IsNull

func (v L2tpStatValue) IsNull() bool

func (L2tpStatValue) IsUnknown

func (v L2tpStatValue) IsUnknown() bool

func (L2tpStatValue) String

func (v L2tpStatValue) String() string

func (L2tpStatValue) ToObjectValue

func (L2tpStatValue) ToTerraformValue

func (v L2tpStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (L2tpStatValue) Type

func (v L2tpStatValue) Type(ctx context.Context) attr.Type

type LastTroubleType

type LastTroubleType struct {
	basetypes.ObjectType
}

func (LastTroubleType) Equal

func (t LastTroubleType) Equal(o attr.Type) bool

func (LastTroubleType) String

func (t LastTroubleType) String() string

func (LastTroubleType) ValueFromObject

func (LastTroubleType) ValueFromTerraform

func (t LastTroubleType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (LastTroubleType) ValueType

func (t LastTroubleType) ValueType(ctx context.Context) attr.Value

type LastTroubleValue

type LastTroubleValue struct {
	Code      basetypes.StringValue `tfsdk:"code"`
	Timestamp basetypes.Int64Value  `tfsdk:"timestamp"`
	// contains filtered or unexported fields
}

func NewLastTroubleValue

func NewLastTroubleValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (LastTroubleValue, diag.Diagnostics)

func NewLastTroubleValueMust

func NewLastTroubleValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) LastTroubleValue

func NewLastTroubleValueNull

func NewLastTroubleValueNull() LastTroubleValue

func NewLastTroubleValueUnknown

func NewLastTroubleValueUnknown() LastTroubleValue

func (LastTroubleValue) AttributeTypes

func (v LastTroubleValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (LastTroubleValue) Equal

func (v LastTroubleValue) Equal(o attr.Value) bool

func (LastTroubleValue) IsNull

func (v LastTroubleValue) IsNull() bool

func (LastTroubleValue) IsUnknown

func (v LastTroubleValue) IsUnknown() bool

func (LastTroubleValue) String

func (v LastTroubleValue) String() string

func (LastTroubleValue) ToObjectValue

func (LastTroubleValue) ToTerraformValue

func (v LastTroubleValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (LastTroubleValue) Type

type LedType

type LedType struct {
	basetypes.ObjectType
}

func (LedType) Equal

func (t LedType) Equal(o attr.Type) bool

func (LedType) String

func (t LedType) String() string

func (LedType) ValueFromObject

func (LedType) ValueFromTerraform

func (t LedType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (LedType) ValueType

func (t LedType) ValueType(ctx context.Context) attr.Value

type LedValue

type LedValue struct {
	Brightness basetypes.Int64Value `tfsdk:"brightness"`
	Enabled    basetypes.BoolValue  `tfsdk:"enabled"`
	// contains filtered or unexported fields
}

func NewLedValue

func NewLedValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (LedValue, diag.Diagnostics)

func NewLedValueMust

func NewLedValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) LedValue

func NewLedValueNull

func NewLedValueNull() LedValue

func NewLedValueUnknown

func NewLedValueUnknown() LedValue

func (LedValue) AttributeTypes

func (v LedValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (LedValue) Equal

func (v LedValue) Equal(o attr.Value) bool

func (LedValue) IsNull

func (v LedValue) IsNull() bool

func (LedValue) IsUnknown

func (v LedValue) IsUnknown() bool

func (LedValue) String

func (v LedValue) String() string

func (LedValue) ToObjectValue

func (v LedValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)

func (LedValue) ToTerraformValue

func (v LedValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (LedValue) Type

func (v LedValue) Type(ctx context.Context) attr.Type

type LldpStatType

type LldpStatType struct {
	basetypes.ObjectType
}

func (LldpStatType) Equal

func (t LldpStatType) Equal(o attr.Type) bool

func (LldpStatType) String

func (t LldpStatType) String() string

func (LldpStatType) ValueFromObject

func (LldpStatType) ValueFromTerraform

func (t LldpStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (LldpStatType) ValueType

func (t LldpStatType) ValueType(ctx context.Context) attr.Value

type LldpStatValue

type LldpStatValue struct {
	ChassisId         basetypes.StringValue `tfsdk:"chassis_id"`
	LldpMedSupported  basetypes.BoolValue   `tfsdk:"lldp_med_supported"`
	MgmtAddr          basetypes.StringValue `tfsdk:"mgmt_addr"`
	MgmtAddrs         basetypes.ListValue   `tfsdk:"mgmt_addrs"`
	PortDesc          basetypes.StringValue `tfsdk:"port_desc"`
	PortId            basetypes.StringValue `tfsdk:"port_id"`
	PowerAllocated    basetypes.NumberValue `tfsdk:"power_allocated"`
	PowerDraw         basetypes.NumberValue `tfsdk:"power_draw"`
	PowerRequestCount basetypes.Int64Value  `tfsdk:"power_request_count"`
	PowerRequested    basetypes.NumberValue `tfsdk:"power_requested"`
	SystemDesc        basetypes.StringValue `tfsdk:"system_desc"`
	SystemName        basetypes.StringValue `tfsdk:"system_name"`
	// contains filtered or unexported fields
}

func NewLldpStatValue

func NewLldpStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (LldpStatValue, diag.Diagnostics)

func NewLldpStatValueMust

func NewLldpStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) LldpStatValue

func NewLldpStatValueNull

func NewLldpStatValueNull() LldpStatValue

func NewLldpStatValueUnknown

func NewLldpStatValueUnknown() LldpStatValue

func (LldpStatValue) AttributeTypes

func (v LldpStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (LldpStatValue) Equal

func (v LldpStatValue) Equal(o attr.Value) bool

func (LldpStatValue) IsNull

func (v LldpStatValue) IsNull() bool

func (LldpStatValue) IsUnknown

func (v LldpStatValue) IsUnknown() bool

func (LldpStatValue) String

func (v LldpStatValue) String() string

func (LldpStatValue) ToObjectValue

func (LldpStatValue) ToTerraformValue

func (v LldpStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (LldpStatValue) Type

func (v LldpStatValue) Type(ctx context.Context) attr.Type

type MeshDownlinksType

type MeshDownlinksType struct {
	basetypes.ObjectType
}

func (MeshDownlinksType) Equal

func (t MeshDownlinksType) Equal(o attr.Type) bool

func (MeshDownlinksType) String

func (t MeshDownlinksType) String() string

func (MeshDownlinksType) ValueFromObject

func (MeshDownlinksType) ValueFromTerraform

func (t MeshDownlinksType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (MeshDownlinksType) ValueType

func (t MeshDownlinksType) ValueType(ctx context.Context) attr.Value

type MeshDownlinksValue

type MeshDownlinksValue struct {
	Band      basetypes.StringValue `tfsdk:"band"`
	Channel   basetypes.Int64Value  `tfsdk:"channel"`
	IdleTime  basetypes.Int64Value  `tfsdk:"idle_time"`
	LastSeen  basetypes.NumberValue `tfsdk:"last_seen"`
	Proto     basetypes.StringValue `tfsdk:"proto"`
	Rssi      basetypes.Int64Value  `tfsdk:"rssi"`
	RxBps     basetypes.Int64Value  `tfsdk:"rx_bps"`
	RxBytes   basetypes.Int64Value  `tfsdk:"rx_bytes"`
	RxPackets basetypes.Int64Value  `tfsdk:"rx_packets"`
	RxRate    basetypes.Int64Value  `tfsdk:"rx_rate"`
	RxRetries basetypes.Int64Value  `tfsdk:"rx_retries"`
	SiteId    basetypes.StringValue `tfsdk:"site_id"`
	Snr       basetypes.Int64Value  `tfsdk:"snr"`
	TxBps     basetypes.Int64Value  `tfsdk:"tx_bps"`
	TxBytes   basetypes.Int64Value  `tfsdk:"tx_bytes"`
	TxPackets basetypes.Int64Value  `tfsdk:"tx_packets"`
	TxRate    basetypes.Int64Value  `tfsdk:"tx_rate"`
	TxRetries basetypes.Int64Value  `tfsdk:"tx_retries"`
	// contains filtered or unexported fields
}

func NewMeshDownlinksValue

func NewMeshDownlinksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (MeshDownlinksValue, diag.Diagnostics)

func NewMeshDownlinksValueMust

func NewMeshDownlinksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MeshDownlinksValue

func NewMeshDownlinksValueNull

func NewMeshDownlinksValueNull() MeshDownlinksValue

func NewMeshDownlinksValueUnknown

func NewMeshDownlinksValueUnknown() MeshDownlinksValue

func (MeshDownlinksValue) AttributeTypes

func (v MeshDownlinksValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (MeshDownlinksValue) Equal

func (v MeshDownlinksValue) Equal(o attr.Value) bool

func (MeshDownlinksValue) IsNull

func (v MeshDownlinksValue) IsNull() bool

func (MeshDownlinksValue) IsUnknown

func (v MeshDownlinksValue) IsUnknown() bool

func (MeshDownlinksValue) String

func (v MeshDownlinksValue) String() string

func (MeshDownlinksValue) ToObjectValue

func (MeshDownlinksValue) ToTerraformValue

func (v MeshDownlinksValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (MeshDownlinksValue) Type

type MeshUplinkType

type MeshUplinkType struct {
	basetypes.ObjectType
}

func (MeshUplinkType) Equal

func (t MeshUplinkType) Equal(o attr.Type) bool

func (MeshUplinkType) String

func (t MeshUplinkType) String() string

func (MeshUplinkType) ValueFromObject

func (MeshUplinkType) ValueFromTerraform

func (t MeshUplinkType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (MeshUplinkType) ValueType

func (t MeshUplinkType) ValueType(ctx context.Context) attr.Value

type MeshUplinkValue

type MeshUplinkValue struct {
	Band       basetypes.StringValue `tfsdk:"band"`
	Channel    basetypes.Int64Value  `tfsdk:"channel"`
	IdleTime   basetypes.Int64Value  `tfsdk:"idle_time"`
	LastSeen   basetypes.NumberValue `tfsdk:"last_seen"`
	Proto      basetypes.StringValue `tfsdk:"proto"`
	Rssi       basetypes.Int64Value  `tfsdk:"rssi"`
	RxBps      basetypes.Int64Value  `tfsdk:"rx_bps"`
	RxBytes    basetypes.Int64Value  `tfsdk:"rx_bytes"`
	RxPackets  basetypes.Int64Value  `tfsdk:"rx_packets"`
	RxRate     basetypes.Int64Value  `tfsdk:"rx_rate"`
	RxRetries  basetypes.Int64Value  `tfsdk:"rx_retries"`
	SiteId     basetypes.StringValue `tfsdk:"site_id"`
	Snr        basetypes.Int64Value  `tfsdk:"snr"`
	TxBps      basetypes.Int64Value  `tfsdk:"tx_bps"`
	TxBytes    basetypes.Int64Value  `tfsdk:"tx_bytes"`
	TxPackets  basetypes.Int64Value  `tfsdk:"tx_packets"`
	TxRate     basetypes.Int64Value  `tfsdk:"tx_rate"`
	TxRetries  basetypes.Int64Value  `tfsdk:"tx_retries"`
	UplinkApId basetypes.StringValue `tfsdk:"uplink_ap_id"`
	// contains filtered or unexported fields
}

func NewMeshUplinkValue

func NewMeshUplinkValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (MeshUplinkValue, diag.Diagnostics)

func NewMeshUplinkValueMust

func NewMeshUplinkValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MeshUplinkValue

func NewMeshUplinkValueNull

func NewMeshUplinkValueNull() MeshUplinkValue

func NewMeshUplinkValueUnknown

func NewMeshUplinkValueUnknown() MeshUplinkValue

func (MeshUplinkValue) AttributeTypes

func (v MeshUplinkValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (MeshUplinkValue) Equal

func (v MeshUplinkValue) Equal(o attr.Value) bool

func (MeshUplinkValue) IsNull

func (v MeshUplinkValue) IsNull() bool

func (MeshUplinkValue) IsUnknown

func (v MeshUplinkValue) IsUnknown() bool

func (MeshUplinkValue) String

func (v MeshUplinkValue) String() string

func (MeshUplinkValue) ToObjectValue

func (MeshUplinkValue) ToTerraformValue

func (v MeshUplinkValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (MeshUplinkValue) Type

func (v MeshUplinkValue) Type(ctx context.Context) attr.Type

type PortStatType

type PortStatType struct {
	basetypes.ObjectType
}

func (PortStatType) Equal

func (t PortStatType) Equal(o attr.Type) bool

func (PortStatType) String

func (t PortStatType) String() string

func (PortStatType) ValueFromObject

func (PortStatType) ValueFromTerraform

func (t PortStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (PortStatType) ValueType

func (t PortStatType) ValueType(ctx context.Context) attr.Value

type PortStatValue

type PortStatValue struct {
	FullDuplex basetypes.BoolValue   `tfsdk:"full_duplex"`
	RxBytes    basetypes.NumberValue `tfsdk:"rx_bytes"`
	RxErrors   basetypes.NumberValue `tfsdk:"rx_errors"`
	RxPkts     basetypes.NumberValue `tfsdk:"rx_pkts"`
	Speed      basetypes.Int64Value  `tfsdk:"speed"`
	TxBytes    basetypes.NumberValue `tfsdk:"tx_bytes"`
	TxPkts     basetypes.NumberValue `tfsdk:"tx_pkts"`
	Up         basetypes.BoolValue   `tfsdk:"up"`
	// contains filtered or unexported fields
}

func NewPortStatValue

func NewPortStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PortStatValue, diag.Diagnostics)

func NewPortStatValueMust

func NewPortStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PortStatValue

func NewPortStatValueNull

func NewPortStatValueNull() PortStatValue

func NewPortStatValueUnknown

func NewPortStatValueUnknown() PortStatValue

func (PortStatValue) AttributeTypes

func (v PortStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (PortStatValue) Equal

func (v PortStatValue) Equal(o attr.Value) bool

func (PortStatValue) IsNull

func (v PortStatValue) IsNull() bool

func (PortStatValue) IsUnknown

func (v PortStatValue) IsUnknown() bool

func (PortStatValue) String

func (v PortStatValue) String() string

func (PortStatValue) ToObjectValue

func (PortStatValue) ToTerraformValue

func (v PortStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (PortStatValue) Type

func (v PortStatValue) Type(ctx context.Context) attr.Type

type ProbabilitySurfaceType

type ProbabilitySurfaceType struct {
	basetypes.ObjectType
}

func (ProbabilitySurfaceType) Equal

func (t ProbabilitySurfaceType) Equal(o attr.Type) bool

func (ProbabilitySurfaceType) String

func (t ProbabilitySurfaceType) String() string

func (ProbabilitySurfaceType) ValueFromObject

func (ProbabilitySurfaceType) ValueFromTerraform

func (t ProbabilitySurfaceType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (ProbabilitySurfaceType) ValueType

func (t ProbabilitySurfaceType) ValueType(ctx context.Context) attr.Value

type ProbabilitySurfaceValue

type ProbabilitySurfaceValue struct {
	Radius  basetypes.NumberValue  `tfsdk:"radius"`
	RadiusM basetypes.NumberValue  `tfsdk:"radius_m"`
	X       basetypes.Float64Value `tfsdk:"x"`
	// contains filtered or unexported fields
}

func NewProbabilitySurfaceValue

func NewProbabilitySurfaceValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ProbabilitySurfaceValue, diag.Diagnostics)

func NewProbabilitySurfaceValueMust

func NewProbabilitySurfaceValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ProbabilitySurfaceValue

func NewProbabilitySurfaceValueNull

func NewProbabilitySurfaceValueNull() ProbabilitySurfaceValue

func NewProbabilitySurfaceValueUnknown

func NewProbabilitySurfaceValueUnknown() ProbabilitySurfaceValue

func (ProbabilitySurfaceValue) AttributeTypes

func (v ProbabilitySurfaceValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (ProbabilitySurfaceValue) Equal

func (ProbabilitySurfaceValue) IsNull

func (v ProbabilitySurfaceValue) IsNull() bool

func (ProbabilitySurfaceValue) IsUnknown

func (v ProbabilitySurfaceValue) IsUnknown() bool

func (ProbabilitySurfaceValue) String

func (v ProbabilitySurfaceValue) String() string

func (ProbabilitySurfaceValue) ToObjectValue

func (ProbabilitySurfaceValue) ToTerraformValue

func (v ProbabilitySurfaceValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (ProbabilitySurfaceValue) Type

type RadioStatType

type RadioStatType struct {
	basetypes.ObjectType
}

func (RadioStatType) Equal

func (t RadioStatType) Equal(o attr.Type) bool

func (RadioStatType) String

func (t RadioStatType) String() string

func (RadioStatType) ValueFromObject

func (RadioStatType) ValueFromTerraform

func (t RadioStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (RadioStatType) ValueType

func (t RadioStatType) ValueType(ctx context.Context) attr.Value

type RadioStatValue

type RadioStatValue struct {
	Band24 basetypes.ObjectValue `tfsdk:"band_24"`
	Band5  basetypes.ObjectValue `tfsdk:"band_5"`
	Band6  basetypes.ObjectValue `tfsdk:"band_6"`
	// contains filtered or unexported fields
}

func NewRadioStatValue

func NewRadioStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RadioStatValue, diag.Diagnostics)

func NewRadioStatValueMust

func NewRadioStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RadioStatValue

func NewRadioStatValueNull

func NewRadioStatValueNull() RadioStatValue

func NewRadioStatValueUnknown

func NewRadioStatValueUnknown() RadioStatValue

func (RadioStatValue) AttributeTypes

func (v RadioStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (RadioStatValue) Equal

func (v RadioStatValue) Equal(o attr.Value) bool

func (RadioStatValue) IsNull

func (v RadioStatValue) IsNull() bool

func (RadioStatValue) IsUnknown

func (v RadioStatValue) IsUnknown() bool

func (RadioStatValue) String

func (v RadioStatValue) String() string

func (RadioStatValue) ToObjectValue

func (RadioStatValue) ToTerraformValue

func (v RadioStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (RadioStatValue) Type

func (v RadioStatValue) Type(ctx context.Context) attr.Type

type SessionsType

type SessionsType struct {
	basetypes.ObjectType
}

func (SessionsType) Equal

func (t SessionsType) Equal(o attr.Type) bool

func (SessionsType) String

func (t SessionsType) String() string

func (SessionsType) ValueFromObject

func (SessionsType) ValueFromTerraform

func (t SessionsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (SessionsType) ValueType

func (t SessionsType) ValueType(ctx context.Context) attr.Value

type SessionsValue

type SessionsValue struct {
	LocalSid  basetypes.Int64Value  `tfsdk:"local_sid"`
	RemoteId  basetypes.StringValue `tfsdk:"remote_id"`
	RemoteSid basetypes.Int64Value  `tfsdk:"remote_sid"`
	State     basetypes.StringValue `tfsdk:"state"`
	// contains filtered or unexported fields
}

func NewSessionsValue

func NewSessionsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SessionsValue, diag.Diagnostics)

func NewSessionsValueMust

func NewSessionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SessionsValue

func NewSessionsValueNull

func NewSessionsValueNull() SessionsValue

func NewSessionsValueUnknown

func NewSessionsValueUnknown() SessionsValue

func (SessionsValue) AttributeTypes

func (v SessionsValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (SessionsValue) Equal

func (v SessionsValue) Equal(o attr.Value) bool

func (SessionsValue) IsNull

func (v SessionsValue) IsNull() bool

func (SessionsValue) IsUnknown

func (v SessionsValue) IsUnknown() bool

func (SessionsValue) String

func (v SessionsValue) String() string

func (SessionsValue) ToObjectValue

func (SessionsValue) ToTerraformValue

func (v SessionsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (SessionsValue) Type

func (v SessionsValue) Type(ctx context.Context) attr.Type

type SwitchRedundancyType

type SwitchRedundancyType struct {
	basetypes.ObjectType
}

func (SwitchRedundancyType) Equal

func (t SwitchRedundancyType) Equal(o attr.Type) bool

func (SwitchRedundancyType) String

func (t SwitchRedundancyType) String() string

func (SwitchRedundancyType) ValueFromObject

func (SwitchRedundancyType) ValueFromTerraform

func (t SwitchRedundancyType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (SwitchRedundancyType) ValueType

func (t SwitchRedundancyType) ValueType(ctx context.Context) attr.Value

type SwitchRedundancyValue

type SwitchRedundancyValue struct {
	NumRedundantAps basetypes.Int64Value `tfsdk:"num_redundant_aps"`
	// contains filtered or unexported fields
}

func NewSwitchRedundancyValue

func NewSwitchRedundancyValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SwitchRedundancyValue, diag.Diagnostics)

func NewSwitchRedundancyValueMust

func NewSwitchRedundancyValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SwitchRedundancyValue

func NewSwitchRedundancyValueNull

func NewSwitchRedundancyValueNull() SwitchRedundancyValue

func NewSwitchRedundancyValueUnknown

func NewSwitchRedundancyValueUnknown() SwitchRedundancyValue

func (SwitchRedundancyValue) AttributeTypes

func (v SwitchRedundancyValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (SwitchRedundancyValue) Equal

func (v SwitchRedundancyValue) Equal(o attr.Value) bool

func (SwitchRedundancyValue) IsNull

func (v SwitchRedundancyValue) IsNull() bool

func (SwitchRedundancyValue) IsUnknown

func (v SwitchRedundancyValue) IsUnknown() bool

func (SwitchRedundancyValue) String

func (v SwitchRedundancyValue) String() string

func (SwitchRedundancyValue) ToObjectValue

func (SwitchRedundancyValue) ToTerraformValue

func (v SwitchRedundancyValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (SwitchRedundancyValue) Type

type UsbStatType

type UsbStatType struct {
	basetypes.ObjectType
}

func (UsbStatType) Equal

func (t UsbStatType) Equal(o attr.Type) bool

func (UsbStatType) String

func (t UsbStatType) String() string

func (UsbStatType) ValueFromObject

func (UsbStatType) ValueFromTerraform

func (t UsbStatType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)

func (UsbStatType) ValueType

func (t UsbStatType) ValueType(ctx context.Context) attr.Value

type UsbStatValue

type UsbStatValue struct {
	Channel      basetypes.Int64Value  `tfsdk:"channel"`
	Connected    basetypes.BoolValue   `tfsdk:"connected"`
	LastActivity basetypes.Int64Value  `tfsdk:"last_activity"`
	UsbStatType  basetypes.StringValue `tfsdk:"type"`
	Up           basetypes.BoolValue   `tfsdk:"up"`
	// contains filtered or unexported fields
}

func NewUsbStatValue

func NewUsbStatValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (UsbStatValue, diag.Diagnostics)

func NewUsbStatValueMust

func NewUsbStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) UsbStatValue

func NewUsbStatValueNull

func NewUsbStatValueNull() UsbStatValue

func NewUsbStatValueUnknown

func NewUsbStatValueUnknown() UsbStatValue

func (UsbStatValue) AttributeTypes

func (v UsbStatValue) AttributeTypes(ctx context.Context) map[string]attr.Type

func (UsbStatValue) Equal

func (v UsbStatValue) Equal(o attr.Value) bool

func (UsbStatValue) IsNull

func (v UsbStatValue) IsNull() bool

func (UsbStatValue) IsUnknown

func (v UsbStatValue) IsUnknown() bool

func (UsbStatValue) String

func (v UsbStatValue) String() string

func (UsbStatValue) ToObjectValue

func (UsbStatValue) ToTerraformValue

func (v UsbStatValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)

func (UsbStatValue) Type

func (v UsbStatValue) Type(ctx context.Context) attr.Type

Jump to

Keyboard shortcuts

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