resource_site_setting

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jul 15, 2024 License: MPL-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteTerraformToSdk

func DeleteTerraformToSdk(ctx context.Context) (*models.SiteSetting, diag.Diagnostics)

func SiteSettingResourceSchema

func SiteSettingResourceSchema(ctx context.Context) schema.Schema

Types

type ArpFailureType

type ArpFailureType struct {
	basetypes.ObjectType
}

func (ArpFailureType) Equal

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

func (ArpFailureType) String

func (t ArpFailureType) String() string

func (ArpFailureType) ValueFromObject

func (ArpFailureType) ValueFromTerraform

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

func (ArpFailureType) ValueType

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

type ArpFailureValue

type ArpFailureValue struct {
	ClientCount   basetypes.Int64Value `tfsdk:"client_count"`
	Duration      basetypes.Int64Value `tfsdk:"duration"`
	IncidentCount basetypes.Int64Value `tfsdk:"incident_count"`
	// contains filtered or unexported fields
}

func NewArpFailureValue

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

func NewArpFailureValueMust

func NewArpFailureValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ArpFailureValue

func NewArpFailureValueNull

func NewArpFailureValueNull() ArpFailureValue

func NewArpFailureValueUnknown

func NewArpFailureValueUnknown() ArpFailureValue

func (ArpFailureValue) AttributeTypes

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

func (ArpFailureValue) Equal

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

func (ArpFailureValue) IsNull

func (v ArpFailureValue) IsNull() bool

func (ArpFailureValue) IsUnknown

func (v ArpFailureValue) IsUnknown() bool

func (ArpFailureValue) String

func (v ArpFailureValue) String() string

func (ArpFailureValue) ToObjectValue

func (ArpFailureValue) ToTerraformValue

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

func (ArpFailureValue) Type

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

type AutoUpgradeType

type AutoUpgradeType struct {
	basetypes.ObjectType
}

func (AutoUpgradeType) Equal

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

func (AutoUpgradeType) String

func (t AutoUpgradeType) String() string

func (AutoUpgradeType) ValueFromObject

func (AutoUpgradeType) ValueFromTerraform

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

func (AutoUpgradeType) ValueType

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

type AutoUpgradeValue

type AutoUpgradeValue struct {
	CustomVersions basetypes.MapValue    `tfsdk:"custom_versions"`
	DayOfWeek      basetypes.StringValue `tfsdk:"day_of_week"`
	Enabled        basetypes.BoolValue   `tfsdk:"enabled"`
	TimeOfDay      basetypes.StringValue `tfsdk:"time_of_day"`
	Version        basetypes.StringValue `tfsdk:"version"`
	// contains filtered or unexported fields
}

func NewAutoUpgradeValue

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

func NewAutoUpgradeValueMust

func NewAutoUpgradeValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AutoUpgradeValue

func NewAutoUpgradeValueNull

func NewAutoUpgradeValueNull() AutoUpgradeValue

func NewAutoUpgradeValueUnknown

func NewAutoUpgradeValueUnknown() AutoUpgradeValue

func (AutoUpgradeValue) AttributeTypes

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

func (AutoUpgradeValue) Equal

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

func (AutoUpgradeValue) IsNull

func (v AutoUpgradeValue) IsNull() bool

func (AutoUpgradeValue) IsUnknown

func (v AutoUpgradeValue) IsUnknown() bool

func (AutoUpgradeValue) String

func (v AutoUpgradeValue) String() string

func (AutoUpgradeValue) ToObjectValue

func (AutoUpgradeValue) ToTerraformValue

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

func (AutoUpgradeValue) Type

type BleConfigType

type BleConfigType struct {
	basetypes.ObjectType
}

func (BleConfigType) Equal

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

func (BleConfigType) String

func (t BleConfigType) String() string

func (BleConfigType) ValueFromObject

func (BleConfigType) ValueFromTerraform

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

func (BleConfigType) ValueType

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

type BleConfigValue

type BleConfigValue struct {
	BeaconEnabled           basetypes.BoolValue   `tfsdk:"beacon_enabled"`
	BeaconRate              basetypes.Int64Value  `tfsdk:"beacon_rate"`
	BeaconRateMode          basetypes.StringValue `tfsdk:"beacon_rate_mode"`
	BeamDisabled            basetypes.ListValue   `tfsdk:"beam_disabled"`
	CustomBlePacketEnabled  basetypes.BoolValue   `tfsdk:"custom_ble_packet_enabled"`
	CustomBlePacketFrame    basetypes.StringValue `tfsdk:"custom_ble_packet_frame"`
	CustomBlePacketFreqMsec basetypes.Int64Value  `tfsdk:"custom_ble_packet_freq_msec"`
	EddystoneUidAdvPower    basetypes.Int64Value  `tfsdk:"eddystone_uid_adv_power"`
	EddystoneUidBeams       basetypes.StringValue `tfsdk:"eddystone_uid_beams"`
	EddystoneUidEnabled     basetypes.BoolValue   `tfsdk:"eddystone_uid_enabled"`
	EddystoneUidFreqMsec    basetypes.Int64Value  `tfsdk:"eddystone_uid_freq_msec"`
	EddystoneUidInstance    basetypes.StringValue `tfsdk:"eddystone_uid_instance"`
	EddystoneUidNamespace   basetypes.StringValue `tfsdk:"eddystone_uid_namespace"`
	EddystoneUrlAdvPower    basetypes.Int64Value  `tfsdk:"eddystone_url_adv_power"`
	EddystoneUrlBeams       basetypes.StringValue `tfsdk:"eddystone_url_beams"`
	EddystoneUrlEnabled     basetypes.BoolValue   `tfsdk:"eddystone_url_enabled"`
	EddystoneUrlFreqMsec    basetypes.Int64Value  `tfsdk:"eddystone_url_freq_msec"`
	EddystoneUrlUrl         basetypes.StringValue `tfsdk:"eddystone_url_url"`
	IbeaconAdvPower         basetypes.Int64Value  `tfsdk:"ibeacon_adv_power"`
	IbeaconBeams            basetypes.StringValue `tfsdk:"ibeacon_beams"`
	IbeaconEnabled          basetypes.BoolValue   `tfsdk:"ibeacon_enabled"`
	IbeaconFreqMsec         basetypes.Int64Value  `tfsdk:"ibeacon_freq_msec"`
	IbeaconMajor            basetypes.Int64Value  `tfsdk:"ibeacon_major"`
	IbeaconMinor            basetypes.Int64Value  `tfsdk:"ibeacon_minor"`
	IbeaconUuid             basetypes.StringValue `tfsdk:"ibeacon_uuid"`
	Power                   basetypes.Int64Value  `tfsdk:"power"`
	PowerMode               basetypes.StringValue `tfsdk:"power_mode"`
	// contains filtered or unexported fields
}

func NewBleConfigValue

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

func NewBleConfigValueMust

func NewBleConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) BleConfigValue

func NewBleConfigValueNull

func NewBleConfigValueNull() BleConfigValue

func NewBleConfigValueUnknown

func NewBleConfigValueUnknown() BleConfigValue

func (BleConfigValue) AttributeTypes

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

func (BleConfigValue) Equal

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

func (BleConfigValue) IsNull

func (v BleConfigValue) IsNull() bool

func (BleConfigValue) IsUnknown

func (v BleConfigValue) IsUnknown() bool

func (BleConfigValue) String

func (v BleConfigValue) String() string

func (BleConfigValue) ToObjectValue

func (BleConfigValue) ToTerraformValue

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

func (BleConfigValue) Type

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

type ConfigPushPolicyType

type ConfigPushPolicyType struct {
	basetypes.ObjectType
}

func (ConfigPushPolicyType) Equal

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

func (ConfigPushPolicyType) String

func (t ConfigPushPolicyType) String() string

func (ConfigPushPolicyType) ValueFromObject

func (ConfigPushPolicyType) ValueFromTerraform

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

func (ConfigPushPolicyType) ValueType

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

type ConfigPushPolicyValue

type ConfigPushPolicyValue struct {
	NoPush     basetypes.BoolValue   `tfsdk:"no_push"`
	PushWindow basetypes.ObjectValue `tfsdk:"push_window"`
	// contains filtered or unexported fields
}

func NewConfigPushPolicyValue

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

func NewConfigPushPolicyValueMust

func NewConfigPushPolicyValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConfigPushPolicyValue

func NewConfigPushPolicyValueNull

func NewConfigPushPolicyValueNull() ConfigPushPolicyValue

func NewConfigPushPolicyValueUnknown

func NewConfigPushPolicyValueUnknown() ConfigPushPolicyValue

func (ConfigPushPolicyValue) AttributeTypes

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

func (ConfigPushPolicyValue) Equal

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

func (ConfigPushPolicyValue) IsNull

func (v ConfigPushPolicyValue) IsNull() bool

func (ConfigPushPolicyValue) IsUnknown

func (v ConfigPushPolicyValue) IsUnknown() bool

func (ConfigPushPolicyValue) String

func (v ConfigPushPolicyValue) String() string

func (ConfigPushPolicyValue) ToObjectValue

func (ConfigPushPolicyValue) ToTerraformValue

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

func (ConfigPushPolicyValue) Type

type CriticalUrlMonitoringType

type CriticalUrlMonitoringType struct {
	basetypes.ObjectType
}

func (CriticalUrlMonitoringType) Equal

func (CriticalUrlMonitoringType) String

func (t CriticalUrlMonitoringType) String() string

func (CriticalUrlMonitoringType) ValueFromObject

func (CriticalUrlMonitoringType) ValueFromTerraform

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

func (CriticalUrlMonitoringType) ValueType

type CriticalUrlMonitoringValue

type CriticalUrlMonitoringValue struct {
	Enabled  basetypes.BoolValue `tfsdk:"enabled"`
	Monitors basetypes.ListValue `tfsdk:"monitors"`
	// contains filtered or unexported fields
}

func NewCriticalUrlMonitoringValue

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

func NewCriticalUrlMonitoringValueMust

func NewCriticalUrlMonitoringValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CriticalUrlMonitoringValue

func NewCriticalUrlMonitoringValueNull

func NewCriticalUrlMonitoringValueNull() CriticalUrlMonitoringValue

func NewCriticalUrlMonitoringValueUnknown

func NewCriticalUrlMonitoringValueUnknown() CriticalUrlMonitoringValue

func (CriticalUrlMonitoringValue) AttributeTypes

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

func (CriticalUrlMonitoringValue) Equal

func (CriticalUrlMonitoringValue) IsNull

func (v CriticalUrlMonitoringValue) IsNull() bool

func (CriticalUrlMonitoringValue) IsUnknown

func (v CriticalUrlMonitoringValue) IsUnknown() bool

func (CriticalUrlMonitoringValue) String

func (CriticalUrlMonitoringValue) ToObjectValue

func (CriticalUrlMonitoringValue) ToTerraformValue

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

func (CriticalUrlMonitoringValue) Type

type DhcpFailureType

type DhcpFailureType struct {
	basetypes.ObjectType
}

func (DhcpFailureType) Equal

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

func (DhcpFailureType) String

func (t DhcpFailureType) String() string

func (DhcpFailureType) ValueFromObject

func (DhcpFailureType) ValueFromTerraform

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

func (DhcpFailureType) ValueType

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

type DhcpFailureValue

type DhcpFailureValue struct {
	ClientCount   basetypes.Int64Value `tfsdk:"client_count"`
	Duration      basetypes.Int64Value `tfsdk:"duration"`
	IncidentCount basetypes.Int64Value `tfsdk:"incident_count"`
	// contains filtered or unexported fields
}

func NewDhcpFailureValue

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

func NewDhcpFailureValueMust

func NewDhcpFailureValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DhcpFailureValue

func NewDhcpFailureValueNull

func NewDhcpFailureValueNull() DhcpFailureValue

func NewDhcpFailureValueUnknown

func NewDhcpFailureValueUnknown() DhcpFailureValue

func (DhcpFailureValue) AttributeTypes

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

func (DhcpFailureValue) Equal

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

func (DhcpFailureValue) IsNull

func (v DhcpFailureValue) IsNull() bool

func (DhcpFailureValue) IsUnknown

func (v DhcpFailureValue) IsUnknown() bool

func (DhcpFailureValue) String

func (v DhcpFailureValue) String() string

func (DhcpFailureValue) ToObjectValue

func (DhcpFailureValue) ToTerraformValue

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

func (DhcpFailureValue) Type

type DnsFailureType

type DnsFailureType struct {
	basetypes.ObjectType
}

func (DnsFailureType) Equal

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

func (DnsFailureType) String

func (t DnsFailureType) String() string

func (DnsFailureType) ValueFromObject

func (DnsFailureType) ValueFromTerraform

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

func (DnsFailureType) ValueType

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

type DnsFailureValue

type DnsFailureValue struct {
	ClientCount   basetypes.Int64Value `tfsdk:"client_count"`
	Duration      basetypes.Int64Value `tfsdk:"duration"`
	IncidentCount basetypes.Int64Value `tfsdk:"incident_count"`
	// contains filtered or unexported fields
}

func NewDnsFailureValue

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

func NewDnsFailureValueMust

func NewDnsFailureValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DnsFailureValue

func NewDnsFailureValueNull

func NewDnsFailureValueNull() DnsFailureValue

func NewDnsFailureValueUnknown

func NewDnsFailureValueUnknown() DnsFailureValue

func (DnsFailureValue) AttributeTypes

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

func (DnsFailureValue) Equal

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

func (DnsFailureValue) IsNull

func (v DnsFailureValue) IsNull() bool

func (DnsFailureValue) IsUnknown

func (v DnsFailureValue) IsUnknown() bool

func (DnsFailureValue) String

func (v DnsFailureValue) String() string

func (DnsFailureValue) ToObjectValue

func (DnsFailureValue) ToTerraformValue

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

func (DnsFailureValue) Type

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

type DwellTagNamesType

type DwellTagNamesType struct {
	basetypes.ObjectType
}

func (DwellTagNamesType) Equal

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

func (DwellTagNamesType) String

func (t DwellTagNamesType) String() string

func (DwellTagNamesType) ValueFromObject

func (DwellTagNamesType) ValueFromTerraform

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

func (DwellTagNamesType) ValueType

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

type DwellTagNamesValue

type DwellTagNamesValue struct {
	Bounce    basetypes.StringValue `tfsdk:"bounce"`
	Engaged   basetypes.StringValue `tfsdk:"engaged"`
	Passerby  basetypes.StringValue `tfsdk:"passerby"`
	Stationed basetypes.StringValue `tfsdk:"stationed"`
	// contains filtered or unexported fields
}

func NewDwellTagNamesValue

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

func NewDwellTagNamesValueMust

func NewDwellTagNamesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DwellTagNamesValue

func NewDwellTagNamesValueNull

func NewDwellTagNamesValueNull() DwellTagNamesValue

func NewDwellTagNamesValueUnknown

func NewDwellTagNamesValueUnknown() DwellTagNamesValue

func (DwellTagNamesValue) AttributeTypes

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

func (DwellTagNamesValue) Equal

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

func (DwellTagNamesValue) IsNull

func (v DwellTagNamesValue) IsNull() bool

func (DwellTagNamesValue) IsUnknown

func (v DwellTagNamesValue) IsUnknown() bool

func (DwellTagNamesValue) String

func (v DwellTagNamesValue) String() string

func (DwellTagNamesValue) ToObjectValue

func (DwellTagNamesValue) ToTerraformValue

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

func (DwellTagNamesValue) Type

type DwellTagsType

type DwellTagsType struct {
	basetypes.ObjectType
}

func (DwellTagsType) Equal

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

func (DwellTagsType) String

func (t DwellTagsType) String() string

func (DwellTagsType) ValueFromObject

func (DwellTagsType) ValueFromTerraform

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

func (DwellTagsType) ValueType

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

type DwellTagsValue

type DwellTagsValue struct {
	Bounce    basetypes.StringValue `tfsdk:"bounce"`
	Engaged   basetypes.StringValue `tfsdk:"engaged"`
	Passerby  basetypes.StringValue `tfsdk:"passerby"`
	Stationed basetypes.StringValue `tfsdk:"stationed"`
	// contains filtered or unexported fields
}

func NewDwellTagsValue

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

func NewDwellTagsValueMust

func NewDwellTagsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DwellTagsValue

func NewDwellTagsValueNull

func NewDwellTagsValueNull() DwellTagsValue

func NewDwellTagsValueUnknown

func NewDwellTagsValueUnknown() DwellTagsValue

func (DwellTagsValue) AttributeTypes

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

func (DwellTagsValue) Equal

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

func (DwellTagsValue) IsNull

func (v DwellTagsValue) IsNull() bool

func (DwellTagsValue) IsUnknown

func (v DwellTagsValue) IsUnknown() bool

func (DwellTagsValue) String

func (v DwellTagsValue) String() string

func (DwellTagsValue) ToObjectValue

func (DwellTagsValue) ToTerraformValue

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

func (DwellTagsValue) Type

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

type EngagementType

type EngagementType struct {
	basetypes.ObjectType
}

func (EngagementType) Equal

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

func (EngagementType) String

func (t EngagementType) String() string

func (EngagementType) ValueFromObject

func (EngagementType) ValueFromTerraform

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

func (EngagementType) ValueType

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

type EngagementValue

type EngagementValue struct {
	DwellTagNames basetypes.ObjectValue `tfsdk:"dwell_tag_names"`
	DwellTags     basetypes.ObjectValue `tfsdk:"dwell_tags"`
	Hours         basetypes.ObjectValue `tfsdk:"hours"`
	MaxDwell      basetypes.Int64Value  `tfsdk:"max_dwell"`
	MinDwell      basetypes.Int64Value  `tfsdk:"min_dwell"`
	// contains filtered or unexported fields
}

func NewEngagementValue

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

func NewEngagementValueMust

func NewEngagementValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) EngagementValue

func NewEngagementValueNull

func NewEngagementValueNull() EngagementValue

func NewEngagementValueUnknown

func NewEngagementValueUnknown() EngagementValue

func (EngagementValue) AttributeTypes

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

func (EngagementValue) Equal

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

func (EngagementValue) IsNull

func (v EngagementValue) IsNull() bool

func (EngagementValue) IsUnknown

func (v EngagementValue) IsUnknown() bool

func (EngagementValue) String

func (v EngagementValue) String() string

func (EngagementValue) ToObjectValue

func (EngagementValue) ToTerraformValue

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

func (EngagementValue) Type

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

type HoursType

type HoursType struct {
	basetypes.ObjectType
}

func (HoursType) Equal

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

func (HoursType) String

func (t HoursType) String() string

func (HoursType) ValueFromObject

func (HoursType) ValueFromTerraform

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

func (HoursType) ValueType

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

type HoursValue

type HoursValue struct {
	Fri basetypes.StringValue `tfsdk:"fri"`
	Mon basetypes.StringValue `tfsdk:"mon"`
	Sat basetypes.StringValue `tfsdk:"sat"`
	Sun basetypes.StringValue `tfsdk:"sun"`
	Thu basetypes.StringValue `tfsdk:"thu"`
	Tue basetypes.StringValue `tfsdk:"tue"`
	Wed basetypes.StringValue `tfsdk:"wed"`
	// contains filtered or unexported fields
}

func NewHoursValue

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

func NewHoursValueMust

func NewHoursValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) HoursValue

func NewHoursValueNull

func NewHoursValueNull() HoursValue

func NewHoursValueUnknown

func NewHoursValueUnknown() HoursValue

func (HoursValue) AttributeTypes

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

func (HoursValue) Equal

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

func (HoursValue) IsNull

func (v HoursValue) IsNull() bool

func (HoursValue) IsUnknown

func (v HoursValue) IsUnknown() bool

func (HoursValue) String

func (v HoursValue) String() string

func (HoursValue) ToObjectValue

func (HoursValue) ToTerraformValue

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

func (HoursValue) Type

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

type LedType

type LedType struct {
	basetypes.ObjectType
}

func (LedType) Equal

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

func (LedType) String

func (t LedType) String() string

func (LedType) ValueFromObject

func (LedType) ValueFromTerraform

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

func (LedType) ValueType

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

type LedValue

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

func NewLedValue

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

func NewLedValueMust

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

func NewLedValueNull

func NewLedValueNull() LedValue

func NewLedValueUnknown

func NewLedValueUnknown() LedValue

func (LedValue) AttributeTypes

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

func (LedValue) Equal

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

func (LedValue) IsNull

func (v LedValue) IsNull() bool

func (LedValue) IsUnknown

func (v LedValue) IsUnknown() bool

func (LedValue) String

func (v LedValue) String() string

func (LedValue) ToObjectValue

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

func (LedValue) ToTerraformValue

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

func (LedValue) Type

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

type MonitorsType

type MonitorsType struct {
	basetypes.ObjectType
}

func (MonitorsType) Equal

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

func (MonitorsType) String

func (t MonitorsType) String() string

func (MonitorsType) ValueFromObject

func (MonitorsType) ValueFromTerraform

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

func (MonitorsType) ValueType

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

type MonitorsValue

type MonitorsValue struct {
	Url    basetypes.StringValue `tfsdk:"url"`
	VlanId basetypes.Int64Value  `tfsdk:"vlan_id"`
	// contains filtered or unexported fields
}

func NewMonitorsValue

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

func NewMonitorsValueMust

func NewMonitorsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MonitorsValue

func NewMonitorsValueNull

func NewMonitorsValueNull() MonitorsValue

func NewMonitorsValueUnknown

func NewMonitorsValueUnknown() MonitorsValue

func (MonitorsValue) AttributeTypes

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

func (MonitorsValue) Equal

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

func (MonitorsValue) IsNull

func (v MonitorsValue) IsNull() bool

func (MonitorsValue) IsUnknown

func (v MonitorsValue) IsUnknown() bool

func (MonitorsValue) String

func (v MonitorsValue) String() string

func (MonitorsValue) ToObjectValue

func (MonitorsValue) ToTerraformValue

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

func (MonitorsValue) Type

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

type OccupancyType

type OccupancyType struct {
	basetypes.ObjectType
}

func (OccupancyType) Equal

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

func (OccupancyType) String

func (t OccupancyType) String() string

func (OccupancyType) ValueFromObject

func (OccupancyType) ValueFromTerraform

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

func (OccupancyType) ValueType

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

type OccupancyValue

type OccupancyValue struct {
	AssetsEnabled             basetypes.BoolValue  `tfsdk:"assets_enabled"`
	ClientsEnabled            basetypes.BoolValue  `tfsdk:"clients_enabled"`
	MinDuration               basetypes.Int64Value `tfsdk:"min_duration"`
	SdkclientsEnabled         basetypes.BoolValue  `tfsdk:"sdkclients_enabled"`
	UnconnectedClientsEnabled basetypes.BoolValue  `tfsdk:"unconnected_clients_enabled"`
	// contains filtered or unexported fields
}

func NewOccupancyValue

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

func NewOccupancyValueMust

func NewOccupancyValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OccupancyValue

func NewOccupancyValueNull

func NewOccupancyValueNull() OccupancyValue

func NewOccupancyValueUnknown

func NewOccupancyValueUnknown() OccupancyValue

func (OccupancyValue) AttributeTypes

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

func (OccupancyValue) Equal

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

func (OccupancyValue) IsNull

func (v OccupancyValue) IsNull() bool

func (OccupancyValue) IsUnknown

func (v OccupancyValue) IsUnknown() bool

func (OccupancyValue) String

func (v OccupancyValue) String() string

func (OccupancyValue) ToObjectValue

func (OccupancyValue) ToTerraformValue

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

func (OccupancyValue) Type

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

type ProxyType

type ProxyType struct {
	basetypes.ObjectType
}

func (ProxyType) Equal

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

func (ProxyType) String

func (t ProxyType) String() string

func (ProxyType) ValueFromObject

func (ProxyType) ValueFromTerraform

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

func (ProxyType) ValueType

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

type ProxyValue

type ProxyValue struct {
	Url basetypes.StringValue `tfsdk:"url"`
	// contains filtered or unexported fields
}

func NewProxyValue

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

func NewProxyValueMust

func NewProxyValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ProxyValue

func NewProxyValueNull

func NewProxyValueNull() ProxyValue

func NewProxyValueUnknown

func NewProxyValueUnknown() ProxyValue

func (ProxyValue) AttributeTypes

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

func (ProxyValue) Equal

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

func (ProxyValue) IsNull

func (v ProxyValue) IsNull() bool

func (ProxyValue) IsUnknown

func (v ProxyValue) IsUnknown() bool

func (ProxyValue) String

func (v ProxyValue) String() string

func (ProxyValue) ToObjectValue

func (ProxyValue) ToTerraformValue

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

func (ProxyValue) Type

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

type PushWindowType

type PushWindowType struct {
	basetypes.ObjectType
}

func (PushWindowType) Equal

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

func (PushWindowType) String

func (t PushWindowType) String() string

func (PushWindowType) ValueFromObject

func (PushWindowType) ValueFromTerraform

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

func (PushWindowType) ValueType

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

type PushWindowValue

type PushWindowValue struct {
	Enabled basetypes.BoolValue   `tfsdk:"enabled"`
	Hours   basetypes.ObjectValue `tfsdk:"hours"`
	// contains filtered or unexported fields
}

func NewPushWindowValue

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

func NewPushWindowValueMust

func NewPushWindowValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PushWindowValue

func NewPushWindowValueNull

func NewPushWindowValueNull() PushWindowValue

func NewPushWindowValueUnknown

func NewPushWindowValueUnknown() PushWindowValue

func (PushWindowValue) AttributeTypes

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

func (PushWindowValue) Equal

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

func (PushWindowValue) IsNull

func (v PushWindowValue) IsNull() bool

func (PushWindowValue) IsUnknown

func (v PushWindowValue) IsUnknown() bool

func (PushWindowValue) String

func (v PushWindowValue) String() string

func (PushWindowValue) ToObjectValue

func (PushWindowValue) ToTerraformValue

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

func (PushWindowValue) Type

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

type RepeatedAuthFailuresType

type RepeatedAuthFailuresType struct {
	basetypes.ObjectType
}

func (RepeatedAuthFailuresType) Equal

func (RepeatedAuthFailuresType) String

func (t RepeatedAuthFailuresType) String() string

func (RepeatedAuthFailuresType) ValueFromObject

func (RepeatedAuthFailuresType) ValueFromTerraform

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

func (RepeatedAuthFailuresType) ValueType

type RepeatedAuthFailuresValue

type RepeatedAuthFailuresValue struct {
	Duration  basetypes.Int64Value `tfsdk:"duration"`
	Threshold basetypes.Int64Value `tfsdk:"threshold"`
	// contains filtered or unexported fields
}

func NewRepeatedAuthFailuresValue

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

func NewRepeatedAuthFailuresValueMust

func NewRepeatedAuthFailuresValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RepeatedAuthFailuresValue

func NewRepeatedAuthFailuresValueNull

func NewRepeatedAuthFailuresValueNull() RepeatedAuthFailuresValue

func NewRepeatedAuthFailuresValueUnknown

func NewRepeatedAuthFailuresValueUnknown() RepeatedAuthFailuresValue

func (RepeatedAuthFailuresValue) AttributeTypes

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

func (RepeatedAuthFailuresValue) Equal

func (RepeatedAuthFailuresValue) IsNull

func (v RepeatedAuthFailuresValue) IsNull() bool

func (RepeatedAuthFailuresValue) IsUnknown

func (v RepeatedAuthFailuresValue) IsUnknown() bool

func (RepeatedAuthFailuresValue) String

func (v RepeatedAuthFailuresValue) String() string

func (RepeatedAuthFailuresValue) ToObjectValue

func (RepeatedAuthFailuresValue) ToTerraformValue

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

func (RepeatedAuthFailuresValue) Type

type RogueType

type RogueType struct {
	basetypes.ObjectType
}

func (RogueType) Equal

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

func (RogueType) String

func (t RogueType) String() string

func (RogueType) ValueFromObject

func (RogueType) ValueFromTerraform

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

func (RogueType) ValueType

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

type RogueValue

type RogueValue struct {
	Enabled           basetypes.BoolValue  `tfsdk:"enabled"`
	HoneypotEnabled   basetypes.BoolValue  `tfsdk:"honeypot_enabled"`
	MinDuration       basetypes.Int64Value `tfsdk:"min_duration"`
	MinRssi           basetypes.Int64Value `tfsdk:"min_rssi"`
	WhitelistedBssids basetypes.ListValue  `tfsdk:"whitelisted_bssids"`
	WhitelistedSsids  basetypes.ListValue  `tfsdk:"whitelisted_ssids"`
	// contains filtered or unexported fields
}

func NewRogueValue

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

func NewRogueValueMust

func NewRogueValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RogueValue

func NewRogueValueNull

func NewRogueValueNull() RogueValue

func NewRogueValueUnknown

func NewRogueValueUnknown() RogueValue

func (RogueValue) AttributeTypes

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

func (RogueValue) Equal

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

func (RogueValue) IsNull

func (v RogueValue) IsNull() bool

func (RogueValue) IsUnknown

func (v RogueValue) IsUnknown() bool

func (RogueValue) String

func (v RogueValue) String() string

func (RogueValue) ToObjectValue

func (RogueValue) ToTerraformValue

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

func (RogueValue) Type

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

type SimpleAlertType

type SimpleAlertType struct {
	basetypes.ObjectType
}

func (SimpleAlertType) Equal

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

func (SimpleAlertType) String

func (t SimpleAlertType) String() string

func (SimpleAlertType) ValueFromObject

func (SimpleAlertType) ValueFromTerraform

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

func (SimpleAlertType) ValueType

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

type SimpleAlertValue

type SimpleAlertValue struct {
	ArpFailure  basetypes.ObjectValue `tfsdk:"arp_failure"`
	DhcpFailure basetypes.ObjectValue `tfsdk:"dhcp_failure"`
	DnsFailure  basetypes.ObjectValue `tfsdk:"dns_failure"`
	// contains filtered or unexported fields
}

func NewSimpleAlertValue

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

func NewSimpleAlertValueMust

func NewSimpleAlertValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SimpleAlertValue

func NewSimpleAlertValueNull

func NewSimpleAlertValueNull() SimpleAlertValue

func NewSimpleAlertValueUnknown

func NewSimpleAlertValueUnknown() SimpleAlertValue

func (SimpleAlertValue) AttributeTypes

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

func (SimpleAlertValue) Equal

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

func (SimpleAlertValue) IsNull

func (v SimpleAlertValue) IsNull() bool

func (SimpleAlertValue) IsUnknown

func (v SimpleAlertValue) IsUnknown() bool

func (SimpleAlertValue) String

func (v SimpleAlertValue) String() string

func (SimpleAlertValue) ToObjectValue

func (SimpleAlertValue) ToTerraformValue

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

func (SimpleAlertValue) Type

type SiteSettingModel

type SiteSettingModel struct {
	ApUpdownThreshold               types.Int64                `tfsdk:"ap_updown_threshold"`
	AutoUpgrade                     AutoUpgradeValue           `tfsdk:"auto_upgrade"`
	BlacklistUrl                    types.String               `tfsdk:"blacklist_url"`
	BleConfig                       BleConfigValue             `tfsdk:"ble_config"`
	ConfigAutoRevert                types.Bool                 `tfsdk:"config_auto_revert"`
	ConfigPushPolicy                ConfigPushPolicyValue      `tfsdk:"config_push_policy"`
	CriticalUrlMonitoring           CriticalUrlMonitoringValue `tfsdk:"critical_url_monitoring"`
	DeviceUpdownThreshold           types.Int64                `tfsdk:"device_updown_threshold"`
	DisabledSystemDefinedPortUsages types.List                 `tfsdk:"disabled_system_defined_port_usages"`
	Engagement                      EngagementValue            `tfsdk:"engagement"`
	GatewayUpdownThreshold          types.Int64                `tfsdk:"gateway_updown_threshold"`
	Led                             LedValue                   `tfsdk:"led"`
	Occupancy                       OccupancyValue             `tfsdk:"occupancy"`
	OrgId                           types.String               `tfsdk:"org_id"`
	PersistConfigOnDevice           types.Bool                 `tfsdk:"persist_config_on_device"`
	Proxy                           ProxyValue                 `tfsdk:"proxy"`
	ReportGatt                      types.Bool                 `tfsdk:"report_gatt"`
	Rogue                           RogueValue                 `tfsdk:"rogue"`
	SimpleAlert                     SimpleAlertValue           `tfsdk:"simple_alert"`
	SiteId                          types.String               `tfsdk:"site_id"`
	Skyatp                          SkyatpValue                `tfsdk:"skyatp"`
	SshKeys                         types.List                 `tfsdk:"ssh_keys"`
	Ssr                             SsrValue                   `tfsdk:"ssr"`
	SwitchUpdownThreshold           types.Int64                `tfsdk:"switch_updown_threshold"`
	SyntheticTest                   SyntheticTestValue         `tfsdk:"synthetic_test"`
	TrackAnonymousDevices           types.Bool                 `tfsdk:"track_anonymous_devices"`
	Vars                            types.Map                  `tfsdk:"vars"`
	VsInstance                      VsInstanceValue            `tfsdk:"vs_instance"`
	WatchedStationUrl               types.String               `tfsdk:"watched_station_url"`
	WhitelistUrl                    types.String               `tfsdk:"whitelist_url"`
	Wids                            WidsValue                  `tfsdk:"wids"`
	Wifi                            WifiValue                  `tfsdk:"wifi"`
	WiredVna                        WiredVnaValue              `tfsdk:"wired_vna"`
	ZoneOccupancyAlert              ZoneOccupancyAlertValue    `tfsdk:"zone_occupancy_alert"`
}

type SkyatpType

type SkyatpType struct {
	basetypes.ObjectType
}

func (SkyatpType) Equal

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

func (SkyatpType) String

func (t SkyatpType) String() string

func (SkyatpType) ValueFromObject

func (SkyatpType) ValueFromTerraform

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

func (SkyatpType) ValueType

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

type SkyatpValue

type SkyatpValue struct {
	Enabled          basetypes.BoolValue `tfsdk:"enabled"`
	SendIpMacMapping basetypes.BoolValue `tfsdk:"send_ip_mac_mapping"`
	// contains filtered or unexported fields
}

func NewSkyatpValue

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

func NewSkyatpValueMust

func NewSkyatpValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SkyatpValue

func NewSkyatpValueNull

func NewSkyatpValueNull() SkyatpValue

func NewSkyatpValueUnknown

func NewSkyatpValueUnknown() SkyatpValue

func (SkyatpValue) AttributeTypes

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

func (SkyatpValue) Equal

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

func (SkyatpValue) IsNull

func (v SkyatpValue) IsNull() bool

func (SkyatpValue) IsUnknown

func (v SkyatpValue) IsUnknown() bool

func (SkyatpValue) String

func (v SkyatpValue) String() string

func (SkyatpValue) ToObjectValue

func (SkyatpValue) ToTerraformValue

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

func (SkyatpValue) Type

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

type SsrType

type SsrType struct {
	basetypes.ObjectType
}

func (SsrType) Equal

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

func (SsrType) String

func (t SsrType) String() string

func (SsrType) ValueFromObject

func (SsrType) ValueFromTerraform

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

func (SsrType) ValueType

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

type SsrValue

type SsrValue struct {
	ConductorHosts basetypes.ListValue `tfsdk:"conductor_hosts"`
	DisableStats   basetypes.BoolValue `tfsdk:"disable_stats"`
	// contains filtered or unexported fields
}

func NewSsrValue

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

func NewSsrValueMust

func NewSsrValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SsrValue

func NewSsrValueNull

func NewSsrValueNull() SsrValue

func NewSsrValueUnknown

func NewSsrValueUnknown() SsrValue

func (SsrValue) AttributeTypes

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

func (SsrValue) Equal

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

func (SsrValue) IsNull

func (v SsrValue) IsNull() bool

func (SsrValue) IsUnknown

func (v SsrValue) IsUnknown() bool

func (SsrValue) String

func (v SsrValue) String() string

func (SsrValue) ToObjectValue

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

func (SsrValue) ToTerraformValue

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

func (SsrValue) Type

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

type SyntheticTestType

type SyntheticTestType struct {
	basetypes.ObjectType
}

func (SyntheticTestType) Equal

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

func (SyntheticTestType) String

func (t SyntheticTestType) String() string

func (SyntheticTestType) ValueFromObject

func (SyntheticTestType) ValueFromTerraform

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

func (SyntheticTestType) ValueType

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

type SyntheticTestValue

type SyntheticTestValue struct {
	Disabled basetypes.BoolValue `tfsdk:"disabled"`
	Vlans    basetypes.ListValue `tfsdk:"vlans"`
	// contains filtered or unexported fields
}

func NewSyntheticTestValue

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

func NewSyntheticTestValueMust

func NewSyntheticTestValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SyntheticTestValue

func NewSyntheticTestValueNull

func NewSyntheticTestValueNull() SyntheticTestValue

func NewSyntheticTestValueUnknown

func NewSyntheticTestValueUnknown() SyntheticTestValue

func (SyntheticTestValue) AttributeTypes

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

func (SyntheticTestValue) Equal

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

func (SyntheticTestValue) IsNull

func (v SyntheticTestValue) IsNull() bool

func (SyntheticTestValue) IsUnknown

func (v SyntheticTestValue) IsUnknown() bool

func (SyntheticTestValue) String

func (v SyntheticTestValue) String() string

func (SyntheticTestValue) ToObjectValue

func (SyntheticTestValue) ToTerraformValue

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

func (SyntheticTestValue) Type

type VlansType

type VlansType struct {
	basetypes.ObjectType
}

func (VlansType) Equal

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

func (VlansType) String

func (t VlansType) String() string

func (VlansType) ValueFromObject

func (VlansType) ValueFromTerraform

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

func (VlansType) ValueType

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

type VlansValue

type VlansValue struct {
	CustomTestUrls basetypes.ListValue `tfsdk:"custom_test_urls"`
	Disabled       basetypes.BoolValue `tfsdk:"disabled"`
	VlanIds        basetypes.ListValue `tfsdk:"vlan_ids"`
	// contains filtered or unexported fields
}

func NewVlansValue

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

func NewVlansValueMust

func NewVlansValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VlansValue

func NewVlansValueNull

func NewVlansValueNull() VlansValue

func NewVlansValueUnknown

func NewVlansValueUnknown() VlansValue

func (VlansValue) AttributeTypes

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

func (VlansValue) Equal

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

func (VlansValue) IsNull

func (v VlansValue) IsNull() bool

func (VlansValue) IsUnknown

func (v VlansValue) IsUnknown() bool

func (VlansValue) String

func (v VlansValue) String() string

func (VlansValue) ToObjectValue

func (VlansValue) ToTerraformValue

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

func (VlansValue) Type

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

type VsInstanceType

type VsInstanceType struct {
	basetypes.ObjectType
}

func (VsInstanceType) Equal

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

func (VsInstanceType) String

func (t VsInstanceType) String() string

func (VsInstanceType) ValueFromObject

func (VsInstanceType) ValueFromTerraform

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

func (VsInstanceType) ValueType

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

type VsInstanceValue

type VsInstanceValue struct {
	Networks basetypes.ListValue `tfsdk:"networks"`
	// contains filtered or unexported fields
}

func NewVsInstanceValue

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

func NewVsInstanceValueMust

func NewVsInstanceValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VsInstanceValue

func NewVsInstanceValueNull

func NewVsInstanceValueNull() VsInstanceValue

func NewVsInstanceValueUnknown

func NewVsInstanceValueUnknown() VsInstanceValue

func (VsInstanceValue) AttributeTypes

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

func (VsInstanceValue) Equal

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

func (VsInstanceValue) IsNull

func (v VsInstanceValue) IsNull() bool

func (VsInstanceValue) IsUnknown

func (v VsInstanceValue) IsUnknown() bool

func (VsInstanceValue) String

func (v VsInstanceValue) String() string

func (VsInstanceValue) ToObjectValue

func (VsInstanceValue) ToTerraformValue

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

func (VsInstanceValue) Type

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

type WidsType

type WidsType struct {
	basetypes.ObjectType
}

func (WidsType) Equal

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

func (WidsType) String

func (t WidsType) String() string

func (WidsType) ValueFromObject

func (WidsType) ValueFromTerraform

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

func (WidsType) ValueType

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

type WidsValue

type WidsValue struct {
	RepeatedAuthFailures basetypes.ObjectValue `tfsdk:"repeated_auth_failures"`
	// contains filtered or unexported fields
}

func NewWidsValue

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

func NewWidsValueMust

func NewWidsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) WidsValue

func NewWidsValueNull

func NewWidsValueNull() WidsValue

func NewWidsValueUnknown

func NewWidsValueUnknown() WidsValue

func (WidsValue) AttributeTypes

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

func (WidsValue) Equal

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

func (WidsValue) IsNull

func (v WidsValue) IsNull() bool

func (WidsValue) IsUnknown

func (v WidsValue) IsUnknown() bool

func (WidsValue) String

func (v WidsValue) String() string

func (WidsValue) ToObjectValue

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

func (WidsValue) ToTerraformValue

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

func (WidsValue) Type

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

type WifiType

type WifiType struct {
	basetypes.ObjectType
}

func (WifiType) Equal

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

func (WifiType) String

func (t WifiType) String() string

func (WifiType) ValueFromObject

func (WifiType) ValueFromTerraform

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

func (WifiType) ValueType

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

type WifiValue

type WifiValue struct {
	CiscoEnabled                      basetypes.BoolValue   `tfsdk:"cisco_enabled"`
	Disable11k                        basetypes.BoolValue   `tfsdk:"disable_11k"`
	DisableRadiosWhenPowerConstrained basetypes.BoolValue   `tfsdk:"disable_radios_when_power_constrained"`
	EnableArpSpoofCheck               basetypes.BoolValue   `tfsdk:"enable_arp_spoof_check"`
	EnableSharedRadioScanning         basetypes.BoolValue   `tfsdk:"enable_shared_radio_scanning"`
	Enabled                           basetypes.BoolValue   `tfsdk:"enabled"`
	LocateConnected                   basetypes.BoolValue   `tfsdk:"locate_connected"`
	LocateUnconnected                 basetypes.BoolValue   `tfsdk:"locate_unconnected"`
	MeshAllowDfs                      basetypes.BoolValue   `tfsdk:"mesh_allow_dfs"`
	MeshEnableCrm                     basetypes.BoolValue   `tfsdk:"mesh_enable_crm"`
	MeshEnabled                       basetypes.BoolValue   `tfsdk:"mesh_enabled"`
	MeshPsk                           basetypes.StringValue `tfsdk:"mesh_psk"`
	MeshSsid                          basetypes.StringValue `tfsdk:"mesh_ssid"`
	ProxyArp                          basetypes.StringValue `tfsdk:"proxy_arp"`
	// contains filtered or unexported fields
}

func NewWifiValue

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

func NewWifiValueMust

func NewWifiValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) WifiValue

func NewWifiValueNull

func NewWifiValueNull() WifiValue

func NewWifiValueUnknown

func NewWifiValueUnknown() WifiValue

func (WifiValue) AttributeTypes

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

func (WifiValue) Equal

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

func (WifiValue) IsNull

func (v WifiValue) IsNull() bool

func (WifiValue) IsUnknown

func (v WifiValue) IsUnknown() bool

func (WifiValue) String

func (v WifiValue) String() string

func (WifiValue) ToObjectValue

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

func (WifiValue) ToTerraformValue

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

func (WifiValue) Type

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

type WiredVnaType

type WiredVnaType struct {
	basetypes.ObjectType
}

func (WiredVnaType) Equal

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

func (WiredVnaType) String

func (t WiredVnaType) String() string

func (WiredVnaType) ValueFromObject

func (WiredVnaType) ValueFromTerraform

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

func (WiredVnaType) ValueType

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

type WiredVnaValue

type WiredVnaValue struct {
	Enabled basetypes.BoolValue `tfsdk:"enabled"`
	// contains filtered or unexported fields
}

func NewWiredVnaValue

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

func NewWiredVnaValueMust

func NewWiredVnaValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) WiredVnaValue

func NewWiredVnaValueNull

func NewWiredVnaValueNull() WiredVnaValue

func NewWiredVnaValueUnknown

func NewWiredVnaValueUnknown() WiredVnaValue

func (WiredVnaValue) AttributeTypes

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

func (WiredVnaValue) Equal

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

func (WiredVnaValue) IsNull

func (v WiredVnaValue) IsNull() bool

func (WiredVnaValue) IsUnknown

func (v WiredVnaValue) IsUnknown() bool

func (WiredVnaValue) String

func (v WiredVnaValue) String() string

func (WiredVnaValue) ToObjectValue

func (WiredVnaValue) ToTerraformValue

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

func (WiredVnaValue) Type

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

type ZoneOccupancyAlertType

type ZoneOccupancyAlertType struct {
	basetypes.ObjectType
}

func (ZoneOccupancyAlertType) Equal

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

func (ZoneOccupancyAlertType) String

func (t ZoneOccupancyAlertType) String() string

func (ZoneOccupancyAlertType) ValueFromObject

func (ZoneOccupancyAlertType) ValueFromTerraform

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

func (ZoneOccupancyAlertType) ValueType

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

type ZoneOccupancyAlertValue

type ZoneOccupancyAlertValue struct {
	EmailNotifiers basetypes.ListValue  `tfsdk:"email_notifiers"`
	Enabled        basetypes.BoolValue  `tfsdk:"enabled"`
	Threshold      basetypes.Int64Value `tfsdk:"threshold"`
	// contains filtered or unexported fields
}

func NewZoneOccupancyAlertValue

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

func NewZoneOccupancyAlertValueMust

func NewZoneOccupancyAlertValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ZoneOccupancyAlertValue

func NewZoneOccupancyAlertValueNull

func NewZoneOccupancyAlertValueNull() ZoneOccupancyAlertValue

func NewZoneOccupancyAlertValueUnknown

func NewZoneOccupancyAlertValueUnknown() ZoneOccupancyAlertValue

func (ZoneOccupancyAlertValue) AttributeTypes

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

func (ZoneOccupancyAlertValue) Equal

func (ZoneOccupancyAlertValue) IsNull

func (v ZoneOccupancyAlertValue) IsNull() bool

func (ZoneOccupancyAlertValue) IsUnknown

func (v ZoneOccupancyAlertValue) IsUnknown() bool

func (ZoneOccupancyAlertValue) String

func (v ZoneOccupancyAlertValue) String() string

func (ZoneOccupancyAlertValue) ToObjectValue

func (ZoneOccupancyAlertValue) ToTerraformValue

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

func (ZoneOccupancyAlertValue) Type

Jump to

Keyboard shortcuts

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