Documentation ¶
Index ¶
- Variables
- func Create(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
- func DataSource() *schema.Resource
- func DataSourceRead(d *schema.ResourceData, m any) (err error)
- 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 Service(m any) settings.CRUDService[settings.Settings]
- func Settings() settings.Settings
- func Update(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
Constants ¶
This section is empty.
Variables ¶
View Source
var ResourceType = export.ResourceTypes.Alerting
Functions ¶
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 DataSource ¶
func DataSourceRead ¶
func DataSourceRead(d *schema.ResourceData, m any) (err error)
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 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.