resource_org_setting

package
v0.1.32 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2024 License: Apache-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.OrgSetting, diag.Diagnostics)

func OrgSettingResourceSchema

func OrgSettingResourceSchema(ctx context.Context) schema.Schema

func TerraformToSdk

func TerraformToSdk(ctx context.Context, plan *OrgSettingModel) (*models.OrgSetting, diag.Diagnostics)

Types

type AccountsType

type AccountsType struct {
	basetypes.ObjectType
}

func (AccountsType) Equal

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

func (AccountsType) String

func (t AccountsType) String() string

func (AccountsType) ValueFromObject

func (AccountsType) ValueFromTerraform

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

func (AccountsType) ValueType

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

type AccountsValue

type AccountsValue struct {
	LinkedBy basetypes.StringValue `tfsdk:"linked_by"`
	Name     basetypes.StringValue `tfsdk:"name"`
	// contains filtered or unexported fields
}

func NewAccountsValue

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

func NewAccountsValueMust

func NewAccountsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AccountsValue

func NewAccountsValueNull

func NewAccountsValueNull() AccountsValue

func NewAccountsValueUnknown

func NewAccountsValueUnknown() AccountsValue

func (AccountsValue) AttributeTypes

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

func (AccountsValue) Equal

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

func (AccountsValue) IsNull

func (v AccountsValue) IsNull() bool

func (AccountsValue) IsUnknown

func (v AccountsValue) IsUnknown() bool

func (AccountsValue) String

func (v AccountsValue) String() string

func (AccountsValue) ToObjectValue

func (AccountsValue) ToTerraformValue

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

func (AccountsValue) Type

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

type ApiPolicyType

type ApiPolicyType struct {
	basetypes.ObjectType
}

func (ApiPolicyType) Equal

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

func (ApiPolicyType) String

func (t ApiPolicyType) String() string

func (ApiPolicyType) ValueFromObject

func (ApiPolicyType) ValueFromTerraform

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

func (ApiPolicyType) ValueType

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

type ApiPolicyValue

type ApiPolicyValue struct {
	NoReveal basetypes.BoolValue `tfsdk:"no_reveal"`
	// contains filtered or unexported fields
}

func NewApiPolicyValue

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

func NewApiPolicyValueMust

func NewApiPolicyValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ApiPolicyValue

func NewApiPolicyValueNull

func NewApiPolicyValueNull() ApiPolicyValue

func NewApiPolicyValueUnknown

func NewApiPolicyValueUnknown() ApiPolicyValue

func (ApiPolicyValue) AttributeTypes

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

func (ApiPolicyValue) Equal

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

func (ApiPolicyValue) IsNull

func (v ApiPolicyValue) IsNull() bool

func (ApiPolicyValue) IsUnknown

func (v ApiPolicyValue) IsUnknown() bool

func (ApiPolicyValue) String

func (v ApiPolicyValue) String() string

func (ApiPolicyValue) ToObjectValue

func (ApiPolicyValue) ToTerraformValue

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

func (ApiPolicyValue) Type

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

type CelonaType

type CelonaType struct {
	basetypes.ObjectType
}

func (CelonaType) Equal

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

func (CelonaType) String

func (t CelonaType) String() string

func (CelonaType) ValueFromObject

func (CelonaType) ValueFromTerraform

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

func (CelonaType) ValueType

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

type CelonaValue

type CelonaValue struct {
	ApiKey    basetypes.StringValue `tfsdk:"api_key"`
	ApiPrefix basetypes.StringValue `tfsdk:"api_prefix"`
	// contains filtered or unexported fields
}

func NewCelonaValue

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

func NewCelonaValueMust

func NewCelonaValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CelonaValue

func NewCelonaValueNull

func NewCelonaValueNull() CelonaValue

func NewCelonaValueUnknown

func NewCelonaValueUnknown() CelonaValue

func (CelonaValue) AttributeTypes

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

func (CelonaValue) Equal

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

func (CelonaValue) IsNull

func (v CelonaValue) IsNull() bool

func (CelonaValue) IsUnknown

func (v CelonaValue) IsUnknown() bool

func (CelonaValue) String

func (v CelonaValue) String() string

func (CelonaValue) ToObjectValue

func (CelonaValue) ToTerraformValue

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

func (CelonaValue) Type

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

type CloudsharkType

type CloudsharkType struct {
	basetypes.ObjectType
}

func (CloudsharkType) Equal

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

func (CloudsharkType) String

func (t CloudsharkType) String() string

func (CloudsharkType) ValueFromObject

func (CloudsharkType) ValueFromTerraform

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

func (CloudsharkType) ValueType

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

type CloudsharkValue

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

func NewCloudsharkValue

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

func NewCloudsharkValueMust

func NewCloudsharkValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CloudsharkValue

func NewCloudsharkValueNull

func NewCloudsharkValueNull() CloudsharkValue

func NewCloudsharkValueUnknown

func NewCloudsharkValueUnknown() CloudsharkValue

func (CloudsharkValue) AttributeTypes

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

func (CloudsharkValue) Equal

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

func (CloudsharkValue) IsNull

func (v CloudsharkValue) IsNull() bool

func (CloudsharkValue) IsUnknown

func (v CloudsharkValue) IsUnknown() bool

func (CloudsharkValue) String

func (v CloudsharkValue) String() string

func (CloudsharkValue) ToObjectValue

func (CloudsharkValue) ToTerraformValue

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

func (CloudsharkValue) Type

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

type CradlepointType

type CradlepointType struct {
	basetypes.ObjectType
}

func (CradlepointType) Equal

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

func (CradlepointType) String

func (t CradlepointType) String() string

func (CradlepointType) ValueFromObject

func (CradlepointType) ValueFromTerraform

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

func (CradlepointType) ValueType

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

type CradlepointValue

type CradlepointValue struct {
	CpApiId   basetypes.StringValue `tfsdk:"cp_api_id"`
	CpApiKey  basetypes.StringValue `tfsdk:"cp_api_key"`
	EcmApiId  basetypes.StringValue `tfsdk:"ecm_api_id"`
	EcmApiKey basetypes.StringValue `tfsdk:"ecm_api_key"`
	// contains filtered or unexported fields
}

func NewCradlepointValue

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

func NewCradlepointValueMust

func NewCradlepointValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CradlepointValue

func NewCradlepointValueNull

func NewCradlepointValueNull() CradlepointValue

func NewCradlepointValueUnknown

func NewCradlepointValueUnknown() CradlepointValue

func (CradlepointValue) AttributeTypes

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

func (CradlepointValue) Equal

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

func (CradlepointValue) IsNull

func (v CradlepointValue) IsNull() bool

func (CradlepointValue) IsUnknown

func (v CradlepointValue) IsUnknown() bool

func (CradlepointValue) String

func (v CradlepointValue) String() string

func (CradlepointValue) ToObjectValue

func (CradlepointValue) ToTerraformValue

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

func (CradlepointValue) Type

type DeviceCertType

type DeviceCertType struct {
	basetypes.ObjectType
}

func (DeviceCertType) Equal

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

func (DeviceCertType) String

func (t DeviceCertType) String() string

func (DeviceCertType) ValueFromObject

func (DeviceCertType) ValueFromTerraform

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

func (DeviceCertType) ValueType

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

type DeviceCertValue

type DeviceCertValue struct {
	Cert basetypes.StringValue `tfsdk:"cert"`
	Key  basetypes.StringValue `tfsdk:"key"`
	// contains filtered or unexported fields
}

func NewDeviceCertValue

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

func NewDeviceCertValueMust

func NewDeviceCertValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DeviceCertValue

func NewDeviceCertValueNull

func NewDeviceCertValueNull() DeviceCertValue

func NewDeviceCertValueUnknown

func NewDeviceCertValueUnknown() DeviceCertValue

func (DeviceCertValue) AttributeTypes

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

func (DeviceCertValue) Equal

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

func (DeviceCertValue) IsNull

func (v DeviceCertValue) IsNull() bool

func (DeviceCertValue) IsUnknown

func (v DeviceCertValue) IsUnknown() bool

func (DeviceCertValue) String

func (v DeviceCertValue) String() string

func (DeviceCertValue) ToObjectValue

func (DeviceCertValue) ToTerraformValue

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

func (DeviceCertValue) Type

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

type IdpsType

type IdpsType struct {
	basetypes.ObjectType
}

func (IdpsType) Equal

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

func (IdpsType) String

func (t IdpsType) String() string

func (IdpsType) ValueFromObject

func (IdpsType) ValueFromTerraform

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

func (IdpsType) ValueType

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

type IdpsValue

type IdpsValue struct {
	ExcludeRealms basetypes.ListValue   `tfsdk:"exclude_realms"`
	Id            basetypes.StringValue `tfsdk:"id"`
	UserRealms    basetypes.ListValue   `tfsdk:"user_realms"`
	// contains filtered or unexported fields
}

func NewIdpsValue

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

func NewIdpsValueMust

func NewIdpsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) IdpsValue

func NewIdpsValueNull

func NewIdpsValueNull() IdpsValue

func NewIdpsValueUnknown

func NewIdpsValueUnknown() IdpsValue

func (IdpsValue) AttributeTypes

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

func (IdpsValue) Equal

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

func (IdpsValue) IsNull

func (v IdpsValue) IsNull() bool

func (IdpsValue) IsUnknown

func (v IdpsValue) IsUnknown() bool

func (IdpsValue) String

func (v IdpsValue) String() string

func (IdpsValue) ToObjectValue

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

func (IdpsValue) ToTerraformValue

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

func (IdpsValue) Type

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

type InstallerType

type InstallerType struct {
	basetypes.ObjectType
}

func (InstallerType) Equal

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

func (InstallerType) String

func (t InstallerType) String() string

func (InstallerType) ValueFromObject

func (InstallerType) ValueFromTerraform

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

func (InstallerType) ValueType

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

type InstallerValue

type InstallerValue struct {
	AllowAllDevices basetypes.BoolValue  `tfsdk:"allow_all_devices"`
	AllowAllSites   basetypes.BoolValue  `tfsdk:"allow_all_sites"`
	ExtraSiteIds    basetypes.ListValue  `tfsdk:"extra_site_ids"`
	GracePeriod     basetypes.Int64Value `tfsdk:"grace_period"`
	// contains filtered or unexported fields
}

func NewInstallerValue

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

func NewInstallerValueMust

func NewInstallerValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) InstallerValue

func NewInstallerValueNull

func NewInstallerValueNull() InstallerValue

func NewInstallerValueUnknown

func NewInstallerValueUnknown() InstallerValue

func (InstallerValue) AttributeTypes

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

func (InstallerValue) Equal

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

func (InstallerValue) IsNull

func (v InstallerValue) IsNull() bool

func (InstallerValue) IsUnknown

func (v InstallerValue) IsUnknown() bool

func (InstallerValue) String

func (v InstallerValue) String() string

func (InstallerValue) ToObjectValue

func (InstallerValue) ToTerraformValue

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

func (InstallerValue) Type

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

type JcloudType

type JcloudType struct {
	basetypes.ObjectType
}

func (JcloudType) Equal

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

func (JcloudType) String

func (t JcloudType) String() string

func (JcloudType) ValueFromObject

func (JcloudType) ValueFromTerraform

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

func (JcloudType) ValueType

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

type JcloudValue

type JcloudValue struct {
	OrgApitoken     basetypes.StringValue `tfsdk:"org_apitoken"`
	OrgApitokenName basetypes.StringValue `tfsdk:"org_apitoken_name"`
	OrgId           basetypes.StringValue `tfsdk:"org_id"`
	// contains filtered or unexported fields
}

func NewJcloudValue

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

func NewJcloudValueMust

func NewJcloudValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) JcloudValue

func NewJcloudValueNull

func NewJcloudValueNull() JcloudValue

func NewJcloudValueUnknown

func NewJcloudValueUnknown() JcloudValue

func (JcloudValue) AttributeTypes

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

func (JcloudValue) Equal

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

func (JcloudValue) IsNull

func (v JcloudValue) IsNull() bool

func (JcloudValue) IsUnknown

func (v JcloudValue) IsUnknown() bool

func (JcloudValue) String

func (v JcloudValue) String() string

func (JcloudValue) ToObjectValue

func (JcloudValue) ToTerraformValue

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

func (JcloudValue) Type

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

type JuniperType

type JuniperType struct {
	basetypes.ObjectType
}

func (JuniperType) Equal

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

func (JuniperType) String

func (t JuniperType) String() string

func (JuniperType) ValueFromObject

func (JuniperType) ValueFromTerraform

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

func (JuniperType) ValueType

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

type JuniperValue

type JuniperValue struct {
	Accounts basetypes.ListValue `tfsdk:"accounts"`
	// contains filtered or unexported fields
}

func NewJuniperValue

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

func NewJuniperValueMust

func NewJuniperValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) JuniperValue

func NewJuniperValueNull

func NewJuniperValueNull() JuniperValue

func NewJuniperValueUnknown

func NewJuniperValueUnknown() JuniperValue

func (JuniperValue) AttributeTypes

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

func (JuniperValue) Equal

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

func (JuniperValue) IsNull

func (v JuniperValue) IsNull() bool

func (JuniperValue) IsUnknown

func (v JuniperValue) IsUnknown() bool

func (JuniperValue) String

func (v JuniperValue) String() string

func (JuniperValue) ToObjectValue

func (JuniperValue) ToTerraformValue

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

func (JuniperValue) Type

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

type MgmtType

type MgmtType struct {
	basetypes.ObjectType
}

func (MgmtType) Equal

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

func (MgmtType) String

func (t MgmtType) String() string

func (MgmtType) ValueFromObject

func (MgmtType) ValueFromTerraform

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

func (MgmtType) ValueType

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

type MgmtValue

type MgmtValue struct {
	MxtunnelIds basetypes.ListValue `tfsdk:"mxtunnel_ids"`
	UseMxtunnel basetypes.BoolValue `tfsdk:"use_mxtunnel"`
	UseWxtunnel basetypes.BoolValue `tfsdk:"use_wxtunnel"`
	// contains filtered or unexported fields
}

func NewMgmtValue

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

func NewMgmtValueMust

func NewMgmtValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MgmtValue

func NewMgmtValueNull

func NewMgmtValueNull() MgmtValue

func NewMgmtValueUnknown

func NewMgmtValueUnknown() MgmtValue

func (MgmtValue) AttributeTypes

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

func (MgmtValue) Equal

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

func (MgmtValue) IsNull

func (v MgmtValue) IsNull() bool

func (MgmtValue) IsUnknown

func (v MgmtValue) IsUnknown() bool

func (MgmtValue) String

func (v MgmtValue) String() string

func (MgmtValue) ToObjectValue

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

func (MgmtValue) ToTerraformValue

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

func (MgmtValue) Type

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

type MistNacType

type MistNacType struct {
	basetypes.ObjectType
}

func (MistNacType) Equal

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

func (MistNacType) String

func (t MistNacType) String() string

func (MistNacType) ValueFromObject

func (MistNacType) ValueFromTerraform

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

func (MistNacType) ValueType

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

type MistNacValue

type MistNacValue struct {
	Cacerts             basetypes.ListValue   `tfsdk:"cacerts"`
	DefaultIdpId        basetypes.StringValue `tfsdk:"default_idp_id"`
	EapSslSecurityLevel basetypes.Int64Value  `tfsdk:"eap_ssl_security_level"`
	EuOnly              basetypes.BoolValue   `tfsdk:"eu_only"`
	Idps                basetypes.ListValue   `tfsdk:"idps"`
	ServerCert          basetypes.ObjectValue `tfsdk:"server_cert"`
	UseIpVersion        basetypes.StringValue `tfsdk:"use_ip_version"`
	UseSslPort          basetypes.BoolValue   `tfsdk:"use_ssl_port"`
	// contains filtered or unexported fields
}

func NewMistNacValue

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

func NewMistNacValueMust

func NewMistNacValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MistNacValue

func NewMistNacValueNull

func NewMistNacValueNull() MistNacValue

func NewMistNacValueUnknown

func NewMistNacValueUnknown() MistNacValue

func (MistNacValue) AttributeTypes

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

func (MistNacValue) Equal

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

func (MistNacValue) IsNull

func (v MistNacValue) IsNull() bool

func (MistNacValue) IsUnknown

func (v MistNacValue) IsUnknown() bool

func (MistNacValue) String

func (v MistNacValue) String() string

func (MistNacValue) ToObjectValue

func (MistNacValue) ToTerraformValue

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

func (MistNacValue) Type

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

type MxedgeMgmtType

type MxedgeMgmtType struct {
	basetypes.ObjectType
}

func (MxedgeMgmtType) Equal

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

func (MxedgeMgmtType) String

func (t MxedgeMgmtType) String() string

func (MxedgeMgmtType) ValueFromObject

func (MxedgeMgmtType) ValueFromTerraform

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

func (MxedgeMgmtType) ValueType

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

type MxedgeMgmtValue

type MxedgeMgmtValue struct {
	FipsEnabled  basetypes.BoolValue   `tfsdk:"fips_enabled"`
	MistPassword basetypes.StringValue `tfsdk:"mist_password"`
	OobIpType    basetypes.StringValue `tfsdk:"oob_ip_type"`
	OobIpType6   basetypes.StringValue `tfsdk:"oob_ip_type6"`
	RootPassword basetypes.StringValue `tfsdk:"root_password"`
	// contains filtered or unexported fields
}

func NewMxedgeMgmtValue

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

func NewMxedgeMgmtValueMust

func NewMxedgeMgmtValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MxedgeMgmtValue

func NewMxedgeMgmtValueNull

func NewMxedgeMgmtValueNull() MxedgeMgmtValue

func NewMxedgeMgmtValueUnknown

func NewMxedgeMgmtValueUnknown() MxedgeMgmtValue

func (MxedgeMgmtValue) AttributeTypes

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

func (MxedgeMgmtValue) Equal

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

func (MxedgeMgmtValue) IsNull

func (v MxedgeMgmtValue) IsNull() bool

func (MxedgeMgmtValue) IsUnknown

func (v MxedgeMgmtValue) IsUnknown() bool

func (MxedgeMgmtValue) String

func (v MxedgeMgmtValue) String() string

func (MxedgeMgmtValue) ToObjectValue

func (MxedgeMgmtValue) ToTerraformValue

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

func (MxedgeMgmtValue) Type

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

type OrgSettingModel

type OrgSettingModel struct {
	ApUpdownThreshold      types.Int64         `tfsdk:"ap_updown_threshold"`
	ApiPolicy              ApiPolicyValue      `tfsdk:"api_policy"`
	Cacerts                types.List          `tfsdk:"cacerts"`
	Celona                 CelonaValue         `tfsdk:"celona"`
	Cloudshark             CloudsharkValue     `tfsdk:"cloudshark"`
	Cradlepoint            CradlepointValue    `tfsdk:"cradlepoint"`
	DeviceCert             DeviceCertValue     `tfsdk:"device_cert"`
	DeviceUpdownThreshold  types.Int64         `tfsdk:"device_updown_threshold"`
	DisablePcap            types.Bool          `tfsdk:"disable_pcap"`
	DisableRemoteShell     types.Bool          `tfsdk:"disable_remote_shell"`
	GatewayUpdownThreshold types.Int64         `tfsdk:"gateway_updown_threshold"`
	Installer              InstallerValue      `tfsdk:"installer"`
	Jcloud                 JcloudValue         `tfsdk:"jcloud"`
	Juniper                JuniperValue        `tfsdk:"juniper"`
	Mgmt                   MgmtValue           `tfsdk:"mgmt"`
	MistNac                MistNacValue        `tfsdk:"mist_nac"`
	MxedgeFipsEnabled      types.Bool          `tfsdk:"mxedge_fips_enabled"`
	MxedgeMgmt             MxedgeMgmtValue     `tfsdk:"mxedge_mgmt"`
	OrgId                  types.String        `tfsdk:"org_id"`
	PasswordPolicy         PasswordPolicyValue `tfsdk:"password_policy"`
	Pcap                   PcapValue           `tfsdk:"pcap"`
	Security               SecurityValue       `tfsdk:"security"`
	SwitchMgmt             SwitchMgmtValue     `tfsdk:"switch_mgmt"`
	SwitchUpdownThreshold  types.Int64         `tfsdk:"switch_updown_threshold"`
	SyntheticTest          SyntheticTestValue  `tfsdk:"synthetic_test"`
	UiIdleTimeout          types.Int64         `tfsdk:"ui_idle_timeout"`
	VpnOptions             VpnOptionsValue     `tfsdk:"vpn_options"`
}

type PasswordPolicyType

type PasswordPolicyType struct {
	basetypes.ObjectType
}

func (PasswordPolicyType) Equal

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

func (PasswordPolicyType) String

func (t PasswordPolicyType) String() string

func (PasswordPolicyType) ValueFromObject

func (PasswordPolicyType) ValueFromTerraform

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

func (PasswordPolicyType) ValueType

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

type PasswordPolicyValue

type PasswordPolicyValue struct {
	Enabled               basetypes.BoolValue  `tfsdk:"enabled"`
	Freshness             basetypes.Int64Value `tfsdk:"freshness"`
	MinLength             basetypes.Int64Value `tfsdk:"min_length"`
	RequiresSpecialChar   basetypes.BoolValue  `tfsdk:"requires_special_char"`
	RequiresTwoFactorAuth basetypes.BoolValue  `tfsdk:"requires_two_factor_auth"`
	// contains filtered or unexported fields
}

func NewPasswordPolicyValue

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

func NewPasswordPolicyValueMust

func NewPasswordPolicyValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PasswordPolicyValue

func NewPasswordPolicyValueNull

func NewPasswordPolicyValueNull() PasswordPolicyValue

func NewPasswordPolicyValueUnknown

func NewPasswordPolicyValueUnknown() PasswordPolicyValue

func (PasswordPolicyValue) AttributeTypes

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

func (PasswordPolicyValue) Equal

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

func (PasswordPolicyValue) IsNull

func (v PasswordPolicyValue) IsNull() bool

func (PasswordPolicyValue) IsUnknown

func (v PasswordPolicyValue) IsUnknown() bool

func (PasswordPolicyValue) String

func (v PasswordPolicyValue) String() string

func (PasswordPolicyValue) ToObjectValue

func (PasswordPolicyValue) ToTerraformValue

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

func (PasswordPolicyValue) Type

type PcapType

type PcapType struct {
	basetypes.ObjectType
}

func (PcapType) Equal

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

func (PcapType) String

func (t PcapType) String() string

func (PcapType) ValueFromObject

func (PcapType) ValueFromTerraform

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

func (PcapType) ValueType

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

type PcapValue

type PcapValue struct {
	Bucket    basetypes.StringValue `tfsdk:"bucket"`
	MaxPktLen basetypes.Int64Value  `tfsdk:"max_pkt_len"`
	// contains filtered or unexported fields
}

func NewPcapValue

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

func NewPcapValueMust

func NewPcapValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PcapValue

func NewPcapValueNull

func NewPcapValueNull() PcapValue

func NewPcapValueUnknown

func NewPcapValueUnknown() PcapValue

func (PcapValue) AttributeTypes

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

func (PcapValue) Equal

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

func (PcapValue) IsNull

func (v PcapValue) IsNull() bool

func (PcapValue) IsUnknown

func (v PcapValue) IsUnknown() bool

func (PcapValue) String

func (v PcapValue) String() string

func (PcapValue) ToObjectValue

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

func (PcapValue) ToTerraformValue

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

func (PcapValue) Type

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

type SecurityType

type SecurityType struct {
	basetypes.ObjectType
}

func (SecurityType) Equal

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

func (SecurityType) String

func (t SecurityType) String() string

func (SecurityType) ValueFromObject

func (SecurityType) ValueFromTerraform

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

func (SecurityType) ValueType

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

type SecurityValue

type SecurityValue struct {
	DisableLocalSsh     basetypes.BoolValue   `tfsdk:"disable_local_ssh"`
	FipsZeroizePassword basetypes.StringValue `tfsdk:"fips_zeroize_password"`
	LimitSshAccess      basetypes.BoolValue   `tfsdk:"limit_ssh_access"`
	// contains filtered or unexported fields
}

func NewSecurityValue

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

func NewSecurityValueMust

func NewSecurityValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SecurityValue

func NewSecurityValueNull

func NewSecurityValueNull() SecurityValue

func NewSecurityValueUnknown

func NewSecurityValueUnknown() SecurityValue

func (SecurityValue) AttributeTypes

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

func (SecurityValue) Equal

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

func (SecurityValue) IsNull

func (v SecurityValue) IsNull() bool

func (SecurityValue) IsUnknown

func (v SecurityValue) IsUnknown() bool

func (SecurityValue) String

func (v SecurityValue) String() string

func (SecurityValue) ToObjectValue

func (SecurityValue) ToTerraformValue

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

func (SecurityValue) Type

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

type ServerCertType

type ServerCertType struct {
	basetypes.ObjectType
}

func (ServerCertType) Equal

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

func (ServerCertType) String

func (t ServerCertType) String() string

func (ServerCertType) ValueFromObject

func (ServerCertType) ValueFromTerraform

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

func (ServerCertType) ValueType

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

type ServerCertValue

type ServerCertValue struct {
	Cert     basetypes.StringValue `tfsdk:"cert"`
	Key      basetypes.StringValue `tfsdk:"key"`
	Password basetypes.StringValue `tfsdk:"password"`
	// contains filtered or unexported fields
}

func NewServerCertValue

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

func NewServerCertValueMust

func NewServerCertValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ServerCertValue

func NewServerCertValueNull

func NewServerCertValueNull() ServerCertValue

func NewServerCertValueUnknown

func NewServerCertValueUnknown() ServerCertValue

func (ServerCertValue) AttributeTypes

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

func (ServerCertValue) Equal

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

func (ServerCertValue) IsNull

func (v ServerCertValue) IsNull() bool

func (ServerCertValue) IsUnknown

func (v ServerCertValue) IsUnknown() bool

func (ServerCertValue) String

func (v ServerCertValue) String() string

func (ServerCertValue) ToObjectValue

func (ServerCertValue) ToTerraformValue

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

func (ServerCertValue) Type

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

type SwitchMgmtType

type SwitchMgmtType struct {
	basetypes.ObjectType
}

func (SwitchMgmtType) Equal

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

func (SwitchMgmtType) String

func (t SwitchMgmtType) String() string

func (SwitchMgmtType) ValueFromObject

func (SwitchMgmtType) ValueFromTerraform

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

func (SwitchMgmtType) ValueType

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

type SwitchMgmtValue

type SwitchMgmtValue struct {
	ApAffinityThreshold basetypes.Int64Value `tfsdk:"ap_affinity_threshold"`
	// contains filtered or unexported fields
}

func NewSwitchMgmtValue

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

func NewSwitchMgmtValueMust

func NewSwitchMgmtValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SwitchMgmtValue

func NewSwitchMgmtValueNull

func NewSwitchMgmtValueNull() SwitchMgmtValue

func NewSwitchMgmtValueUnknown

func NewSwitchMgmtValueUnknown() SwitchMgmtValue

func (SwitchMgmtValue) AttributeTypes

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

func (SwitchMgmtValue) Equal

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

func (SwitchMgmtValue) IsNull

func (v SwitchMgmtValue) IsNull() bool

func (SwitchMgmtValue) IsUnknown

func (v SwitchMgmtValue) IsUnknown() bool

func (SwitchMgmtValue) String

func (v SwitchMgmtValue) String() string

func (SwitchMgmtValue) ToObjectValue

func (SwitchMgmtValue) ToTerraformValue

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

func (SwitchMgmtValue) Type

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

type VpnOptionsType struct {
	basetypes.ObjectType
}

func (VpnOptionsType) Equal

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

func (VpnOptionsType) String

func (t VpnOptionsType) String() string

func (VpnOptionsType) ValueFromObject

func (VpnOptionsType) ValueFromTerraform

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

func (VpnOptionsType) ValueType

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

type VpnOptionsValue

type VpnOptionsValue struct {
	AsBase   basetypes.Int64Value  `tfsdk:"as_base"`
	StSubnet basetypes.StringValue `tfsdk:"st_subnet"`
	// contains filtered or unexported fields
}

func NewVpnOptionsValue

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

func NewVpnOptionsValueMust

func NewVpnOptionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VpnOptionsValue

func NewVpnOptionsValueNull

func NewVpnOptionsValueNull() VpnOptionsValue

func NewVpnOptionsValueUnknown

func NewVpnOptionsValueUnknown() VpnOptionsValue

func (VpnOptionsValue) AttributeTypes

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

func (VpnOptionsValue) Equal

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

func (VpnOptionsValue) IsNull

func (v VpnOptionsValue) IsNull() bool

func (VpnOptionsValue) IsUnknown

func (v VpnOptionsValue) IsUnknown() bool

func (VpnOptionsValue) String

func (v VpnOptionsValue) String() string

func (VpnOptionsValue) ToObjectValue

func (VpnOptionsValue) ToTerraformValue

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

func (VpnOptionsValue) Type

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

type WanSpeedtestType

type WanSpeedtestType struct {
	basetypes.ObjectType
}

func (WanSpeedtestType) Equal

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

func (WanSpeedtestType) String

func (t WanSpeedtestType) String() string

func (WanSpeedtestType) ValueFromObject

func (WanSpeedtestType) ValueFromTerraform

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

func (WanSpeedtestType) ValueType

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

type WanSpeedtestValue

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

func NewWanSpeedtestValue

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

func NewWanSpeedtestValueMust

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

func NewWanSpeedtestValueNull

func NewWanSpeedtestValueNull() WanSpeedtestValue

func NewWanSpeedtestValueUnknown

func NewWanSpeedtestValueUnknown() WanSpeedtestValue

func (WanSpeedtestValue) AttributeTypes

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

func (WanSpeedtestValue) Equal

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

func (WanSpeedtestValue) IsNull

func (v WanSpeedtestValue) IsNull() bool

func (WanSpeedtestValue) IsUnknown

func (v WanSpeedtestValue) IsUnknown() bool

func (WanSpeedtestValue) String

func (v WanSpeedtestValue) String() string

func (WanSpeedtestValue) ToObjectValue

func (WanSpeedtestValue) ToTerraformValue

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

func (WanSpeedtestValue) Type

Jump to

Keyboard shortcuts

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