instance

package
v0.78.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2026 License: Apache-2.0 Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewInstanceResource

func NewInstanceResource() resource.Resource

NewInstanceResource is a helper function to create a new edge resource instance.

Types

type Model

type Model struct {
	Id          types.String `tfsdk:"id"` // Resource ID for Terraform
	Created     types.String `tfsdk:"created"`
	InstanceId  types.String `tfsdk:"instance_id"`
	Region      types.String `tfsdk:"region"`
	DisplayName types.String `tfsdk:"display_name"`
	ProjectId   types.String `tfsdk:"project_id"`
	PlanID      types.String `tfsdk:"plan_id"`
	Description types.String `tfsdk:"description"`
	Status      types.String `tfsdk:"status"`
	FrontendUrl types.String `tfsdk:"frontend_url"`
}

Model represents the schema for the Edge Cloud instance resource.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL