Documentation ¶
Index ¶
- func Create(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func CreateOrder(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func Delete(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func DeleteOrder(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func NewService(m interface{}) *requestnaming.ServiceClient
- func OrderResource() *schema.Resource
- func Read(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func ReadOrder(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func Resource() *schema.Resource
- func Update(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
- func UpdateOrder(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Create ¶
func Create(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Create expects the configuration within the given ResourceData and sends it to the Dynatrace Server in order to create that resource
func CreateOrder ¶
func CreateOrder(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
CreateOrder 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 interface{}) diag.Diagnostics
Delete the configuration
func DeleteOrder ¶
func DeleteOrder(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
DeleteOrder the configuration
func NewService ¶
func NewService(m interface{}) *requestnaming.ServiceClient
func OrderResource ¶
Resource produces terraform resource definition for Management Zones
func Read ¶
func Read(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Read queries the Dynatrace Server for the configuration
func ReadOrder ¶
func ReadOrder(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Read queries the Dynatrace Server for the configuration
func Update ¶
func Update(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics
Update expects the configuration within the given ResourceData and send them to the Dynatrace Server in order to update that resource
func UpdateOrder ¶
func UpdateOrder(ctx context.Context, d *schema.ResourceData, m interface{}) 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.