datasource_device_gateway_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 DeviceGatewayStatsDataSourceSchema

func DeviceGatewayStatsDataSourceSchema(ctx context.Context) schema.Schema

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 ClusterConfigType

type ClusterConfigType struct {
	basetypes.ObjectType
}

func (ClusterConfigType) Equal

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

func (ClusterConfigType) String

func (t ClusterConfigType) String() string

func (ClusterConfigType) ValueFromObject

func (ClusterConfigType) ValueFromTerraform

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

func (ClusterConfigType) ValueType

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

type ClusterConfigValue

type ClusterConfigValue struct {
	Configuration              basetypes.StringValue `tfsdk:"configuration"`
	ControlLinkInfo            basetypes.ObjectValue `tfsdk:"control_link_info"`
	EthernetConnection         basetypes.ListValue   `tfsdk:"ethernet_connection"`
	FabricLinkInfo             basetypes.ObjectValue `tfsdk:"fabric_link_info"`
	LastStatusChangeReason     basetypes.StringValue `tfsdk:"last_status_change_reason"`
	Operational                basetypes.StringValue `tfsdk:"operational"`
	PrimaryNodeHealth          basetypes.StringValue `tfsdk:"primary_node_health"`
	RedundancyGroupInformation basetypes.ListValue   `tfsdk:"redundancy_group_information"`
	SecondaryNodeHealth        basetypes.StringValue `tfsdk:"secondary_node_health"`
	Status                     basetypes.StringValue `tfsdk:"status"`
	// contains filtered or unexported fields
}

func NewClusterConfigValue

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

func NewClusterConfigValueMust

func NewClusterConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ClusterConfigValue

func NewClusterConfigValueNull

func NewClusterConfigValueNull() ClusterConfigValue

func NewClusterConfigValueUnknown

func NewClusterConfigValueUnknown() ClusterConfigValue

func (ClusterConfigValue) AttributeTypes

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

func (ClusterConfigValue) Equal

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

func (ClusterConfigValue) IsNull

func (v ClusterConfigValue) IsNull() bool

func (ClusterConfigValue) IsUnknown

func (v ClusterConfigValue) IsUnknown() bool

func (ClusterConfigValue) String

func (v ClusterConfigValue) String() string

func (ClusterConfigValue) ToObjectValue

func (ClusterConfigValue) ToTerraformValue

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

func (ClusterConfigValue) Type

type ClusterStatType

type ClusterStatType struct {
	basetypes.ObjectType
}

func (ClusterStatType) Equal

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

func (ClusterStatType) String

func (t ClusterStatType) String() string

func (ClusterStatType) ValueFromObject

func (ClusterStatType) ValueFromTerraform

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

func (ClusterStatType) ValueType

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

type ClusterStatValue

type ClusterStatValue struct {
	State basetypes.StringValue `tfsdk:"state"`
	// contains filtered or unexported fields
}

func NewClusterStatValue

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

func NewClusterStatValueMust

func NewClusterStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ClusterStatValue

func NewClusterStatValueNull

func NewClusterStatValueNull() ClusterStatValue

func NewClusterStatValueUnknown

func NewClusterStatValueUnknown() ClusterStatValue

func (ClusterStatValue) AttributeTypes

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

func (ClusterStatValue) Equal

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

func (ClusterStatValue) IsNull

func (v ClusterStatValue) IsNull() bool

func (ClusterStatValue) IsUnknown

func (v ClusterStatValue) IsUnknown() bool

func (ClusterStatValue) String

func (v ClusterStatValue) String() string

func (ClusterStatValue) ToObjectValue

func (ClusterStatValue) ToTerraformValue

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

func (ClusterStatValue) Type

type ControlLinkInfoType

type ControlLinkInfoType struct {
	basetypes.ObjectType
}

func (ControlLinkInfoType) Equal

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

func (ControlLinkInfoType) String

func (t ControlLinkInfoType) String() string

func (ControlLinkInfoType) ValueFromObject

func (ControlLinkInfoType) ValueFromTerraform

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

func (ControlLinkInfoType) ValueType

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

type ControlLinkInfoValue

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

func NewControlLinkInfoValue

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

func NewControlLinkInfoValueMust

func NewControlLinkInfoValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ControlLinkInfoValue

func NewControlLinkInfoValueNull

func NewControlLinkInfoValueNull() ControlLinkInfoValue

func NewControlLinkInfoValueUnknown

func NewControlLinkInfoValueUnknown() ControlLinkInfoValue

func (ControlLinkInfoValue) AttributeTypes

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

func (ControlLinkInfoValue) Equal

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

func (ControlLinkInfoValue) IsNull

func (v ControlLinkInfoValue) IsNull() bool

func (ControlLinkInfoValue) IsUnknown

func (v ControlLinkInfoValue) IsUnknown() bool

func (ControlLinkInfoValue) String

func (v ControlLinkInfoValue) String() string

func (ControlLinkInfoValue) ToObjectValue

func (ControlLinkInfoValue) ToTerraformValue

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

func (ControlLinkInfoValue) 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 DeviceGatewayStatsModel

type DeviceGatewayStatsModel struct {
	DeviceGatewayStats types.Set    `tfsdk:"device_gateway_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 DeviceGatewayStatsType

type DeviceGatewayStatsType struct {
	basetypes.ObjectType
}

func (DeviceGatewayStatsType) Equal

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

func (DeviceGatewayStatsType) String

func (t DeviceGatewayStatsType) String() string

func (DeviceGatewayStatsType) ValueFromObject

func (DeviceGatewayStatsType) ValueFromTerraform

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

func (DeviceGatewayStatsType) ValueType

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

type DeviceGatewayStatsValue

type DeviceGatewayStatsValue struct {
	ApRedundancy      basetypes.ObjectValue `tfsdk:"ap_redundancy"`
	ArpTableStats     basetypes.ObjectValue `tfsdk:"arp_table_stats"`
	CertExpiry        basetypes.Int64Value  `tfsdk:"cert_expiry"`
	ClusterConfig     basetypes.ObjectValue `tfsdk:"cluster_config"`
	ClusterStat       basetypes.ObjectValue `tfsdk:"cluster_stat"`
	ConductorName     basetypes.StringValue `tfsdk:"conductor_name"`
	ConfigStatus      basetypes.StringValue `tfsdk:"config_status"`
	Cpu2Stat          basetypes.ObjectValue `tfsdk:"cpu2_stat"`
	CpuStat           basetypes.ObjectValue `tfsdk:"cpu_stat"`
	CreatedTime       basetypes.Int64Value  `tfsdk:"created_time"`
	DeviceprofileId   basetypes.StringValue `tfsdk:"deviceprofile_id"`
	Dhcpd2Stat        basetypes.MapValue    `tfsdk:"dhcpd2_stat"`
	DhcpdStat         basetypes.MapValue    `tfsdk:"dhcpd_stat"`
	ExtIp             basetypes.StringValue `tfsdk:"ext_ip"`
	Fwupdate          basetypes.ObjectValue `tfsdk:"fwupdate"`
	HasPcap           basetypes.BoolValue   `tfsdk:"has_pcap"`
	Hostname          basetypes.StringValue `tfsdk:"hostname"`
	Id                basetypes.StringValue `tfsdk:"id"`
	If2Stat           basetypes.MapValue    `tfsdk:"if2_stat"`
	IfStat            basetypes.MapValue    `tfsdk:"if_stat"`
	Ip                basetypes.StringValue `tfsdk:"ip"`
	Ip2Stat           basetypes.ObjectValue `tfsdk:"ip2_stat"`
	IpStat            basetypes.ObjectValue `tfsdk:"ip_stat"`
	IsHa              basetypes.BoolValue   `tfsdk:"is_ha"`
	LastSeen          basetypes.NumberValue `tfsdk:"last_seen"`
	Mac               basetypes.StringValue `tfsdk:"mac"`
	MapId             basetypes.StringValue `tfsdk:"map_id"`
	Memory2Stat       basetypes.ObjectValue `tfsdk:"memory2_stat"`
	MemoryStat        basetypes.ObjectValue `tfsdk:"memory_stat"`
	Model             basetypes.StringValue `tfsdk:"model"`
	ModifiedTime      basetypes.Int64Value  `tfsdk:"modified_time"`
	Module2Stat       basetypes.ListValue   `tfsdk:"module2_stat"`
	ModuleStat        basetypes.ListValue   `tfsdk:"module_stat"`
	Name              basetypes.StringValue `tfsdk:"name"`
	NodeName          basetypes.StringValue `tfsdk:"node_name"`
	OrgId             basetypes.StringValue `tfsdk:"org_id"`
	RouteSummaryStats basetypes.ObjectValue `tfsdk:"route_summary_stats"`
	RouterName        basetypes.StringValue `tfsdk:"router_name"`
	Serial            basetypes.StringValue `tfsdk:"serial"`
	Service2Stat      basetypes.MapValue    `tfsdk:"service2_stat"`
	ServiceStat       basetypes.MapValue    `tfsdk:"service_stat"`
	ServiceStatus     basetypes.ObjectValue `tfsdk:"service_status"`
	SiteId            basetypes.StringValue `tfsdk:"site_id"`
	Spu2Stat          basetypes.ListValue   `tfsdk:"spu2_stat"`
	SpuStat           basetypes.ListValue   `tfsdk:"spu_stat"`
	Status            basetypes.StringValue `tfsdk:"status"`
	Uptime            basetypes.NumberValue `tfsdk:"uptime"`
	Version           basetypes.StringValue `tfsdk:"version"`
	// contains filtered or unexported fields
}

func NewDeviceGatewayStatsValue

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

func NewDeviceGatewayStatsValueMust

func NewDeviceGatewayStatsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DeviceGatewayStatsValue

func NewDeviceGatewayStatsValueNull

func NewDeviceGatewayStatsValueNull() DeviceGatewayStatsValue

func NewDeviceGatewayStatsValueUnknown

func NewDeviceGatewayStatsValueUnknown() DeviceGatewayStatsValue

func (DeviceGatewayStatsValue) AttributeTypes

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

func (DeviceGatewayStatsValue) Equal

func (DeviceGatewayStatsValue) IsNull

func (v DeviceGatewayStatsValue) IsNull() bool

func (DeviceGatewayStatsValue) IsUnknown

func (v DeviceGatewayStatsValue) IsUnknown() bool

func (DeviceGatewayStatsValue) String

func (v DeviceGatewayStatsValue) String() string

func (DeviceGatewayStatsValue) ToObjectValue

func (DeviceGatewayStatsValue) ToTerraformValue

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

func (DeviceGatewayStatsValue) 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 EthernetConnectionType

type EthernetConnectionType struct {
	basetypes.ObjectType
}

func (EthernetConnectionType) Equal

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

func (EthernetConnectionType) String

func (t EthernetConnectionType) String() string

func (EthernetConnectionType) ValueFromObject

func (EthernetConnectionType) ValueFromTerraform

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

func (EthernetConnectionType) ValueType

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

type EthernetConnectionValue

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

func NewEthernetConnectionValue

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

func NewEthernetConnectionValueMust

func NewEthernetConnectionValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) EthernetConnectionValue

func NewEthernetConnectionValueNull

func NewEthernetConnectionValueNull() EthernetConnectionValue

func NewEthernetConnectionValueUnknown

func NewEthernetConnectionValueUnknown() EthernetConnectionValue

func (EthernetConnectionValue) AttributeTypes

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

func (EthernetConnectionValue) Equal

func (EthernetConnectionValue) IsNull

func (v EthernetConnectionValue) IsNull() bool

func (EthernetConnectionValue) IsUnknown

func (v EthernetConnectionValue) IsUnknown() bool

func (EthernetConnectionValue) String

func (v EthernetConnectionValue) String() string

func (EthernetConnectionValue) ToObjectValue

func (EthernetConnectionValue) ToTerraformValue

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

func (EthernetConnectionValue) Type

type FabricLinkInfoType

type FabricLinkInfoType struct {
	basetypes.ObjectType
}

func (FabricLinkInfoType) Equal

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

func (FabricLinkInfoType) String

func (t FabricLinkInfoType) String() string

func (FabricLinkInfoType) ValueFromObject

func (FabricLinkInfoType) ValueFromTerraform

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

func (FabricLinkInfoType) ValueType

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

type FabricLinkInfoValue

type FabricLinkInfoValue struct {
	DataPlaneNotifiedStatus basetypes.StringValue `tfsdk:"data_plane_notified_status"`
	Interface               basetypes.ListValue   `tfsdk:"interface"`
	InternalStatus          basetypes.StringValue `tfsdk:"internal_status"`
	State                   basetypes.StringValue `tfsdk:"state"`
	Status                  basetypes.StringValue `tfsdk:"status"`
	// contains filtered or unexported fields
}

func NewFabricLinkInfoValue

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

func NewFabricLinkInfoValueMust

func NewFabricLinkInfoValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) FabricLinkInfoValue

func NewFabricLinkInfoValueNull

func NewFabricLinkInfoValueNull() FabricLinkInfoValue

func NewFabricLinkInfoValueUnknown

func NewFabricLinkInfoValueUnknown() FabricLinkInfoValue

func (FabricLinkInfoValue) AttributeTypes

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

func (FabricLinkInfoValue) Equal

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

func (FabricLinkInfoValue) IsNull

func (v FabricLinkInfoValue) IsNull() bool

func (FabricLinkInfoValue) IsUnknown

func (v FabricLinkInfoValue) IsUnknown() bool

func (FabricLinkInfoValue) String

func (v FabricLinkInfoValue) String() string

func (FabricLinkInfoValue) ToObjectValue

func (FabricLinkInfoValue) ToTerraformValue

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

func (FabricLinkInfoValue) 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 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"`
	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 RedundancyGroupInformationType

type RedundancyGroupInformationType struct {
	basetypes.ObjectType
}

func (RedundancyGroupInformationType) Equal

func (RedundancyGroupInformationType) String

func (RedundancyGroupInformationType) ValueFromObject

func (RedundancyGroupInformationType) ValueFromTerraform

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

func (RedundancyGroupInformationType) ValueType

type RedundancyGroupInformationValue

type RedundancyGroupInformationValue struct {
	Id                basetypes.Int64Value  `tfsdk:"id"`
	MonitoringFailure basetypes.StringValue `tfsdk:"monitoring_failure"`
	Threshold         basetypes.Int64Value  `tfsdk:"threshold"`
	// contains filtered or unexported fields
}

func NewRedundancyGroupInformationValue

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

func NewRedundancyGroupInformationValueMust

func NewRedundancyGroupInformationValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RedundancyGroupInformationValue

func NewRedundancyGroupInformationValueNull

func NewRedundancyGroupInformationValueNull() RedundancyGroupInformationValue

func NewRedundancyGroupInformationValueUnknown

func NewRedundancyGroupInformationValueUnknown() RedundancyGroupInformationValue

func (RedundancyGroupInformationValue) AttributeTypes

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

func (RedundancyGroupInformationValue) Equal

func (RedundancyGroupInformationValue) IsNull

func (RedundancyGroupInformationValue) IsUnknown

func (v RedundancyGroupInformationValue) IsUnknown() bool

func (RedundancyGroupInformationValue) String

func (RedundancyGroupInformationValue) ToObjectValue

func (RedundancyGroupInformationValue) ToTerraformValue

func (RedundancyGroupInformationValue) 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 ServiceStatusType

type ServiceStatusType struct {
	basetypes.ObjectType
}

func (ServiceStatusType) Equal

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

func (ServiceStatusType) String

func (t ServiceStatusType) String() string

func (ServiceStatusType) ValueFromObject

func (ServiceStatusType) ValueFromTerraform

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

func (ServiceStatusType) ValueType

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

type ServiceStatusValue

type ServiceStatusValue struct {
	AppidInstallResult    basetypes.StringValue `tfsdk:"appid_install_result"`
	AppidInstallTimestamp basetypes.StringValue `tfsdk:"appid_install_timestamp"`
	AppidStatus           basetypes.StringValue `tfsdk:"appid_status"`
	AppidVersion          basetypes.Int64Value  `tfsdk:"appid_version"`
	EwfStatus             basetypes.StringValue `tfsdk:"ewf_status"`
	IdpInstallResult      basetypes.StringValue `tfsdk:"idp_install_result"`
	IdpInstallTimestamp   basetypes.StringValue `tfsdk:"idp_install_timestamp"`
	IdpPolicy             basetypes.StringValue `tfsdk:"idp_policy"`
	IdpStatus             basetypes.StringValue `tfsdk:"idp_status"`
	IdpUpdateTimestamp    basetypes.StringValue `tfsdk:"idp_update_timestamp"`
	// contains filtered or unexported fields
}

func NewServiceStatusValue

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

func NewServiceStatusValueMust

func NewServiceStatusValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ServiceStatusValue

func NewServiceStatusValueNull

func NewServiceStatusValueNull() ServiceStatusValue

func NewServiceStatusValueUnknown

func NewServiceStatusValueUnknown() ServiceStatusValue

func (ServiceStatusValue) AttributeTypes

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

func (ServiceStatusValue) Equal

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

func (ServiceStatusValue) IsNull

func (v ServiceStatusValue) IsNull() bool

func (ServiceStatusValue) IsUnknown

func (v ServiceStatusValue) IsUnknown() bool

func (ServiceStatusValue) String

func (v ServiceStatusValue) String() string

func (ServiceStatusValue) ToObjectValue

func (ServiceStatusValue) ToTerraformValue

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

func (ServiceStatusValue) 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 SpuStatType

type SpuStatType struct {
	basetypes.ObjectType
}

func (SpuStatType) Equal

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

func (SpuStatType) String

func (t SpuStatType) String() string

func (SpuStatType) ValueFromObject

func (SpuStatType) ValueFromTerraform

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

func (SpuStatType) ValueType

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

type SpuStatValue

type SpuStatValue struct {
	SpuCpu            basetypes.Int64Value `tfsdk:"spu_cpu"`
	SpuCurrentSession basetypes.Int64Value `tfsdk:"spu_current_session"`
	SpuMaxSession     basetypes.Int64Value `tfsdk:"spu_max_session"`
	SpuMemory         basetypes.Int64Value `tfsdk:"spu_memory"`
	SpuPendingSession basetypes.Int64Value `tfsdk:"spu_pending_session"`
	SpuValidSession   basetypes.Int64Value `tfsdk:"spu_valid_session"`
	// contains filtered or unexported fields
}

func NewSpuStatValue

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

func NewSpuStatValueMust

func NewSpuStatValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SpuStatValue

func NewSpuStatValueNull

func NewSpuStatValueNull() SpuStatValue

func NewSpuStatValueUnknown

func NewSpuStatValueUnknown() SpuStatValue

func (SpuStatValue) AttributeTypes

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

func (SpuStatValue) Equal

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

func (SpuStatValue) IsNull

func (v SpuStatValue) IsNull() bool

func (SpuStatValue) IsUnknown

func (v SpuStatValue) IsUnknown() bool

func (SpuStatValue) String

func (v SpuStatValue) String() string

func (SpuStatValue) ToObjectValue

func (SpuStatValue) ToTerraformValue

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

func (SpuStatValue) Type

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

Jump to

Keyboard shortcuts

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