Documentation ¶
Index ¶
- func AttributeConditionEquals(a, b *auto_tag_settings.AttributeCondition) bool
- func AttributeConditionsEquals(a, b auto_tag_settings.AttributeConditions) bool
- func AutoTagAttributeRuleEquals(a, b *auto_tag_settings.AutoTagAttributeRule) bool
- func Create(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
- func Delete(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
- func Read(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
- func Resource() *schema.Resource
- func RuleEquals(a, b *auto_tag_settings.Rule) bool
- func Update(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttributeConditionEquals ¶ added in v1.70.0
func AttributeConditionEquals(a, b *auto_tag_settings.AttributeCondition) bool
func AttributeConditionsEquals ¶ added in v1.70.0
func AttributeConditionsEquals(a, b auto_tag_settings.AttributeConditions) bool
func AutoTagAttributeRuleEquals ¶ added in v1.70.0
func AutoTagAttributeRuleEquals(a, b *auto_tag_settings.AutoTagAttributeRule) bool
func Create ¶
func Create(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
Create expects the configuration within the given ResourceData and sends it to the Dynatrace Server in order to create that resource
func Delete ¶
func Delete(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
Delete the configuration
func Read ¶
func Read(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
Read queries the Dynatrace Server for the configuration
func RuleEquals ¶ added in v1.70.0
func RuleEquals(a, b *auto_tag_settings.Rule) bool
func Update ¶
func Update(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
Update expects the configuration within the given ResourceData and send them to the Dynatrace Server in order to update that resource
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.