datasource_device_switch_stats

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeviceSwitchStatsDataSourceSchema

func DeviceSwitchStatsDataSourceSchema(ctx context.Context) schema.Schema

func SdkToTerraform

func SdkToTerraform(ctx context.Context, l *[]models.StatsSwitch, elements *[]attr.Value) diag.Diagnostics

Types

type ApRedundancyType

type ApRedundancyType struct {
	basetypes.ObjectType
}

func (ApRedundancyType) Equal

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

func (ApRedundancyType) String

func (t ApRedundancyType) String() string

func (ApRedundancyType) ValueFromObject

func (ApRedundancyType) ValueFromTerraform

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

func (ApRedundancyType) ValueType

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

type ApRedundancyValue

type ApRedundancyValue struct {
	Modules                    basetypes.MapValue   `tfsdk:"modules"`
	NumAps                     basetypes.Int64Value `tfsdk:"num_aps"`
	NumApsWithSwitchRedundancy basetypes.Int64Value `tfsdk:"num_aps_with_switch_redundancy"`
	// contains filtered or unexported fields
}

func NewApRedundancyValue

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

func NewApRedundancyValueMust

func NewApRedundancyValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ApRedundancyValue

func NewApRedundancyValueNull

func NewApRedundancyValueNull() ApRedundancyValue

func NewApRedundancyValueUnknown

func NewApRedundancyValueUnknown() ApRedundancyValue

func (ApRedundancyValue) AttributeTypes

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

func (ApRedundancyValue) Equal

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

func (ApRedundancyValue) IsNull

func (v ApRedundancyValue) IsNull() bool

func (ApRedundancyValue) IsUnknown

func (v ApRedundancyValue) IsUnknown() bool

func (ApRedundancyValue) String

func (v ApRedundancyValue) String() string

func (ApRedundancyValue) ToObjectValue

func (ApRedundancyValue) ToTerraformValue

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

func (ApRedundancyValue) Type

type ArpTableStatsType

type ArpTableStatsType struct {
	basetypes.ObjectType
}

func (ArpTableStatsType) Equal

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

func (ArpTableStatsType) String

func (t ArpTableStatsType) String() string

func (ArpTableStatsType) ValueFromObject

func (ArpTableStatsType) ValueFromTerraform

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

func (ArpTableStatsType) ValueType

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

type ArpTableStatsValue

type ArpTableStatsValue struct {
	ArpTableCount       basetypes.Int64Value `tfsdk:"arp_table_count"`
	MaxEntriesSupported basetypes.Int64Value `tfsdk:"max_entries_supported"`
	// contains filtered or unexported fields
}

func NewArpTableStatsValue

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

func NewArpTableStatsValueMust

func NewArpTableStatsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ArpTableStatsValue

func NewArpTableStatsValueNull

func NewArpTableStatsValueNull() ArpTableStatsValue

func NewArpTableStatsValueUnknown

func NewArpTableStatsValueUnknown() ArpTableStatsValue

func (ArpTableStatsValue) AttributeTypes

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

func (ArpTableStatsValue) Equal

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

func (ArpTableStatsValue) IsNull

func (v ArpTableStatsValue) IsNull() bool

func (ArpTableStatsValue) IsUnknown

func (v ArpTableStatsValue) IsUnknown() bool

func (ArpTableStatsValue) String

func (v ArpTableStatsValue) String() string

func (ArpTableStatsValue) ToObjectValue

func (ArpTableStatsValue) ToTerraformValue

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

func (ArpTableStatsValue) Type

type ClientsStatsType

type ClientsStatsType struct {
	basetypes.ObjectType
}

func (ClientsStatsType) Equal

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

func (ClientsStatsType) String

func (t ClientsStatsType) String() string

func (ClientsStatsType) ValueFromObject

func (ClientsStatsType) ValueFromTerraform

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

func (ClientsStatsType) ValueType

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

type ClientsStatsValue

type ClientsStatsValue struct {
	Total basetypes.ObjectValue `tfsdk:"total"`
	// contains filtered or unexported fields
}

func NewClientsStatsValue

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

func NewClientsStatsValueMust

func NewClientsStatsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ClientsStatsValue

func NewClientsStatsValueNull

func NewClientsStatsValueNull() ClientsStatsValue

func NewClientsStatsValueUnknown

func NewClientsStatsValueUnknown() ClientsStatsValue

func (ClientsStatsValue) AttributeTypes

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

func (ClientsStatsValue) Equal

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

func (ClientsStatsValue) IsNull

func (v ClientsStatsValue) IsNull() bool

func (ClientsStatsValue) IsUnknown

func (v ClientsStatsValue) IsUnknown() bool

func (ClientsStatsValue) String

func (v ClientsStatsValue) String() string

func (ClientsStatsValue) ToObjectValue

func (ClientsStatsValue) ToTerraformValue

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

func (ClientsStatsValue) Type

type ClientsType

type ClientsType struct {
	basetypes.ObjectType
}

func (ClientsType) Equal

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

func (ClientsType) String

func (t ClientsType) String() string

func (ClientsType) ValueFromObject

func (ClientsType) ValueFromTerraform

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

func (ClientsType) ValueType

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

type ClientsValue

type ClientsValue struct {
	DeviceMac basetypes.StringValue `tfsdk:"device_mac"`
	Hostname  basetypes.StringValue `tfsdk:"hostname"`
	Mac       basetypes.StringValue `tfsdk:"mac"`
	PortId    basetypes.StringValue `tfsdk:"port_id"`
	// contains filtered or unexported fields
}

func NewClientsValue

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

func NewClientsValueMust

func NewClientsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ClientsValue

func NewClientsValueNull

func NewClientsValueNull() ClientsValue

func NewClientsValueUnknown

func NewClientsValueUnknown() ClientsValue

func (ClientsValue) AttributeTypes

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

func (ClientsValue) Equal

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

func (ClientsValue) IsNull

func (v ClientsValue) IsNull() bool

func (ClientsValue) IsUnknown

func (v ClientsValue) IsUnknown() bool

func (ClientsValue) String

func (v ClientsValue) String() string

func (ClientsValue) ToObjectValue

func (ClientsValue) ToTerraformValue

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

func (ClientsValue) Type

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

type CpuStatType

type CpuStatType struct {
	basetypes.ObjectType
}

func (CpuStatType) Equal

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

func (CpuStatType) String

func (t CpuStatType) String() string

func (CpuStatType) ValueFromObject

func (CpuStatType) ValueFromTerraform

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

func (CpuStatType) ValueType

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

type CpuStatValue

type CpuStatValue struct {
	Idle      basetypes.NumberValue `tfsdk:"idle"`
	Interrupt basetypes.NumberValue `tfsdk:"interrupt"`
	LoadAvg   basetypes.ListValue   `tfsdk:"load_avg"`
	System    basetypes.NumberValue `tfsdk:"system"`
	User      basetypes.NumberValue `tfsdk:"user"`
	// contains filtered or unexported fields
}

func NewCpuStatValue

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

func NewCpuStatValueMust

func NewCpuStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CpuStatValue

func NewCpuStatValueNull

func NewCpuStatValueNull() CpuStatValue

func NewCpuStatValueUnknown

func NewCpuStatValueUnknown() CpuStatValue

func (CpuStatValue) AttributeTypes

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

func (CpuStatValue) Equal

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

func (CpuStatValue) IsNull

func (v CpuStatValue) IsNull() bool

func (CpuStatValue) IsUnknown

func (v CpuStatValue) IsUnknown() bool

func (CpuStatValue) String

func (v CpuStatValue) String() string

func (CpuStatValue) ToObjectValue

func (CpuStatValue) ToTerraformValue

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

func (CpuStatValue) Type

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

type DeviceSwitchStatsModel

type DeviceSwitchStatsModel struct {
	DeviceSwitchStats types.Set    `tfsdk:"device_switch_stats"`
	Duration          types.String `tfsdk:"duration"`
	End               types.Int64  `tfsdk:"end"`
	EvpnUnused        types.String `tfsdk:"evpn_unused"`
	EvpntopoId        types.String `tfsdk:"evpntopo_id"`
	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 DeviceSwitchStatsType

type DeviceSwitchStatsType struct {
	basetypes.ObjectType
}

func (DeviceSwitchStatsType) Equal

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

func (DeviceSwitchStatsType) String

func (t DeviceSwitchStatsType) String() string

func (DeviceSwitchStatsType) ValueFromObject

func (DeviceSwitchStatsType) ValueFromTerraform

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

func (DeviceSwitchStatsType) ValueType

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

type DeviceSwitchStatsValue

type DeviceSwitchStatsValue struct {
	ApRedundancy        basetypes.ObjectValue `tfsdk:"ap_redundancy"`
	ArpTableStats       basetypes.ObjectValue `tfsdk:"arp_table_stats"`
	CertExpiry          basetypes.Int64Value  `tfsdk:"cert_expiry"`
	Clients             basetypes.ListValue   `tfsdk:"clients"`
	ClientsStats        basetypes.ObjectValue `tfsdk:"clients_stats"`
	ConfigStatus        basetypes.StringValue `tfsdk:"config_status"`
	CpuStat             basetypes.ObjectValue `tfsdk:"cpu_stat"`
	CreatedTime         basetypes.Int64Value  `tfsdk:"created_time"`
	DeviceprofileId     basetypes.StringValue `tfsdk:"deviceprofile_id"`
	DhcpdStat           basetypes.MapValue    `tfsdk:"dhcpd_stat"`
	EvpntopoId          basetypes.StringValue `tfsdk:"evpntopo_id"`
	FwVersionsOutofsync basetypes.BoolValue   `tfsdk:"fw_versions_outofsync"`
	Fwupdate            basetypes.ObjectValue `tfsdk:"fwupdate"`
	HasPcap             basetypes.BoolValue   `tfsdk:"has_pcap"`
	Hostname            basetypes.StringValue `tfsdk:"hostname"`
	HwRev               basetypes.StringValue `tfsdk:"hw_rev"`
	Id                  basetypes.StringValue `tfsdk:"id"`
	IfStat              basetypes.MapValue    `tfsdk:"if_stat"`
	Ip                  basetypes.StringValue `tfsdk:"ip"`
	IpStat              basetypes.ObjectValue `tfsdk:"ip_stat"`
	LastSeen            basetypes.NumberValue `tfsdk:"last_seen"`
	LastTrouble         basetypes.ObjectValue `tfsdk:"last_trouble"`
	Mac                 basetypes.StringValue `tfsdk:"mac"`
	MacTableStats       basetypes.ObjectValue `tfsdk:"mac_table_stats"`
	MapId               basetypes.StringValue `tfsdk:"map_id"`
	MemoryStat          basetypes.ObjectValue `tfsdk:"memory_stat"`
	Model               basetypes.StringValue `tfsdk:"model"`
	ModifiedTime        basetypes.Int64Value  `tfsdk:"modified_time"`
	ModuleStat          basetypes.ListValue   `tfsdk:"module_stat"`
	Name                basetypes.StringValue `tfsdk:"name"`
	OrgId               basetypes.StringValue `tfsdk:"org_id"`
	RouteSummaryStats   basetypes.ObjectValue `tfsdk:"route_summary_stats"`
	Serial              basetypes.StringValue `tfsdk:"serial"`
	ServiceStat         basetypes.MapValue    `tfsdk:"service_stat"`
	SiteId              basetypes.StringValue `tfsdk:"site_id"`
	Status              basetypes.StringValue `tfsdk:"status"`
	Uptime              basetypes.NumberValue `tfsdk:"uptime"`
	VcMac               basetypes.StringValue `tfsdk:"vc_mac"`
	VcSetupInfo         basetypes.ObjectValue `tfsdk:"vc_setup_info"`
	Version             basetypes.StringValue `tfsdk:"version"`
	// contains filtered or unexported fields
}

func NewDeviceSwitchStatsValue

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

func NewDeviceSwitchStatsValueMust

func NewDeviceSwitchStatsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DeviceSwitchStatsValue

func NewDeviceSwitchStatsValueNull

func NewDeviceSwitchStatsValueNull() DeviceSwitchStatsValue

func NewDeviceSwitchStatsValueUnknown

func NewDeviceSwitchStatsValueUnknown() DeviceSwitchStatsValue

func (DeviceSwitchStatsValue) AttributeTypes

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

func (DeviceSwitchStatsValue) Equal

func (DeviceSwitchStatsValue) IsNull

func (v DeviceSwitchStatsValue) IsNull() bool

func (DeviceSwitchStatsValue) IsUnknown

func (v DeviceSwitchStatsValue) IsUnknown() bool

func (DeviceSwitchStatsValue) String

func (v DeviceSwitchStatsValue) String() string

func (DeviceSwitchStatsValue) ToObjectValue

func (DeviceSwitchStatsValue) ToTerraformValue

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

func (DeviceSwitchStatsValue) Type

type DhcpdStatType

type DhcpdStatType struct {
	basetypes.ObjectType
}

func (DhcpdStatType) Equal

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

func (DhcpdStatType) String

func (t DhcpdStatType) String() string

func (DhcpdStatType) ValueFromObject

func (DhcpdStatType) ValueFromTerraform

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

func (DhcpdStatType) ValueType

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

type DhcpdStatValue

type DhcpdStatValue struct {
	NumIps    basetypes.Int64Value `tfsdk:"num_ips"`
	NumLeased basetypes.Int64Value `tfsdk:"num_leased"`
	// contains filtered or unexported fields
}

func NewDhcpdStatValue

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

func NewDhcpdStatValueMust

func NewDhcpdStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DhcpdStatValue

func NewDhcpdStatValueNull

func NewDhcpdStatValueNull() DhcpdStatValue

func NewDhcpdStatValueUnknown

func NewDhcpdStatValueUnknown() DhcpdStatValue

func (DhcpdStatValue) AttributeTypes

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

func (DhcpdStatValue) Equal

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

func (DhcpdStatValue) IsNull

func (v DhcpdStatValue) IsNull() bool

func (DhcpdStatValue) IsUnknown

func (v DhcpdStatValue) IsUnknown() bool

func (DhcpdStatValue) String

func (v DhcpdStatValue) String() string

func (DhcpdStatValue) ToObjectValue

func (DhcpdStatValue) ToTerraformValue

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

func (DhcpdStatValue) Type

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

type ErrorsType

type ErrorsType struct {
	basetypes.ObjectType
}

func (ErrorsType) Equal

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

func (ErrorsType) String

func (t ErrorsType) String() string

func (ErrorsType) ValueFromObject

func (ErrorsType) ValueFromTerraform

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

func (ErrorsType) ValueType

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

type ErrorsValue

type ErrorsValue struct {
	Feature        basetypes.StringValue `tfsdk:"feature"`
	MinimumVersion basetypes.StringValue `tfsdk:"minimum_version"`
	Reason         basetypes.StringValue `tfsdk:"reason"`
	Since          basetypes.Int64Value  `tfsdk:"since"`
	ErrorsType     basetypes.StringValue `tfsdk:"type"`
	// contains filtered or unexported fields
}

func NewErrorsValue

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

func NewErrorsValueMust

func NewErrorsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ErrorsValue

func NewErrorsValueNull

func NewErrorsValueNull() ErrorsValue

func NewErrorsValueUnknown

func NewErrorsValueUnknown() ErrorsValue

func (ErrorsValue) AttributeTypes

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

func (ErrorsValue) Equal

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

func (ErrorsValue) IsNull

func (v ErrorsValue) IsNull() bool

func (ErrorsValue) IsUnknown

func (v ErrorsValue) IsUnknown() bool

func (ErrorsValue) String

func (v ErrorsValue) String() string

func (ErrorsValue) ToObjectValue

func (ErrorsValue) ToTerraformValue

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

func (ErrorsValue) Type

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

type FansType

type FansType struct {
	basetypes.ObjectType
}

func (FansType) Equal

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

func (FansType) String

func (t FansType) String() string

func (FansType) ValueFromObject

func (FansType) ValueFromTerraform

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

func (FansType) ValueType

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

type FansValue

type FansValue struct {
	Airflow basetypes.StringValue `tfsdk:"airflow"`
	Name    basetypes.StringValue `tfsdk:"name"`
	Status  basetypes.StringValue `tfsdk:"status"`
	// contains filtered or unexported fields
}

func NewFansValue

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

func NewFansValueMust

func NewFansValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) FansValue

func NewFansValueNull

func NewFansValueNull() FansValue

func NewFansValueUnknown

func NewFansValueUnknown() FansValue

func (FansValue) AttributeTypes

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

func (FansValue) Equal

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

func (FansValue) IsNull

func (v FansValue) IsNull() bool

func (FansValue) IsUnknown

func (v FansValue) IsUnknown() bool

func (FansValue) String

func (v FansValue) String() string

func (FansValue) ToObjectValue

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

func (FansValue) ToTerraformValue

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

func (FansValue) Type

func (v FansValue) 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 IfStatType

type IfStatType struct {
	basetypes.ObjectType
}

func (IfStatType) Equal

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

func (IfStatType) String

func (t IfStatType) String() string

func (IfStatType) ValueFromObject

func (IfStatType) ValueFromTerraform

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

func (IfStatType) ValueType

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

type IfStatValue

type IfStatValue struct {
	AddressMode     basetypes.StringValue `tfsdk:"address_mode"`
	Ips             basetypes.ListValue   `tfsdk:"ips"`
	NatAddresses    basetypes.ListValue   `tfsdk:"nat_addresses"`
	NetworkName     basetypes.StringValue `tfsdk:"network_name"`
	PortId          basetypes.StringValue `tfsdk:"port_id"`
	PortUsage       basetypes.StringValue `tfsdk:"port_usage"`
	RedundancyState basetypes.StringValue `tfsdk:"redundancy_state"`
	RxBytes         basetypes.Int64Value  `tfsdk:"rx_bytes"`
	RxPkts          basetypes.Int64Value  `tfsdk:"rx_pkts"`
	ServpInfo       basetypes.ObjectValue `tfsdk:"servp_info"`
	TxBytes         basetypes.Int64Value  `tfsdk:"tx_bytes"`
	TxPkts          basetypes.Int64Value  `tfsdk:"tx_pkts"`
	Up              basetypes.BoolValue   `tfsdk:"up"`
	Vlan            basetypes.Int64Value  `tfsdk:"vlan"`
	WanName         basetypes.StringValue `tfsdk:"wan_name"`
	WanType         basetypes.StringValue `tfsdk:"wan_type"`
	// contains filtered or unexported fields
}

func NewIfStatValue

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

func NewIfStatValueMust

func NewIfStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) IfStatValue

func NewIfStatValueNull

func NewIfStatValueNull() IfStatValue

func NewIfStatValueUnknown

func NewIfStatValueUnknown() IfStatValue

func (IfStatValue) AttributeTypes

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

func (IfStatValue) Equal

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

func (IfStatValue) IsNull

func (v IfStatValue) IsNull() bool

func (IfStatValue) IsUnknown

func (v IfStatValue) IsUnknown() bool

func (IfStatValue) String

func (v IfStatValue) String() string

func (IfStatValue) ToObjectValue

func (IfStatValue) ToTerraformValue

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

func (IfStatValue) Type

func (v IfStatValue) 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 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 MacTableStatsType

type MacTableStatsType struct {
	basetypes.ObjectType
}

func (MacTableStatsType) Equal

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

func (MacTableStatsType) String

func (t MacTableStatsType) String() string

func (MacTableStatsType) ValueFromObject

func (MacTableStatsType) ValueFromTerraform

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

func (MacTableStatsType) ValueType

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

type MacTableStatsValue

type MacTableStatsValue struct {
	MacTableCount          basetypes.Int64Value `tfsdk:"mac_table_count"`
	MaxMacEntriesSupported basetypes.Int64Value `tfsdk:"max_mac_entries_supported"`
	// contains filtered or unexported fields
}

func NewMacTableStatsValue

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

func NewMacTableStatsValueMust

func NewMacTableStatsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MacTableStatsValue

func NewMacTableStatsValueNull

func NewMacTableStatsValueNull() MacTableStatsValue

func NewMacTableStatsValueUnknown

func NewMacTableStatsValueUnknown() MacTableStatsValue

func (MacTableStatsValue) AttributeTypes

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

func (MacTableStatsValue) Equal

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

func (MacTableStatsValue) IsNull

func (v MacTableStatsValue) IsNull() bool

func (MacTableStatsValue) IsUnknown

func (v MacTableStatsValue) IsUnknown() bool

func (MacTableStatsValue) String

func (v MacTableStatsValue) String() string

func (MacTableStatsValue) ToObjectValue

func (MacTableStatsValue) ToTerraformValue

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

func (MacTableStatsValue) Type

type MemoryStatType

type MemoryStatType struct {
	basetypes.ObjectType
}

func (MemoryStatType) Equal

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

func (MemoryStatType) String

func (t MemoryStatType) String() string

func (MemoryStatType) ValueFromObject

func (MemoryStatType) ValueFromTerraform

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

func (MemoryStatType) ValueType

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

type MemoryStatValue

type MemoryStatValue struct {
	Usage basetypes.NumberValue `tfsdk:"usage"`
	// contains filtered or unexported fields
}

func NewMemoryStatValue

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

func NewMemoryStatValueMust

func NewMemoryStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MemoryStatValue

func NewMemoryStatValueNull

func NewMemoryStatValueNull() MemoryStatValue

func NewMemoryStatValueUnknown

func NewMemoryStatValueUnknown() MemoryStatValue

func (MemoryStatValue) AttributeTypes

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

func (MemoryStatValue) Equal

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

func (MemoryStatValue) IsNull

func (v MemoryStatValue) IsNull() bool

func (MemoryStatValue) IsUnknown

func (v MemoryStatValue) IsUnknown() bool

func (MemoryStatValue) String

func (v MemoryStatValue) String() string

func (MemoryStatValue) ToObjectValue

func (MemoryStatValue) ToTerraformValue

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

func (MemoryStatValue) Type

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

type ModuleStatType

type ModuleStatType struct {
	basetypes.ObjectType
}

func (ModuleStatType) Equal

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

func (ModuleStatType) String

func (t ModuleStatType) String() string

func (ModuleStatType) ValueFromObject

func (ModuleStatType) ValueFromTerraform

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

func (ModuleStatType) ValueType

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

type ModuleStatValue

type ModuleStatValue struct {
	BackupVersion     basetypes.StringValue `tfsdk:"backup_version"`
	BiosVersion       basetypes.StringValue `tfsdk:"bios_version"`
	CpldVersion       basetypes.StringValue `tfsdk:"cpld_version"`
	Errors            basetypes.ListValue   `tfsdk:"errors"`
	Fans              basetypes.ListValue   `tfsdk:"fans"`
	FpcIdx            basetypes.Int64Value  `tfsdk:"fpc_idx"`
	FpgaVersion       basetypes.StringValue `tfsdk:"fpga_version"`
	LastSeen          basetypes.NumberValue `tfsdk:"last_seen"`
	Model             basetypes.StringValue `tfsdk:"model"`
	OpticsCpldVersion basetypes.StringValue `tfsdk:"optics_cpld_version"`
	PendingVersion    basetypes.StringValue `tfsdk:"pending_version"`
	Pics              basetypes.ListValue   `tfsdk:"pics"`
	Poe               basetypes.ObjectValue `tfsdk:"poe"`
	PoeVersion        basetypes.StringValue `tfsdk:"poe_version"`
	PowerCpldVersion  basetypes.StringValue `tfsdk:"power_cpld_version"`
	Psus              basetypes.ListValue   `tfsdk:"psus"`
	ReFpgaVersion     basetypes.StringValue `tfsdk:"re_fpga_version"`
	RecoveryVersion   basetypes.StringValue `tfsdk:"recovery_version"`
	Serial            basetypes.StringValue `tfsdk:"serial"`
	Status            basetypes.StringValue `tfsdk:"status"`
	Temperatures      basetypes.ListValue   `tfsdk:"temperatures"`
	TmcFpgaVersion    basetypes.StringValue `tfsdk:"tmc_fpga_version"`
	UbootVersion      basetypes.StringValue `tfsdk:"uboot_version"`
	Uptime            basetypes.Int64Value  `tfsdk:"uptime"`
	VcLinks           basetypes.ListValue   `tfsdk:"vc_links"`
	VcMode            basetypes.StringValue `tfsdk:"vc_mode"`
	VcRole            basetypes.StringValue `tfsdk:"vc_role"`
	VcState           basetypes.StringValue `tfsdk:"vc_state"`
	Version           basetypes.StringValue `tfsdk:"version"`
	// contains filtered or unexported fields
}

func NewModuleStatValue

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

func NewModuleStatValueMust

func NewModuleStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ModuleStatValue

func NewModuleStatValueNull

func NewModuleStatValueNull() ModuleStatValue

func NewModuleStatValueUnknown

func NewModuleStatValueUnknown() ModuleStatValue

func (ModuleStatValue) AttributeTypes

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

func (ModuleStatValue) Equal

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

func (ModuleStatValue) IsNull

func (v ModuleStatValue) IsNull() bool

func (ModuleStatValue) IsUnknown

func (v ModuleStatValue) IsUnknown() bool

func (ModuleStatValue) String

func (v ModuleStatValue) String() string

func (ModuleStatValue) ToObjectValue

func (ModuleStatValue) ToTerraformValue

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

func (ModuleStatValue) Type

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

type ModulesType

type ModulesType struct {
	basetypes.ObjectType
}

func (ModulesType) Equal

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

func (ModulesType) String

func (t ModulesType) String() string

func (ModulesType) ValueFromObject

func (ModulesType) ValueFromTerraform

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

func (ModulesType) ValueType

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

type ModulesValue

type ModulesValue struct {
	NumAps                     basetypes.Int64Value `tfsdk:"num_aps"`
	NumApsWithSwitchRedundancy basetypes.Int64Value `tfsdk:"num_aps_with_switch_redundancy"`
	// contains filtered or unexported fields
}

func NewModulesValue

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

func NewModulesValueMust

func NewModulesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ModulesValue

func NewModulesValueNull

func NewModulesValueNull() ModulesValue

func NewModulesValueUnknown

func NewModulesValueUnknown() ModulesValue

func (ModulesValue) AttributeTypes

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

func (ModulesValue) Equal

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

func (ModulesValue) IsNull

func (v ModulesValue) IsNull() bool

func (ModulesValue) IsUnknown

func (v ModulesValue) IsUnknown() bool

func (ModulesValue) String

func (v ModulesValue) String() string

func (ModulesValue) ToObjectValue

func (ModulesValue) ToTerraformValue

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

func (ModulesValue) Type

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

type PicsType

type PicsType struct {
	basetypes.ObjectType
}

func (PicsType) Equal

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

func (PicsType) String

func (t PicsType) String() string

func (PicsType) ValueFromObject

func (PicsType) ValueFromTerraform

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

func (PicsType) ValueType

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

type PicsValue

type PicsValue struct {
	Index       basetypes.Int64Value  `tfsdk:"index"`
	ModelNumber basetypes.StringValue `tfsdk:"model_number"`
	PortGroups  basetypes.ListValue   `tfsdk:"port_groups"`
	// contains filtered or unexported fields
}

func NewPicsValue

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

func NewPicsValueMust

func NewPicsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PicsValue

func NewPicsValueNull

func NewPicsValueNull() PicsValue

func NewPicsValueUnknown

func NewPicsValueUnknown() PicsValue

func (PicsValue) AttributeTypes

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

func (PicsValue) Equal

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

func (PicsValue) IsNull

func (v PicsValue) IsNull() bool

func (PicsValue) IsUnknown

func (v PicsValue) IsUnknown() bool

func (PicsValue) String

func (v PicsValue) String() string

func (PicsValue) ToObjectValue

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

func (PicsValue) ToTerraformValue

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

func (PicsValue) Type

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

type PoeType

type PoeType struct {
	basetypes.ObjectType
}

func (PoeType) Equal

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

func (PoeType) String

func (t PoeType) String() string

func (PoeType) ValueFromObject

func (PoeType) ValueFromTerraform

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

func (PoeType) ValueType

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

type PoeValue

type PoeValue struct {
	MaxPower  basetypes.NumberValue `tfsdk:"max_power"`
	PowerDraw basetypes.NumberValue `tfsdk:"power_draw"`
	// contains filtered or unexported fields
}

func NewPoeValue

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

func NewPoeValueMust

func NewPoeValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PoeValue

func NewPoeValueNull

func NewPoeValueNull() PoeValue

func NewPoeValueUnknown

func NewPoeValueUnknown() PoeValue

func (PoeValue) AttributeTypes

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

func (PoeValue) Equal

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

func (PoeValue) IsNull

func (v PoeValue) IsNull() bool

func (PoeValue) IsUnknown

func (v PoeValue) IsUnknown() bool

func (PoeValue) String

func (v PoeValue) String() string

func (PoeValue) ToObjectValue

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

func (PoeValue) ToTerraformValue

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

func (PoeValue) Type

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

type PortGroupsType

type PortGroupsType struct {
	basetypes.ObjectType
}

func (PortGroupsType) Equal

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

func (PortGroupsType) String

func (t PortGroupsType) String() string

func (PortGroupsType) ValueFromObject

func (PortGroupsType) ValueFromTerraform

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

func (PortGroupsType) ValueType

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

type PortGroupsValue

type PortGroupsValue struct {
	Count          basetypes.Int64Value  `tfsdk:"count"`
	PortGroupsType basetypes.StringValue `tfsdk:"type"`
	// contains filtered or unexported fields
}

func NewPortGroupsValue

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

func NewPortGroupsValueMust

func NewPortGroupsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PortGroupsValue

func NewPortGroupsValueNull

func NewPortGroupsValueNull() PortGroupsValue

func NewPortGroupsValueUnknown

func NewPortGroupsValueUnknown() PortGroupsValue

func (PortGroupsValue) AttributeTypes

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

func (PortGroupsValue) Equal

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

func (PortGroupsValue) IsNull

func (v PortGroupsValue) IsNull() bool

func (PortGroupsValue) IsUnknown

func (v PortGroupsValue) IsUnknown() bool

func (PortGroupsValue) String

func (v PortGroupsValue) String() string

func (PortGroupsValue) ToObjectValue

func (PortGroupsValue) ToTerraformValue

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

func (PortGroupsValue) Type

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

type PsusType

type PsusType struct {
	basetypes.ObjectType
}

func (PsusType) Equal

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

func (PsusType) String

func (t PsusType) String() string

func (PsusType) ValueFromObject

func (PsusType) ValueFromTerraform

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

func (PsusType) ValueType

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

type PsusValue

type PsusValue struct {
	Name   basetypes.StringValue `tfsdk:"name"`
	Status basetypes.StringValue `tfsdk:"status"`
	// contains filtered or unexported fields
}

func NewPsusValue

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

func NewPsusValueMust

func NewPsusValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PsusValue

func NewPsusValueNull

func NewPsusValueNull() PsusValue

func NewPsusValueUnknown

func NewPsusValueUnknown() PsusValue

func (PsusValue) AttributeTypes

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

func (PsusValue) Equal

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

func (PsusValue) IsNull

func (v PsusValue) IsNull() bool

func (PsusValue) IsUnknown

func (v PsusValue) IsUnknown() bool

func (PsusValue) String

func (v PsusValue) String() string

func (PsusValue) ToObjectValue

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

func (PsusValue) ToTerraformValue

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

func (PsusValue) Type

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

type RouteSummaryStatsType

type RouteSummaryStatsType struct {
	basetypes.ObjectType
}

func (RouteSummaryStatsType) Equal

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

func (RouteSummaryStatsType) String

func (t RouteSummaryStatsType) String() string

func (RouteSummaryStatsType) ValueFromObject

func (RouteSummaryStatsType) ValueFromTerraform

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

func (RouteSummaryStatsType) ValueType

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

type RouteSummaryStatsValue

type RouteSummaryStatsValue struct {
	FibRoutes                 basetypes.Int64Value `tfsdk:"fib_routes"`
	MaxUnicastRoutesSupported basetypes.Int64Value `tfsdk:"max_unicast_routes_supported"`
	RibRoutes                 basetypes.Int64Value `tfsdk:"rib_routes"`
	TotalRoutes               basetypes.Int64Value `tfsdk:"total_routes"`
	// contains filtered or unexported fields
}

func NewRouteSummaryStatsValue

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

func NewRouteSummaryStatsValueMust

func NewRouteSummaryStatsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RouteSummaryStatsValue

func NewRouteSummaryStatsValueNull

func NewRouteSummaryStatsValueNull() RouteSummaryStatsValue

func NewRouteSummaryStatsValueUnknown

func NewRouteSummaryStatsValueUnknown() RouteSummaryStatsValue

func (RouteSummaryStatsValue) AttributeTypes

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

func (RouteSummaryStatsValue) Equal

func (RouteSummaryStatsValue) IsNull

func (v RouteSummaryStatsValue) IsNull() bool

func (RouteSummaryStatsValue) IsUnknown

func (v RouteSummaryStatsValue) IsUnknown() bool

func (RouteSummaryStatsValue) String

func (v RouteSummaryStatsValue) String() string

func (RouteSummaryStatsValue) ToObjectValue

func (RouteSummaryStatsValue) ToTerraformValue

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

func (RouteSummaryStatsValue) Type

type ServiceStatType

type ServiceStatType struct {
	basetypes.ObjectType
}

func (ServiceStatType) Equal

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

func (ServiceStatType) String

func (t ServiceStatType) String() string

func (ServiceStatType) ValueFromObject

func (ServiceStatType) ValueFromTerraform

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

func (ServiceStatType) ValueType

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

type ServiceStatValue

type ServiceStatValue struct {
	AshVersion          basetypes.StringValue `tfsdk:"ash_version"`
	CiaVersion          basetypes.StringValue `tfsdk:"cia_version"`
	EmberVersion        basetypes.StringValue `tfsdk:"ember_version"`
	IpsecClientVersion  basetypes.StringValue `tfsdk:"ipsec_client_version"`
	MistAgentVersion    basetypes.StringValue `tfsdk:"mist_agent_version"`
	PackageVersion      basetypes.StringValue `tfsdk:"package_version"`
	TestingToolsVersion basetypes.StringValue `tfsdk:"testing_tools_version"`
	WheeljackVersion    basetypes.StringValue `tfsdk:"wheeljack_version"`
	// contains filtered or unexported fields
}

func NewServiceStatValue

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

func NewServiceStatValueMust

func NewServiceStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ServiceStatValue

func NewServiceStatValueNull

func NewServiceStatValueNull() ServiceStatValue

func NewServiceStatValueUnknown

func NewServiceStatValueUnknown() ServiceStatValue

func (ServiceStatValue) AttributeTypes

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

func (ServiceStatValue) Equal

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

func (ServiceStatValue) IsNull

func (v ServiceStatValue) IsNull() bool

func (ServiceStatValue) IsUnknown

func (v ServiceStatValue) IsUnknown() bool

func (ServiceStatValue) String

func (v ServiceStatValue) String() string

func (ServiceStatValue) ToObjectValue

func (ServiceStatValue) ToTerraformValue

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

func (ServiceStatValue) Type

type ServpInfoType

type ServpInfoType struct {
	basetypes.ObjectType
}

func (ServpInfoType) Equal

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

func (ServpInfoType) String

func (t ServpInfoType) String() string

func (ServpInfoType) ValueFromObject

func (ServpInfoType) ValueFromTerraform

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

func (ServpInfoType) ValueType

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

type ServpInfoValue

type ServpInfoValue struct {
	Asn         basetypes.StringValue `tfsdk:"asn"`
	City        basetypes.StringValue `tfsdk:"city"`
	CountryCode basetypes.StringValue `tfsdk:"country_code"`
	Latitude    basetypes.NumberValue `tfsdk:"latitude"`
	Longitude   basetypes.NumberValue `tfsdk:"longitude"`
	Org         basetypes.StringValue `tfsdk:"org"`
	RegionCode  basetypes.StringValue `tfsdk:"region_code"`
	// contains filtered or unexported fields
}

func NewServpInfoValue

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

func NewServpInfoValueMust

func NewServpInfoValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ServpInfoValue

func NewServpInfoValueNull

func NewServpInfoValueNull() ServpInfoValue

func NewServpInfoValueUnknown

func NewServpInfoValueUnknown() ServpInfoValue

func (ServpInfoValue) AttributeTypes

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

func (ServpInfoValue) Equal

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

func (ServpInfoValue) IsNull

func (v ServpInfoValue) IsNull() bool

func (ServpInfoValue) IsUnknown

func (v ServpInfoValue) IsUnknown() bool

func (ServpInfoValue) String

func (v ServpInfoValue) String() string

func (ServpInfoValue) ToObjectValue

func (ServpInfoValue) ToTerraformValue

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

func (ServpInfoValue) Type

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

type TemperaturesType

type TemperaturesType struct {
	basetypes.ObjectType
}

func (TemperaturesType) Equal

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

func (TemperaturesType) String

func (t TemperaturesType) String() string

func (TemperaturesType) ValueFromObject

func (TemperaturesType) ValueFromTerraform

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

func (TemperaturesType) ValueType

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

type TemperaturesValue

type TemperaturesValue struct {
	Celsius basetypes.NumberValue `tfsdk:"celsius"`
	Name    basetypes.StringValue `tfsdk:"name"`
	Status  basetypes.StringValue `tfsdk:"status"`
	// contains filtered or unexported fields
}

func NewTemperaturesValue

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

func NewTemperaturesValueMust

func NewTemperaturesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TemperaturesValue

func NewTemperaturesValueNull

func NewTemperaturesValueNull() TemperaturesValue

func NewTemperaturesValueUnknown

func NewTemperaturesValueUnknown() TemperaturesValue

func (TemperaturesValue) AttributeTypes

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

func (TemperaturesValue) Equal

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

func (TemperaturesValue) IsNull

func (v TemperaturesValue) IsNull() bool

func (TemperaturesValue) IsUnknown

func (v TemperaturesValue) IsUnknown() bool

func (TemperaturesValue) String

func (v TemperaturesValue) String() string

func (TemperaturesValue) ToObjectValue

func (TemperaturesValue) ToTerraformValue

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

func (TemperaturesValue) Type

type TotalType

type TotalType struct {
	basetypes.ObjectType
}

func (TotalType) Equal

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

func (TotalType) String

func (t TotalType) String() string

func (TotalType) ValueFromObject

func (TotalType) ValueFromTerraform

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

func (TotalType) ValueType

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

type TotalValue

type TotalValue struct {
	NumAps          basetypes.ListValue  `tfsdk:"num_aps"`
	NumWiredClients basetypes.Int64Value `tfsdk:"num_wired_clients"`
	// contains filtered or unexported fields
}

func NewTotalValue

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

func NewTotalValueMust

func NewTotalValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TotalValue

func NewTotalValueNull

func NewTotalValueNull() TotalValue

func NewTotalValueUnknown

func NewTotalValueUnknown() TotalValue

func (TotalValue) AttributeTypes

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

func (TotalValue) Equal

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

func (TotalValue) IsNull

func (v TotalValue) IsNull() bool

func (TotalValue) IsUnknown

func (v TotalValue) IsUnknown() bool

func (TotalValue) String

func (v TotalValue) String() string

func (TotalValue) ToObjectValue

func (TotalValue) ToTerraformValue

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

func (TotalValue) Type

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

type VcLinksType

type VcLinksType struct {
	basetypes.ObjectType
}

func (VcLinksType) Equal

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

func (VcLinksType) String

func (t VcLinksType) String() string

func (VcLinksType) ValueFromObject

func (VcLinksType) ValueFromTerraform

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

func (VcLinksType) ValueType

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

type VcLinksValue

type VcLinksValue struct {
	NeighborModuleIdx basetypes.Int64Value  `tfsdk:"neighbor_module_idx"`
	NeighborPortId    basetypes.StringValue `tfsdk:"neighbor_port_id"`
	PortId            basetypes.StringValue `tfsdk:"port_id"`
	// contains filtered or unexported fields
}

func NewVcLinksValue

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

func NewVcLinksValueMust

func NewVcLinksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VcLinksValue

func NewVcLinksValueNull

func NewVcLinksValueNull() VcLinksValue

func NewVcLinksValueUnknown

func NewVcLinksValueUnknown() VcLinksValue

func (VcLinksValue) AttributeTypes

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

func (VcLinksValue) Equal

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

func (VcLinksValue) IsNull

func (v VcLinksValue) IsNull() bool

func (VcLinksValue) IsUnknown

func (v VcLinksValue) IsUnknown() bool

func (VcLinksValue) String

func (v VcLinksValue) String() string

func (VcLinksValue) ToObjectValue

func (VcLinksValue) ToTerraformValue

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

func (VcLinksValue) Type

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

type VcSetupInfoType

type VcSetupInfoType struct {
	basetypes.ObjectType
}

func (VcSetupInfoType) Equal

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

func (VcSetupInfoType) String

func (t VcSetupInfoType) String() string

func (VcSetupInfoType) ValueFromObject

func (VcSetupInfoType) ValueFromTerraform

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

func (VcSetupInfoType) ValueType

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

type VcSetupInfoValue

type VcSetupInfoValue struct {
	ConfigType         basetypes.StringValue `tfsdk:"config_type"`
	ErrMissingDevIdFpc basetypes.BoolValue   `tfsdk:"err_missing_dev_id_fpc"`
	// contains filtered or unexported fields
}

func NewVcSetupInfoValue

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

func NewVcSetupInfoValueMust

func NewVcSetupInfoValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VcSetupInfoValue

func NewVcSetupInfoValueNull

func NewVcSetupInfoValueNull() VcSetupInfoValue

func NewVcSetupInfoValueUnknown

func NewVcSetupInfoValueUnknown() VcSetupInfoValue

func (VcSetupInfoValue) AttributeTypes

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

func (VcSetupInfoValue) Equal

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

func (VcSetupInfoValue) IsNull

func (v VcSetupInfoValue) IsNull() bool

func (VcSetupInfoValue) IsUnknown

func (v VcSetupInfoValue) IsUnknown() bool

func (VcSetupInfoValue) String

func (v VcSetupInfoValue) String() string

func (VcSetupInfoValue) ToObjectValue

func (VcSetupInfoValue) ToTerraformValue

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

func (VcSetupInfoValue) Type

Jump to

Keyboard shortcuts

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