enable

package
v0.90.0 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewServerUpdateEnableDataSource

func NewServerUpdateEnableDataSource() datasource.DataSource

NewServerUpdateEnableDataSource is a helper function to simplify the provider implementation.

func NewServerUpdateEnableResource

func NewServerUpdateEnableResource() resource.Resource

NewServerUpdateEnableResource is a helper function to simplify the provider implementation.

Types

type DataModel

type DataModel struct {
	Id        types.String `tfsdk:"id"` // needed by TF
	ProjectId types.String `tfsdk:"project_id"`
	ServerId  types.String `tfsdk:"server_id"`
	Enabled   types.Bool   `tfsdk:"enabled"`
	Region    types.String `tfsdk:"region"`
}

type Model

type Model struct {
	Id             types.String `tfsdk:"id"` // needed by TF
	ProjectId      types.String `tfsdk:"project_id"`
	ServerId       types.String `tfsdk:"server_id"`
	UpdatePolicyId types.String `tfsdk:"update_policy_id"`
	Enabled        types.Bool   `tfsdk:"enabled"`
	Region         types.String `tfsdk:"region"`
}

Jump to

Keyboard shortcuts

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