Documentation ¶
Index ¶
- 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 NewService(m any) *backup.ServiceClient
- func Read(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
- func Resource() *schema.Resource
- func Update(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
Constants ¶
This section is empty.
Variables ¶
This section is empty.
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 Delete ¶
func Delete(ctx context.Context, d *schema.ResourceData, m any) diag.Diagnostics
Delete the configuration
func NewService ¶
func NewService(m any) *backup.ServiceClient
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.