Documentation ¶
Index ¶
- func DeleteTerraformToSdk(ctx context.Context) (models.MistDevice, diag.Diagnostics)
- func DeviceSwitchResourceSchema(ctx context.Context) schema.Schema
- func NetworksSdkToTerraform(ctx context.Context, diags *diag.Diagnostics, ...) basetypes.MapValue
- func NetworksTerraformToSdk(ctx context.Context, diags *diag.Diagnostics, d basetypes.MapValue) map[string]models.SwitchNetwork
- func TacacsAcctServersTerraformToSdk(ctx context.Context, diags *diag.Diagnostics, d basetypes.ListValue) []models.TacacsAcctServer
- func TacacsAuthServersTerraformToSdk(ctx context.Context, diags *diag.Diagnostics, d basetypes.ListValue) []models.TacacsAuthServer
- func TerraformToSdk(ctx context.Context, plan *DeviceSwitchModel) (models.MistDevice, diag.Diagnostics)
- type AccessType
- func (t AccessType) Equal(o attr.Type) bool
- func (t AccessType) String() string
- func (t AccessType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t AccessType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t AccessType) ValueType(ctx context.Context) attr.Value
- type AccessValue
- func NewAccessValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AccessValue, diag.Diagnostics)
- func NewAccessValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AccessValue
- func NewAccessValueNull() AccessValue
- func NewAccessValueUnknown() AccessValue
- func (v AccessValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v AccessValue) Equal(o attr.Value) bool
- func (v AccessValue) IsNull() bool
- func (v AccessValue) IsUnknown() bool
- func (v AccessValue) String() string
- func (v AccessValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v AccessValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v AccessValue) Type(ctx context.Context) attr.Type
- type AcctServersType
- func (t AcctServersType) Equal(o attr.Type) bool
- func (t AcctServersType) String() string
- func (t AcctServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t AcctServersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t AcctServersType) ValueType(ctx context.Context) attr.Value
- type AcctServersValue
- func NewAcctServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AcctServersValue, diag.Diagnostics)
- func NewAcctServersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AcctServersValue
- func NewAcctServersValueNull() AcctServersValue
- func NewAcctServersValueUnknown() AcctServersValue
- func (v AcctServersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v AcctServersValue) Equal(o attr.Value) bool
- func (v AcctServersValue) IsNull() bool
- func (v AcctServersValue) IsUnknown() bool
- func (v AcctServersValue) String() string
- func (v AcctServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v AcctServersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v AcctServersValue) Type(ctx context.Context) attr.Type
- type AclPoliciesType
- func (t AclPoliciesType) Equal(o attr.Type) bool
- func (t AclPoliciesType) String() string
- func (t AclPoliciesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t AclPoliciesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t AclPoliciesType) ValueType(ctx context.Context) attr.Value
- type AclPoliciesValue
- func NewAclPoliciesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AclPoliciesValue, diag.Diagnostics)
- func NewAclPoliciesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AclPoliciesValue
- func NewAclPoliciesValueNull() AclPoliciesValue
- func NewAclPoliciesValueUnknown() AclPoliciesValue
- func (v AclPoliciesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v AclPoliciesValue) Equal(o attr.Value) bool
- func (v AclPoliciesValue) IsNull() bool
- func (v AclPoliciesValue) IsUnknown() bool
- func (v AclPoliciesValue) String() string
- func (v AclPoliciesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v AclPoliciesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v AclPoliciesValue) Type(ctx context.Context) attr.Type
- type AclTagsType
- func (t AclTagsType) Equal(o attr.Type) bool
- func (t AclTagsType) String() string
- func (t AclTagsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t AclTagsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t AclTagsType) ValueType(ctx context.Context) attr.Value
- type AclTagsValue
- func NewAclTagsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AclTagsValue, diag.Diagnostics)
- func NewAclTagsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AclTagsValue
- func NewAclTagsValueNull() AclTagsValue
- func NewAclTagsValueUnknown() AclTagsValue
- func (v AclTagsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v AclTagsValue) Equal(o attr.Value) bool
- func (v AclTagsValue) IsNull() bool
- func (v AclTagsValue) IsUnknown() bool
- func (v AclTagsValue) String() string
- func (v AclTagsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v AclTagsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v AclTagsValue) Type(ctx context.Context) attr.Type
- type ActionsType
- func (t ActionsType) Equal(o attr.Type) bool
- func (t ActionsType) String() string
- func (t ActionsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ActionsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ActionsType) ValueType(ctx context.Context) attr.Value
- type ActionsValue
- func NewActionsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ActionsValue, diag.Diagnostics)
- func NewActionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ActionsValue
- func NewActionsValueNull() ActionsValue
- func NewActionsValueUnknown() ActionsValue
- func (v ActionsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ActionsValue) Equal(o attr.Value) bool
- func (v ActionsValue) IsNull() bool
- func (v ActionsValue) IsUnknown() bool
- func (v ActionsValue) String() string
- func (v ActionsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ActionsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ActionsValue) Type(ctx context.Context) attr.Type
- type ArchiveType
- func (t ArchiveType) Equal(o attr.Type) bool
- func (t ArchiveType) String() string
- func (t ArchiveType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ArchiveType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ArchiveType) ValueType(ctx context.Context) attr.Value
- type ArchiveValue
- func NewArchiveValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ArchiveValue, diag.Diagnostics)
- func NewArchiveValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ArchiveValue
- func NewArchiveValueNull() ArchiveValue
- func NewArchiveValueUnknown() ArchiveValue
- func (v ArchiveValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ArchiveValue) Equal(o attr.Value) bool
- func (v ArchiveValue) IsNull() bool
- func (v ArchiveValue) IsUnknown() bool
- func (v ArchiveValue) String() string
- func (v ArchiveValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ArchiveValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ArchiveValue) Type(ctx context.Context) attr.Type
- type AreasType
- func (t AreasType) Equal(o attr.Type) bool
- func (t AreasType) String() string
- func (t AreasType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t AreasType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t AreasType) ValueType(ctx context.Context) attr.Value
- type AreasValue
- func NewAreasValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AreasValue, diag.Diagnostics)
- func NewAreasValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AreasValue
- func NewAreasValueNull() AreasValue
- func NewAreasValueUnknown() AreasValue
- func (v AreasValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v AreasValue) Equal(o attr.Value) bool
- func (v AreasValue) IsNull() bool
- func (v AreasValue) IsUnknown() bool
- func (v AreasValue) String() string
- func (v AreasValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v AreasValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v AreasValue) Type(ctx context.Context) attr.Type
- type AuthServersType
- func (t AuthServersType) Equal(o attr.Type) bool
- func (t AuthServersType) String() string
- func (t AuthServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t AuthServersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t AuthServersType) ValueType(ctx context.Context) attr.Value
- type AuthServersValue
- func NewAuthServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AuthServersValue, diag.Diagnostics)
- func NewAuthServersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) AuthServersValue
- func NewAuthServersValueNull() AuthServersValue
- func NewAuthServersValueUnknown() AuthServersValue
- func (v AuthServersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v AuthServersValue) Equal(o attr.Value) bool
- func (v AuthServersValue) IsNull() bool
- func (v AuthServersValue) IsUnknown() bool
- func (v AuthServersValue) String() string
- func (v AuthServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v AuthServersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v AuthServersValue) Type(ctx context.Context) attr.Type
- type ClientListType
- func (t ClientListType) Equal(o attr.Type) bool
- func (t ClientListType) String() string
- func (t ClientListType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ClientListType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ClientListType) ValueType(ctx context.Context) attr.Value
- type ClientListValue
- func NewClientListValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ClientListValue, diag.Diagnostics)
- func NewClientListValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ClientListValue
- func NewClientListValueNull() ClientListValue
- func NewClientListValueUnknown() ClientListValue
- func (v ClientListValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ClientListValue) Equal(o attr.Value) bool
- func (v ClientListValue) IsNull() bool
- func (v ClientListValue) IsUnknown() bool
- func (v ClientListValue) String() string
- func (v ClientListValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ClientListValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ClientListValue) Type(ctx context.Context) attr.Type
- type ConfigType
- func (t ConfigType) Equal(o attr.Type) bool
- func (t ConfigType) String() string
- func (t ConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ConfigType) ValueType(ctx context.Context) attr.Value
- type ConfigValue
- func NewConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConfigValue, diag.Diagnostics)
- func NewConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConfigValue
- func NewConfigValueNull() ConfigValue
- func NewConfigValueUnknown() ConfigValue
- func (v ConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ConfigValue) Equal(o attr.Value) bool
- func (v ConfigValue) IsNull() bool
- func (v ConfigValue) IsUnknown() bool
- func (v ConfigValue) String() string
- func (v ConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ConfigValue) Type(ctx context.Context) attr.Type
- type ConsoleType
- func (t ConsoleType) Equal(o attr.Type) bool
- func (t ConsoleType) String() string
- func (t ConsoleType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ConsoleType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ConsoleType) ValueType(ctx context.Context) attr.Value
- type ConsoleValue
- func NewConsoleValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConsoleValue, diag.Diagnostics)
- func NewConsoleValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ConsoleValue
- func NewConsoleValueNull() ConsoleValue
- func NewConsoleValueUnknown() ConsoleValue
- func (v ConsoleValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ConsoleValue) Equal(o attr.Value) bool
- func (v ConsoleValue) IsNull() bool
- func (v ConsoleValue) IsUnknown() bool
- func (v ConsoleValue) String() string
- func (v ConsoleValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ConsoleValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ConsoleValue) Type(ctx context.Context) attr.Type
- type ContentsType
- func (t ContentsType) Equal(o attr.Type) bool
- func (t ContentsType) String() string
- func (t ContentsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ContentsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ContentsType) ValueType(ctx context.Context) attr.Value
- type ContentsValue
- func NewContentsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ContentsValue, diag.Diagnostics)
- func NewContentsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ContentsValue
- func NewContentsValueNull() ContentsValue
- func NewContentsValueUnknown() ContentsValue
- func (v ContentsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ContentsValue) Equal(o attr.Value) bool
- func (v ContentsValue) IsNull() bool
- func (v ContentsValue) IsUnknown() bool
- func (v ContentsValue) String() string
- func (v ContentsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ContentsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ContentsValue) Type(ctx context.Context) attr.Type
- type CustomType
- func (t CustomType) Equal(o attr.Type) bool
- func (t CustomType) String() string
- func (t CustomType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t CustomType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t CustomType) ValueType(ctx context.Context) attr.Value
- type CustomValue
- func NewCustomValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (CustomValue, diag.Diagnostics)
- func NewCustomValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) CustomValue
- func NewCustomValueNull() CustomValue
- func NewCustomValueUnknown() CustomValue
- func (v CustomValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v CustomValue) Equal(o attr.Value) bool
- func (v CustomValue) IsNull() bool
- func (v CustomValue) IsUnknown() bool
- func (v CustomValue) String() string
- func (v CustomValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v CustomValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v CustomValue) Type(ctx context.Context) attr.Type
- type DeviceSwitchModel
- type DhcpSnoopingType
- func (t DhcpSnoopingType) Equal(o attr.Type) bool
- func (t DhcpSnoopingType) String() string
- func (t DhcpSnoopingType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t DhcpSnoopingType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t DhcpSnoopingType) ValueType(ctx context.Context) attr.Value
- type DhcpSnoopingValue
- func NewDhcpSnoopingValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (DhcpSnoopingValue, diag.Diagnostics)
- func NewDhcpSnoopingValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DhcpSnoopingValue
- func NewDhcpSnoopingValueNull() DhcpSnoopingValue
- func NewDhcpSnoopingValueUnknown() DhcpSnoopingValue
- func (v DhcpSnoopingValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v DhcpSnoopingValue) Equal(o attr.Value) bool
- func (v DhcpSnoopingValue) IsNull() bool
- func (v DhcpSnoopingValue) IsUnknown() bool
- func (v DhcpSnoopingValue) String() string
- func (v DhcpSnoopingValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v DhcpSnoopingValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v DhcpSnoopingValue) Type(ctx context.Context) attr.Type
- type DhcpdConfigType
- func (t DhcpdConfigType) Equal(o attr.Type) bool
- func (t DhcpdConfigType) String() string
- func (t DhcpdConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t DhcpdConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t DhcpdConfigType) ValueType(ctx context.Context) attr.Value
- type DhcpdConfigValue
- func NewDhcpdConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (DhcpdConfigValue, diag.Diagnostics)
- func NewDhcpdConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) DhcpdConfigValue
- func NewDhcpdConfigValueNull() DhcpdConfigValue
- func NewDhcpdConfigValueUnknown() DhcpdConfigValue
- func (v DhcpdConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v DhcpdConfigValue) Equal(o attr.Value) bool
- func (v DhcpdConfigValue) IsNull() bool
- func (v DhcpdConfigValue) IsUnknown() bool
- func (v DhcpdConfigValue) String() string
- func (v DhcpdConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v DhcpdConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v DhcpdConfigValue) Type(ctx context.Context) attr.Type
- type EvpnConfigType
- func (t EvpnConfigType) Equal(o attr.Type) bool
- func (t EvpnConfigType) String() string
- func (t EvpnConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t EvpnConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t EvpnConfigType) ValueType(ctx context.Context) attr.Value
- type EvpnConfigValue
- func NewEvpnConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (EvpnConfigValue, diag.Diagnostics)
- func NewEvpnConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) EvpnConfigValue
- func NewEvpnConfigValueNull() EvpnConfigValue
- func NewEvpnConfigValueUnknown() EvpnConfigValue
- func (v EvpnConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v EvpnConfigValue) Equal(o attr.Value) bool
- func (v EvpnConfigValue) IsNull() bool
- func (v EvpnConfigValue) IsUnknown() bool
- func (v EvpnConfigValue) String() string
- func (v EvpnConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v EvpnConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v EvpnConfigValue) Type(ctx context.Context) attr.Type
- type ExtraRoutes6Type
- func (t ExtraRoutes6Type) Equal(o attr.Type) bool
- func (t ExtraRoutes6Type) String() string
- func (t ExtraRoutes6Type) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ExtraRoutes6Type) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ExtraRoutes6Type) ValueType(ctx context.Context) attr.Value
- type ExtraRoutes6Value
- func NewExtraRoutes6Value(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ExtraRoutes6Value, diag.Diagnostics)
- func NewExtraRoutes6ValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ExtraRoutes6Value
- func NewExtraRoutes6ValueNull() ExtraRoutes6Value
- func NewExtraRoutes6ValueUnknown() ExtraRoutes6Value
- func (v ExtraRoutes6Value) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ExtraRoutes6Value) Equal(o attr.Value) bool
- func (v ExtraRoutes6Value) IsNull() bool
- func (v ExtraRoutes6Value) IsUnknown() bool
- func (v ExtraRoutes6Value) String() string
- func (v ExtraRoutes6Value) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ExtraRoutes6Value) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ExtraRoutes6Value) Type(ctx context.Context) attr.Type
- type ExtraRoutesType
- func (t ExtraRoutesType) Equal(o attr.Type) bool
- func (t ExtraRoutesType) String() string
- func (t ExtraRoutesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ExtraRoutesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ExtraRoutesType) ValueType(ctx context.Context) attr.Value
- type ExtraRoutesValue
- func NewExtraRoutesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ExtraRoutesValue, diag.Diagnostics)
- func NewExtraRoutesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ExtraRoutesValue
- func NewExtraRoutesValueNull() ExtraRoutesValue
- func NewExtraRoutesValueUnknown() ExtraRoutesValue
- func (v ExtraRoutesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ExtraRoutesValue) Equal(o attr.Value) bool
- func (v ExtraRoutesValue) IsNull() bool
- func (v ExtraRoutesValue) IsUnknown() bool
- func (v ExtraRoutesValue) String() string
- func (v ExtraRoutesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ExtraRoutesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ExtraRoutesValue) Type(ctx context.Context) attr.Type
- type FilesType
- func (t FilesType) Equal(o attr.Type) bool
- func (t FilesType) String() string
- func (t FilesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t FilesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t FilesType) ValueType(ctx context.Context) attr.Value
- type FilesValue
- func NewFilesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FilesValue, diag.Diagnostics)
- func NewFilesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) FilesValue
- func NewFilesValueNull() FilesValue
- func NewFilesValueUnknown() FilesValue
- func (v FilesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v FilesValue) Equal(o attr.Value) bool
- func (v FilesValue) IsNull() bool
- func (v FilesValue) IsUnknown() bool
- func (v FilesValue) String() string
- func (v FilesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v FilesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v FilesValue) Type(ctx context.Context) attr.Type
- type FixedBindingsType
- func (t FixedBindingsType) Equal(o attr.Type) bool
- func (t FixedBindingsType) String() string
- func (t FixedBindingsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t FixedBindingsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t FixedBindingsType) ValueType(ctx context.Context) attr.Value
- type FixedBindingsValue
- func NewFixedBindingsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FixedBindingsValue, diag.Diagnostics)
- func NewFixedBindingsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) FixedBindingsValue
- func NewFixedBindingsValueNull() FixedBindingsValue
- func NewFixedBindingsValueUnknown() FixedBindingsValue
- func (v FixedBindingsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v FixedBindingsValue) Equal(o attr.Value) bool
- func (v FixedBindingsValue) IsNull() bool
- func (v FixedBindingsValue) IsUnknown() bool
- func (v FixedBindingsValue) String() string
- func (v FixedBindingsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v FixedBindingsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v FixedBindingsValue) Type(ctx context.Context) attr.Type
- type GroupsType
- func (t GroupsType) Equal(o attr.Type) bool
- func (t GroupsType) String() string
- func (t GroupsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t GroupsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t GroupsType) ValueType(ctx context.Context) attr.Value
- type GroupsValue
- func NewGroupsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (GroupsValue, diag.Diagnostics)
- func NewGroupsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) GroupsValue
- func NewGroupsValueNull() GroupsValue
- func NewGroupsValueUnknown() GroupsValue
- func (v GroupsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v GroupsValue) Equal(o attr.Value) bool
- func (v GroupsValue) IsNull() bool
- func (v GroupsValue) IsUnknown() bool
- func (v GroupsValue) String() string
- func (v GroupsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v GroupsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v GroupsValue) Type(ctx context.Context) attr.Type
- type IpConfigType
- func (t IpConfigType) Equal(o attr.Type) bool
- func (t IpConfigType) String() string
- func (t IpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t IpConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t IpConfigType) ValueType(ctx context.Context) attr.Value
- type IpConfigValue
- func NewIpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (IpConfigValue, diag.Diagnostics)
- func NewIpConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) IpConfigValue
- func NewIpConfigValueNull() IpConfigValue
- func NewIpConfigValueUnknown() IpConfigValue
- func (v IpConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v IpConfigValue) Equal(o attr.Value) bool
- func (v IpConfigValue) IsNull() bool
- func (v IpConfigValue) IsUnknown() bool
- func (v IpConfigValue) String() string
- func (v IpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v IpConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v IpConfigValue) Type(ctx context.Context) attr.Type
- type MembersType
- func (t MembersType) Equal(o attr.Type) bool
- func (t MembersType) String() string
- func (t MembersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t MembersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t MembersType) ValueType(ctx context.Context) attr.Value
- type MembersValue
- func NewMembersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (MembersValue, diag.Diagnostics)
- func NewMembersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MembersValue
- func NewMembersValueNull() MembersValue
- func NewMembersValueUnknown() MembersValue
- func (v MembersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v MembersValue) Equal(o attr.Value) bool
- func (v MembersValue) IsNull() bool
- func (v MembersValue) IsUnknown() bool
- func (v MembersValue) String() string
- func (v MembersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v MembersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v MembersValue) Type(ctx context.Context) attr.Type
- type MistNacType
- func (t MistNacType) Equal(o attr.Type) bool
- func (t MistNacType) String() string
- func (t MistNacType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t MistNacType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t MistNacType) ValueType(ctx context.Context) attr.Value
- type MistNacValue
- func NewMistNacValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (MistNacValue, diag.Diagnostics)
- func NewMistNacValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) MistNacValue
- func NewMistNacValueNull() MistNacValue
- func NewMistNacValueUnknown() MistNacValue
- func (v MistNacValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v MistNacValue) Equal(o attr.Value) bool
- func (v MistNacValue) IsNull() bool
- func (v MistNacValue) IsUnknown() bool
- func (v MistNacValue) String() string
- func (v MistNacValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v MistNacValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v MistNacValue) Type(ctx context.Context) attr.Type
- type NetworksType
- func (t NetworksType) Equal(o attr.Type) bool
- func (t NetworksType) String() string
- func (t NetworksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t NetworksType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t NetworksType) ValueType(ctx context.Context) attr.Value
- type NetworksValue
- func NewNetworksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NetworksValue, diag.Diagnostics)
- func NewNetworksValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) NetworksValue
- func NewNetworksValueNull() NetworksValue
- func NewNetworksValueUnknown() NetworksValue
- func (v NetworksValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v NetworksValue) Equal(o attr.Value) bool
- func (v NetworksValue) IsNull() bool
- func (v NetworksValue) IsUnknown() bool
- func (v NetworksValue) String() string
- func (v NetworksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v NetworksValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v NetworksValue) Type(ctx context.Context) attr.Type
- type NextQualifiedType
- func (t NextQualifiedType) Equal(o attr.Type) bool
- func (t NextQualifiedType) String() string
- func (t NextQualifiedType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t NextQualifiedType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t NextQualifiedType) ValueType(ctx context.Context) attr.Value
- type NextQualifiedValue
- func NewNextQualifiedValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NextQualifiedValue, diag.Diagnostics)
- func NewNextQualifiedValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) NextQualifiedValue
- func NewNextQualifiedValueNull() NextQualifiedValue
- func NewNextQualifiedValueUnknown() NextQualifiedValue
- func (v NextQualifiedValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v NextQualifiedValue) Equal(o attr.Value) bool
- func (v NextQualifiedValue) IsNull() bool
- func (v NextQualifiedValue) IsUnknown() bool
- func (v NextQualifiedValue) String() string
- func (v NextQualifiedValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v NextQualifiedValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v NextQualifiedValue) Type(ctx context.Context) attr.Type
- type NotifyFilterType
- func (t NotifyFilterType) Equal(o attr.Type) bool
- func (t NotifyFilterType) String() string
- func (t NotifyFilterType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t NotifyFilterType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t NotifyFilterType) ValueType(ctx context.Context) attr.Value
- type NotifyFilterValue
- func NewNotifyFilterValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NotifyFilterValue, diag.Diagnostics)
- func NewNotifyFilterValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) NotifyFilterValue
- func NewNotifyFilterValueNull() NotifyFilterValue
- func NewNotifyFilterValueUnknown() NotifyFilterValue
- func (v NotifyFilterValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v NotifyFilterValue) Equal(o attr.Value) bool
- func (v NotifyFilterValue) IsNull() bool
- func (v NotifyFilterValue) IsUnknown() bool
- func (v NotifyFilterValue) String() string
- func (v NotifyFilterValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v NotifyFilterValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v NotifyFilterValue) Type(ctx context.Context) attr.Type
- type NotifyType
- func (t NotifyType) Equal(o attr.Type) bool
- func (t NotifyType) String() string
- func (t NotifyType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t NotifyType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t NotifyType) ValueType(ctx context.Context) attr.Value
- type NotifyValue
- func NewNotifyValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NotifyValue, diag.Diagnostics)
- func NewNotifyValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) NotifyValue
- func NewNotifyValueNull() NotifyValue
- func NewNotifyValueUnknown() NotifyValue
- func (v NotifyValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v NotifyValue) Equal(o attr.Value) bool
- func (v NotifyValue) IsNull() bool
- func (v NotifyValue) IsUnknown() bool
- func (v NotifyValue) String() string
- func (v NotifyValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v NotifyValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v NotifyValue) Type(ctx context.Context) attr.Type
- type OobIpConfigType
- func (t OobIpConfigType) Equal(o attr.Type) bool
- func (t OobIpConfigType) String() string
- func (t OobIpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OobIpConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OobIpConfigType) ValueType(ctx context.Context) attr.Value
- type OobIpConfigValue
- func NewOobIpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OobIpConfigValue, diag.Diagnostics)
- func NewOobIpConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OobIpConfigValue
- func NewOobIpConfigValueNull() OobIpConfigValue
- func NewOobIpConfigValueUnknown() OobIpConfigValue
- func (v OobIpConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OobIpConfigValue) Equal(o attr.Value) bool
- func (v OobIpConfigValue) IsNull() bool
- func (v OobIpConfigValue) IsUnknown() bool
- func (v OobIpConfigValue) String() string
- func (v OobIpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OobIpConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OobIpConfigValue) Type(ctx context.Context) attr.Type
- type OptionsType
- func (t OptionsType) Equal(o attr.Type) bool
- func (t OptionsType) String() string
- func (t OptionsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OptionsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OptionsType) ValueType(ctx context.Context) attr.Value
- type OptionsValue
- func NewOptionsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OptionsValue, diag.Diagnostics)
- func NewOptionsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OptionsValue
- func NewOptionsValueNull() OptionsValue
- func NewOptionsValueUnknown() OptionsValue
- func (v OptionsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OptionsValue) Equal(o attr.Value) bool
- func (v OptionsValue) IsNull() bool
- func (v OptionsValue) IsUnknown() bool
- func (v OptionsValue) String() string
- func (v OptionsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OptionsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OptionsValue) Type(ctx context.Context) attr.Type
- type OspfConfigType
- func (t OspfConfigType) Equal(o attr.Type) bool
- func (t OspfConfigType) String() string
- func (t OspfConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OspfConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OspfConfigType) ValueType(ctx context.Context) attr.Value
- type OspfConfigValue
- func NewOspfConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OspfConfigValue, diag.Diagnostics)
- func NewOspfConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OspfConfigValue
- func NewOspfConfigValueNull() OspfConfigValue
- func NewOspfConfigValueUnknown() OspfConfigValue
- func (v OspfConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OspfConfigValue) Equal(o attr.Value) bool
- func (v OspfConfigValue) IsNull() bool
- func (v OspfConfigValue) IsUnknown() bool
- func (v OspfConfigValue) String() string
- func (v OspfConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OspfConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OspfConfigValue) Type(ctx context.Context) attr.Type
- type OtherIpConfigsType
- func (t OtherIpConfigsType) Equal(o attr.Type) bool
- func (t OtherIpConfigsType) String() string
- func (t OtherIpConfigsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t OtherIpConfigsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t OtherIpConfigsType) ValueType(ctx context.Context) attr.Value
- type OtherIpConfigsValue
- func NewOtherIpConfigsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OtherIpConfigsValue, diag.Diagnostics)
- func NewOtherIpConfigsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) OtherIpConfigsValue
- func NewOtherIpConfigsValueNull() OtherIpConfigsValue
- func NewOtherIpConfigsValueUnknown() OtherIpConfigsValue
- func (v OtherIpConfigsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v OtherIpConfigsValue) Equal(o attr.Value) bool
- func (v OtherIpConfigsValue) IsNull() bool
- func (v OtherIpConfigsValue) IsUnknown() bool
- func (v OtherIpConfigsValue) String() string
- func (v OtherIpConfigsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v OtherIpConfigsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v OtherIpConfigsValue) Type(ctx context.Context) attr.Type
- type PortConfigType
- func (t PortConfigType) Equal(o attr.Type) bool
- func (t PortConfigType) String() string
- func (t PortConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t PortConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t PortConfigType) ValueType(ctx context.Context) attr.Value
- type PortConfigValue
- func NewPortConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PortConfigValue, diag.Diagnostics)
- func NewPortConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PortConfigValue
- func NewPortConfigValueNull() PortConfigValue
- func NewPortConfigValueUnknown() PortConfigValue
- func (v PortConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v PortConfigValue) Equal(o attr.Value) bool
- func (v PortConfigValue) IsNull() bool
- func (v PortConfigValue) IsUnknown() bool
- func (v PortConfigValue) String() string
- func (v PortConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v PortConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v PortConfigValue) Type(ctx context.Context) attr.Type
- type PortMirroringType
- func (t PortMirroringType) Equal(o attr.Type) bool
- func (t PortMirroringType) String() string
- func (t PortMirroringType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t PortMirroringType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t PortMirroringType) ValueType(ctx context.Context) attr.Value
- type PortMirroringValue
- func NewPortMirroringValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PortMirroringValue, diag.Diagnostics)
- func NewPortMirroringValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PortMirroringValue
- func NewPortMirroringValueNull() PortMirroringValue
- func NewPortMirroringValueUnknown() PortMirroringValue
- func (v PortMirroringValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v PortMirroringValue) Equal(o attr.Value) bool
- func (v PortMirroringValue) IsNull() bool
- func (v PortMirroringValue) IsUnknown() bool
- func (v PortMirroringValue) String() string
- func (v PortMirroringValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v PortMirroringValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v PortMirroringValue) Type(ctx context.Context) attr.Type
- type PortUsagesType
- func (t PortUsagesType) Equal(o attr.Type) bool
- func (t PortUsagesType) String() string
- func (t PortUsagesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t PortUsagesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t PortUsagesType) ValueType(ctx context.Context) attr.Value
- type PortUsagesValue
- func NewPortUsagesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PortUsagesValue, diag.Diagnostics)
- func NewPortUsagesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PortUsagesValue
- func NewPortUsagesValueNull() PortUsagesValue
- func NewPortUsagesValueUnknown() PortUsagesValue
- func (v PortUsagesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v PortUsagesValue) Equal(o attr.Value) bool
- func (v PortUsagesValue) IsNull() bool
- func (v PortUsagesValue) IsUnknown() bool
- func (v PortUsagesValue) String() string
- func (v PortUsagesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v PortUsagesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v PortUsagesValue) Type(ctx context.Context) attr.Type
- type PrefixListType
- func (t PrefixListType) Equal(o attr.Type) bool
- func (t PrefixListType) String() string
- func (t PrefixListType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t PrefixListType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t PrefixListType) ValueType(ctx context.Context) attr.Value
- type PrefixListValue
- func NewPrefixListValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PrefixListValue, diag.Diagnostics)
- func NewPrefixListValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) PrefixListValue
- func NewPrefixListValueNull() PrefixListValue
- func NewPrefixListValueUnknown() PrefixListValue
- func (v PrefixListValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v PrefixListValue) Equal(o attr.Value) bool
- func (v PrefixListValue) IsNull() bool
- func (v PrefixListValue) IsUnknown() bool
- func (v PrefixListValue) String() string
- func (v PrefixListValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v PrefixListValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v PrefixListValue) Type(ctx context.Context) attr.Type
- type ProtectReType
- func (t ProtectReType) Equal(o attr.Type) bool
- func (t ProtectReType) String() string
- func (t ProtectReType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ProtectReType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ProtectReType) ValueType(ctx context.Context) attr.Value
- type ProtectReValue
- func NewProtectReValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ProtectReValue, diag.Diagnostics)
- func NewProtectReValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ProtectReValue
- func NewProtectReValueNull() ProtectReValue
- func NewProtectReValueUnknown() ProtectReValue
- func (v ProtectReValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ProtectReValue) Equal(o attr.Value) bool
- func (v ProtectReValue) IsNull() bool
- func (v ProtectReValue) IsUnknown() bool
- func (v ProtectReValue) String() string
- func (v ProtectReValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ProtectReValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ProtectReValue) Type(ctx context.Context) attr.Type
- type RadiusConfigType
- func (t RadiusConfigType) Equal(o attr.Type) bool
- func (t RadiusConfigType) String() string
- func (t RadiusConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t RadiusConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t RadiusConfigType) ValueType(ctx context.Context) attr.Value
- type RadiusConfigValue
- func NewRadiusConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RadiusConfigValue, diag.Diagnostics)
- func NewRadiusConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RadiusConfigValue
- func NewRadiusConfigValueNull() RadiusConfigValue
- func NewRadiusConfigValueUnknown() RadiusConfigValue
- func (v RadiusConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v RadiusConfigValue) Equal(o attr.Value) bool
- func (v RadiusConfigValue) IsNull() bool
- func (v RadiusConfigValue) IsUnknown() bool
- func (v RadiusConfigValue) String() string
- func (v RadiusConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v RadiusConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v RadiusConfigValue) Type(ctx context.Context) attr.Type
- type RemoteSyslogType
- func (t RemoteSyslogType) Equal(o attr.Type) bool
- func (t RemoteSyslogType) String() string
- func (t RemoteSyslogType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t RemoteSyslogType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t RemoteSyslogType) ValueType(ctx context.Context) attr.Value
- type RemoteSyslogValue
- func NewRemoteSyslogValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RemoteSyslogValue, diag.Diagnostics)
- func NewRemoteSyslogValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RemoteSyslogValue
- func NewRemoteSyslogValueNull() RemoteSyslogValue
- func NewRemoteSyslogValueUnknown() RemoteSyslogValue
- func (v RemoteSyslogValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v RemoteSyslogValue) Equal(o attr.Value) bool
- func (v RemoteSyslogValue) IsNull() bool
- func (v RemoteSyslogValue) IsUnknown() bool
- func (v RemoteSyslogValue) String() string
- func (v RemoteSyslogValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v RemoteSyslogValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v RemoteSyslogValue) Type(ctx context.Context) attr.Type
- type RulesType
- func (t RulesType) Equal(o attr.Type) bool
- func (t RulesType) String() string
- func (t RulesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t RulesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t RulesType) ValueType(ctx context.Context) attr.Value
- type RulesValue
- func NewRulesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RulesValue, diag.Diagnostics)
- func NewRulesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RulesValue
- func NewRulesValueNull() RulesValue
- func NewRulesValueUnknown() RulesValue
- func (v RulesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v RulesValue) Equal(o attr.Value) bool
- func (v RulesValue) IsNull() bool
- func (v RulesValue) IsUnknown() bool
- func (v RulesValue) String() string
- func (v RulesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v RulesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v RulesValue) Type(ctx context.Context) attr.Type
- type SecurityToGroupType
- func (t SecurityToGroupType) Equal(o attr.Type) bool
- func (t SecurityToGroupType) String() string
- func (t SecurityToGroupType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t SecurityToGroupType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t SecurityToGroupType) ValueType(ctx context.Context) attr.Value
- type SecurityToGroupValue
- func NewSecurityToGroupValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SecurityToGroupValue, diag.Diagnostics)
- func NewSecurityToGroupValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SecurityToGroupValue
- func NewSecurityToGroupValueNull() SecurityToGroupValue
- func NewSecurityToGroupValueUnknown() SecurityToGroupValue
- func (v SecurityToGroupValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v SecurityToGroupValue) Equal(o attr.Value) bool
- func (v SecurityToGroupValue) IsNull() bool
- func (v SecurityToGroupValue) IsUnknown() bool
- func (v SecurityToGroupValue) String() string
- func (v SecurityToGroupValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v SecurityToGroupValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v SecurityToGroupValue) Type(ctx context.Context) attr.Type
- type ServersType
- func (t ServersType) Equal(o attr.Type) bool
- func (t ServersType) String() string
- func (t ServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ServersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ServersType) ValueType(ctx context.Context) attr.Value
- type ServersValue
- func NewServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ServersValue, diag.Diagnostics)
- func NewServersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ServersValue
- func NewServersValueNull() ServersValue
- func NewServersValueUnknown() ServersValue
- func (v ServersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ServersValue) Equal(o attr.Value) bool
- func (v ServersValue) IsNull() bool
- func (v ServersValue) IsUnknown() bool
- func (v ServersValue) String() string
- func (v ServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ServersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ServersValue) Type(ctx context.Context) attr.Type
- type SnmpConfigType
- func (t SnmpConfigType) Equal(o attr.Type) bool
- func (t SnmpConfigType) String() string
- func (t SnmpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t SnmpConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t SnmpConfigType) ValueType(ctx context.Context) attr.Value
- type SnmpConfigValue
- func NewSnmpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SnmpConfigValue, diag.Diagnostics)
- func NewSnmpConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SnmpConfigValue
- func NewSnmpConfigValueNull() SnmpConfigValue
- func NewSnmpConfigValueUnknown() SnmpConfigValue
- func (v SnmpConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v SnmpConfigValue) Equal(o attr.Value) bool
- func (v SnmpConfigValue) IsNull() bool
- func (v SnmpConfigValue) IsUnknown() bool
- func (v SnmpConfigValue) String() string
- func (v SnmpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v SnmpConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v SnmpConfigValue) Type(ctx context.Context) attr.Type
- type Snmpv3ContentsType
- func (t Snmpv3ContentsType) Equal(o attr.Type) bool
- func (t Snmpv3ContentsType) String() string
- func (t Snmpv3ContentsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t Snmpv3ContentsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t Snmpv3ContentsType) ValueType(ctx context.Context) attr.Value
- type Snmpv3ContentsValue
- func NewSnmpv3ContentsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (Snmpv3ContentsValue, diag.Diagnostics)
- func NewSnmpv3ContentsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) Snmpv3ContentsValue
- func NewSnmpv3ContentsValueNull() Snmpv3ContentsValue
- func NewSnmpv3ContentsValueUnknown() Snmpv3ContentsValue
- func (v Snmpv3ContentsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v Snmpv3ContentsValue) Equal(o attr.Value) bool
- func (v Snmpv3ContentsValue) IsNull() bool
- func (v Snmpv3ContentsValue) IsUnknown() bool
- func (v Snmpv3ContentsValue) String() string
- func (v Snmpv3ContentsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v Snmpv3ContentsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v Snmpv3ContentsValue) Type(ctx context.Context) attr.Type
- type Snmpv3UsersType
- func (t Snmpv3UsersType) Equal(o attr.Type) bool
- func (t Snmpv3UsersType) String() string
- func (t Snmpv3UsersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t Snmpv3UsersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t Snmpv3UsersType) ValueType(ctx context.Context) attr.Value
- type Snmpv3UsersValue
- func NewSnmpv3UsersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (Snmpv3UsersValue, diag.Diagnostics)
- func NewSnmpv3UsersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) Snmpv3UsersValue
- func NewSnmpv3UsersValueNull() Snmpv3UsersValue
- func NewSnmpv3UsersValueUnknown() Snmpv3UsersValue
- func (v Snmpv3UsersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v Snmpv3UsersValue) Equal(o attr.Value) bool
- func (v Snmpv3UsersValue) IsNull() bool
- func (v Snmpv3UsersValue) IsUnknown() bool
- func (v Snmpv3UsersValue) String() string
- func (v Snmpv3UsersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v Snmpv3UsersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v Snmpv3UsersValue) Type(ctx context.Context) attr.Type
- type Snmpv3VacmContentType
- func (t Snmpv3VacmContentType) Equal(o attr.Type) bool
- func (t Snmpv3VacmContentType) String() string
- func (t Snmpv3VacmContentType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t Snmpv3VacmContentType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t Snmpv3VacmContentType) ValueType(ctx context.Context) attr.Value
- type Snmpv3VacmContentValue
- func NewSnmpv3VacmContentValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (Snmpv3VacmContentValue, diag.Diagnostics)
- func NewSnmpv3VacmContentValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) Snmpv3VacmContentValue
- func NewSnmpv3VacmContentValueNull() Snmpv3VacmContentValue
- func NewSnmpv3VacmContentValueUnknown() Snmpv3VacmContentValue
- func (v Snmpv3VacmContentValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v Snmpv3VacmContentValue) Equal(o attr.Value) bool
- func (v Snmpv3VacmContentValue) IsNull() bool
- func (v Snmpv3VacmContentValue) IsUnknown() bool
- func (v Snmpv3VacmContentValue) String() string
- func (v Snmpv3VacmContentValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v Snmpv3VacmContentValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v Snmpv3VacmContentValue) Type(ctx context.Context) attr.Type
- type SpecsType
- func (t SpecsType) Equal(o attr.Type) bool
- func (t SpecsType) String() string
- func (t SpecsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t SpecsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t SpecsType) ValueType(ctx context.Context) attr.Value
- type SpecsValue
- func NewSpecsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SpecsValue, diag.Diagnostics)
- func NewSpecsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SpecsValue
- func NewSpecsValueNull() SpecsValue
- func NewSpecsValueUnknown() SpecsValue
- func (v SpecsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v SpecsValue) Equal(o attr.Value) bool
- func (v SpecsValue) IsNull() bool
- func (v SpecsValue) IsUnknown() bool
- func (v SpecsValue) String() string
- func (v SpecsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v SpecsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v SpecsValue) Type(ctx context.Context) attr.Type
- type StormControlType
- func (t StormControlType) Equal(o attr.Type) bool
- func (t StormControlType) String() string
- func (t StormControlType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t StormControlType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t StormControlType) ValueType(ctx context.Context) attr.Value
- type StormControlValue
- func NewStormControlValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (StormControlValue, diag.Diagnostics)
- func NewStormControlValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) StormControlValue
- func NewStormControlValueNull() StormControlValue
- func NewStormControlValueUnknown() StormControlValue
- func (v StormControlValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v StormControlValue) Equal(o attr.Value) bool
- func (v StormControlValue) IsNull() bool
- func (v StormControlValue) IsUnknown() bool
- func (v StormControlValue) String() string
- func (v StormControlValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v StormControlValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v StormControlValue) Type(ctx context.Context) attr.Type
- type StpConfigType
- func (t StpConfigType) Equal(o attr.Type) bool
- func (t StpConfigType) String() string
- func (t StpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t StpConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t StpConfigType) ValueType(ctx context.Context) attr.Value
- type StpConfigValue
- func NewStpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (StpConfigValue, diag.Diagnostics)
- func NewStpConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) StpConfigValue
- func NewStpConfigValueNull() StpConfigValue
- func NewStpConfigValueUnknown() StpConfigValue
- func (v StpConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v StpConfigValue) Equal(o attr.Value) bool
- func (v StpConfigValue) IsNull() bool
- func (v StpConfigValue) IsUnknown() bool
- func (v StpConfigValue) String() string
- func (v StpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v StpConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v StpConfigValue) Type(ctx context.Context) attr.Type
- type SwitchMgmtType
- func (t SwitchMgmtType) Equal(o attr.Type) bool
- func (t SwitchMgmtType) String() string
- func (t SwitchMgmtType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t SwitchMgmtType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t SwitchMgmtType) ValueType(ctx context.Context) attr.Value
- type SwitchMgmtValue
- func NewSwitchMgmtValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SwitchMgmtValue, diag.Diagnostics)
- func NewSwitchMgmtValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SwitchMgmtValue
- func NewSwitchMgmtValueNull() SwitchMgmtValue
- func NewSwitchMgmtValueUnknown() SwitchMgmtValue
- func (v SwitchMgmtValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v SwitchMgmtValue) Equal(o attr.Value) bool
- func (v SwitchMgmtValue) IsNull() bool
- func (v SwitchMgmtValue) IsUnknown() bool
- func (v SwitchMgmtValue) String() string
- func (v SwitchMgmtValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v SwitchMgmtValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v SwitchMgmtValue) Type(ctx context.Context) attr.Type
- type TacacctServersType
- func (t TacacctServersType) Equal(o attr.Type) bool
- func (t TacacctServersType) String() string
- func (t TacacctServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t TacacctServersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t TacacctServersType) ValueType(ctx context.Context) attr.Value
- type TacacctServersValue
- func NewTacacctServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TacacctServersValue, diag.Diagnostics)
- func NewTacacctServersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TacacctServersValue
- func NewTacacctServersValueNull() TacacctServersValue
- func NewTacacctServersValueUnknown() TacacctServersValue
- func (v TacacctServersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v TacacctServersValue) Equal(o attr.Value) bool
- func (v TacacctServersValue) IsNull() bool
- func (v TacacctServersValue) IsUnknown() bool
- func (v TacacctServersValue) String() string
- func (v TacacctServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v TacacctServersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v TacacctServersValue) Type(ctx context.Context) attr.Type
- type TacacsType
- func (t TacacsType) Equal(o attr.Type) bool
- func (t TacacsType) String() string
- func (t TacacsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t TacacsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t TacacsType) ValueType(ctx context.Context) attr.Value
- type TacacsValue
- func NewTacacsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TacacsValue, diag.Diagnostics)
- func NewTacacsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TacacsValue
- func NewTacacsValueNull() TacacsValue
- func NewTacacsValueUnknown() TacacsValue
- func (v TacacsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v TacacsValue) Equal(o attr.Value) bool
- func (v TacacsValue) IsNull() bool
- func (v TacacsValue) IsUnknown() bool
- func (v TacacsValue) String() string
- func (v TacacsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v TacacsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v TacacsValue) Type(ctx context.Context) attr.Type
- type TacplusServersType
- func (t TacplusServersType) Equal(o attr.Type) bool
- func (t TacplusServersType) String() string
- func (t TacplusServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t TacplusServersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t TacplusServersType) ValueType(ctx context.Context) attr.Value
- type TacplusServersValue
- func NewTacplusServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TacplusServersValue, diag.Diagnostics)
- func NewTacplusServersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TacplusServersValue
- func NewTacplusServersValueNull() TacplusServersValue
- func NewTacplusServersValueUnknown() TacplusServersValue
- func (v TacplusServersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v TacplusServersValue) Equal(o attr.Value) bool
- func (v TacplusServersValue) IsNull() bool
- func (v TacplusServersValue) IsUnknown() bool
- func (v TacplusServersValue) String() string
- func (v TacplusServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v TacplusServersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v TacplusServersValue) Type(ctx context.Context) attr.Type
- type TargetAddressType
- func (t TargetAddressType) Equal(o attr.Type) bool
- func (t TargetAddressType) String() string
- func (t TargetAddressType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t TargetAddressType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t TargetAddressType) ValueType(ctx context.Context) attr.Value
- type TargetAddressValue
- func NewTargetAddressValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TargetAddressValue, diag.Diagnostics)
- func NewTargetAddressValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TargetAddressValue
- func NewTargetAddressValueNull() TargetAddressValue
- func NewTargetAddressValueUnknown() TargetAddressValue
- func (v TargetAddressValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v TargetAddressValue) Equal(o attr.Value) bool
- func (v TargetAddressValue) IsNull() bool
- func (v TargetAddressValue) IsUnknown() bool
- func (v TargetAddressValue) String() string
- func (v TargetAddressValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v TargetAddressValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v TargetAddressValue) Type(ctx context.Context) attr.Type
- type TargetParametersType
- func (t TargetParametersType) Equal(o attr.Type) bool
- func (t TargetParametersType) String() string
- func (t TargetParametersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t TargetParametersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t TargetParametersType) ValueType(ctx context.Context) attr.Value
- type TargetParametersValue
- func NewTargetParametersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TargetParametersValue, diag.Diagnostics)
- func NewTargetParametersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TargetParametersValue
- func NewTargetParametersValueNull() TargetParametersValue
- func NewTargetParametersValueUnknown() TargetParametersValue
- func (v TargetParametersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v TargetParametersValue) Equal(o attr.Value) bool
- func (v TargetParametersValue) IsNull() bool
- func (v TargetParametersValue) IsUnknown() bool
- func (v TargetParametersValue) String() string
- func (v TargetParametersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v TargetParametersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v TargetParametersValue) Type(ctx context.Context) attr.Type
- type TrapGroupsType
- func (t TrapGroupsType) Equal(o attr.Type) bool
- func (t TrapGroupsType) String() string
- func (t TrapGroupsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t TrapGroupsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t TrapGroupsType) ValueType(ctx context.Context) attr.Value
- type TrapGroupsValue
- func NewTrapGroupsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TrapGroupsValue, diag.Diagnostics)
- func NewTrapGroupsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) TrapGroupsValue
- func NewTrapGroupsValueNull() TrapGroupsValue
- func NewTrapGroupsValueUnknown() TrapGroupsValue
- func (v TrapGroupsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v TrapGroupsValue) Equal(o attr.Value) bool
- func (v TrapGroupsValue) IsNull() bool
- func (v TrapGroupsValue) IsUnknown() bool
- func (v TrapGroupsValue) String() string
- func (v TrapGroupsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v TrapGroupsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v TrapGroupsValue) Type(ctx context.Context) attr.Type
- type UsersType
- func (t UsersType) Equal(o attr.Type) bool
- func (t UsersType) String() string
- func (t UsersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t UsersType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t UsersType) ValueType(ctx context.Context) attr.Value
- type UsersValue
- func NewUsersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (UsersValue, diag.Diagnostics)
- func NewUsersValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) UsersValue
- func NewUsersValueNull() UsersValue
- func NewUsersValueUnknown() UsersValue
- func (v UsersValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v UsersValue) Equal(o attr.Value) bool
- func (v UsersValue) IsNull() bool
- func (v UsersValue) IsUnknown() bool
- func (v UsersValue) String() string
- func (v UsersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v UsersValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v UsersValue) Type(ctx context.Context) attr.Type
- type UsmType
- func (t UsmType) Equal(o attr.Type) bool
- func (t UsmType) String() string
- func (t UsmType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t UsmType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t UsmType) ValueType(ctx context.Context) attr.Value
- type UsmValue
- func (v UsmValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v UsmValue) Equal(o attr.Value) bool
- func (v UsmValue) IsNull() bool
- func (v UsmValue) IsUnknown() bool
- func (v UsmValue) String() string
- func (v UsmValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v UsmValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v UsmValue) Type(ctx context.Context) attr.Type
- type V2cConfigType
- func (t V2cConfigType) Equal(o attr.Type) bool
- func (t V2cConfigType) String() string
- func (t V2cConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t V2cConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t V2cConfigType) ValueType(ctx context.Context) attr.Value
- type V2cConfigValue
- func NewV2cConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (V2cConfigValue, diag.Diagnostics)
- func NewV2cConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) V2cConfigValue
- func NewV2cConfigValueNull() V2cConfigValue
- func NewV2cConfigValueUnknown() V2cConfigValue
- func (v V2cConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v V2cConfigValue) Equal(o attr.Value) bool
- func (v V2cConfigValue) IsNull() bool
- func (v V2cConfigValue) IsUnknown() bool
- func (v V2cConfigValue) String() string
- func (v V2cConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v V2cConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v V2cConfigValue) Type(ctx context.Context) attr.Type
- type V3ConfigType
- func (t V3ConfigType) Equal(o attr.Type) bool
- func (t V3ConfigType) String() string
- func (t V3ConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t V3ConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t V3ConfigType) ValueType(ctx context.Context) attr.Value
- type V3ConfigValue
- func NewV3ConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (V3ConfigValue, diag.Diagnostics)
- func NewV3ConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) V3ConfigValue
- func NewV3ConfigValueNull() V3ConfigValue
- func NewV3ConfigValueUnknown() V3ConfigValue
- func (v V3ConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v V3ConfigValue) Equal(o attr.Value) bool
- func (v V3ConfigValue) IsNull() bool
- func (v V3ConfigValue) IsUnknown() bool
- func (v V3ConfigValue) String() string
- func (v V3ConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v V3ConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v V3ConfigValue) Type(ctx context.Context) attr.Type
- type VacmType
- func (t VacmType) Equal(o attr.Type) bool
- func (t VacmType) String() string
- func (t VacmType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t VacmType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t VacmType) ValueType(ctx context.Context) attr.Value
- type VacmValue
- func (v VacmValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v VacmValue) Equal(o attr.Value) bool
- func (v VacmValue) IsNull() bool
- func (v VacmValue) IsUnknown() bool
- func (v VacmValue) String() string
- func (v VacmValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v VacmValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v VacmValue) Type(ctx context.Context) attr.Type
- type VendorEncapulatedType
- func (t VendorEncapulatedType) Equal(o attr.Type) bool
- func (t VendorEncapulatedType) String() string
- func (t VendorEncapulatedType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t VendorEncapulatedType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t VendorEncapulatedType) ValueType(ctx context.Context) attr.Value
- type VendorEncapulatedValue
- func NewVendorEncapulatedValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VendorEncapulatedValue, diag.Diagnostics)
- func NewVendorEncapulatedValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VendorEncapulatedValue
- func NewVendorEncapulatedValueNull() VendorEncapulatedValue
- func NewVendorEncapulatedValueUnknown() VendorEncapulatedValue
- func (v VendorEncapulatedValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v VendorEncapulatedValue) Equal(o attr.Value) bool
- func (v VendorEncapulatedValue) IsNull() bool
- func (v VendorEncapulatedValue) IsUnknown() bool
- func (v VendorEncapulatedValue) String() string
- func (v VendorEncapulatedValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v VendorEncapulatedValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v VendorEncapulatedValue) Type(ctx context.Context) attr.Type
- type ViewsType
- func (t ViewsType) Equal(o attr.Type) bool
- func (t ViewsType) String() string
- func (t ViewsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t ViewsType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t ViewsType) ValueType(ctx context.Context) attr.Value
- type ViewsValue
- func NewViewsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ViewsValue, diag.Diagnostics)
- func NewViewsValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) ViewsValue
- func NewViewsValueNull() ViewsValue
- func NewViewsValueUnknown() ViewsValue
- func (v ViewsValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v ViewsValue) Equal(o attr.Value) bool
- func (v ViewsValue) IsNull() bool
- func (v ViewsValue) IsUnknown() bool
- func (v ViewsValue) String() string
- func (v ViewsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v ViewsValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v ViewsValue) Type(ctx context.Context) attr.Type
- type VirtualChassisType
- func (t VirtualChassisType) Equal(o attr.Type) bool
- func (t VirtualChassisType) String() string
- func (t VirtualChassisType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t VirtualChassisType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t VirtualChassisType) ValueType(ctx context.Context) attr.Value
- type VirtualChassisValue
- func NewVirtualChassisValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VirtualChassisValue, diag.Diagnostics)
- func NewVirtualChassisValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VirtualChassisValue
- func NewVirtualChassisValueNull() VirtualChassisValue
- func NewVirtualChassisValueUnknown() VirtualChassisValue
- func (v VirtualChassisValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v VirtualChassisValue) Equal(o attr.Value) bool
- func (v VirtualChassisValue) IsNull() bool
- func (v VirtualChassisValue) IsUnknown() bool
- func (v VirtualChassisValue) String() string
- func (v VirtualChassisValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v VirtualChassisValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v VirtualChassisValue) Type(ctx context.Context) attr.Type
- type VrfConfigType
- func (t VrfConfigType) Equal(o attr.Type) bool
- func (t VrfConfigType) String() string
- func (t VrfConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t VrfConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t VrfConfigType) ValueType(ctx context.Context) attr.Value
- type VrfConfigValue
- func NewVrfConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VrfConfigValue, diag.Diagnostics)
- func NewVrfConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VrfConfigValue
- func NewVrfConfigValueNull() VrfConfigValue
- func NewVrfConfigValueUnknown() VrfConfigValue
- func (v VrfConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v VrfConfigValue) Equal(o attr.Value) bool
- func (v VrfConfigValue) IsNull() bool
- func (v VrfConfigValue) IsUnknown() bool
- func (v VrfConfigValue) String() string
- func (v VrfConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v VrfConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v VrfConfigValue) Type(ctx context.Context) attr.Type
- type VrfExtraRoutesType
- func (t VrfExtraRoutesType) Equal(o attr.Type) bool
- func (t VrfExtraRoutesType) String() string
- func (t VrfExtraRoutesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t VrfExtraRoutesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t VrfExtraRoutesType) ValueType(ctx context.Context) attr.Value
- type VrfExtraRoutesValue
- func NewVrfExtraRoutesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VrfExtraRoutesValue, diag.Diagnostics)
- func NewVrfExtraRoutesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VrfExtraRoutesValue
- func NewVrfExtraRoutesValueNull() VrfExtraRoutesValue
- func NewVrfExtraRoutesValueUnknown() VrfExtraRoutesValue
- func (v VrfExtraRoutesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v VrfExtraRoutesValue) Equal(o attr.Value) bool
- func (v VrfExtraRoutesValue) IsNull() bool
- func (v VrfExtraRoutesValue) IsUnknown() bool
- func (v VrfExtraRoutesValue) String() string
- func (v VrfExtraRoutesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v VrfExtraRoutesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v VrfExtraRoutesValue) Type(ctx context.Context) attr.Type
- type VrfInstancesType
- func (t VrfInstancesType) Equal(o attr.Type) bool
- func (t VrfInstancesType) String() string
- func (t VrfInstancesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t VrfInstancesType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t VrfInstancesType) ValueType(ctx context.Context) attr.Value
- type VrfInstancesValue
- func NewVrfInstancesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VrfInstancesValue, diag.Diagnostics)
- func NewVrfInstancesValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VrfInstancesValue
- func NewVrfInstancesValueNull() VrfInstancesValue
- func NewVrfInstancesValueUnknown() VrfInstancesValue
- func (v VrfInstancesValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v VrfInstancesValue) Equal(o attr.Value) bool
- func (v VrfInstancesValue) IsNull() bool
- func (v VrfInstancesValue) IsUnknown() bool
- func (v VrfInstancesValue) String() string
- func (v VrfInstancesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v VrfInstancesValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v VrfInstancesValue) Type(ctx context.Context) attr.Type
- type VrrpConfigType
- func (t VrrpConfigType) Equal(o attr.Type) bool
- func (t VrrpConfigType) String() string
- func (t VrrpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t VrrpConfigType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t VrrpConfigType) ValueType(ctx context.Context) attr.Value
- type VrrpConfigValue
- func NewVrrpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VrrpConfigValue, diag.Diagnostics)
- func NewVrrpConfigValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) VrrpConfigValue
- func NewVrrpConfigValueNull() VrrpConfigValue
- func NewVrrpConfigValueUnknown() VrrpConfigValue
- func (v VrrpConfigValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v VrrpConfigValue) Equal(o attr.Value) bool
- func (v VrrpConfigValue) IsNull() bool
- func (v VrrpConfigValue) IsUnknown() bool
- func (v VrrpConfigValue) String() string
- func (v VrrpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v VrrpConfigValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v VrrpConfigValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DeleteTerraformToSdk ¶
func DeleteTerraformToSdk(ctx context.Context) (models.MistDevice, diag.Diagnostics)
func NetworksSdkToTerraform ¶
func NetworksSdkToTerraform(ctx context.Context, diags *diag.Diagnostics, m map[string]models.SwitchNetwork) basetypes.MapValue
func NetworksTerraformToSdk ¶
func NetworksTerraformToSdk(ctx context.Context, diags *diag.Diagnostics, d basetypes.MapValue) map[string]models.SwitchNetwork
func TacacsAcctServersTerraformToSdk ¶
func TacacsAcctServersTerraformToSdk(ctx context.Context, diags *diag.Diagnostics, d basetypes.ListValue) []models.TacacsAcctServer
func TacacsAuthServersTerraformToSdk ¶
func TacacsAuthServersTerraformToSdk(ctx context.Context, diags *diag.Diagnostics, d basetypes.ListValue) []models.TacacsAuthServer
func TerraformToSdk ¶
func TerraformToSdk(ctx context.Context, plan *DeviceSwitchModel) (models.MistDevice, diag.Diagnostics)
Types ¶
type AccessType ¶
type AccessType struct {
basetypes.ObjectType
}
func (AccessType) String ¶
func (t AccessType) String() string
func (AccessType) ValueFromObject ¶
func (t AccessType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (AccessType) ValueFromTerraform ¶
type AccessValue ¶
type AccessValue struct { GroupName basetypes.StringValue `tfsdk:"group_name"` PrefixList basetypes.ListValue `tfsdk:"prefix_list"` // contains filtered or unexported fields }
func NewAccessValue ¶
func NewAccessValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AccessValue, diag.Diagnostics)
func NewAccessValueMust ¶
func NewAccessValueNull ¶
func NewAccessValueNull() AccessValue
func NewAccessValueUnknown ¶
func NewAccessValueUnknown() AccessValue
func (AccessValue) AttributeTypes ¶
func (AccessValue) IsNull ¶
func (v AccessValue) IsNull() bool
func (AccessValue) IsUnknown ¶
func (v AccessValue) IsUnknown() bool
func (AccessValue) String ¶
func (v AccessValue) String() string
func (AccessValue) ToObjectValue ¶
func (v AccessValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (AccessValue) ToTerraformValue ¶
type AcctServersType ¶
type AcctServersType struct {
basetypes.ObjectType
}
func (AcctServersType) String ¶
func (t AcctServersType) String() string
func (AcctServersType) ValueFromObject ¶
func (t AcctServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (AcctServersType) ValueFromTerraform ¶
type AcctServersValue ¶
type AcctServersValue struct { Host basetypes.StringValue `tfsdk:"host"` KeywrapEnabled basetypes.BoolValue `tfsdk:"keywrap_enabled"` KeywrapFormat basetypes.StringValue `tfsdk:"keywrap_format"` KeywrapKek basetypes.StringValue `tfsdk:"keywrap_kek"` KeywrapMack basetypes.StringValue `tfsdk:"keywrap_mack"` Port basetypes.Int64Value `tfsdk:"port"` Secret basetypes.StringValue `tfsdk:"secret"` // contains filtered or unexported fields }
func NewAcctServersValue ¶
func NewAcctServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AcctServersValue, diag.Diagnostics)
func NewAcctServersValueMust ¶
func NewAcctServersValueNull ¶
func NewAcctServersValueNull() AcctServersValue
func NewAcctServersValueUnknown ¶
func NewAcctServersValueUnknown() AcctServersValue
func (AcctServersValue) AttributeTypes ¶
func (AcctServersValue) IsNull ¶
func (v AcctServersValue) IsNull() bool
func (AcctServersValue) IsUnknown ¶
func (v AcctServersValue) IsUnknown() bool
func (AcctServersValue) String ¶
func (v AcctServersValue) String() string
func (AcctServersValue) ToObjectValue ¶
func (v AcctServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (AcctServersValue) ToTerraformValue ¶
type AclPoliciesType ¶
type AclPoliciesType struct {
basetypes.ObjectType
}
func (AclPoliciesType) String ¶
func (t AclPoliciesType) String() string
func (AclPoliciesType) ValueFromObject ¶
func (t AclPoliciesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (AclPoliciesType) ValueFromTerraform ¶
type AclPoliciesValue ¶
type AclPoliciesValue struct { Actions basetypes.ListValue `tfsdk:"actions"` Name basetypes.StringValue `tfsdk:"name"` SrcTags basetypes.ListValue `tfsdk:"src_tags"` // contains filtered or unexported fields }
func NewAclPoliciesValue ¶
func NewAclPoliciesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AclPoliciesValue, diag.Diagnostics)
func NewAclPoliciesValueMust ¶
func NewAclPoliciesValueNull ¶
func NewAclPoliciesValueNull() AclPoliciesValue
func NewAclPoliciesValueUnknown ¶
func NewAclPoliciesValueUnknown() AclPoliciesValue
func (AclPoliciesValue) AttributeTypes ¶
func (AclPoliciesValue) IsNull ¶
func (v AclPoliciesValue) IsNull() bool
func (AclPoliciesValue) IsUnknown ¶
func (v AclPoliciesValue) IsUnknown() bool
func (AclPoliciesValue) String ¶
func (v AclPoliciesValue) String() string
func (AclPoliciesValue) ToObjectValue ¶
func (v AclPoliciesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (AclPoliciesValue) ToTerraformValue ¶
type AclTagsType ¶
type AclTagsType struct {
basetypes.ObjectType
}
func (AclTagsType) String ¶
func (t AclTagsType) String() string
func (AclTagsType) ValueFromObject ¶
func (t AclTagsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (AclTagsType) ValueFromTerraform ¶
type AclTagsValue ¶
type AclTagsValue struct { GbpTag basetypes.Int64Value `tfsdk:"gbp_tag"` Macs basetypes.ListValue `tfsdk:"macs"` Network basetypes.StringValue `tfsdk:"network"` RadiusGroup basetypes.StringValue `tfsdk:"radius_group"` Specs basetypes.ListValue `tfsdk:"specs"` Subnets basetypes.ListValue `tfsdk:"subnets"` AclTagsType basetypes.StringValue `tfsdk:"type"` // contains filtered or unexported fields }
func NewAclTagsValue ¶
func NewAclTagsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AclTagsValue, diag.Diagnostics)
func NewAclTagsValueMust ¶
func NewAclTagsValueNull ¶
func NewAclTagsValueNull() AclTagsValue
func NewAclTagsValueUnknown ¶
func NewAclTagsValueUnknown() AclTagsValue
func (AclTagsValue) AttributeTypes ¶
func (AclTagsValue) IsNull ¶
func (v AclTagsValue) IsNull() bool
func (AclTagsValue) IsUnknown ¶
func (v AclTagsValue) IsUnknown() bool
func (AclTagsValue) String ¶
func (v AclTagsValue) String() string
func (AclTagsValue) ToObjectValue ¶
func (v AclTagsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (AclTagsValue) ToTerraformValue ¶
type ActionsType ¶
type ActionsType struct {
basetypes.ObjectType
}
func (ActionsType) String ¶
func (t ActionsType) String() string
func (ActionsType) ValueFromObject ¶
func (t ActionsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ActionsType) ValueFromTerraform ¶
type ActionsValue ¶
type ActionsValue struct { Action basetypes.StringValue `tfsdk:"action"` DstTag basetypes.StringValue `tfsdk:"dst_tag"` // contains filtered or unexported fields }
func NewActionsValue ¶
func NewActionsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ActionsValue, diag.Diagnostics)
func NewActionsValueMust ¶
func NewActionsValueNull ¶
func NewActionsValueNull() ActionsValue
func NewActionsValueUnknown ¶
func NewActionsValueUnknown() ActionsValue
func (ActionsValue) AttributeTypes ¶
func (ActionsValue) IsNull ¶
func (v ActionsValue) IsNull() bool
func (ActionsValue) IsUnknown ¶
func (v ActionsValue) IsUnknown() bool
func (ActionsValue) String ¶
func (v ActionsValue) String() string
func (ActionsValue) ToObjectValue ¶
func (v ActionsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ActionsValue) ToTerraformValue ¶
type ArchiveType ¶
type ArchiveType struct {
basetypes.ObjectType
}
func (ArchiveType) String ¶
func (t ArchiveType) String() string
func (ArchiveType) ValueFromObject ¶
func (t ArchiveType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ArchiveType) ValueFromTerraform ¶
type ArchiveValue ¶
type ArchiveValue struct { Files basetypes.Int64Value `tfsdk:"files"` Size basetypes.StringValue `tfsdk:"size"` // contains filtered or unexported fields }
func NewArchiveValue ¶
func NewArchiveValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ArchiveValue, diag.Diagnostics)
func NewArchiveValueMust ¶
func NewArchiveValueNull ¶
func NewArchiveValueNull() ArchiveValue
func NewArchiveValueUnknown ¶
func NewArchiveValueUnknown() ArchiveValue
func (ArchiveValue) AttributeTypes ¶
func (ArchiveValue) IsNull ¶
func (v ArchiveValue) IsNull() bool
func (ArchiveValue) IsUnknown ¶
func (v ArchiveValue) IsUnknown() bool
func (ArchiveValue) String ¶
func (v ArchiveValue) String() string
func (ArchiveValue) ToObjectValue ¶
func (v ArchiveValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ArchiveValue) ToTerraformValue ¶
type AreasType ¶
type AreasType struct {
basetypes.ObjectType
}
func (AreasType) ValueFromObject ¶
func (t AreasType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (AreasType) ValueFromTerraform ¶
type AreasValue ¶
type AreasValue struct { NoSummary basetypes.BoolValue `tfsdk:"no_summary"` // contains filtered or unexported fields }
func NewAreasValue ¶
func NewAreasValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AreasValue, diag.Diagnostics)
func NewAreasValueMust ¶
func NewAreasValueNull ¶
func NewAreasValueNull() AreasValue
func NewAreasValueUnknown ¶
func NewAreasValueUnknown() AreasValue
func (AreasValue) AttributeTypes ¶
func (AreasValue) IsNull ¶
func (v AreasValue) IsNull() bool
func (AreasValue) IsUnknown ¶
func (v AreasValue) IsUnknown() bool
func (AreasValue) String ¶
func (v AreasValue) String() string
func (AreasValue) ToObjectValue ¶
func (v AreasValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (AreasValue) ToTerraformValue ¶
type AuthServersType ¶
type AuthServersType struct {
basetypes.ObjectType
}
func (AuthServersType) String ¶
func (t AuthServersType) String() string
func (AuthServersType) ValueFromObject ¶
func (t AuthServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (AuthServersType) ValueFromTerraform ¶
type AuthServersValue ¶
type AuthServersValue struct { Host basetypes.StringValue `tfsdk:"host"` KeywrapEnabled basetypes.BoolValue `tfsdk:"keywrap_enabled"` KeywrapFormat basetypes.StringValue `tfsdk:"keywrap_format"` KeywrapKek basetypes.StringValue `tfsdk:"keywrap_kek"` KeywrapMack basetypes.StringValue `tfsdk:"keywrap_mack"` Port basetypes.Int64Value `tfsdk:"port"` Secret basetypes.StringValue `tfsdk:"secret"` // contains filtered or unexported fields }
func NewAuthServersValue ¶
func NewAuthServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (AuthServersValue, diag.Diagnostics)
func NewAuthServersValueMust ¶
func NewAuthServersValueNull ¶
func NewAuthServersValueNull() AuthServersValue
func NewAuthServersValueUnknown ¶
func NewAuthServersValueUnknown() AuthServersValue
func (AuthServersValue) AttributeTypes ¶
func (AuthServersValue) IsNull ¶
func (v AuthServersValue) IsNull() bool
func (AuthServersValue) IsUnknown ¶
func (v AuthServersValue) IsUnknown() bool
func (AuthServersValue) String ¶
func (v AuthServersValue) String() string
func (AuthServersValue) ToObjectValue ¶
func (v AuthServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (AuthServersValue) ToTerraformValue ¶
type ClientListType ¶
type ClientListType struct {
basetypes.ObjectType
}
func (ClientListType) String ¶
func (t ClientListType) String() string
func (ClientListType) ValueFromObject ¶
func (t ClientListType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ClientListType) ValueFromTerraform ¶
type ClientListValue ¶
type ClientListValue struct { ClientListName basetypes.StringValue `tfsdk:"client_list_name"` Clients basetypes.ListValue `tfsdk:"clients"` // contains filtered or unexported fields }
func NewClientListValue ¶
func NewClientListValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ClientListValue, diag.Diagnostics)
func NewClientListValueMust ¶
func NewClientListValueNull ¶
func NewClientListValueNull() ClientListValue
func NewClientListValueUnknown ¶
func NewClientListValueUnknown() ClientListValue
func (ClientListValue) AttributeTypes ¶
func (ClientListValue) IsNull ¶
func (v ClientListValue) IsNull() bool
func (ClientListValue) IsUnknown ¶
func (v ClientListValue) IsUnknown() bool
func (ClientListValue) String ¶
func (v ClientListValue) String() string
func (ClientListValue) ToObjectValue ¶
func (v ClientListValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ClientListValue) ToTerraformValue ¶
type ConfigType ¶
type ConfigType struct {
basetypes.ObjectType
}
func (ConfigType) String ¶
func (t ConfigType) String() string
func (ConfigType) ValueFromObject ¶
func (t ConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ConfigType) ValueFromTerraform ¶
type ConfigValue ¶
type ConfigValue struct { DnsServers basetypes.ListValue `tfsdk:"dns_servers"` DnsSuffix basetypes.ListValue `tfsdk:"dns_suffix"` FixedBindings basetypes.MapValue `tfsdk:"fixed_bindings"` Gateway basetypes.StringValue `tfsdk:"gateway"` IpEnd basetypes.StringValue `tfsdk:"ip_end"` IpEnd6 basetypes.StringValue `tfsdk:"ip_end6"` IpStart basetypes.StringValue `tfsdk:"ip_start"` IpStart6 basetypes.StringValue `tfsdk:"ip_start6"` LeaseTime basetypes.Int64Value `tfsdk:"lease_time"` Options basetypes.MapValue `tfsdk:"options"` ServerIdOverride basetypes.BoolValue `tfsdk:"server_id_override"` Servers basetypes.ListValue `tfsdk:"servers"` Servers6 basetypes.ListValue `tfsdk:"servers6"` ConfigType basetypes.StringValue `tfsdk:"type"` Type6 basetypes.StringValue `tfsdk:"type6"` VendorEncapulated basetypes.MapValue `tfsdk:"vendor_encapulated"` // contains filtered or unexported fields }
func NewConfigValue ¶
func NewConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConfigValue, diag.Diagnostics)
func NewConfigValueMust ¶
func NewConfigValueNull ¶
func NewConfigValueNull() ConfigValue
func NewConfigValueUnknown ¶
func NewConfigValueUnknown() ConfigValue
func (ConfigValue) AttributeTypes ¶
func (ConfigValue) IsNull ¶
func (v ConfigValue) IsNull() bool
func (ConfigValue) IsUnknown ¶
func (v ConfigValue) IsUnknown() bool
func (ConfigValue) String ¶
func (v ConfigValue) String() string
func (ConfigValue) ToObjectValue ¶
func (v ConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ConfigValue) ToTerraformValue ¶
type ConsoleType ¶
type ConsoleType struct {
basetypes.ObjectType
}
func (ConsoleType) String ¶
func (t ConsoleType) String() string
func (ConsoleType) ValueFromObject ¶
func (t ConsoleType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ConsoleType) ValueFromTerraform ¶
type ConsoleValue ¶
type ConsoleValue struct { Contents basetypes.ListValue `tfsdk:"contents"` // contains filtered or unexported fields }
func NewConsoleValue ¶
func NewConsoleValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ConsoleValue, diag.Diagnostics)
func NewConsoleValueMust ¶
func NewConsoleValueNull ¶
func NewConsoleValueNull() ConsoleValue
func NewConsoleValueUnknown ¶
func NewConsoleValueUnknown() ConsoleValue
func (ConsoleValue) AttributeTypes ¶
func (ConsoleValue) IsNull ¶
func (v ConsoleValue) IsNull() bool
func (ConsoleValue) IsUnknown ¶
func (v ConsoleValue) IsUnknown() bool
func (ConsoleValue) String ¶
func (v ConsoleValue) String() string
func (ConsoleValue) ToObjectValue ¶
func (v ConsoleValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ConsoleValue) ToTerraformValue ¶
type ContentsType ¶
type ContentsType struct {
basetypes.ObjectType
}
func (ContentsType) String ¶
func (t ContentsType) String() string
func (ContentsType) ValueFromObject ¶
func (t ContentsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ContentsType) ValueFromTerraform ¶
type ContentsValue ¶
type ContentsValue struct { Facility basetypes.StringValue `tfsdk:"facility"` Severity basetypes.StringValue `tfsdk:"severity"` // contains filtered or unexported fields }
func NewContentsValue ¶
func NewContentsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ContentsValue, diag.Diagnostics)
func NewContentsValueMust ¶
func NewContentsValueNull ¶
func NewContentsValueNull() ContentsValue
func NewContentsValueUnknown ¶
func NewContentsValueUnknown() ContentsValue
func (ContentsValue) AttributeTypes ¶
func (ContentsValue) IsNull ¶
func (v ContentsValue) IsNull() bool
func (ContentsValue) IsUnknown ¶
func (v ContentsValue) IsUnknown() bool
func (ContentsValue) String ¶
func (v ContentsValue) String() string
func (ContentsValue) ToObjectValue ¶
func (v ContentsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ContentsValue) ToTerraformValue ¶
type CustomType ¶
type CustomType struct {
basetypes.ObjectType
}
func (CustomType) String ¶
func (t CustomType) String() string
func (CustomType) ValueFromObject ¶
func (t CustomType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (CustomType) ValueFromTerraform ¶
type CustomValue ¶
type CustomValue struct { PortRange basetypes.StringValue `tfsdk:"port_range"` Protocol basetypes.StringValue `tfsdk:"protocol"` Subnet basetypes.ListValue `tfsdk:"subnet"` // contains filtered or unexported fields }
func NewCustomValue ¶
func NewCustomValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (CustomValue, diag.Diagnostics)
func NewCustomValueMust ¶
func NewCustomValueNull ¶
func NewCustomValueNull() CustomValue
func NewCustomValueUnknown ¶
func NewCustomValueUnknown() CustomValue
func (CustomValue) AttributeTypes ¶
func (CustomValue) IsNull ¶
func (v CustomValue) IsNull() bool
func (CustomValue) IsUnknown ¶
func (v CustomValue) IsUnknown() bool
func (CustomValue) String ¶
func (v CustomValue) String() string
func (CustomValue) ToObjectValue ¶
func (v CustomValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (CustomValue) ToTerraformValue ¶
type DeviceSwitchModel ¶
type DeviceSwitchModel struct { AclPolicies types.List `tfsdk:"acl_policies"` AclTags types.Map `tfsdk:"acl_tags"` AdditionalConfigCmds types.List `tfsdk:"additional_config_cmds"` DeviceId types.String `tfsdk:"device_id"` DeviceprofileId types.String `tfsdk:"deviceprofile_id"` DhcpSnooping DhcpSnoopingValue `tfsdk:"dhcp_snooping"` DhcpdConfig DhcpdConfigValue `tfsdk:"dhcpd_config"` DisableAutoConfig types.Bool `tfsdk:"disable_auto_config"` DnsServers types.List `tfsdk:"dns_servers"` DnsSuffix types.List `tfsdk:"dns_suffix"` EvpnConfig EvpnConfigValue `tfsdk:"evpn_config"` ExtraRoutes types.Map `tfsdk:"extra_routes"` ExtraRoutes6 types.Map `tfsdk:"extra_routes6"` Image1Url types.String `tfsdk:"image1_url"` Image2Url types.String `tfsdk:"image2_url"` Image3Url types.String `tfsdk:"image3_url"` IpConfig IpConfigValue `tfsdk:"ip_config"` Mac types.String `tfsdk:"mac"` Managed types.Bool `tfsdk:"managed"` MapId types.String `tfsdk:"map_id"` MistNac MistNacValue `tfsdk:"mist_nac"` Model types.String `tfsdk:"model"` Name types.String `tfsdk:"name"` Networks types.Map `tfsdk:"networks"` Notes types.String `tfsdk:"notes"` NtpServers types.List `tfsdk:"ntp_servers"` OobIpConfig OobIpConfigValue `tfsdk:"oob_ip_config"` OrgId types.String `tfsdk:"org_id"` OspfConfig OspfConfigValue `tfsdk:"ospf_config"` OtherIpConfigs types.Map `tfsdk:"other_ip_configs"` PortConfig types.Map `tfsdk:"port_config"` PortMirroring types.Map `tfsdk:"port_mirroring"` PortUsages types.Map `tfsdk:"port_usages"` RadiusConfig RadiusConfigValue `tfsdk:"radius_config"` RemoteSyslog RemoteSyslogValue `tfsdk:"remote_syslog"` Role types.String `tfsdk:"role"` RouterId types.String `tfsdk:"router_id"` Serial types.String `tfsdk:"serial"` SiteId types.String `tfsdk:"site_id"` SnmpConfig SnmpConfigValue `tfsdk:"snmp_config"` StpConfig StpConfigValue `tfsdk:"stp_config"` SwitchMgmt SwitchMgmtValue `tfsdk:"switch_mgmt"` Type types.String `tfsdk:"type"` UseRouterIdAsSourceIp types.Bool `tfsdk:"use_router_id_as_source_ip"` Vars types.Map `tfsdk:"vars"` VirtualChassis VirtualChassisValue `tfsdk:"virtual_chassis"` VrfConfig VrfConfigValue `tfsdk:"vrf_config"` VrfInstances types.Map `tfsdk:"vrf_instances"` VrrpConfig VrrpConfigValue `tfsdk:"vrrp_config"` X types.Float64 `tfsdk:"x"` Y types.Float64 `tfsdk:"y"` }
func SdkToTerraform ¶
func SdkToTerraform(ctx context.Context, data *models.DeviceSwitch) (DeviceSwitchModel, diag.Diagnostics)
type DhcpSnoopingType ¶
type DhcpSnoopingType struct {
basetypes.ObjectType
}
func (DhcpSnoopingType) String ¶
func (t DhcpSnoopingType) String() string
func (DhcpSnoopingType) ValueFromObject ¶
func (t DhcpSnoopingType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (DhcpSnoopingType) ValueFromTerraform ¶
type DhcpSnoopingValue ¶
type DhcpSnoopingValue struct { AllNetworks basetypes.BoolValue `tfsdk:"all_networks"` EnableArpSpoofCheck basetypes.BoolValue `tfsdk:"enable_arp_spoof_check"` EnableIpSourceGuard basetypes.BoolValue `tfsdk:"enable_ip_source_guard"` Enabled basetypes.BoolValue `tfsdk:"enabled"` Networks basetypes.ListValue `tfsdk:"networks"` // contains filtered or unexported fields }
func NewDhcpSnoopingValue ¶
func NewDhcpSnoopingValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (DhcpSnoopingValue, diag.Diagnostics)
func NewDhcpSnoopingValueNull ¶
func NewDhcpSnoopingValueNull() DhcpSnoopingValue
func NewDhcpSnoopingValueUnknown ¶
func NewDhcpSnoopingValueUnknown() DhcpSnoopingValue
func (DhcpSnoopingValue) AttributeTypes ¶
func (DhcpSnoopingValue) IsNull ¶
func (v DhcpSnoopingValue) IsNull() bool
func (DhcpSnoopingValue) IsUnknown ¶
func (v DhcpSnoopingValue) IsUnknown() bool
func (DhcpSnoopingValue) String ¶
func (v DhcpSnoopingValue) String() string
func (DhcpSnoopingValue) ToObjectValue ¶
func (v DhcpSnoopingValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (DhcpSnoopingValue) ToTerraformValue ¶
type DhcpdConfigType ¶
type DhcpdConfigType struct {
basetypes.ObjectType
}
func (DhcpdConfigType) String ¶
func (t DhcpdConfigType) String() string
func (DhcpdConfigType) ValueFromObject ¶
func (t DhcpdConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (DhcpdConfigType) ValueFromTerraform ¶
type DhcpdConfigValue ¶
type DhcpdConfigValue struct { Config basetypes.MapValue `tfsdk:"config"` Enabled basetypes.BoolValue `tfsdk:"enabled"` // contains filtered or unexported fields }
func NewDhcpdConfigValue ¶
func NewDhcpdConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (DhcpdConfigValue, diag.Diagnostics)
func NewDhcpdConfigValueMust ¶
func NewDhcpdConfigValueNull ¶
func NewDhcpdConfigValueNull() DhcpdConfigValue
func NewDhcpdConfigValueUnknown ¶
func NewDhcpdConfigValueUnknown() DhcpdConfigValue
func (DhcpdConfigValue) AttributeTypes ¶
func (DhcpdConfigValue) IsNull ¶
func (v DhcpdConfigValue) IsNull() bool
func (DhcpdConfigValue) IsUnknown ¶
func (v DhcpdConfigValue) IsUnknown() bool
func (DhcpdConfigValue) String ¶
func (v DhcpdConfigValue) String() string
func (DhcpdConfigValue) ToObjectValue ¶
func (v DhcpdConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (DhcpdConfigValue) ToTerraformValue ¶
type EvpnConfigType ¶
type EvpnConfigType struct {
basetypes.ObjectType
}
func (EvpnConfigType) String ¶
func (t EvpnConfigType) String() string
func (EvpnConfigType) ValueFromObject ¶
func (t EvpnConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (EvpnConfigType) ValueFromTerraform ¶
type EvpnConfigValue ¶
type EvpnConfigValue struct { Enabled basetypes.BoolValue `tfsdk:"enabled"` Role basetypes.StringValue `tfsdk:"role"` // contains filtered or unexported fields }
func NewEvpnConfigValue ¶
func NewEvpnConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (EvpnConfigValue, diag.Diagnostics)
func NewEvpnConfigValueMust ¶
func NewEvpnConfigValueNull ¶
func NewEvpnConfigValueNull() EvpnConfigValue
func NewEvpnConfigValueUnknown ¶
func NewEvpnConfigValueUnknown() EvpnConfigValue
func (EvpnConfigValue) AttributeTypes ¶
func (EvpnConfigValue) IsNull ¶
func (v EvpnConfigValue) IsNull() bool
func (EvpnConfigValue) IsUnknown ¶
func (v EvpnConfigValue) IsUnknown() bool
func (EvpnConfigValue) String ¶
func (v EvpnConfigValue) String() string
func (EvpnConfigValue) ToObjectValue ¶
func (v EvpnConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (EvpnConfigValue) ToTerraformValue ¶
type ExtraRoutes6Type ¶
type ExtraRoutes6Type struct {
basetypes.ObjectType
}
func (ExtraRoutes6Type) String ¶
func (t ExtraRoutes6Type) String() string
func (ExtraRoutes6Type) ValueFromObject ¶
func (t ExtraRoutes6Type) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ExtraRoutes6Type) ValueFromTerraform ¶
type ExtraRoutes6Value ¶
type ExtraRoutes6Value struct { Discard basetypes.BoolValue `tfsdk:"discard"` Metric basetypes.Int64Value `tfsdk:"metric"` NextQualified basetypes.MapValue `tfsdk:"next_qualified"` NoResolve basetypes.BoolValue `tfsdk:"no_resolve"` Preference basetypes.Int64Value `tfsdk:"preference"` Via basetypes.StringValue `tfsdk:"via"` // contains filtered or unexported fields }
func NewExtraRoutes6Value ¶
func NewExtraRoutes6Value(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ExtraRoutes6Value, diag.Diagnostics)
func NewExtraRoutes6ValueNull ¶
func NewExtraRoutes6ValueNull() ExtraRoutes6Value
func NewExtraRoutes6ValueUnknown ¶
func NewExtraRoutes6ValueUnknown() ExtraRoutes6Value
func (ExtraRoutes6Value) AttributeTypes ¶
func (ExtraRoutes6Value) IsNull ¶
func (v ExtraRoutes6Value) IsNull() bool
func (ExtraRoutes6Value) IsUnknown ¶
func (v ExtraRoutes6Value) IsUnknown() bool
func (ExtraRoutes6Value) String ¶
func (v ExtraRoutes6Value) String() string
func (ExtraRoutes6Value) ToObjectValue ¶
func (v ExtraRoutes6Value) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ExtraRoutes6Value) ToTerraformValue ¶
type ExtraRoutesType ¶
type ExtraRoutesType struct {
basetypes.ObjectType
}
func (ExtraRoutesType) String ¶
func (t ExtraRoutesType) String() string
func (ExtraRoutesType) ValueFromObject ¶
func (t ExtraRoutesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ExtraRoutesType) ValueFromTerraform ¶
type ExtraRoutesValue ¶
type ExtraRoutesValue struct { Discard basetypes.BoolValue `tfsdk:"discard"` Metric basetypes.Int64Value `tfsdk:"metric"` NextQualified basetypes.MapValue `tfsdk:"next_qualified"` NoResolve basetypes.BoolValue `tfsdk:"no_resolve"` Preference basetypes.Int64Value `tfsdk:"preference"` Via basetypes.StringValue `tfsdk:"via"` // contains filtered or unexported fields }
func NewExtraRoutesValue ¶
func NewExtraRoutesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ExtraRoutesValue, diag.Diagnostics)
func NewExtraRoutesValueMust ¶
func NewExtraRoutesValueNull ¶
func NewExtraRoutesValueNull() ExtraRoutesValue
func NewExtraRoutesValueUnknown ¶
func NewExtraRoutesValueUnknown() ExtraRoutesValue
func (ExtraRoutesValue) AttributeTypes ¶
func (ExtraRoutesValue) IsNull ¶
func (v ExtraRoutesValue) IsNull() bool
func (ExtraRoutesValue) IsUnknown ¶
func (v ExtraRoutesValue) IsUnknown() bool
func (ExtraRoutesValue) String ¶
func (v ExtraRoutesValue) String() string
func (ExtraRoutesValue) ToObjectValue ¶
func (v ExtraRoutesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ExtraRoutesValue) ToTerraformValue ¶
type FilesType ¶
type FilesType struct {
basetypes.ObjectType
}
func (FilesType) ValueFromObject ¶
func (t FilesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (FilesType) ValueFromTerraform ¶
type FilesValue ¶
type FilesValue struct { Archive basetypes.ObjectValue `tfsdk:"archive"` Contents basetypes.ListValue `tfsdk:"contents"` ExplicitPriority basetypes.BoolValue `tfsdk:"explicit_priority"` File basetypes.StringValue `tfsdk:"file"` Match basetypes.StringValue `tfsdk:"match"` StructuredData basetypes.BoolValue `tfsdk:"structured_data"` // contains filtered or unexported fields }
func NewFilesValue ¶
func NewFilesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FilesValue, diag.Diagnostics)
func NewFilesValueMust ¶
func NewFilesValueNull ¶
func NewFilesValueNull() FilesValue
func NewFilesValueUnknown ¶
func NewFilesValueUnknown() FilesValue
func (FilesValue) AttributeTypes ¶
func (FilesValue) IsNull ¶
func (v FilesValue) IsNull() bool
func (FilesValue) IsUnknown ¶
func (v FilesValue) IsUnknown() bool
func (FilesValue) String ¶
func (v FilesValue) String() string
func (FilesValue) ToObjectValue ¶
func (v FilesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (FilesValue) ToTerraformValue ¶
type FixedBindingsType ¶
type FixedBindingsType struct {
basetypes.ObjectType
}
func (FixedBindingsType) String ¶
func (t FixedBindingsType) String() string
func (FixedBindingsType) ValueFromObject ¶
func (t FixedBindingsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (FixedBindingsType) ValueFromTerraform ¶
type FixedBindingsValue ¶
type FixedBindingsValue struct { Ip basetypes.StringValue `tfsdk:"ip"` Name basetypes.StringValue `tfsdk:"name"` // contains filtered or unexported fields }
func NewFixedBindingsValue ¶
func NewFixedBindingsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (FixedBindingsValue, diag.Diagnostics)
func NewFixedBindingsValueNull ¶
func NewFixedBindingsValueNull() FixedBindingsValue
func NewFixedBindingsValueUnknown ¶
func NewFixedBindingsValueUnknown() FixedBindingsValue
func (FixedBindingsValue) AttributeTypes ¶
func (FixedBindingsValue) IsNull ¶
func (v FixedBindingsValue) IsNull() bool
func (FixedBindingsValue) IsUnknown ¶
func (v FixedBindingsValue) IsUnknown() bool
func (FixedBindingsValue) String ¶
func (v FixedBindingsValue) String() string
func (FixedBindingsValue) ToObjectValue ¶
func (v FixedBindingsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (FixedBindingsValue) ToTerraformValue ¶
type GroupsType ¶
type GroupsType struct {
basetypes.ObjectType
}
func (GroupsType) String ¶
func (t GroupsType) String() string
func (GroupsType) ValueFromObject ¶
func (t GroupsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (GroupsType) ValueFromTerraform ¶
type GroupsValue ¶
type GroupsValue struct { Priority basetypes.Int64Value `tfsdk:"priority"` // contains filtered or unexported fields }
func NewGroupsValue ¶
func NewGroupsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (GroupsValue, diag.Diagnostics)
func NewGroupsValueMust ¶
func NewGroupsValueNull ¶
func NewGroupsValueNull() GroupsValue
func NewGroupsValueUnknown ¶
func NewGroupsValueUnknown() GroupsValue
func (GroupsValue) AttributeTypes ¶
func (GroupsValue) IsNull ¶
func (v GroupsValue) IsNull() bool
func (GroupsValue) IsUnknown ¶
func (v GroupsValue) IsUnknown() bool
func (GroupsValue) String ¶
func (v GroupsValue) String() string
func (GroupsValue) ToObjectValue ¶
func (v GroupsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (GroupsValue) ToTerraformValue ¶
type IpConfigType ¶
type IpConfigType struct {
basetypes.ObjectType
}
func (IpConfigType) String ¶
func (t IpConfigType) String() string
func (IpConfigType) ValueFromObject ¶
func (t IpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (IpConfigType) ValueFromTerraform ¶
type IpConfigValue ¶
type IpConfigValue struct { Dns basetypes.ListValue `tfsdk:"dns"` DnsSuffix basetypes.ListValue `tfsdk:"dns_suffix"` Gateway basetypes.StringValue `tfsdk:"gateway"` Ip basetypes.StringValue `tfsdk:"ip"` Netmask basetypes.StringValue `tfsdk:"netmask"` Network basetypes.StringValue `tfsdk:"network"` IpConfigType basetypes.StringValue `tfsdk:"type"` // contains filtered or unexported fields }
func NewIpConfigValue ¶
func NewIpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (IpConfigValue, diag.Diagnostics)
func NewIpConfigValueMust ¶
func NewIpConfigValueNull ¶
func NewIpConfigValueNull() IpConfigValue
func NewIpConfigValueUnknown ¶
func NewIpConfigValueUnknown() IpConfigValue
func (IpConfigValue) AttributeTypes ¶
func (IpConfigValue) IsNull ¶
func (v IpConfigValue) IsNull() bool
func (IpConfigValue) IsUnknown ¶
func (v IpConfigValue) IsUnknown() bool
func (IpConfigValue) String ¶
func (v IpConfigValue) String() string
func (IpConfigValue) ToObjectValue ¶
func (v IpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (IpConfigValue) ToTerraformValue ¶
type MembersType ¶
type MembersType struct {
basetypes.ObjectType
}
func (MembersType) String ¶
func (t MembersType) String() string
func (MembersType) ValueFromObject ¶
func (t MembersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (MembersType) ValueFromTerraform ¶
type MembersValue ¶
type MembersValue struct { Mac basetypes.StringValue `tfsdk:"mac"` MemberId basetypes.Int64Value `tfsdk:"member_id"` VcRole basetypes.StringValue `tfsdk:"vc_role"` // contains filtered or unexported fields }
func NewMembersValue ¶
func NewMembersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (MembersValue, diag.Diagnostics)
func NewMembersValueMust ¶
func NewMembersValueNull ¶
func NewMembersValueNull() MembersValue
func NewMembersValueUnknown ¶
func NewMembersValueUnknown() MembersValue
func (MembersValue) AttributeTypes ¶
func (MembersValue) IsNull ¶
func (v MembersValue) IsNull() bool
func (MembersValue) IsUnknown ¶
func (v MembersValue) IsUnknown() bool
func (MembersValue) String ¶
func (v MembersValue) String() string
func (MembersValue) ToObjectValue ¶
func (v MembersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (MembersValue) ToTerraformValue ¶
type MistNacType ¶
type MistNacType struct {
basetypes.ObjectType
}
func (MistNacType) String ¶
func (t MistNacType) String() string
func (MistNacType) ValueFromObject ¶
func (t MistNacType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (MistNacType) ValueFromTerraform ¶
type MistNacValue ¶
type MistNacValue struct { Enabled basetypes.BoolValue `tfsdk:"enabled"` Network basetypes.StringValue `tfsdk:"network"` // 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 NewMistNacValueNull ¶
func NewMistNacValueNull() MistNacValue
func NewMistNacValueUnknown ¶
func NewMistNacValueUnknown() MistNacValue
func (MistNacValue) AttributeTypes ¶
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 (v MistNacValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (MistNacValue) ToTerraformValue ¶
type NetworksType ¶
type NetworksType struct {
basetypes.ObjectType
}
func (NetworksType) String ¶
func (t NetworksType) String() string
func (NetworksType) ValueFromObject ¶
func (t NetworksType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (NetworksType) ValueFromTerraform ¶
type NetworksValue ¶
type NetworksValue struct { Isolation basetypes.BoolValue `tfsdk:"isolation"` IsolationVlanId basetypes.StringValue `tfsdk:"isolation_vlan_id"` Subnet basetypes.StringValue `tfsdk:"subnet"` VlanId basetypes.StringValue `tfsdk:"vlan_id"` // contains filtered or unexported fields }
func NewNetworksValue ¶
func NewNetworksValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NetworksValue, diag.Diagnostics)
func NewNetworksValueMust ¶
func NewNetworksValueNull ¶
func NewNetworksValueNull() NetworksValue
func NewNetworksValueUnknown ¶
func NewNetworksValueUnknown() NetworksValue
func (NetworksValue) AttributeTypes ¶
func (NetworksValue) IsNull ¶
func (v NetworksValue) IsNull() bool
func (NetworksValue) IsUnknown ¶
func (v NetworksValue) IsUnknown() bool
func (NetworksValue) String ¶
func (v NetworksValue) String() string
func (NetworksValue) ToObjectValue ¶
func (v NetworksValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (NetworksValue) ToTerraformValue ¶
type NextQualifiedType ¶
type NextQualifiedType struct {
basetypes.ObjectType
}
func (NextQualifiedType) String ¶
func (t NextQualifiedType) String() string
func (NextQualifiedType) ValueFromObject ¶
func (t NextQualifiedType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (NextQualifiedType) ValueFromTerraform ¶
type NextQualifiedValue ¶
type NextQualifiedValue struct { Metric basetypes.Int64Value `tfsdk:"metric"` Preference basetypes.Int64Value `tfsdk:"preference"` // contains filtered or unexported fields }
func NewNextQualifiedValue ¶
func NewNextQualifiedValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NextQualifiedValue, diag.Diagnostics)
func NewNextQualifiedValueNull ¶
func NewNextQualifiedValueNull() NextQualifiedValue
func NewNextQualifiedValueUnknown ¶
func NewNextQualifiedValueUnknown() NextQualifiedValue
func (NextQualifiedValue) AttributeTypes ¶
func (NextQualifiedValue) IsNull ¶
func (v NextQualifiedValue) IsNull() bool
func (NextQualifiedValue) IsUnknown ¶
func (v NextQualifiedValue) IsUnknown() bool
func (NextQualifiedValue) String ¶
func (v NextQualifiedValue) String() string
func (NextQualifiedValue) ToObjectValue ¶
func (v NextQualifiedValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (NextQualifiedValue) ToTerraformValue ¶
type NotifyFilterType ¶
type NotifyFilterType struct {
basetypes.ObjectType
}
func (NotifyFilterType) String ¶
func (t NotifyFilterType) String() string
func (NotifyFilterType) ValueFromObject ¶
func (t NotifyFilterType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (NotifyFilterType) ValueFromTerraform ¶
type NotifyFilterValue ¶
type NotifyFilterValue struct { ProfileName basetypes.StringValue `tfsdk:"profile_name"` Snmpv3Contents basetypes.ListValue `tfsdk:"contents"` // contains filtered or unexported fields }
func NewNotifyFilterValue ¶
func NewNotifyFilterValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NotifyFilterValue, diag.Diagnostics)
func NewNotifyFilterValueNull ¶
func NewNotifyFilterValueNull() NotifyFilterValue
func NewNotifyFilterValueUnknown ¶
func NewNotifyFilterValueUnknown() NotifyFilterValue
func (NotifyFilterValue) AttributeTypes ¶
func (NotifyFilterValue) IsNull ¶
func (v NotifyFilterValue) IsNull() bool
func (NotifyFilterValue) IsUnknown ¶
func (v NotifyFilterValue) IsUnknown() bool
func (NotifyFilterValue) String ¶
func (v NotifyFilterValue) String() string
func (NotifyFilterValue) ToObjectValue ¶
func (v NotifyFilterValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (NotifyFilterValue) ToTerraformValue ¶
type NotifyType ¶
type NotifyType struct {
basetypes.ObjectType
}
func (NotifyType) String ¶
func (t NotifyType) String() string
func (NotifyType) ValueFromObject ¶
func (t NotifyType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (NotifyType) ValueFromTerraform ¶
type NotifyValue ¶
type NotifyValue struct { Name basetypes.StringValue `tfsdk:"name"` Tag basetypes.StringValue `tfsdk:"tag"` NotifyType basetypes.StringValue `tfsdk:"type"` // contains filtered or unexported fields }
func NewNotifyValue ¶
func NewNotifyValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (NotifyValue, diag.Diagnostics)
func NewNotifyValueMust ¶
func NewNotifyValueNull ¶
func NewNotifyValueNull() NotifyValue
func NewNotifyValueUnknown ¶
func NewNotifyValueUnknown() NotifyValue
func (NotifyValue) AttributeTypes ¶
func (NotifyValue) IsNull ¶
func (v NotifyValue) IsNull() bool
func (NotifyValue) IsUnknown ¶
func (v NotifyValue) IsUnknown() bool
func (NotifyValue) String ¶
func (v NotifyValue) String() string
func (NotifyValue) ToObjectValue ¶
func (v NotifyValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (NotifyValue) ToTerraformValue ¶
type OobIpConfigType ¶
type OobIpConfigType struct {
basetypes.ObjectType
}
func (OobIpConfigType) String ¶
func (t OobIpConfigType) String() string
func (OobIpConfigType) ValueFromObject ¶
func (t OobIpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OobIpConfigType) ValueFromTerraform ¶
type OobIpConfigValue ¶
type OobIpConfigValue struct { Gateway basetypes.StringValue `tfsdk:"gateway"` Ip basetypes.StringValue `tfsdk:"ip"` Netmask basetypes.StringValue `tfsdk:"netmask"` Network basetypes.StringValue `tfsdk:"network"` OobIpConfigType basetypes.StringValue `tfsdk:"type"` UseMgmtVrf basetypes.BoolValue `tfsdk:"use_mgmt_vrf"` UseMgmtVrfForHostOut basetypes.BoolValue `tfsdk:"use_mgmt_vrf_for_host_out"` // 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 NewOobIpConfigValueNull ¶
func NewOobIpConfigValueNull() OobIpConfigValue
func NewOobIpConfigValueUnknown ¶
func NewOobIpConfigValueUnknown() OobIpConfigValue
func (OobIpConfigValue) AttributeTypes ¶
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 (v OobIpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OobIpConfigValue) ToTerraformValue ¶
type OptionsType ¶
type OptionsType struct {
basetypes.ObjectType
}
func (OptionsType) String ¶
func (t OptionsType) String() string
func (OptionsType) ValueFromObject ¶
func (t OptionsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OptionsType) ValueFromTerraform ¶
type OptionsValue ¶
type OptionsValue struct { OptionsType basetypes.StringValue `tfsdk:"type"` Value basetypes.StringValue `tfsdk:"value"` // contains filtered or unexported fields }
func NewOptionsValue ¶
func NewOptionsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OptionsValue, diag.Diagnostics)
func NewOptionsValueMust ¶
func NewOptionsValueNull ¶
func NewOptionsValueNull() OptionsValue
func NewOptionsValueUnknown ¶
func NewOptionsValueUnknown() OptionsValue
func (OptionsValue) AttributeTypes ¶
func (OptionsValue) IsNull ¶
func (v OptionsValue) IsNull() bool
func (OptionsValue) IsUnknown ¶
func (v OptionsValue) IsUnknown() bool
func (OptionsValue) String ¶
func (v OptionsValue) String() string
func (OptionsValue) ToObjectValue ¶
func (v OptionsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OptionsValue) ToTerraformValue ¶
type OspfConfigType ¶
type OspfConfigType struct {
basetypes.ObjectType
}
func (OspfConfigType) String ¶
func (t OspfConfigType) String() string
func (OspfConfigType) ValueFromObject ¶
func (t OspfConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OspfConfigType) ValueFromTerraform ¶
type OspfConfigValue ¶
type OspfConfigValue struct { Areas basetypes.MapValue `tfsdk:"areas"` Enabled basetypes.BoolValue `tfsdk:"enabled"` ReferenceBandwidth basetypes.StringValue `tfsdk:"reference_bandwidth"` // contains filtered or unexported fields }
func NewOspfConfigValue ¶
func NewOspfConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OspfConfigValue, diag.Diagnostics)
func NewOspfConfigValueMust ¶
func NewOspfConfigValueNull ¶
func NewOspfConfigValueNull() OspfConfigValue
func NewOspfConfigValueUnknown ¶
func NewOspfConfigValueUnknown() OspfConfigValue
func (OspfConfigValue) AttributeTypes ¶
func (OspfConfigValue) IsNull ¶
func (v OspfConfigValue) IsNull() bool
func (OspfConfigValue) IsUnknown ¶
func (v OspfConfigValue) IsUnknown() bool
func (OspfConfigValue) String ¶
func (v OspfConfigValue) String() string
func (OspfConfigValue) ToObjectValue ¶
func (v OspfConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OspfConfigValue) ToTerraformValue ¶
type OtherIpConfigsType ¶
type OtherIpConfigsType struct {
basetypes.ObjectType
}
func (OtherIpConfigsType) String ¶
func (t OtherIpConfigsType) String() string
func (OtherIpConfigsType) ValueFromObject ¶
func (t OtherIpConfigsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (OtherIpConfigsType) ValueFromTerraform ¶
type OtherIpConfigsValue ¶
type OtherIpConfigsValue struct { EvpnAnycast basetypes.BoolValue `tfsdk:"evpn_anycast"` Ip basetypes.StringValue `tfsdk:"ip"` Ip6 basetypes.StringValue `tfsdk:"ip6"` Netmask basetypes.StringValue `tfsdk:"netmask"` Netmask6 basetypes.StringValue `tfsdk:"netmask6"` OtherIpConfigsType basetypes.StringValue `tfsdk:"type"` Type6 basetypes.StringValue `tfsdk:"type6"` // contains filtered or unexported fields }
func NewOtherIpConfigsValue ¶
func NewOtherIpConfigsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (OtherIpConfigsValue, diag.Diagnostics)
func NewOtherIpConfigsValueNull ¶
func NewOtherIpConfigsValueNull() OtherIpConfigsValue
func NewOtherIpConfigsValueUnknown ¶
func NewOtherIpConfigsValueUnknown() OtherIpConfigsValue
func (OtherIpConfigsValue) AttributeTypes ¶
func (OtherIpConfigsValue) IsNull ¶
func (v OtherIpConfigsValue) IsNull() bool
func (OtherIpConfigsValue) IsUnknown ¶
func (v OtherIpConfigsValue) IsUnknown() bool
func (OtherIpConfigsValue) String ¶
func (v OtherIpConfigsValue) String() string
func (OtherIpConfigsValue) ToObjectValue ¶
func (v OtherIpConfigsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (OtherIpConfigsValue) ToTerraformValue ¶
type PortConfigType ¶
type PortConfigType struct {
basetypes.ObjectType
}
func (PortConfigType) String ¶
func (t PortConfigType) String() string
func (PortConfigType) ValueFromObject ¶
func (t PortConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (PortConfigType) ValueFromTerraform ¶
type PortConfigValue ¶
type PortConfigValue struct { AeDisableLacp basetypes.BoolValue `tfsdk:"ae_disable_lacp"` AeIdx basetypes.Int64Value `tfsdk:"ae_idx"` AeLacpSlow basetypes.BoolValue `tfsdk:"ae_lacp_slow"` Aggregated basetypes.BoolValue `tfsdk:"aggregated"` Critical basetypes.BoolValue `tfsdk:"critical"` Description basetypes.StringValue `tfsdk:"description"` DisableAutoneg basetypes.BoolValue `tfsdk:"disable_autoneg"` Duplex basetypes.StringValue `tfsdk:"duplex"` DynamicUsage basetypes.StringValue `tfsdk:"dynamic_usage"` Esilag basetypes.BoolValue `tfsdk:"esilag"` Mtu basetypes.Int64Value `tfsdk:"mtu"` NoLocalOverwrite basetypes.BoolValue `tfsdk:"no_local_overwrite"` PoeDisabled basetypes.BoolValue `tfsdk:"poe_disabled"` Speed basetypes.StringValue `tfsdk:"speed"` Usage basetypes.StringValue `tfsdk:"usage"` // contains filtered or unexported fields }
func NewPortConfigValue ¶
func NewPortConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PortConfigValue, diag.Diagnostics)
func NewPortConfigValueMust ¶
func NewPortConfigValueNull ¶
func NewPortConfigValueNull() PortConfigValue
func NewPortConfigValueUnknown ¶
func NewPortConfigValueUnknown() PortConfigValue
func (PortConfigValue) AttributeTypes ¶
func (PortConfigValue) IsNull ¶
func (v PortConfigValue) IsNull() bool
func (PortConfigValue) IsUnknown ¶
func (v PortConfigValue) IsUnknown() bool
func (PortConfigValue) String ¶
func (v PortConfigValue) String() string
func (PortConfigValue) ToObjectValue ¶
func (v PortConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (PortConfigValue) ToTerraformValue ¶
type PortMirroringType ¶
type PortMirroringType struct {
basetypes.ObjectType
}
func (PortMirroringType) String ¶
func (t PortMirroringType) String() string
func (PortMirroringType) ValueFromObject ¶
func (t PortMirroringType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (PortMirroringType) ValueFromTerraform ¶
type PortMirroringValue ¶
type PortMirroringValue struct { InputNetworksIngress basetypes.ListValue `tfsdk:"input_networks_ingress"` InputPortIdsEgress basetypes.ListValue `tfsdk:"input_port_ids_egress"` InputPortIdsIngress basetypes.ListValue `tfsdk:"input_port_ids_ingress"` OutputNetwork basetypes.StringValue `tfsdk:"output_network"` OutputPortId basetypes.StringValue `tfsdk:"output_port_id"` // contains filtered or unexported fields }
func NewPortMirroringValue ¶
func NewPortMirroringValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PortMirroringValue, diag.Diagnostics)
func NewPortMirroringValueNull ¶
func NewPortMirroringValueNull() PortMirroringValue
func NewPortMirroringValueUnknown ¶
func NewPortMirroringValueUnknown() PortMirroringValue
func (PortMirroringValue) AttributeTypes ¶
func (PortMirroringValue) IsNull ¶
func (v PortMirroringValue) IsNull() bool
func (PortMirroringValue) IsUnknown ¶
func (v PortMirroringValue) IsUnknown() bool
func (PortMirroringValue) String ¶
func (v PortMirroringValue) String() string
func (PortMirroringValue) ToObjectValue ¶
func (v PortMirroringValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (PortMirroringValue) ToTerraformValue ¶
type PortUsagesType ¶
type PortUsagesType struct {
basetypes.ObjectType
}
func (PortUsagesType) String ¶
func (t PortUsagesType) String() string
func (PortUsagesType) ValueFromObject ¶
func (t PortUsagesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (PortUsagesType) ValueFromTerraform ¶
type PortUsagesValue ¶
type PortUsagesValue struct { AllNetworks basetypes.BoolValue `tfsdk:"all_networks"` AllowDhcpd basetypes.BoolValue `tfsdk:"allow_dhcpd"` AllowMultipleSupplicants basetypes.BoolValue `tfsdk:"allow_multiple_supplicants"` BypassAuthWhenServerDown basetypes.BoolValue `tfsdk:"bypass_auth_when_server_down"` BypassAuthWhenServerDownForUnkonwnClient basetypes.BoolValue `tfsdk:"bypass_auth_when_server_down_for_unkonwn_client"` Description basetypes.StringValue `tfsdk:"description"` DisableAutoneg basetypes.BoolValue `tfsdk:"disable_autoneg"` Disabled basetypes.BoolValue `tfsdk:"disabled"` Duplex basetypes.StringValue `tfsdk:"duplex"` DynamicVlanNetworks basetypes.ListValue `tfsdk:"dynamic_vlan_networks"` EnableMacAuth basetypes.BoolValue `tfsdk:"enable_mac_auth"` EnableQos basetypes.BoolValue `tfsdk:"enable_qos"` GuestNetwork basetypes.StringValue `tfsdk:"guest_network"` InterSwitchLink basetypes.BoolValue `tfsdk:"inter_switch_link"` MacAuthOnly basetypes.BoolValue `tfsdk:"mac_auth_only"` MacAuthProtocol basetypes.StringValue `tfsdk:"mac_auth_protocol"` MacLimit basetypes.Int64Value `tfsdk:"mac_limit"` Mode basetypes.StringValue `tfsdk:"mode"` Mtu basetypes.Int64Value `tfsdk:"mtu"` Networks basetypes.ListValue `tfsdk:"networks"` PersistMac basetypes.BoolValue `tfsdk:"persist_mac"` PoeDisabled basetypes.BoolValue `tfsdk:"poe_disabled"` PortAuth basetypes.StringValue `tfsdk:"port_auth"` PortNetwork basetypes.StringValue `tfsdk:"port_network"` ReauthInterval basetypes.Int64Value `tfsdk:"reauth_interval"` RejectedNetwork basetypes.StringValue `tfsdk:"rejected_network"` ResetDefaultWhen basetypes.StringValue `tfsdk:"reset_default_when"` Rules basetypes.ListValue `tfsdk:"rules"` Speed basetypes.StringValue `tfsdk:"speed"` StormControl basetypes.ObjectValue `tfsdk:"storm_control"` StpEdge basetypes.BoolValue `tfsdk:"stp_edge"` VoipNetwork basetypes.StringValue `tfsdk:"voip_network"` // contains filtered or unexported fields }
func NewPortUsagesValue ¶
func NewPortUsagesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PortUsagesValue, diag.Diagnostics)
func NewPortUsagesValueMust ¶
func NewPortUsagesValueNull ¶
func NewPortUsagesValueNull() PortUsagesValue
func NewPortUsagesValueUnknown ¶
func NewPortUsagesValueUnknown() PortUsagesValue
func (PortUsagesValue) AttributeTypes ¶
func (PortUsagesValue) IsNull ¶
func (v PortUsagesValue) IsNull() bool
func (PortUsagesValue) IsUnknown ¶
func (v PortUsagesValue) IsUnknown() bool
func (PortUsagesValue) String ¶
func (v PortUsagesValue) String() string
func (PortUsagesValue) ToObjectValue ¶
func (v PortUsagesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (PortUsagesValue) ToTerraformValue ¶
type PrefixListType ¶
type PrefixListType struct {
basetypes.ObjectType
}
func (PrefixListType) String ¶
func (t PrefixListType) String() string
func (PrefixListType) ValueFromObject ¶
func (t PrefixListType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (PrefixListType) ValueFromTerraform ¶
type PrefixListValue ¶
type PrefixListValue struct { ContextPrefix basetypes.StringValue `tfsdk:"context_prefix"` NotifyView basetypes.StringValue `tfsdk:"notify_view"` ReadView basetypes.StringValue `tfsdk:"read_view"` SecurityLevel basetypes.StringValue `tfsdk:"security_level"` SecurityModel basetypes.StringValue `tfsdk:"security_model"` PrefixListType basetypes.StringValue `tfsdk:"type"` WriteView basetypes.StringValue `tfsdk:"write_view"` // contains filtered or unexported fields }
func NewPrefixListValue ¶
func NewPrefixListValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (PrefixListValue, diag.Diagnostics)
func NewPrefixListValueMust ¶
func NewPrefixListValueNull ¶
func NewPrefixListValueNull() PrefixListValue
func NewPrefixListValueUnknown ¶
func NewPrefixListValueUnknown() PrefixListValue
func (PrefixListValue) AttributeTypes ¶
func (PrefixListValue) IsNull ¶
func (v PrefixListValue) IsNull() bool
func (PrefixListValue) IsUnknown ¶
func (v PrefixListValue) IsUnknown() bool
func (PrefixListValue) String ¶
func (v PrefixListValue) String() string
func (PrefixListValue) ToObjectValue ¶
func (v PrefixListValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (PrefixListValue) ToTerraformValue ¶
type ProtectReType ¶
type ProtectReType struct {
basetypes.ObjectType
}
func (ProtectReType) String ¶
func (t ProtectReType) String() string
func (ProtectReType) ValueFromObject ¶
func (t ProtectReType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ProtectReType) ValueFromTerraform ¶
type ProtectReValue ¶
type ProtectReValue struct { AllowedServices basetypes.ListValue `tfsdk:"allowed_services"` Custom basetypes.ListValue `tfsdk:"custom"` Enabled basetypes.BoolValue `tfsdk:"enabled"` TrustedHosts basetypes.ListValue `tfsdk:"trusted_hosts"` // contains filtered or unexported fields }
func NewProtectReValue ¶
func NewProtectReValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ProtectReValue, diag.Diagnostics)
func NewProtectReValueMust ¶
func NewProtectReValueNull ¶
func NewProtectReValueNull() ProtectReValue
func NewProtectReValueUnknown ¶
func NewProtectReValueUnknown() ProtectReValue
func (ProtectReValue) AttributeTypes ¶
func (ProtectReValue) IsNull ¶
func (v ProtectReValue) IsNull() bool
func (ProtectReValue) IsUnknown ¶
func (v ProtectReValue) IsUnknown() bool
func (ProtectReValue) String ¶
func (v ProtectReValue) String() string
func (ProtectReValue) ToObjectValue ¶
func (v ProtectReValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ProtectReValue) ToTerraformValue ¶
type RadiusConfigType ¶
type RadiusConfigType struct {
basetypes.ObjectType
}
func (RadiusConfigType) String ¶
func (t RadiusConfigType) String() string
func (RadiusConfigType) ValueFromObject ¶
func (t RadiusConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (RadiusConfigType) ValueFromTerraform ¶
type RadiusConfigValue ¶
type RadiusConfigValue struct { AcctInterimInterval basetypes.Int64Value `tfsdk:"acct_interim_interval"` AcctServers basetypes.ListValue `tfsdk:"acct_servers"` AuthServers basetypes.ListValue `tfsdk:"auth_servers"` AuthServersRetries basetypes.Int64Value `tfsdk:"auth_servers_retries"` AuthServersTimeout basetypes.Int64Value `tfsdk:"auth_servers_timeout"` CoaEnabled basetypes.BoolValue `tfsdk:"coa_enabled"` CoaPort basetypes.Int64Value `tfsdk:"coa_port"` Network basetypes.StringValue `tfsdk:"network"` SourceIp basetypes.StringValue `tfsdk:"source_ip"` // contains filtered or unexported fields }
func NewRadiusConfigValue ¶
func NewRadiusConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RadiusConfigValue, diag.Diagnostics)
func NewRadiusConfigValueNull ¶
func NewRadiusConfigValueNull() RadiusConfigValue
func NewRadiusConfigValueUnknown ¶
func NewRadiusConfigValueUnknown() RadiusConfigValue
func (RadiusConfigValue) AttributeTypes ¶
func (RadiusConfigValue) IsNull ¶
func (v RadiusConfigValue) IsNull() bool
func (RadiusConfigValue) IsUnknown ¶
func (v RadiusConfigValue) IsUnknown() bool
func (RadiusConfigValue) String ¶
func (v RadiusConfigValue) String() string
func (RadiusConfigValue) ToObjectValue ¶
func (v RadiusConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (RadiusConfigValue) ToTerraformValue ¶
type RemoteSyslogType ¶
type RemoteSyslogType struct {
basetypes.ObjectType
}
func (RemoteSyslogType) String ¶
func (t RemoteSyslogType) String() string
func (RemoteSyslogType) ValueFromObject ¶
func (t RemoteSyslogType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (RemoteSyslogType) ValueFromTerraform ¶
type RemoteSyslogValue ¶
type RemoteSyslogValue struct { Archive basetypes.ObjectValue `tfsdk:"archive"` Console basetypes.ObjectValue `tfsdk:"console"` Enabled basetypes.BoolValue `tfsdk:"enabled"` Files basetypes.ListValue `tfsdk:"files"` Network basetypes.StringValue `tfsdk:"network"` SendToAllServers basetypes.BoolValue `tfsdk:"send_to_all_servers"` Servers basetypes.ListValue `tfsdk:"servers"` TimeFormat basetypes.StringValue `tfsdk:"time_format"` Users basetypes.ListValue `tfsdk:"users"` // contains filtered or unexported fields }
func NewRemoteSyslogValue ¶
func NewRemoteSyslogValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RemoteSyslogValue, diag.Diagnostics)
func NewRemoteSyslogValueNull ¶
func NewRemoteSyslogValueNull() RemoteSyslogValue
func NewRemoteSyslogValueUnknown ¶
func NewRemoteSyslogValueUnknown() RemoteSyslogValue
func (RemoteSyslogValue) AttributeTypes ¶
func (RemoteSyslogValue) IsNull ¶
func (v RemoteSyslogValue) IsNull() bool
func (RemoteSyslogValue) IsUnknown ¶
func (v RemoteSyslogValue) IsUnknown() bool
func (RemoteSyslogValue) String ¶
func (v RemoteSyslogValue) String() string
func (RemoteSyslogValue) ToObjectValue ¶
func (v RemoteSyslogValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (RemoteSyslogValue) ToTerraformValue ¶
type RulesType ¶
type RulesType struct {
basetypes.ObjectType
}
func (RulesType) ValueFromObject ¶
func (t RulesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (RulesType) ValueFromTerraform ¶
type RulesValue ¶
type RulesValue struct { Equals basetypes.StringValue `tfsdk:"equals"` EqualsAny basetypes.ListValue `tfsdk:"equals_any"` Expression basetypes.StringValue `tfsdk:"expression"` Src basetypes.StringValue `tfsdk:"src"` Usage basetypes.StringValue `tfsdk:"usage"` // contains filtered or unexported fields }
func NewRulesValue ¶
func NewRulesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RulesValue, diag.Diagnostics)
func NewRulesValueMust ¶
func NewRulesValueNull ¶
func NewRulesValueNull() RulesValue
func NewRulesValueUnknown ¶
func NewRulesValueUnknown() RulesValue
func (RulesValue) AttributeTypes ¶
func (RulesValue) IsNull ¶
func (v RulesValue) IsNull() bool
func (RulesValue) IsUnknown ¶
func (v RulesValue) IsUnknown() bool
func (RulesValue) String ¶
func (v RulesValue) String() string
func (RulesValue) ToObjectValue ¶
func (v RulesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (RulesValue) ToTerraformValue ¶
type SecurityToGroupType ¶
type SecurityToGroupType struct {
basetypes.ObjectType
}
func (SecurityToGroupType) String ¶
func (t SecurityToGroupType) String() string
func (SecurityToGroupType) ValueFromObject ¶
func (t SecurityToGroupType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SecurityToGroupType) ValueFromTerraform ¶
type SecurityToGroupValue ¶
type SecurityToGroupValue struct { SecurityModel basetypes.StringValue `tfsdk:"security_model"` Snmpv3VacmContent basetypes.ListValue `tfsdk:"content"` // contains filtered or unexported fields }
func NewSecurityToGroupValue ¶
func NewSecurityToGroupValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SecurityToGroupValue, diag.Diagnostics)
func NewSecurityToGroupValueNull ¶
func NewSecurityToGroupValueNull() SecurityToGroupValue
func NewSecurityToGroupValueUnknown ¶
func NewSecurityToGroupValueUnknown() SecurityToGroupValue
func (SecurityToGroupValue) AttributeTypes ¶
func (SecurityToGroupValue) IsNull ¶
func (v SecurityToGroupValue) IsNull() bool
func (SecurityToGroupValue) IsUnknown ¶
func (v SecurityToGroupValue) IsUnknown() bool
func (SecurityToGroupValue) String ¶
func (v SecurityToGroupValue) String() string
func (SecurityToGroupValue) ToObjectValue ¶
func (v SecurityToGroupValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SecurityToGroupValue) ToTerraformValue ¶
type ServersType ¶
type ServersType struct {
basetypes.ObjectType
}
func (ServersType) String ¶
func (t ServersType) String() string
func (ServersType) ValueFromObject ¶
func (t ServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ServersType) ValueFromTerraform ¶
type ServersValue ¶
type ServersValue struct { Contents basetypes.ListValue `tfsdk:"contents"` ExplicitPriority basetypes.BoolValue `tfsdk:"explicit_priority"` Facility basetypes.StringValue `tfsdk:"facility"` Host basetypes.StringValue `tfsdk:"host"` Match basetypes.StringValue `tfsdk:"match"` Port basetypes.Int64Value `tfsdk:"port"` Protocol basetypes.StringValue `tfsdk:"protocol"` RoutingInstance basetypes.StringValue `tfsdk:"routing_instance"` Severity basetypes.StringValue `tfsdk:"severity"` SourceAddress basetypes.StringValue `tfsdk:"source_address"` StructuredData basetypes.BoolValue `tfsdk:"structured_data"` Tag basetypes.StringValue `tfsdk:"tag"` // contains filtered or unexported fields }
func NewServersValue ¶
func NewServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ServersValue, diag.Diagnostics)
func NewServersValueMust ¶
func NewServersValueNull ¶
func NewServersValueNull() ServersValue
func NewServersValueUnknown ¶
func NewServersValueUnknown() ServersValue
func (ServersValue) AttributeTypes ¶
func (ServersValue) IsNull ¶
func (v ServersValue) IsNull() bool
func (ServersValue) IsUnknown ¶
func (v ServersValue) IsUnknown() bool
func (ServersValue) String ¶
func (v ServersValue) String() string
func (ServersValue) ToObjectValue ¶
func (v ServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ServersValue) ToTerraformValue ¶
type SnmpConfigType ¶
type SnmpConfigType struct {
basetypes.ObjectType
}
func (SnmpConfigType) String ¶
func (t SnmpConfigType) String() string
func (SnmpConfigType) ValueFromObject ¶
func (t SnmpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SnmpConfigType) ValueFromTerraform ¶
type SnmpConfigValue ¶
type SnmpConfigValue struct { ClientList basetypes.ListValue `tfsdk:"client_list"` Contact basetypes.StringValue `tfsdk:"contact"` Description basetypes.StringValue `tfsdk:"description"` Enabled basetypes.BoolValue `tfsdk:"enabled"` EngineId basetypes.StringValue `tfsdk:"engine_id"` Location basetypes.StringValue `tfsdk:"location"` Name basetypes.StringValue `tfsdk:"name"` Network basetypes.StringValue `tfsdk:"network"` TrapGroups basetypes.ListValue `tfsdk:"trap_groups"` V2cConfig basetypes.ListValue `tfsdk:"v2c_config"` V3Config basetypes.ObjectValue `tfsdk:"v3_config"` Views basetypes.ListValue `tfsdk:"views"` // contains filtered or unexported fields }
func NewSnmpConfigValue ¶
func NewSnmpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SnmpConfigValue, diag.Diagnostics)
func NewSnmpConfigValueMust ¶
func NewSnmpConfigValueNull ¶
func NewSnmpConfigValueNull() SnmpConfigValue
func NewSnmpConfigValueUnknown ¶
func NewSnmpConfigValueUnknown() SnmpConfigValue
func (SnmpConfigValue) AttributeTypes ¶
func (SnmpConfigValue) IsNull ¶
func (v SnmpConfigValue) IsNull() bool
func (SnmpConfigValue) IsUnknown ¶
func (v SnmpConfigValue) IsUnknown() bool
func (SnmpConfigValue) String ¶
func (v SnmpConfigValue) String() string
func (SnmpConfigValue) ToObjectValue ¶
func (v SnmpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SnmpConfigValue) ToTerraformValue ¶
type Snmpv3ContentsType ¶
type Snmpv3ContentsType struct {
basetypes.ObjectType
}
func (Snmpv3ContentsType) String ¶
func (t Snmpv3ContentsType) String() string
func (Snmpv3ContentsType) ValueFromObject ¶
func (t Snmpv3ContentsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (Snmpv3ContentsType) ValueFromTerraform ¶
type Snmpv3ContentsValue ¶
type Snmpv3ContentsValue struct { Include basetypes.BoolValue `tfsdk:"include"` Oid basetypes.StringValue `tfsdk:"oid"` // contains filtered or unexported fields }
func NewSnmpv3ContentsValue ¶
func NewSnmpv3ContentsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (Snmpv3ContentsValue, diag.Diagnostics)
func NewSnmpv3ContentsValueNull ¶
func NewSnmpv3ContentsValueNull() Snmpv3ContentsValue
func NewSnmpv3ContentsValueUnknown ¶
func NewSnmpv3ContentsValueUnknown() Snmpv3ContentsValue
func (Snmpv3ContentsValue) AttributeTypes ¶
func (Snmpv3ContentsValue) IsNull ¶
func (v Snmpv3ContentsValue) IsNull() bool
func (Snmpv3ContentsValue) IsUnknown ¶
func (v Snmpv3ContentsValue) IsUnknown() bool
func (Snmpv3ContentsValue) String ¶
func (v Snmpv3ContentsValue) String() string
func (Snmpv3ContentsValue) ToObjectValue ¶
func (v Snmpv3ContentsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (Snmpv3ContentsValue) ToTerraformValue ¶
type Snmpv3UsersType ¶
type Snmpv3UsersType struct {
basetypes.ObjectType
}
func (Snmpv3UsersType) String ¶
func (t Snmpv3UsersType) String() string
func (Snmpv3UsersType) ValueFromObject ¶
func (t Snmpv3UsersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (Snmpv3UsersType) ValueFromTerraform ¶
type Snmpv3UsersValue ¶
type Snmpv3UsersValue struct { AuthenticationPassword basetypes.StringValue `tfsdk:"authentication_password"` AuthenticationType basetypes.StringValue `tfsdk:"authentication_type"` EncryptionPassword basetypes.StringValue `tfsdk:"encryption_password"` EncryptionType basetypes.StringValue `tfsdk:"encryption_type"` Name basetypes.StringValue `tfsdk:"name"` // contains filtered or unexported fields }
func NewSnmpv3UsersValue ¶
func NewSnmpv3UsersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (Snmpv3UsersValue, diag.Diagnostics)
func NewSnmpv3UsersValueMust ¶
func NewSnmpv3UsersValueNull ¶
func NewSnmpv3UsersValueNull() Snmpv3UsersValue
func NewSnmpv3UsersValueUnknown ¶
func NewSnmpv3UsersValueUnknown() Snmpv3UsersValue
func (Snmpv3UsersValue) AttributeTypes ¶
func (Snmpv3UsersValue) IsNull ¶
func (v Snmpv3UsersValue) IsNull() bool
func (Snmpv3UsersValue) IsUnknown ¶
func (v Snmpv3UsersValue) IsUnknown() bool
func (Snmpv3UsersValue) String ¶
func (v Snmpv3UsersValue) String() string
func (Snmpv3UsersValue) ToObjectValue ¶
func (v Snmpv3UsersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (Snmpv3UsersValue) ToTerraformValue ¶
type Snmpv3VacmContentType ¶
type Snmpv3VacmContentType struct {
basetypes.ObjectType
}
func (Snmpv3VacmContentType) String ¶
func (t Snmpv3VacmContentType) String() string
func (Snmpv3VacmContentType) ValueFromObject ¶
func (t Snmpv3VacmContentType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (Snmpv3VacmContentType) ValueFromTerraform ¶
type Snmpv3VacmContentValue ¶
type Snmpv3VacmContentValue struct { Group basetypes.StringValue `tfsdk:"group"` SecurityName basetypes.StringValue `tfsdk:"security_name"` // contains filtered or unexported fields }
func NewSnmpv3VacmContentValue ¶
func NewSnmpv3VacmContentValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (Snmpv3VacmContentValue, diag.Diagnostics)
func NewSnmpv3VacmContentValueNull ¶
func NewSnmpv3VacmContentValueNull() Snmpv3VacmContentValue
func NewSnmpv3VacmContentValueUnknown ¶
func NewSnmpv3VacmContentValueUnknown() Snmpv3VacmContentValue
func (Snmpv3VacmContentValue) AttributeTypes ¶
func (Snmpv3VacmContentValue) IsNull ¶
func (v Snmpv3VacmContentValue) IsNull() bool
func (Snmpv3VacmContentValue) IsUnknown ¶
func (v Snmpv3VacmContentValue) IsUnknown() bool
func (Snmpv3VacmContentValue) String ¶
func (v Snmpv3VacmContentValue) String() string
func (Snmpv3VacmContentValue) ToObjectValue ¶
func (v Snmpv3VacmContentValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (Snmpv3VacmContentValue) ToTerraformValue ¶
type SpecsType ¶
type SpecsType struct {
basetypes.ObjectType
}
func (SpecsType) ValueFromObject ¶
func (t SpecsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SpecsType) ValueFromTerraform ¶
type SpecsValue ¶
type SpecsValue struct { PortRange basetypes.StringValue `tfsdk:"port_range"` Protocol basetypes.StringValue `tfsdk:"protocol"` // contains filtered or unexported fields }
func NewSpecsValue ¶
func NewSpecsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SpecsValue, diag.Diagnostics)
func NewSpecsValueMust ¶
func NewSpecsValueNull ¶
func NewSpecsValueNull() SpecsValue
func NewSpecsValueUnknown ¶
func NewSpecsValueUnknown() SpecsValue
func (SpecsValue) AttributeTypes ¶
func (SpecsValue) IsNull ¶
func (v SpecsValue) IsNull() bool
func (SpecsValue) IsUnknown ¶
func (v SpecsValue) IsUnknown() bool
func (SpecsValue) String ¶
func (v SpecsValue) String() string
func (SpecsValue) ToObjectValue ¶
func (v SpecsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SpecsValue) ToTerraformValue ¶
type StormControlType ¶
type StormControlType struct {
basetypes.ObjectType
}
func (StormControlType) String ¶
func (t StormControlType) String() string
func (StormControlType) ValueFromObject ¶
func (t StormControlType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (StormControlType) ValueFromTerraform ¶
type StormControlValue ¶
type StormControlValue struct { NoBroadcast basetypes.BoolValue `tfsdk:"no_broadcast"` NoMulticast basetypes.BoolValue `tfsdk:"no_multicast"` NoRegisteredMulticast basetypes.BoolValue `tfsdk:"no_registered_multicast"` NoUnknownUnicast basetypes.BoolValue `tfsdk:"no_unknown_unicast"` Percentage basetypes.Int64Value `tfsdk:"percentage"` // contains filtered or unexported fields }
func NewStormControlValue ¶
func NewStormControlValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (StormControlValue, diag.Diagnostics)
func NewStormControlValueNull ¶
func NewStormControlValueNull() StormControlValue
func NewStormControlValueUnknown ¶
func NewStormControlValueUnknown() StormControlValue
func (StormControlValue) AttributeTypes ¶
func (StormControlValue) IsNull ¶
func (v StormControlValue) IsNull() bool
func (StormControlValue) IsUnknown ¶
func (v StormControlValue) IsUnknown() bool
func (StormControlValue) String ¶
func (v StormControlValue) String() string
func (StormControlValue) ToObjectValue ¶
func (v StormControlValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (StormControlValue) ToTerraformValue ¶
type StpConfigType ¶
type StpConfigType struct {
basetypes.ObjectType
}
func (StpConfigType) String ¶
func (t StpConfigType) String() string
func (StpConfigType) ValueFromObject ¶
func (t StpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (StpConfigType) ValueFromTerraform ¶
type StpConfigValue ¶
type StpConfigValue struct { StpConfigType basetypes.StringValue `tfsdk:"type"` // contains filtered or unexported fields }
func NewStpConfigValue ¶
func NewStpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (StpConfigValue, diag.Diagnostics)
func NewStpConfigValueMust ¶
func NewStpConfigValueNull ¶
func NewStpConfigValueNull() StpConfigValue
func NewStpConfigValueUnknown ¶
func NewStpConfigValueUnknown() StpConfigValue
func (StpConfigValue) AttributeTypes ¶
func (StpConfigValue) IsNull ¶
func (v StpConfigValue) IsNull() bool
func (StpConfigValue) IsUnknown ¶
func (v StpConfigValue) IsUnknown() bool
func (StpConfigValue) String ¶
func (v StpConfigValue) String() string
func (StpConfigValue) ToObjectValue ¶
func (v StpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (StpConfigValue) ToTerraformValue ¶
type SwitchMgmtType ¶
type SwitchMgmtType struct {
basetypes.ObjectType
}
func (SwitchMgmtType) String ¶
func (t SwitchMgmtType) String() string
func (SwitchMgmtType) ValueFromObject ¶
func (t SwitchMgmtType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SwitchMgmtType) ValueFromTerraform ¶
type SwitchMgmtValue ¶
type SwitchMgmtValue struct { ConfigRevert basetypes.Int64Value `tfsdk:"config_revert"` ProtectRe basetypes.ObjectValue `tfsdk:"protect_re"` RootPassword basetypes.StringValue `tfsdk:"root_password"` Tacacs basetypes.ObjectValue `tfsdk:"tacacs"` // 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 NewSwitchMgmtValueNull ¶
func NewSwitchMgmtValueNull() SwitchMgmtValue
func NewSwitchMgmtValueUnknown ¶
func NewSwitchMgmtValueUnknown() SwitchMgmtValue
func (SwitchMgmtValue) AttributeTypes ¶
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 (v SwitchMgmtValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SwitchMgmtValue) ToTerraformValue ¶
type TacacctServersType ¶
type TacacctServersType struct {
basetypes.ObjectType
}
func (TacacctServersType) String ¶
func (t TacacctServersType) String() string
func (TacacctServersType) ValueFromObject ¶
func (t TacacctServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (TacacctServersType) ValueFromTerraform ¶
type TacacctServersValue ¶
type TacacctServersValue struct { Host basetypes.StringValue `tfsdk:"host"` Port basetypes.StringValue `tfsdk:"port"` Secret basetypes.StringValue `tfsdk:"secret"` Timeout basetypes.Int64Value `tfsdk:"timeout"` // contains filtered or unexported fields }
func NewTacacctServersValue ¶
func NewTacacctServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TacacctServersValue, diag.Diagnostics)
func NewTacacctServersValueNull ¶
func NewTacacctServersValueNull() TacacctServersValue
func NewTacacctServersValueUnknown ¶
func NewTacacctServersValueUnknown() TacacctServersValue
func (TacacctServersValue) AttributeTypes ¶
func (TacacctServersValue) IsNull ¶
func (v TacacctServersValue) IsNull() bool
func (TacacctServersValue) IsUnknown ¶
func (v TacacctServersValue) IsUnknown() bool
func (TacacctServersValue) String ¶
func (v TacacctServersValue) String() string
func (TacacctServersValue) ToObjectValue ¶
func (v TacacctServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (TacacctServersValue) ToTerraformValue ¶
type TacacsType ¶
type TacacsType struct {
basetypes.ObjectType
}
func (TacacsType) String ¶
func (t TacacsType) String() string
func (TacacsType) ValueFromObject ¶
func (t TacacsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (TacacsType) ValueFromTerraform ¶
type TacacsValue ¶
type TacacsValue struct { DefaultRole basetypes.StringValue `tfsdk:"default_role"` Enabled basetypes.BoolValue `tfsdk:"enabled"` Network basetypes.StringValue `tfsdk:"network"` TacacctServers basetypes.ListValue `tfsdk:"acct_servers"` TacplusServers basetypes.ListValue `tfsdk:"tacplus_servers"` // contains filtered or unexported fields }
func NewTacacsValue ¶
func NewTacacsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TacacsValue, diag.Diagnostics)
func NewTacacsValueMust ¶
func NewTacacsValueNull ¶
func NewTacacsValueNull() TacacsValue
func NewTacacsValueUnknown ¶
func NewTacacsValueUnknown() TacacsValue
func (TacacsValue) AttributeTypes ¶
func (TacacsValue) IsNull ¶
func (v TacacsValue) IsNull() bool
func (TacacsValue) IsUnknown ¶
func (v TacacsValue) IsUnknown() bool
func (TacacsValue) String ¶
func (v TacacsValue) String() string
func (TacacsValue) ToObjectValue ¶
func (v TacacsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (TacacsValue) ToTerraformValue ¶
type TacplusServersType ¶
type TacplusServersType struct {
basetypes.ObjectType
}
func (TacplusServersType) String ¶
func (t TacplusServersType) String() string
func (TacplusServersType) ValueFromObject ¶
func (t TacplusServersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (TacplusServersType) ValueFromTerraform ¶
type TacplusServersValue ¶
type TacplusServersValue struct { Host basetypes.StringValue `tfsdk:"host"` Port basetypes.StringValue `tfsdk:"port"` Secret basetypes.StringValue `tfsdk:"secret"` Timeout basetypes.Int64Value `tfsdk:"timeout"` // contains filtered or unexported fields }
func NewTacplusServersValue ¶
func NewTacplusServersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TacplusServersValue, diag.Diagnostics)
func NewTacplusServersValueNull ¶
func NewTacplusServersValueNull() TacplusServersValue
func NewTacplusServersValueUnknown ¶
func NewTacplusServersValueUnknown() TacplusServersValue
func (TacplusServersValue) AttributeTypes ¶
func (TacplusServersValue) IsNull ¶
func (v TacplusServersValue) IsNull() bool
func (TacplusServersValue) IsUnknown ¶
func (v TacplusServersValue) IsUnknown() bool
func (TacplusServersValue) String ¶
func (v TacplusServersValue) String() string
func (TacplusServersValue) ToObjectValue ¶
func (v TacplusServersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (TacplusServersValue) ToTerraformValue ¶
type TargetAddressType ¶
type TargetAddressType struct {
basetypes.ObjectType
}
func (TargetAddressType) String ¶
func (t TargetAddressType) String() string
func (TargetAddressType) ValueFromObject ¶
func (t TargetAddressType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (TargetAddressType) ValueFromTerraform ¶
type TargetAddressValue ¶
type TargetAddressValue struct { Address basetypes.StringValue `tfsdk:"address"` AddressMask basetypes.StringValue `tfsdk:"address_mask"` Port basetypes.Int64Value `tfsdk:"port"` TagList basetypes.StringValue `tfsdk:"tag_list"` TargetAddressName basetypes.StringValue `tfsdk:"target_address_name"` TargetParameters basetypes.StringValue `tfsdk:"target_parameters"` // contains filtered or unexported fields }
func NewTargetAddressValue ¶
func NewTargetAddressValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TargetAddressValue, diag.Diagnostics)
func NewTargetAddressValueNull ¶
func NewTargetAddressValueNull() TargetAddressValue
func NewTargetAddressValueUnknown ¶
func NewTargetAddressValueUnknown() TargetAddressValue
func (TargetAddressValue) AttributeTypes ¶
func (TargetAddressValue) IsNull ¶
func (v TargetAddressValue) IsNull() bool
func (TargetAddressValue) IsUnknown ¶
func (v TargetAddressValue) IsUnknown() bool
func (TargetAddressValue) String ¶
func (v TargetAddressValue) String() string
func (TargetAddressValue) ToObjectValue ¶
func (v TargetAddressValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (TargetAddressValue) ToTerraformValue ¶
type TargetParametersType ¶
type TargetParametersType struct {
basetypes.ObjectType
}
func (TargetParametersType) String ¶
func (t TargetParametersType) String() string
func (TargetParametersType) ValueFromObject ¶
func (t TargetParametersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (TargetParametersType) ValueFromTerraform ¶
type TargetParametersValue ¶
type TargetParametersValue struct { MessageProcessingModel basetypes.StringValue `tfsdk:"message_processing_model"` Name basetypes.StringValue `tfsdk:"name"` NotifyFilter basetypes.StringValue `tfsdk:"notify_filter"` SecurityLevel basetypes.StringValue `tfsdk:"security_level"` SecurityModel basetypes.StringValue `tfsdk:"security_model"` SecurityName basetypes.StringValue `tfsdk:"security_name"` // contains filtered or unexported fields }
func NewTargetParametersValue ¶
func NewTargetParametersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TargetParametersValue, diag.Diagnostics)
func NewTargetParametersValueNull ¶
func NewTargetParametersValueNull() TargetParametersValue
func NewTargetParametersValueUnknown ¶
func NewTargetParametersValueUnknown() TargetParametersValue
func (TargetParametersValue) AttributeTypes ¶
func (TargetParametersValue) IsNull ¶
func (v TargetParametersValue) IsNull() bool
func (TargetParametersValue) IsUnknown ¶
func (v TargetParametersValue) IsUnknown() bool
func (TargetParametersValue) String ¶
func (v TargetParametersValue) String() string
func (TargetParametersValue) ToObjectValue ¶
func (v TargetParametersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (TargetParametersValue) ToTerraformValue ¶
type TrapGroupsType ¶
type TrapGroupsType struct {
basetypes.ObjectType
}
func (TrapGroupsType) String ¶
func (t TrapGroupsType) String() string
func (TrapGroupsType) ValueFromObject ¶
func (t TrapGroupsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (TrapGroupsType) ValueFromTerraform ¶
type TrapGroupsValue ¶
type TrapGroupsValue struct { Categories basetypes.ListValue `tfsdk:"categories"` GroupName basetypes.StringValue `tfsdk:"group_name"` Targets basetypes.ListValue `tfsdk:"targets"` Version basetypes.StringValue `tfsdk:"version"` // contains filtered or unexported fields }
func NewTrapGroupsValue ¶
func NewTrapGroupsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (TrapGroupsValue, diag.Diagnostics)
func NewTrapGroupsValueMust ¶
func NewTrapGroupsValueNull ¶
func NewTrapGroupsValueNull() TrapGroupsValue
func NewTrapGroupsValueUnknown ¶
func NewTrapGroupsValueUnknown() TrapGroupsValue
func (TrapGroupsValue) AttributeTypes ¶
func (TrapGroupsValue) IsNull ¶
func (v TrapGroupsValue) IsNull() bool
func (TrapGroupsValue) IsUnknown ¶
func (v TrapGroupsValue) IsUnknown() bool
func (TrapGroupsValue) String ¶
func (v TrapGroupsValue) String() string
func (TrapGroupsValue) ToObjectValue ¶
func (v TrapGroupsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (TrapGroupsValue) ToTerraformValue ¶
type UsersType ¶
type UsersType struct {
basetypes.ObjectType
}
func (UsersType) ValueFromObject ¶
func (t UsersType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (UsersType) ValueFromTerraform ¶
type UsersValue ¶
type UsersValue struct { Contents basetypes.ListValue `tfsdk:"contents"` Match basetypes.StringValue `tfsdk:"match"` User basetypes.StringValue `tfsdk:"user"` // contains filtered or unexported fields }
func NewUsersValue ¶
func NewUsersValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (UsersValue, diag.Diagnostics)
func NewUsersValueMust ¶
func NewUsersValueNull ¶
func NewUsersValueNull() UsersValue
func NewUsersValueUnknown ¶
func NewUsersValueUnknown() UsersValue
func (UsersValue) AttributeTypes ¶
func (UsersValue) IsNull ¶
func (v UsersValue) IsNull() bool
func (UsersValue) IsUnknown ¶
func (v UsersValue) IsUnknown() bool
func (UsersValue) String ¶
func (v UsersValue) String() string
func (UsersValue) ToObjectValue ¶
func (v UsersValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (UsersValue) ToTerraformValue ¶
type UsmType ¶
type UsmType struct {
basetypes.ObjectType
}
func (UsmType) ValueFromObject ¶
func (t UsmType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (UsmType) ValueFromTerraform ¶
type UsmValue ¶
type UsmValue struct { EngineType basetypes.StringValue `tfsdk:"engine_type"` Engineid basetypes.StringValue `tfsdk:"engineid"` Snmpv3Users basetypes.ListValue `tfsdk:"users"` // contains filtered or unexported fields }
func NewUsmValue ¶
func NewUsmValueMust ¶
func NewUsmValueNull ¶
func NewUsmValueNull() UsmValue
func NewUsmValueUnknown ¶
func NewUsmValueUnknown() UsmValue
func (UsmValue) AttributeTypes ¶
func (UsmValue) ToObjectValue ¶
func (v UsmValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (UsmValue) ToTerraformValue ¶
type V2cConfigType ¶
type V2cConfigType struct {
basetypes.ObjectType
}
func (V2cConfigType) String ¶
func (t V2cConfigType) String() string
func (V2cConfigType) ValueFromObject ¶
func (t V2cConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (V2cConfigType) ValueFromTerraform ¶
type V2cConfigValue ¶
type V2cConfigValue struct { Authorization basetypes.StringValue `tfsdk:"authorization"` ClientListName basetypes.StringValue `tfsdk:"client_list_name"` CommunityName basetypes.StringValue `tfsdk:"community_name"` View basetypes.StringValue `tfsdk:"view"` // contains filtered or unexported fields }
func NewV2cConfigValue ¶
func NewV2cConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (V2cConfigValue, diag.Diagnostics)
func NewV2cConfigValueMust ¶
func NewV2cConfigValueNull ¶
func NewV2cConfigValueNull() V2cConfigValue
func NewV2cConfigValueUnknown ¶
func NewV2cConfigValueUnknown() V2cConfigValue
func (V2cConfigValue) AttributeTypes ¶
func (V2cConfigValue) IsNull ¶
func (v V2cConfigValue) IsNull() bool
func (V2cConfigValue) IsUnknown ¶
func (v V2cConfigValue) IsUnknown() bool
func (V2cConfigValue) String ¶
func (v V2cConfigValue) String() string
func (V2cConfigValue) ToObjectValue ¶
func (v V2cConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (V2cConfigValue) ToTerraformValue ¶
type V3ConfigType ¶
type V3ConfigType struct {
basetypes.ObjectType
}
func (V3ConfigType) String ¶
func (t V3ConfigType) String() string
func (V3ConfigType) ValueFromObject ¶
func (t V3ConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (V3ConfigType) ValueFromTerraform ¶
type V3ConfigValue ¶
type V3ConfigValue struct { Notify basetypes.ListValue `tfsdk:"notify"` NotifyFilter basetypes.ListValue `tfsdk:"notify_filter"` TargetAddress basetypes.ListValue `tfsdk:"target_address"` TargetParameters basetypes.ListValue `tfsdk:"target_parameters"` Usm basetypes.ObjectValue `tfsdk:"usm"` Vacm basetypes.ObjectValue `tfsdk:"vacm"` // contains filtered or unexported fields }
func NewV3ConfigValue ¶
func NewV3ConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (V3ConfigValue, diag.Diagnostics)
func NewV3ConfigValueMust ¶
func NewV3ConfigValueNull ¶
func NewV3ConfigValueNull() V3ConfigValue
func NewV3ConfigValueUnknown ¶
func NewV3ConfigValueUnknown() V3ConfigValue
func (V3ConfigValue) AttributeTypes ¶
func (V3ConfigValue) IsNull ¶
func (v V3ConfigValue) IsNull() bool
func (V3ConfigValue) IsUnknown ¶
func (v V3ConfigValue) IsUnknown() bool
func (V3ConfigValue) String ¶
func (v V3ConfigValue) String() string
func (V3ConfigValue) ToObjectValue ¶
func (v V3ConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (V3ConfigValue) ToTerraformValue ¶
type VacmType ¶
type VacmType struct {
basetypes.ObjectType
}
func (VacmType) ValueFromObject ¶
func (t VacmType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (VacmType) ValueFromTerraform ¶
type VacmValue ¶
type VacmValue struct { Access basetypes.ListValue `tfsdk:"access"` SecurityToGroup basetypes.ObjectValue `tfsdk:"security_to_group"` // contains filtered or unexported fields }
func NewVacmValue ¶
func NewVacmValueMust ¶
func NewVacmValueNull ¶
func NewVacmValueNull() VacmValue
func NewVacmValueUnknown ¶
func NewVacmValueUnknown() VacmValue
func (VacmValue) AttributeTypes ¶
func (VacmValue) ToObjectValue ¶
func (v VacmValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (VacmValue) ToTerraformValue ¶
type VendorEncapulatedType ¶
type VendorEncapulatedType struct {
basetypes.ObjectType
}
func (VendorEncapulatedType) String ¶
func (t VendorEncapulatedType) String() string
func (VendorEncapulatedType) ValueFromObject ¶
func (t VendorEncapulatedType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (VendorEncapulatedType) ValueFromTerraform ¶
type VendorEncapulatedValue ¶
type VendorEncapulatedValue struct { VendorEncapulatedType basetypes.StringValue `tfsdk:"type"` Value basetypes.StringValue `tfsdk:"value"` // contains filtered or unexported fields }
func NewVendorEncapulatedValue ¶
func NewVendorEncapulatedValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VendorEncapulatedValue, diag.Diagnostics)
func NewVendorEncapulatedValueNull ¶
func NewVendorEncapulatedValueNull() VendorEncapulatedValue
func NewVendorEncapulatedValueUnknown ¶
func NewVendorEncapulatedValueUnknown() VendorEncapulatedValue
func (VendorEncapulatedValue) AttributeTypes ¶
func (VendorEncapulatedValue) IsNull ¶
func (v VendorEncapulatedValue) IsNull() bool
func (VendorEncapulatedValue) IsUnknown ¶
func (v VendorEncapulatedValue) IsUnknown() bool
func (VendorEncapulatedValue) String ¶
func (v VendorEncapulatedValue) String() string
func (VendorEncapulatedValue) ToObjectValue ¶
func (v VendorEncapulatedValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (VendorEncapulatedValue) ToTerraformValue ¶
type ViewsType ¶
type ViewsType struct {
basetypes.ObjectType
}
func (ViewsType) ValueFromObject ¶
func (t ViewsType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (ViewsType) ValueFromTerraform ¶
type ViewsValue ¶
type ViewsValue struct { Include basetypes.BoolValue `tfsdk:"include"` Oid basetypes.StringValue `tfsdk:"oid"` ViewName basetypes.StringValue `tfsdk:"view_name"` // contains filtered or unexported fields }
func NewViewsValue ¶
func NewViewsValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (ViewsValue, diag.Diagnostics)
func NewViewsValueMust ¶
func NewViewsValueNull ¶
func NewViewsValueNull() ViewsValue
func NewViewsValueUnknown ¶
func NewViewsValueUnknown() ViewsValue
func (ViewsValue) AttributeTypes ¶
func (ViewsValue) IsNull ¶
func (v ViewsValue) IsNull() bool
func (ViewsValue) IsUnknown ¶
func (v ViewsValue) IsUnknown() bool
func (ViewsValue) String ¶
func (v ViewsValue) String() string
func (ViewsValue) ToObjectValue ¶
func (v ViewsValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (ViewsValue) ToTerraformValue ¶
type VirtualChassisType ¶
type VirtualChassisType struct {
basetypes.ObjectType
}
func (VirtualChassisType) String ¶
func (t VirtualChassisType) String() string
func (VirtualChassisType) ValueFromObject ¶
func (t VirtualChassisType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (VirtualChassisType) ValueFromTerraform ¶
type VirtualChassisValue ¶
type VirtualChassisValue struct { Members basetypes.ListValue `tfsdk:"members"` Preprovisioned basetypes.BoolValue `tfsdk:"preprovisioned"` // contains filtered or unexported fields }
func NewVirtualChassisValue ¶
func NewVirtualChassisValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VirtualChassisValue, diag.Diagnostics)
func NewVirtualChassisValueNull ¶
func NewVirtualChassisValueNull() VirtualChassisValue
func NewVirtualChassisValueUnknown ¶
func NewVirtualChassisValueUnknown() VirtualChassisValue
func (VirtualChassisValue) AttributeTypes ¶
func (VirtualChassisValue) IsNull ¶
func (v VirtualChassisValue) IsNull() bool
func (VirtualChassisValue) IsUnknown ¶
func (v VirtualChassisValue) IsUnknown() bool
func (VirtualChassisValue) String ¶
func (v VirtualChassisValue) String() string
func (VirtualChassisValue) ToObjectValue ¶
func (v VirtualChassisValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (VirtualChassisValue) ToTerraformValue ¶
type VrfConfigType ¶
type VrfConfigType struct {
basetypes.ObjectType
}
func (VrfConfigType) String ¶
func (t VrfConfigType) String() string
func (VrfConfigType) ValueFromObject ¶
func (t VrfConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (VrfConfigType) ValueFromTerraform ¶
type VrfConfigValue ¶
type VrfConfigValue struct { Enabled basetypes.BoolValue `tfsdk:"enabled"` // contains filtered or unexported fields }
func NewVrfConfigValue ¶
func NewVrfConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VrfConfigValue, diag.Diagnostics)
func NewVrfConfigValueMust ¶
func NewVrfConfigValueNull ¶
func NewVrfConfigValueNull() VrfConfigValue
func NewVrfConfigValueUnknown ¶
func NewVrfConfigValueUnknown() VrfConfigValue
func (VrfConfigValue) AttributeTypes ¶
func (VrfConfigValue) IsNull ¶
func (v VrfConfigValue) IsNull() bool
func (VrfConfigValue) IsUnknown ¶
func (v VrfConfigValue) IsUnknown() bool
func (VrfConfigValue) String ¶
func (v VrfConfigValue) String() string
func (VrfConfigValue) ToObjectValue ¶
func (v VrfConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (VrfConfigValue) ToTerraformValue ¶
type VrfExtraRoutesType ¶
type VrfExtraRoutesType struct {
basetypes.ObjectType
}
func (VrfExtraRoutesType) String ¶
func (t VrfExtraRoutesType) String() string
func (VrfExtraRoutesType) ValueFromObject ¶
func (t VrfExtraRoutesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (VrfExtraRoutesType) ValueFromTerraform ¶
type VrfExtraRoutesValue ¶
type VrfExtraRoutesValue struct { Via basetypes.StringValue `tfsdk:"via"` // contains filtered or unexported fields }
func NewVrfExtraRoutesValue ¶
func NewVrfExtraRoutesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VrfExtraRoutesValue, diag.Diagnostics)
func NewVrfExtraRoutesValueNull ¶
func NewVrfExtraRoutesValueNull() VrfExtraRoutesValue
func NewVrfExtraRoutesValueUnknown ¶
func NewVrfExtraRoutesValueUnknown() VrfExtraRoutesValue
func (VrfExtraRoutesValue) AttributeTypes ¶
func (VrfExtraRoutesValue) IsNull ¶
func (v VrfExtraRoutesValue) IsNull() bool
func (VrfExtraRoutesValue) IsUnknown ¶
func (v VrfExtraRoutesValue) IsUnknown() bool
func (VrfExtraRoutesValue) String ¶
func (v VrfExtraRoutesValue) String() string
func (VrfExtraRoutesValue) ToObjectValue ¶
func (v VrfExtraRoutesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (VrfExtraRoutesValue) ToTerraformValue ¶
type VrfInstancesType ¶
type VrfInstancesType struct {
basetypes.ObjectType
}
func (VrfInstancesType) String ¶
func (t VrfInstancesType) String() string
func (VrfInstancesType) ValueFromObject ¶
func (t VrfInstancesType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (VrfInstancesType) ValueFromTerraform ¶
type VrfInstancesValue ¶
type VrfInstancesValue struct { Networks basetypes.ListValue `tfsdk:"networks"` VrfExtraRoutes basetypes.MapValue `tfsdk:"vrf_extra_routes"` // contains filtered or unexported fields }
func NewVrfInstancesValue ¶
func NewVrfInstancesValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VrfInstancesValue, diag.Diagnostics)
func NewVrfInstancesValueNull ¶
func NewVrfInstancesValueNull() VrfInstancesValue
func NewVrfInstancesValueUnknown ¶
func NewVrfInstancesValueUnknown() VrfInstancesValue
func (VrfInstancesValue) AttributeTypes ¶
func (VrfInstancesValue) IsNull ¶
func (v VrfInstancesValue) IsNull() bool
func (VrfInstancesValue) IsUnknown ¶
func (v VrfInstancesValue) IsUnknown() bool
func (VrfInstancesValue) String ¶
func (v VrfInstancesValue) String() string
func (VrfInstancesValue) ToObjectValue ¶
func (v VrfInstancesValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (VrfInstancesValue) ToTerraformValue ¶
type VrrpConfigType ¶
type VrrpConfigType struct {
basetypes.ObjectType
}
func (VrrpConfigType) String ¶
func (t VrrpConfigType) String() string
func (VrrpConfigType) ValueFromObject ¶
func (t VrrpConfigType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (VrrpConfigType) ValueFromTerraform ¶
type VrrpConfigValue ¶
type VrrpConfigValue struct { Enabled basetypes.BoolValue `tfsdk:"enabled"` Groups basetypes.MapValue `tfsdk:"groups"` // contains filtered or unexported fields }
func NewVrrpConfigValue ¶
func NewVrrpConfigValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (VrrpConfigValue, diag.Diagnostics)
func NewVrrpConfigValueMust ¶
func NewVrrpConfigValueNull ¶
func NewVrrpConfigValueNull() VrrpConfigValue
func NewVrrpConfigValueUnknown ¶
func NewVrrpConfigValueUnknown() VrrpConfigValue
func (VrrpConfigValue) AttributeTypes ¶
func (VrrpConfigValue) IsNull ¶
func (v VrrpConfigValue) IsNull() bool
func (VrrpConfigValue) IsUnknown ¶
func (v VrrpConfigValue) IsUnknown() bool
func (VrrpConfigValue) String ¶
func (v VrrpConfigValue) String() string
func (VrrpConfigValue) ToObjectValue ¶
func (v VrrpConfigValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (VrrpConfigValue) ToTerraformValue ¶
Source Files ¶
- delete_terraform_to_sdk.go
- device_switch_resource_gen.go
- sdk_to_terraform.go
- sdk_to_terraform_acl_policies.go
- sdk_to_terraform_acl_tags.go
- sdk_to_terraform_dhcp_evpn_config.go
- sdk_to_terraform_dhcp_snooping.go
- sdk_to_terraform_dhcpd_config.go
- sdk_to_terraform_extra_routes.go
- sdk_to_terraform_extra_routes6.go
- sdk_to_terraform_ip_config.go
- sdk_to_terraform_mist_nac.go
- sdk_to_terraform_network.go
- sdk_to_terraform_oob_ip_config.go
- sdk_to_terraform_ospf_config.go
- sdk_to_terraform_other_p_configs.go
- sdk_to_terraform_port_config.go
- sdk_to_terraform_port_mirroring.go
- sdk_to_terraform_port_usage.go
- sdk_to_terraform_radius_config.go
- sdk_to_terraform_remote_syslog.go
- sdk_to_terraform_stp_config.go
- sdk_to_terraform_switch_mgmt.go
- sdk_to_terraform_switch_snmp_config.go
- sdk_to_terraform_vars.go
- sdk_to_terraform_virtual_chassis.go
- sdk_to_terraform_vrf_config.go
- sdk_to_terraform_vrrp_config.go
- terraform_to_sdk.go
- terraform_to_sdk_acl_policies.go
- terraform_to_sdk_acl_tags.go
- terraform_to_sdk_dhcp_snooping.go
- terraform_to_sdk_dhcpd_config.go
- terraform_to_sdk_evpn_config.go
- terraform_to_sdk_extra_routes.go
- terraform_to_sdk_extra_routes6.go
- terraform_to_sdk_ip_config.go
- terraform_to_sdk_mist_nac.go
- terraform_to_sdk_network.go
- terraform_to_sdk_oob_ip_configs.go
- terraform_to_sdk_ospf_config.go
- terraform_to_sdk_other_ip_conifg.go
- terraform_to_sdk_port_mirroring.go
- terraform_to_sdk_port_usage.go
- terraform_to_sdk_radius_config.go
- terraform_to_sdk_remote_syslog.go
- terraform_to_sdk_stp_config.go
- terraform_to_sdk_switch_matching.go
- terraform_to_sdk_switch_mgmt.go
- terraform_to_sdk_switch_snmp_config.go
- terraform_to_sdk_vars.go
- terraform_to_sdk_virtual_chassis.go
- terraform_to_sdk_vrf.go
- terraform_to_sdk_vrrp_config.go
Click to show internal directories.
Click to hide internal directories.