dns

package
v0.15.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRecordSetDataSource

func NewRecordSetDataSource() datasource.DataSource

NewRecordSetDataSource NewZoneDataSource is a helper function to simplify the provider implementation.

func NewRecordSetResource

func NewRecordSetResource() resource.Resource

NewRecordSetResource is a helper function to simplify the provider implementation.

Types

type Model

type Model struct {
	Id          types.String `tfsdk:"id"` // needed by TF
	RecordSetId types.String `tfsdk:"record_set_id"`
	ZoneId      types.String `tfsdk:"zone_id"`
	ProjectId   types.String `tfsdk:"project_id"`
	Active      types.Bool   `tfsdk:"active"`
	Comment     types.String `tfsdk:"comment"`
	Name        types.String `tfsdk:"name"`
	Records     types.List   `tfsdk:"records"`
	TTL         types.Int64  `tfsdk:"ttl"`
	Type        types.String `tfsdk:"type"`
	Error       types.String `tfsdk:"error"`
	State       types.String `tfsdk:"state"`
	FQDN        types.String `tfsdk:"fqdn"`
}

Jump to

Keyboard shortcuts

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