resource_site_setting

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: 24 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 AnalyticType added in v0.1.6

type AnalyticType struct {
	basetypes.ObjectType
}

func (AnalyticType) Equal added in v0.1.6

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

func (AnalyticType) String added in v0.1.6

func (t AnalyticType) String() string

func (AnalyticType) ValueFromObject added in v0.1.6

func (AnalyticType) ValueFromTerraform added in v0.1.6

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

func (AnalyticType) ValueType added in v0.1.6

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

type AnalyticValue added in v0.1.6

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

func NewAnalyticValue added in v0.1.6

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

func NewAnalyticValueMust added in v0.1.6

func NewAnalyticValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AnalyticValue

func NewAnalyticValueNull added in v0.1.6

func NewAnalyticValueNull() AnalyticValue

func NewAnalyticValueUnknown added in v0.1.6

func NewAnalyticValueUnknown() AnalyticValue

func (AnalyticValue) AttributeTypes added in v0.1.6

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

func (AnalyticValue) Equal added in v0.1.6

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

func (AnalyticValue) IsNull added in v0.1.6

func (v AnalyticValue) IsNull() bool

func (AnalyticValue) IsUnknown added in v0.1.6

func (v AnalyticValue) IsUnknown() bool

func (AnalyticValue) String added in v0.1.6

func (v AnalyticValue) String() string

func (AnalyticValue) ToObjectValue added in v0.1.6

func (AnalyticValue) ToTerraformValue added in v0.1.6

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

func (AnalyticValue) Type added in v0.1.6

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

type AppProbingType added in v0.1.6

type AppProbingType struct {
	basetypes.ObjectType
}

func (AppProbingType) Equal added in v0.1.6

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

func (AppProbingType) String added in v0.1.6

func (t AppProbingType) String() string

func (AppProbingType) ValueFromObject added in v0.1.6

func (AppProbingType) ValueFromTerraform added in v0.1.6

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

func (AppProbingType) ValueType added in v0.1.6

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

type AppProbingValue added in v0.1.6

type AppProbingValue struct {
	Apps       basetypes.ListValue `tfsdk:"apps"`
	CustomApps basetypes.ListValue `tfsdk:"custom_apps"`
	Enabled    basetypes.BoolValue `tfsdk:"enabled"`
	// contains filtered or unexported fields
}

func NewAppProbingValue added in v0.1.6

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

func NewAppProbingValueMust added in v0.1.6

func NewAppProbingValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AppProbingValue

func NewAppProbingValueNull added in v0.1.6

func NewAppProbingValueNull() AppProbingValue

func NewAppProbingValueUnknown added in v0.1.6

func NewAppProbingValueUnknown() AppProbingValue

func (AppProbingValue) AttributeTypes added in v0.1.6

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

func (AppProbingValue) Equal added in v0.1.6

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

func (AppProbingValue) IsNull added in v0.1.6

func (v AppProbingValue) IsNull() bool

func (AppProbingValue) IsUnknown added in v0.1.6

func (v AppProbingValue) IsUnknown() bool

func (AppProbingValue) String added in v0.1.6

func (v AppProbingValue) String() string

func (AppProbingValue) ToObjectValue added in v0.1.6

func (AppProbingValue) ToTerraformValue added in v0.1.6

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

func (AppProbingValue) Type added in v0.1.6

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

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 AutoSignatureUpdateType added in v0.1.6

type AutoSignatureUpdateType struct {
	basetypes.ObjectType
}

func (AutoSignatureUpdateType) Equal added in v0.1.6

func (AutoSignatureUpdateType) String added in v0.1.6

func (t AutoSignatureUpdateType) String() string

func (AutoSignatureUpdateType) ValueFromObject added in v0.1.6

func (AutoSignatureUpdateType) ValueFromTerraform added in v0.1.6

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

func (AutoSignatureUpdateType) ValueType added in v0.1.6

type AutoSignatureUpdateValue added in v0.1.6

type AutoSignatureUpdateValue struct {
	DayOfWeek basetypes.StringValue `tfsdk:"day_of_week"`
	Enable    basetypes.BoolValue   `tfsdk:"enable"`
	TimeOfDay basetypes.StringValue `tfsdk:"time_of_day"`
	// contains filtered or unexported fields
}

func NewAutoSignatureUpdateValue added in v0.1.6

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

func NewAutoSignatureUpdateValueMust added in v0.1.6

func NewAutoSignatureUpdateValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AutoSignatureUpdateValue

func NewAutoSignatureUpdateValueNull added in v0.1.6

func NewAutoSignatureUpdateValueNull() AutoSignatureUpdateValue

func NewAutoSignatureUpdateValueUnknown added in v0.1.6

func NewAutoSignatureUpdateValueUnknown() AutoSignatureUpdateValue

func (AutoSignatureUpdateValue) AttributeTypes added in v0.1.6

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

func (AutoSignatureUpdateValue) Equal added in v0.1.6

func (AutoSignatureUpdateValue) IsNull added in v0.1.6

func (v AutoSignatureUpdateValue) IsNull() bool

func (AutoSignatureUpdateValue) IsUnknown added in v0.1.6

func (v AutoSignatureUpdateValue) IsUnknown() bool

func (AutoSignatureUpdateValue) String added in v0.1.6

func (v AutoSignatureUpdateValue) String() string

func (AutoSignatureUpdateValue) ToObjectValue added in v0.1.6

func (AutoSignatureUpdateValue) ToTerraformValue added in v0.1.6

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

func (AutoSignatureUpdateValue) Type added in v0.1.6

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 CustomAppsType added in v0.1.6

type CustomAppsType struct {
	basetypes.ObjectType
}

func (CustomAppsType) Equal added in v0.1.6

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

func (CustomAppsType) String added in v0.1.6

func (t CustomAppsType) String() string

func (CustomAppsType) ValueFromObject added in v0.1.6

func (CustomAppsType) ValueFromTerraform added in v0.1.6

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

func (CustomAppsType) ValueType added in v0.1.6

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

type CustomAppsValue added in v0.1.6

type CustomAppsValue struct {
	Address  basetypes.StringValue `tfsdk:"address"`
	AppType  basetypes.StringValue `tfsdk:"app_type"`
	Hostname basetypes.ListValue   `tfsdk:"hostname"`
	Name     basetypes.StringValue `tfsdk:"name"`
	Network  basetypes.StringValue `tfsdk:"network"`
	Protocol basetypes.StringValue `tfsdk:"protocol"`
	Url      basetypes.StringValue `tfsdk:"url"`
	Vrf      basetypes.StringValue `tfsdk:"vrf"`
	// contains filtered or unexported fields
}

func NewCustomAppsValue added in v0.1.6

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

func NewCustomAppsValueMust added in v0.1.6

func NewCustomAppsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CustomAppsValue

func NewCustomAppsValueNull added in v0.1.6

func NewCustomAppsValueNull() CustomAppsValue

func NewCustomAppsValueUnknown added in v0.1.6

func NewCustomAppsValueUnknown() CustomAppsValue

func (CustomAppsValue) AttributeTypes added in v0.1.6

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

func (CustomAppsValue) Equal added in v0.1.6

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

func (CustomAppsValue) IsNull added in v0.1.6

func (v CustomAppsValue) IsNull() bool

func (CustomAppsValue) IsUnknown added in v0.1.6

func (v CustomAppsValue) IsUnknown() bool

func (CustomAppsValue) String added in v0.1.6

func (v CustomAppsValue) String() string

func (CustomAppsValue) ToObjectValue added in v0.1.6

func (CustomAppsValue) ToTerraformValue added in v0.1.6

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

func (CustomAppsValue) Type added in v0.1.6

func (v CustomAppsValue) Type(ctx context.Context) attr.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 GatewayMgmtType added in v0.1.6

type GatewayMgmtType struct {
	basetypes.ObjectType
}

func (GatewayMgmtType) Equal added in v0.1.6

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

func (GatewayMgmtType) String added in v0.1.6

func (t GatewayMgmtType) String() string

func (GatewayMgmtType) ValueFromObject added in v0.1.6

func (GatewayMgmtType) ValueFromTerraform added in v0.1.6

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

func (GatewayMgmtType) ValueType added in v0.1.6

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

type GatewayMgmtValue added in v0.1.6

type GatewayMgmtValue struct {
	AdminSshkeys               basetypes.ListValue   `tfsdk:"admin_sshkeys"`
	AppProbing                 basetypes.ObjectValue `tfsdk:"app_probing"`
	AppUsage                   basetypes.BoolValue   `tfsdk:"app_usage"`
	AutoSignatureUpdate        basetypes.ObjectValue `tfsdk:"auto_signature_update"`
	ConfigRevertTimer          basetypes.Int64Value  `tfsdk:"config_revert_timer"`
	ProbeHosts                 basetypes.ListValue   `tfsdk:"probe_hosts"`
	RootPassword               basetypes.StringValue `tfsdk:"root_password"`
	SecurityLogSourceAddress   basetypes.StringValue `tfsdk:"security_log_source_address"`
	SecurityLogSourceInterface basetypes.StringValue `tfsdk:"security_log_source_interface"`
	// contains filtered or unexported fields
}

func NewGatewayMgmtValue added in v0.1.6

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

func NewGatewayMgmtValueMust added in v0.1.6

func NewGatewayMgmtValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) GatewayMgmtValue

func NewGatewayMgmtValueNull added in v0.1.6

func NewGatewayMgmtValueNull() GatewayMgmtValue

func NewGatewayMgmtValueUnknown added in v0.1.6

func NewGatewayMgmtValueUnknown() GatewayMgmtValue

func (GatewayMgmtValue) AttributeTypes added in v0.1.6

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

func (GatewayMgmtValue) Equal added in v0.1.6

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

func (GatewayMgmtValue) IsNull added in v0.1.6

func (v GatewayMgmtValue) IsNull() bool

func (GatewayMgmtValue) IsUnknown added in v0.1.6

func (v GatewayMgmtValue) IsUnknown() bool

func (GatewayMgmtValue) String added in v0.1.6

func (v GatewayMgmtValue) String() string

func (GatewayMgmtValue) ToObjectValue added in v0.1.6

func (GatewayMgmtValue) ToTerraformValue added in v0.1.6

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

func (GatewayMgmtValue) Type added in v0.1.6

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.StringValue `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 RtsaType added in v0.1.6

type RtsaType struct {
	basetypes.ObjectType
}

func (RtsaType) Equal added in v0.1.6

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

func (RtsaType) String added in v0.1.6

func (t RtsaType) String() string

func (RtsaType) ValueFromObject added in v0.1.6

func (RtsaType) ValueFromTerraform added in v0.1.6

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

func (RtsaType) ValueType added in v0.1.6

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

type RtsaValue added in v0.1.6

type RtsaValue struct {
	AppWaking             basetypes.BoolValue `tfsdk:"app_waking"`
	DisableDeadReckoning  basetypes.BoolValue `tfsdk:"disable_dead_reckoning"`
	DisablePressureSensor basetypes.BoolValue `tfsdk:"disable_pressure_sensor"`
	Enabled               basetypes.BoolValue `tfsdk:"enabled"`
	TrackAsset            basetypes.BoolValue `tfsdk:"track_asset"`
	// contains filtered or unexported fields
}

func NewRtsaValue added in v0.1.6

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

func NewRtsaValueMust added in v0.1.6

func NewRtsaValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RtsaValue

func NewRtsaValueNull added in v0.1.6

func NewRtsaValueNull() RtsaValue

func NewRtsaValueUnknown added in v0.1.6

func NewRtsaValueUnknown() RtsaValue

func (RtsaValue) AttributeTypes added in v0.1.6

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

func (RtsaValue) Equal added in v0.1.6

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

func (RtsaValue) IsNull added in v0.1.6

func (v RtsaValue) IsNull() bool

func (RtsaValue) IsUnknown added in v0.1.6

func (v RtsaValue) IsUnknown() bool

func (RtsaValue) String added in v0.1.6

func (v RtsaValue) String() string

func (RtsaValue) ToObjectValue added in v0.1.6

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

func (RtsaValue) ToTerraformValue added in v0.1.6

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

func (RtsaValue) Type added in v0.1.6

func (v RtsaValue) 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 {
	Analytic                        AnalyticValue              `tfsdk:"analytic"`
	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"`
	GatewayMgmt                     GatewayMgmtValue           `tfsdk:"gateway_mgmt"`
	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"`
	Rtsa                            RtsaValue                  `tfsdk:"rtsa"`
	SimpleAlert                     SimpleAlertValue           `tfsdk:"simple_alert"`
	SiteId                          types.String               `tfsdk:"site_id"`
	Skyatp                          SkyatpValue                `tfsdk:"skyatp"`
	SrxApp                          SrxAppValue                `tfsdk:"srx_app"`
	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"`
	UplinkPortConfig                UplinkPortConfigValue      `tfsdk:"uplink_port_config"`
	Vars                            types.Map                  `tfsdk:"vars"`
	Vna                             VnaValue                   `tfsdk:"vna"`
	VsInstance                      types.Map                  `tfsdk:"vs_instance"`
	WanVna                          WanVnaValue                `tfsdk:"wan_vna"`
	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 SrxAppType added in v0.1.6

type SrxAppType struct {
	basetypes.ObjectType
}

func (SrxAppType) Equal added in v0.1.6

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

func (SrxAppType) String added in v0.1.6

func (t SrxAppType) String() string

func (SrxAppType) ValueFromObject added in v0.1.6

func (SrxAppType) ValueFromTerraform added in v0.1.6

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

func (SrxAppType) ValueType added in v0.1.6

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

type SrxAppValue added in v0.1.6

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

func NewSrxAppValue added in v0.1.6

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

func NewSrxAppValueMust added in v0.1.6

func NewSrxAppValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SrxAppValue

func NewSrxAppValueNull added in v0.1.6

func NewSrxAppValueNull() SrxAppValue

func NewSrxAppValueUnknown added in v0.1.6

func NewSrxAppValueUnknown() SrxAppValue

func (SrxAppValue) AttributeTypes added in v0.1.6

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

func (SrxAppValue) Equal added in v0.1.6

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

func (SrxAppValue) IsNull added in v0.1.6

func (v SrxAppValue) IsNull() bool

func (SrxAppValue) IsUnknown added in v0.1.6

func (v SrxAppValue) IsUnknown() bool

func (SrxAppValue) String added in v0.1.6

func (v SrxAppValue) String() string

func (SrxAppValue) ToObjectValue added in v0.1.6

func (SrxAppValue) ToTerraformValue added in v0.1.6

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

func (SrxAppValue) Type added in v0.1.6

func (v SrxAppValue) 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"`
	WanSpeedtest basetypes.ObjectValue `tfsdk:"wan_speedtest"`
	// 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 UplinkPortConfigType added in v0.1.6

type UplinkPortConfigType struct {
	basetypes.ObjectType
}

func (UplinkPortConfigType) Equal added in v0.1.6

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

func (UplinkPortConfigType) String added in v0.1.6

func (t UplinkPortConfigType) String() string

func (UplinkPortConfigType) ValueFromObject added in v0.1.6

func (UplinkPortConfigType) ValueFromTerraform added in v0.1.6

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

func (UplinkPortConfigType) ValueType added in v0.1.6

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

type UplinkPortConfigValue added in v0.1.6

type UplinkPortConfigValue struct {
	Dot1x             basetypes.BoolValue `tfsdk:"dot1x"`
	KeepWlansUpIfDown basetypes.BoolValue `tfsdk:"keep_wlans_up_if_down"`
	// contains filtered or unexported fields
}

func NewUplinkPortConfigValue added in v0.1.6

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

func NewUplinkPortConfigValueMust added in v0.1.6

func NewUplinkPortConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) UplinkPortConfigValue

func NewUplinkPortConfigValueNull added in v0.1.6

func NewUplinkPortConfigValueNull() UplinkPortConfigValue

func NewUplinkPortConfigValueUnknown added in v0.1.6

func NewUplinkPortConfigValueUnknown() UplinkPortConfigValue

func (UplinkPortConfigValue) AttributeTypes added in v0.1.6

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

func (UplinkPortConfigValue) Equal added in v0.1.6

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

func (UplinkPortConfigValue) IsNull added in v0.1.6

func (v UplinkPortConfigValue) IsNull() bool

func (UplinkPortConfigValue) IsUnknown added in v0.1.6

func (v UplinkPortConfigValue) IsUnknown() bool

func (UplinkPortConfigValue) String added in v0.1.6

func (v UplinkPortConfigValue) String() string

func (UplinkPortConfigValue) ToObjectValue added in v0.1.6

func (UplinkPortConfigValue) ToTerraformValue added in v0.1.6

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

func (UplinkPortConfigValue) Type added in v0.1.6

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 VnaType added in v0.1.6

type VnaType struct {
	basetypes.ObjectType
}

func (VnaType) Equal added in v0.1.6

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

func (VnaType) String added in v0.1.6

func (t VnaType) String() string

func (VnaType) ValueFromObject added in v0.1.6

func (VnaType) ValueFromTerraform added in v0.1.6

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

func (VnaType) ValueType added in v0.1.6

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

type VnaValue added in v0.1.6

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

func NewVnaValue added in v0.1.6

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

func NewVnaValueMust added in v0.1.6

func NewVnaValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VnaValue

func NewVnaValueNull added in v0.1.6

func NewVnaValueNull() VnaValue

func NewVnaValueUnknown added in v0.1.6

func NewVnaValueUnknown() VnaValue

func (VnaValue) AttributeTypes added in v0.1.6

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

func (VnaValue) Equal added in v0.1.6

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

func (VnaValue) IsNull added in v0.1.6

func (v VnaValue) IsNull() bool

func (VnaValue) IsUnknown added in v0.1.6

func (v VnaValue) IsUnknown() bool

func (VnaValue) String added in v0.1.6

func (v VnaValue) String() string

func (VnaValue) ToObjectValue added in v0.1.6

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

func (VnaValue) ToTerraformValue added in v0.1.6

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

func (VnaValue) Type added in v0.1.6

func (v VnaValue) 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 WanSpeedtestType added in v0.1.3

type WanSpeedtestType struct {
	basetypes.ObjectType
}

func (WanSpeedtestType) Equal added in v0.1.3

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

func (WanSpeedtestType) String added in v0.1.3

func (t WanSpeedtestType) String() string

func (WanSpeedtestType) ValueFromObject added in v0.1.3

func (WanSpeedtestType) ValueFromTerraform added in v0.1.3

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

func (WanSpeedtestType) ValueType added in v0.1.3

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

type WanSpeedtestValue added in v0.1.3

type WanSpeedtestValue struct {
	Enabled   basetypes.BoolValue   `tfsdk:"enabled"`
	TimeOdFay basetypes.StringValue `tfsdk:"time_od_fay"`
	// contains filtered or unexported fields
}

func NewWanSpeedtestValue added in v0.1.3

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

func NewWanSpeedtestValueMust added in v0.1.3

func NewWanSpeedtestValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) WanSpeedtestValue

func NewWanSpeedtestValueNull added in v0.1.3

func NewWanSpeedtestValueNull() WanSpeedtestValue

func NewWanSpeedtestValueUnknown added in v0.1.3

func NewWanSpeedtestValueUnknown() WanSpeedtestValue

func (WanSpeedtestValue) AttributeTypes added in v0.1.3

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

func (WanSpeedtestValue) Equal added in v0.1.3

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

func (WanSpeedtestValue) IsNull added in v0.1.3

func (v WanSpeedtestValue) IsNull() bool

func (WanSpeedtestValue) IsUnknown added in v0.1.3

func (v WanSpeedtestValue) IsUnknown() bool

func (WanSpeedtestValue) String added in v0.1.3

func (v WanSpeedtestValue) String() string

func (WanSpeedtestValue) ToObjectValue added in v0.1.3

func (WanSpeedtestValue) ToTerraformValue added in v0.1.3

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

func (WanSpeedtestValue) Type added in v0.1.3

type WanVnaType added in v0.1.6

type WanVnaType struct {
	basetypes.ObjectType
}

func (WanVnaType) Equal added in v0.1.6

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

func (WanVnaType) String added in v0.1.6

func (t WanVnaType) String() string

func (WanVnaType) ValueFromObject added in v0.1.6

func (WanVnaType) ValueFromTerraform added in v0.1.6

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

func (WanVnaType) ValueType added in v0.1.6

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

type WanVnaValue added in v0.1.6

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

func NewWanVnaValue added in v0.1.6

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

func NewWanVnaValueMust added in v0.1.6

func NewWanVnaValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) WanVnaValue

func NewWanVnaValueNull added in v0.1.6

func NewWanVnaValueNull() WanVnaValue

func NewWanVnaValueUnknown added in v0.1.6

func NewWanVnaValueUnknown() WanVnaValue

func (WanVnaValue) AttributeTypes added in v0.1.6

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

func (WanVnaValue) Equal added in v0.1.6

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

func (WanVnaValue) IsNull added in v0.1.6

func (v WanVnaValue) IsNull() bool

func (WanVnaValue) IsUnknown added in v0.1.6

func (v WanVnaValue) IsUnknown() bool

func (WanVnaValue) String added in v0.1.6

func (v WanVnaValue) String() string

func (WanVnaValue) ToObjectValue added in v0.1.6

func (WanVnaValue) ToTerraformValue added in v0.1.6

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

func (WanVnaValue) Type added in v0.1.6

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

Source Files

Jump to

Keyboard shortcuts

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