resource_org_mx_edge

package
v0.2.9 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func OrgMxEdgeResourceSchema

func OrgMxEdgeResourceSchema(ctx context.Context) schema.Schema

Types

type MdnsType

type MdnsType struct {
	basetypes.ObjectType
}

func (MdnsType) Equal

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

func (MdnsType) String

func (t MdnsType) String() string

func (MdnsType) ValueFromObject

func (MdnsType) ValueFromTerraform

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

func (MdnsType) ValueType

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

type MdnsValue

type MdnsValue struct {
	Enabled basetypes.BoolValue `tfsdk:"enabled"`
	VlanIds basetypes.ListValue `tfsdk:"vlan_ids"`
	// contains filtered or unexported fields
}

func NewMdnsValue

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

func NewMdnsValueMust

func NewMdnsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MdnsValue

func NewMdnsValueNull

func NewMdnsValueNull() MdnsValue

func NewMdnsValueUnknown

func NewMdnsValueUnknown() MdnsValue

func (MdnsValue) AttributeTypes

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

func (MdnsValue) Equal

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

func (MdnsValue) IsNull

func (v MdnsValue) IsNull() bool

func (MdnsValue) IsUnknown

func (v MdnsValue) IsUnknown() bool

func (MdnsValue) String

func (v MdnsValue) String() string

func (MdnsValue) ToObjectValue

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

func (MdnsValue) ToTerraformValue

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

func (MdnsValue) Type

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

type OobIpConfigType struct {
	basetypes.ObjectType
}

func (OobIpConfigType) Equal

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

func (OobIpConfigType) String

func (t OobIpConfigType) String() string

func (OobIpConfigType) ValueFromObject

func (OobIpConfigType) ValueFromTerraform

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

func (OobIpConfigType) ValueType

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

type OobIpConfigValue

type OobIpConfigValue struct {
	Autoconf6       basetypes.BoolValue   `tfsdk:"autoconf6"`
	Dhcp6           basetypes.BoolValue   `tfsdk:"dhcp6"`
	Dns             basetypes.ListValue   `tfsdk:"dns"`
	Gateway         basetypes.StringValue `tfsdk:"gateway"`
	Gateway6        basetypes.StringValue `tfsdk:"gateway6"`
	Ip              basetypes.StringValue `tfsdk:"ip"`
	Ip6             basetypes.StringValue `tfsdk:"ip6"`
	Netmask         basetypes.StringValue `tfsdk:"netmask"`
	Netmask6        basetypes.StringValue `tfsdk:"netmask6"`
	OobIpConfigType basetypes.StringValue `tfsdk:"type"`
	Type6           basetypes.StringValue `tfsdk:"type6"`
	// contains filtered or unexported fields
}

func NewOobIpConfigValue

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

func NewOobIpConfigValueMust

func NewOobIpConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OobIpConfigValue

func NewOobIpConfigValueNull

func NewOobIpConfigValueNull() OobIpConfigValue

func NewOobIpConfigValueUnknown

func NewOobIpConfigValueUnknown() OobIpConfigValue

func (OobIpConfigValue) AttributeTypes

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

func (OobIpConfigValue) Equal

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

func (OobIpConfigValue) IsNull

func (v OobIpConfigValue) IsNull() bool

func (OobIpConfigValue) IsUnknown

func (v OobIpConfigValue) IsUnknown() bool

func (OobIpConfigValue) String

func (v OobIpConfigValue) String() string

func (OobIpConfigValue) ToObjectValue

func (OobIpConfigValue) ToTerraformValue

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

func (OobIpConfigValue) Type

type OrgMxEdgeModel

type OrgMxEdgeModel struct {
	ClaimCode                 types.String                   `tfsdk:"claim_code"`
	Id                        types.String                   `tfsdk:"id"`
	Model                     types.String                   `tfsdk:"model"`
	MxagentRegistered         types.Bool                     `tfsdk:"mxagent_registered"`
	MxclusterId               types.String                   `tfsdk:"mxcluster_id"`
	MxedgeMgmt                MxedgeMgmtValue                `tfsdk:"mxedge_mgmt"`
	Name                      types.String                   `tfsdk:"name"`
	Note                      types.String                   `tfsdk:"note"`
	NtpServers                types.List                     `tfsdk:"ntp_servers"`
	OobIpConfig               OobIpConfigValue               `tfsdk:"oob_ip_config"`
	OrgId                     types.String                   `tfsdk:"org_id"`
	Proxy                     ProxyValue                     `tfsdk:"proxy"`
	Services                  types.List                     `tfsdk:"services"`
	SiteId                    types.String                   `tfsdk:"site_id"`
	TuntermDhcpdConfig        types.Map                      `tfsdk:"tunterm_dhcpd_config"`
	TuntermExtraRoutes        types.Map                      `tfsdk:"tunterm_extra_routes"`
	TuntermIgmpSnoopingConfig TuntermIgmpSnoopingConfigValue `tfsdk:"tunterm_igmp_snooping_config"`
	TuntermIpConfig           TuntermIpConfigValue           `tfsdk:"tunterm_ip_config"`
	TuntermMonitoring         types.List                     `tfsdk:"tunterm_monitoring"`
	TuntermMulticastConfig    TuntermMulticastConfigValue    `tfsdk:"tunterm_multicast_config"`
	TuntermOtherIpConfigs     types.Map                      `tfsdk:"tunterm_other_ip_configs"`
	TuntermPortConfig         TuntermPortConfigValue         `tfsdk:"tunterm_port_config"`
	TuntermRegistered         types.Bool                     `tfsdk:"tunterm_registered"`
	TuntermSwitchConfig       types.Map                      `tfsdk:"tunterm_switch_config"`
	Versions                  VersionsValue                  `tfsdk:"versions"`
}

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 QuerierType

type QuerierType struct {
	basetypes.ObjectType
}

func (QuerierType) Equal

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

func (QuerierType) String

func (t QuerierType) String() string

func (QuerierType) ValueFromObject

func (QuerierType) ValueFromTerraform

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

func (QuerierType) ValueType

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

type QuerierValue

type QuerierValue struct {
	MaxResponseTime basetypes.Int64Value `tfsdk:"max_response_time"`
	Mtu             basetypes.Int64Value `tfsdk:"mtu"`
	QueryInterval   basetypes.Int64Value `tfsdk:"query_interval"`
	Robustness      basetypes.Int64Value `tfsdk:"robustness"`
	Version         basetypes.Int64Value `tfsdk:"version"`
	// contains filtered or unexported fields
}

func NewQuerierValue

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

func NewQuerierValueMust

func NewQuerierValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) QuerierValue

func NewQuerierValueNull

func NewQuerierValueNull() QuerierValue

func NewQuerierValueUnknown

func NewQuerierValueUnknown() QuerierValue

func (QuerierValue) AttributeTypes

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

func (QuerierValue) Equal

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

func (QuerierValue) IsNull

func (v QuerierValue) IsNull() bool

func (QuerierValue) IsUnknown

func (v QuerierValue) IsUnknown() bool

func (QuerierValue) String

func (v QuerierValue) String() string

func (QuerierValue) ToObjectValue

func (QuerierValue) ToTerraformValue

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

func (QuerierValue) Type

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

type SsdpType

type SsdpType struct {
	basetypes.ObjectType
}

func (SsdpType) Equal

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

func (SsdpType) String

func (t SsdpType) String() string

func (SsdpType) ValueFromObject

func (SsdpType) ValueFromTerraform

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

func (SsdpType) ValueType

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

type SsdpValue

type SsdpValue struct {
	Enabled basetypes.BoolValue `tfsdk:"enabled"`
	VlanIds basetypes.ListValue `tfsdk:"vlan_ids"`
	// contains filtered or unexported fields
}

func NewSsdpValue

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

func NewSsdpValueMust

func NewSsdpValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SsdpValue

func NewSsdpValueNull

func NewSsdpValueNull() SsdpValue

func NewSsdpValueUnknown

func NewSsdpValueUnknown() SsdpValue

func (SsdpValue) AttributeTypes

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

func (SsdpValue) Equal

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

func (SsdpValue) IsNull

func (v SsdpValue) IsNull() bool

func (SsdpValue) IsUnknown

func (v SsdpValue) IsUnknown() bool

func (SsdpValue) String

func (v SsdpValue) String() string

func (SsdpValue) ToObjectValue

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

func (SsdpValue) ToTerraformValue

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

func (SsdpValue) Type

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

type TuntermDhcpdConfigType

type TuntermDhcpdConfigType struct {
	basetypes.ObjectType
}

func (TuntermDhcpdConfigType) Equal

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

func (TuntermDhcpdConfigType) String

func (t TuntermDhcpdConfigType) String() string

func (TuntermDhcpdConfigType) ValueFromObject

func (TuntermDhcpdConfigType) ValueFromTerraform

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

func (TuntermDhcpdConfigType) ValueType

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

type TuntermDhcpdConfigValue

type TuntermDhcpdConfigValue struct {
	Enabled                basetypes.BoolValue   `tfsdk:"enabled"`
	Servers                basetypes.ListValue   `tfsdk:"servers"`
	TuntermDhcpdConfigType basetypes.StringValue `tfsdk:"type"`
	// contains filtered or unexported fields
}

func NewTuntermDhcpdConfigValue

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

func NewTuntermDhcpdConfigValueMust

func NewTuntermDhcpdConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TuntermDhcpdConfigValue

func NewTuntermDhcpdConfigValueNull

func NewTuntermDhcpdConfigValueNull() TuntermDhcpdConfigValue

func NewTuntermDhcpdConfigValueUnknown

func NewTuntermDhcpdConfigValueUnknown() TuntermDhcpdConfigValue

func (TuntermDhcpdConfigValue) AttributeTypes

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

func (TuntermDhcpdConfigValue) Equal

func (TuntermDhcpdConfigValue) IsNull

func (v TuntermDhcpdConfigValue) IsNull() bool

func (TuntermDhcpdConfigValue) IsUnknown

func (v TuntermDhcpdConfigValue) IsUnknown() bool

func (TuntermDhcpdConfigValue) String

func (v TuntermDhcpdConfigValue) String() string

func (TuntermDhcpdConfigValue) ToObjectValue

func (TuntermDhcpdConfigValue) ToTerraformValue

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

func (TuntermDhcpdConfigValue) Type

type TuntermExtraRoutesType

type TuntermExtraRoutesType struct {
	basetypes.ObjectType
}

func (TuntermExtraRoutesType) Equal

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

func (TuntermExtraRoutesType) String

func (t TuntermExtraRoutesType) String() string

func (TuntermExtraRoutesType) ValueFromObject

func (TuntermExtraRoutesType) ValueFromTerraform

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

func (TuntermExtraRoutesType) ValueType

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

type TuntermExtraRoutesValue

type TuntermExtraRoutesValue struct {
	Via basetypes.StringValue `tfsdk:"via"`
	// contains filtered or unexported fields
}

func NewTuntermExtraRoutesValue

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

func NewTuntermExtraRoutesValueMust

func NewTuntermExtraRoutesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TuntermExtraRoutesValue

func NewTuntermExtraRoutesValueNull

func NewTuntermExtraRoutesValueNull() TuntermExtraRoutesValue

func NewTuntermExtraRoutesValueUnknown

func NewTuntermExtraRoutesValueUnknown() TuntermExtraRoutesValue

func (TuntermExtraRoutesValue) AttributeTypes

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

func (TuntermExtraRoutesValue) Equal

func (TuntermExtraRoutesValue) IsNull

func (v TuntermExtraRoutesValue) IsNull() bool

func (TuntermExtraRoutesValue) IsUnknown

func (v TuntermExtraRoutesValue) IsUnknown() bool

func (TuntermExtraRoutesValue) String

func (v TuntermExtraRoutesValue) String() string

func (TuntermExtraRoutesValue) ToObjectValue

func (TuntermExtraRoutesValue) ToTerraformValue

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

func (TuntermExtraRoutesValue) Type

type TuntermIgmpSnoopingConfigType

type TuntermIgmpSnoopingConfigType struct {
	basetypes.ObjectType
}

func (TuntermIgmpSnoopingConfigType) Equal

func (TuntermIgmpSnoopingConfigType) String

func (TuntermIgmpSnoopingConfigType) ValueFromObject

func (TuntermIgmpSnoopingConfigType) ValueFromTerraform

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

func (TuntermIgmpSnoopingConfigType) ValueType

type TuntermIgmpSnoopingConfigValue

type TuntermIgmpSnoopingConfigValue struct {
	Enabled basetypes.BoolValue   `tfsdk:"enabled"`
	Querier basetypes.ObjectValue `tfsdk:"querier"`
	VlanIds basetypes.ListValue   `tfsdk:"vlan_ids"`
	// contains filtered or unexported fields
}

func NewTuntermIgmpSnoopingConfigValue

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

func NewTuntermIgmpSnoopingConfigValueMust

func NewTuntermIgmpSnoopingConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TuntermIgmpSnoopingConfigValue

func NewTuntermIgmpSnoopingConfigValueNull

func NewTuntermIgmpSnoopingConfigValueNull() TuntermIgmpSnoopingConfigValue

func NewTuntermIgmpSnoopingConfigValueUnknown

func NewTuntermIgmpSnoopingConfigValueUnknown() TuntermIgmpSnoopingConfigValue

func (TuntermIgmpSnoopingConfigValue) AttributeTypes

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

func (TuntermIgmpSnoopingConfigValue) Equal

func (TuntermIgmpSnoopingConfigValue) IsNull

func (TuntermIgmpSnoopingConfigValue) IsUnknown

func (v TuntermIgmpSnoopingConfigValue) IsUnknown() bool

func (TuntermIgmpSnoopingConfigValue) String

func (TuntermIgmpSnoopingConfigValue) ToObjectValue

func (TuntermIgmpSnoopingConfigValue) ToTerraformValue

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

func (TuntermIgmpSnoopingConfigValue) Type

type TuntermIpConfigType

type TuntermIpConfigType struct {
	basetypes.ObjectType
}

func (TuntermIpConfigType) Equal

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

func (TuntermIpConfigType) String

func (t TuntermIpConfigType) String() string

func (TuntermIpConfigType) ValueFromObject

func (TuntermIpConfigType) ValueFromTerraform

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

func (TuntermIpConfigType) ValueType

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

type TuntermIpConfigValue

type TuntermIpConfigValue struct {
	Gateway  basetypes.StringValue `tfsdk:"gateway"`
	Gateway6 basetypes.StringValue `tfsdk:"gateway6"`
	Ip       basetypes.StringValue `tfsdk:"ip"`
	Ip6      basetypes.StringValue `tfsdk:"ip6"`
	Netmask  basetypes.StringValue `tfsdk:"netmask"`
	Netmask6 basetypes.StringValue `tfsdk:"netmask6"`
	// contains filtered or unexported fields
}

func NewTuntermIpConfigValue

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

func NewTuntermIpConfigValueMust

func NewTuntermIpConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TuntermIpConfigValue

func NewTuntermIpConfigValueNull

func NewTuntermIpConfigValueNull() TuntermIpConfigValue

func NewTuntermIpConfigValueUnknown

func NewTuntermIpConfigValueUnknown() TuntermIpConfigValue

func (TuntermIpConfigValue) AttributeTypes

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

func (TuntermIpConfigValue) Equal

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

func (TuntermIpConfigValue) IsNull

func (v TuntermIpConfigValue) IsNull() bool

func (TuntermIpConfigValue) IsUnknown

func (v TuntermIpConfigValue) IsUnknown() bool

func (TuntermIpConfigValue) String

func (v TuntermIpConfigValue) String() string

func (TuntermIpConfigValue) ToObjectValue

func (TuntermIpConfigValue) ToTerraformValue

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

func (TuntermIpConfigValue) Type

type TuntermMulticastConfigType

type TuntermMulticastConfigType struct {
	basetypes.ObjectType
}

func (TuntermMulticastConfigType) Equal

func (TuntermMulticastConfigType) String

func (TuntermMulticastConfigType) ValueFromObject

func (TuntermMulticastConfigType) ValueFromTerraform

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

func (TuntermMulticastConfigType) ValueType

type TuntermMulticastConfigValue

type TuntermMulticastConfigValue struct {
	Mdns basetypes.ObjectValue `tfsdk:"mdns"`
	Ssdp basetypes.ObjectValue `tfsdk:"ssdp"`
	// contains filtered or unexported fields
}

func NewTuntermMulticastConfigValue

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

func NewTuntermMulticastConfigValueMust

func NewTuntermMulticastConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TuntermMulticastConfigValue

func NewTuntermMulticastConfigValueNull

func NewTuntermMulticastConfigValueNull() TuntermMulticastConfigValue

func NewTuntermMulticastConfigValueUnknown

func NewTuntermMulticastConfigValueUnknown() TuntermMulticastConfigValue

func (TuntermMulticastConfigValue) AttributeTypes

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

func (TuntermMulticastConfigValue) Equal

func (TuntermMulticastConfigValue) IsNull

func (v TuntermMulticastConfigValue) IsNull() bool

func (TuntermMulticastConfigValue) IsUnknown

func (v TuntermMulticastConfigValue) IsUnknown() bool

func (TuntermMulticastConfigValue) String

func (TuntermMulticastConfigValue) ToObjectValue

func (TuntermMulticastConfigValue) ToTerraformValue

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

func (TuntermMulticastConfigValue) Type

type TuntermOtherIpConfigsType

type TuntermOtherIpConfigsType struct {
	basetypes.ObjectType
}

func (TuntermOtherIpConfigsType) Equal

func (TuntermOtherIpConfigsType) String

func (t TuntermOtherIpConfigsType) String() string

func (TuntermOtherIpConfigsType) ValueFromObject

func (TuntermOtherIpConfigsType) ValueFromTerraform

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

func (TuntermOtherIpConfigsType) ValueType

type TuntermOtherIpConfigsValue

type TuntermOtherIpConfigsValue struct {
	Ip      basetypes.StringValue `tfsdk:"ip"`
	Netmask basetypes.StringValue `tfsdk:"netmask"`
	// contains filtered or unexported fields
}

func NewTuntermOtherIpConfigsValue

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

func NewTuntermOtherIpConfigsValueMust

func NewTuntermOtherIpConfigsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TuntermOtherIpConfigsValue

func NewTuntermOtherIpConfigsValueNull

func NewTuntermOtherIpConfigsValueNull() TuntermOtherIpConfigsValue

func NewTuntermOtherIpConfigsValueUnknown

func NewTuntermOtherIpConfigsValueUnknown() TuntermOtherIpConfigsValue

func (TuntermOtherIpConfigsValue) AttributeTypes

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

func (TuntermOtherIpConfigsValue) Equal

func (TuntermOtherIpConfigsValue) IsNull

func (v TuntermOtherIpConfigsValue) IsNull() bool

func (TuntermOtherIpConfigsValue) IsUnknown

func (v TuntermOtherIpConfigsValue) IsUnknown() bool

func (TuntermOtherIpConfigsValue) String

func (TuntermOtherIpConfigsValue) ToObjectValue

func (TuntermOtherIpConfigsValue) ToTerraformValue

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

func (TuntermOtherIpConfigsValue) Type

type TuntermPortConfigType

type TuntermPortConfigType struct {
	basetypes.ObjectType
}

func (TuntermPortConfigType) Equal

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

func (TuntermPortConfigType) String

func (t TuntermPortConfigType) String() string

func (TuntermPortConfigType) ValueFromObject

func (TuntermPortConfigType) ValueFromTerraform

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

func (TuntermPortConfigType) ValueType

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

type TuntermPortConfigValue

type TuntermPortConfigValue struct {
	DownstreamPorts            basetypes.ListValue  `tfsdk:"downstream_ports"`
	SeparateUpstreamDownstream basetypes.BoolValue  `tfsdk:"separate_upstream_downstream"`
	UpstreamPortVlanId         basetypes.Int64Value `tfsdk:"upstream_port_vlan_id"`
	UpstreamPorts              basetypes.ListValue  `tfsdk:"upstream_ports"`
	// contains filtered or unexported fields
}

func NewTuntermPortConfigValue

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

func NewTuntermPortConfigValueMust

func NewTuntermPortConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TuntermPortConfigValue

func NewTuntermPortConfigValueNull

func NewTuntermPortConfigValueNull() TuntermPortConfigValue

func NewTuntermPortConfigValueUnknown

func NewTuntermPortConfigValueUnknown() TuntermPortConfigValue

func (TuntermPortConfigValue) AttributeTypes

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

func (TuntermPortConfigValue) Equal

func (TuntermPortConfigValue) IsNull

func (v TuntermPortConfigValue) IsNull() bool

func (TuntermPortConfigValue) IsUnknown

func (v TuntermPortConfigValue) IsUnknown() bool

func (TuntermPortConfigValue) String

func (v TuntermPortConfigValue) String() string

func (TuntermPortConfigValue) ToObjectValue

func (TuntermPortConfigValue) ToTerraformValue

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

func (TuntermPortConfigValue) Type

type TuntermSwitchConfigType

type TuntermSwitchConfigType struct {
	basetypes.ObjectType
}

func (TuntermSwitchConfigType) Equal

func (TuntermSwitchConfigType) String

func (t TuntermSwitchConfigType) String() string

func (TuntermSwitchConfigType) ValueFromObject

func (TuntermSwitchConfigType) ValueFromTerraform

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

func (TuntermSwitchConfigType) ValueType

type TuntermSwitchConfigValue

type TuntermSwitchConfigValue struct {
	PortVlanId basetypes.Int64Value `tfsdk:"port_vlan_id"`
	VlanIds    basetypes.ListValue  `tfsdk:"vlan_ids"`
	// contains filtered or unexported fields
}

func NewTuntermSwitchConfigValue

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

func NewTuntermSwitchConfigValueMust

func NewTuntermSwitchConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TuntermSwitchConfigValue

func NewTuntermSwitchConfigValueNull

func NewTuntermSwitchConfigValueNull() TuntermSwitchConfigValue

func NewTuntermSwitchConfigValueUnknown

func NewTuntermSwitchConfigValueUnknown() TuntermSwitchConfigValue

func (TuntermSwitchConfigValue) AttributeTypes

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

func (TuntermSwitchConfigValue) Equal

func (TuntermSwitchConfigValue) IsNull

func (v TuntermSwitchConfigValue) IsNull() bool

func (TuntermSwitchConfigValue) IsUnknown

func (v TuntermSwitchConfigValue) IsUnknown() bool

func (TuntermSwitchConfigValue) String

func (v TuntermSwitchConfigValue) String() string

func (TuntermSwitchConfigValue) ToObjectValue

func (TuntermSwitchConfigValue) ToTerraformValue

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

func (TuntermSwitchConfigValue) Type

type VersionsType

type VersionsType struct {
	basetypes.ObjectType
}

func (VersionsType) Equal

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

func (VersionsType) String

func (t VersionsType) String() string

func (VersionsType) ValueFromObject

func (VersionsType) ValueFromTerraform

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

func (VersionsType) ValueType

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

type VersionsValue

type VersionsValue struct {
	Mxagent  basetypes.StringValue `tfsdk:"mxagent"`
	Tuntnerm basetypes.StringValue `tfsdk:"tuntnerm"`
	// contains filtered or unexported fields
}

func NewVersionsValue

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

func NewVersionsValueMust

func NewVersionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VersionsValue

func NewVersionsValueNull

func NewVersionsValueNull() VersionsValue

func NewVersionsValueUnknown

func NewVersionsValueUnknown() VersionsValue

func (VersionsValue) AttributeTypes

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

func (VersionsValue) Equal

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

func (VersionsValue) IsNull

func (v VersionsValue) IsNull() bool

func (VersionsValue) IsUnknown

func (v VersionsValue) IsUnknown() bool

func (VersionsValue) String

func (v VersionsValue) String() string

func (VersionsValue) ToObjectValue

func (VersionsValue) ToTerraformValue

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

func (VersionsValue) Type

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

Jump to

Keyboard shortcuts

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