dns

package
v0.0.0-...-0e4e14f Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: MPL-2.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NormalizeIPv6Address

func NormalizeIPv6Address(ipv6 interface{}) string

Types

type DnsZoneDataResource

type DnsZoneDataResource struct{}

func (DnsZoneDataResource) Arguments

func (DnsZoneDataResource) Arguments() map[string]*pluginsdk.Schema

func (DnsZoneDataResource) Attributes

func (DnsZoneDataResource) Attributes() map[string]*pluginsdk.Schema

func (DnsZoneDataResource) IDValidationFunc

func (d DnsZoneDataResource) IDValidationFunc() pluginsdk.SchemaValidateFunc

func (DnsZoneDataResource) ModelObject

func (DnsZoneDataResource) ModelObject() interface{}

func (DnsZoneDataResource) Read

func (DnsZoneDataResource) ResourceType

func (DnsZoneDataResource) ResourceType() string

type DnsZoneDataResourceModel

type DnsZoneDataResourceModel struct {
	Name                  string            `tfschema:"name"`
	ResourceGroupName     string            `tfschema:"resource_group_name"`
	NumberOfRecordSets    int64             `tfschema:"number_of_record_sets"`
	MaxNumberOfRecordSets int64             `tfschema:"max_number_of_record_sets"`
	NameServers           []string          `tfschema:"name_servers"`
	Tags                  map[string]string `tfschema:"tags"`
}

type DnsZoneResource

type DnsZoneResource struct{}

func (DnsZoneResource) Arguments

func (DnsZoneResource) Arguments() map[string]*pluginsdk.Schema

func (DnsZoneResource) Attributes

func (DnsZoneResource) Attributes() map[string]*pluginsdk.Schema

func (DnsZoneResource) Create

func (r DnsZoneResource) Create() sdk.ResourceFunc

func (DnsZoneResource) Delete

func (r DnsZoneResource) Delete() sdk.ResourceFunc

func (DnsZoneResource) IDValidationFunc

func (DnsZoneResource) IDValidationFunc() pluginsdk.SchemaValidateFunc

func (DnsZoneResource) ModelObject

func (DnsZoneResource) ModelObject() interface{}

func (DnsZoneResource) Read

func (DnsZoneResource) ResourceType

func (DnsZoneResource) ResourceType() string

func (DnsZoneResource) StateUpgraders

func (r DnsZoneResource) StateUpgraders() sdk.StateUpgradeData

func (DnsZoneResource) Update

func (r DnsZoneResource) Update() sdk.ResourceFunc

type DnsZoneResourceModel

type DnsZoneResourceModel struct {
	Name                  string                           `tfschema:"name"`
	ResourceGroupName     string                           `tfschema:"resource_group_name"`
	NumberOfRecordSets    int64                            `tfschema:"number_of_record_sets"`
	MaxNumberOfRecordSets int64                            `tfschema:"max_number_of_record_sets"`
	NameServers           []string                         `tfschema:"name_servers"`
	SoaRecord             []DnsZoneSoaRecordResourceRecord `tfschema:"soa_record"`
	Tags                  map[string]string                `tfschema:"tags"`
}

type DnsZoneSoaRecordResourceRecord

type DnsZoneSoaRecordResourceRecord struct {
	Email        string            `tfschema:"email"`
	ExpireTime   int64             `tfschema:"expire_time"`
	MinimumTtl   int64             `tfschema:"minimum_ttl"`
	RefreshTime  int64             `tfschema:"refresh_time"`
	RetryTime    int64             `tfschema:"retry_time"`
	SerialNumber int64             `tfschema:"serial_number"`
	Ttl          int64             `tfschema:"ttl"`
	Fqdn         string            `tfschema:"fqdn"`
	HostName     string            `tfschema:"host_name"`
	Tags         map[string]string `tfschema:"tags"`
}

type Registration

type Registration struct{}

func (Registration) AssociatedGitHubLabel

func (r Registration) AssociatedGitHubLabel() string

func (Registration) DataSources

func (r Registration) DataSources() []sdk.DataSource

DataSources returns a list of Data Sources supported by this Service

func (Registration) Name

func (r Registration) Name() string

Name is the name of this Service

func (Registration) Resources

func (r Registration) Resources() []sdk.Resource

Resources returns a list of Resources supported by this Service

func (Registration) SupportedDataSources

func (r Registration) SupportedDataSources() map[string]*pluginsdk.Resource

SupportedDataSources returns the supported Data Sources supported by this Service

func (Registration) SupportedResources

func (r Registration) SupportedResources() map[string]*pluginsdk.Resource

SupportedResources returns the supported Resources supported by this Service

func (Registration) WebsiteCategories

func (r Registration) WebsiteCategories() []string

WebsiteCategories returns a list of categories which can be used for the sidebar

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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