zdns

package
v0.2.22 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2026 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DataSourceZenlayerCloudPvtdnsRecords

func DataSourceZenlayerCloudPvtdnsRecords() *schema.Resource

func DataSourceZenlayerCloudPvtdnsZones

func DataSourceZenlayerCloudPvtdnsZones() *schema.Resource

func ResourceZenlayerCloudPvtdnsRecord

func ResourceZenlayerCloudPvtdnsRecord() *schema.Resource

func ResourceZenlayerCloudPvtdnsZone

func ResourceZenlayerCloudPvtdnsZone() *schema.Resource

func ResourceZenlayerCloudPvtdnsZoneVpcAttachment

func ResourceZenlayerCloudPvtdnsZoneVpcAttachment() *schema.Resource

Types

type PrivateRecordFilter

type PrivateRecordFilter struct {
	ZoneId      string
	RecordIds   []string
	RecordType  string
	RecordValue string
}

type PrivateZoneFilter

type PrivateZoneFilter struct {
	Ids             []string
	ResourceGroupId string
}

type ZdnsService

type ZdnsService struct {
	// contains filtered or unexported fields
}

func (*ZdnsService) DeletePrivateDnsRecordById

func (s *ZdnsService) DeletePrivateDnsRecordById(ctx context.Context, zoneId string, recordId string) error

func (*ZdnsService) DeletePrivateZoneById

func (s *ZdnsService) DeletePrivateZoneById(ctx context.Context, zoneId string) error

func (*ZdnsService) DescribePrivateZoneById

func (s *ZdnsService) DescribePrivateZoneById(ctx context.Context, id string) (pz *zdns.PrivateZone, err error)

func (*ZdnsService) DescribePrivateZoneRecordById

func (s *ZdnsService) DescribePrivateZoneRecordById(ctx context.Context, zoneId string, recordId string) (record *zdns.PrivateZoneRecord, err error)

func (*ZdnsService) DescribePrivateZoneRecordsByFilter

func (s *ZdnsService) DescribePrivateZoneRecordsByFilter(ctx context.Context, filter *PrivateRecordFilter) (records []*zdns.PrivateZoneRecord, err error)

func (*ZdnsService) DescribePrivateZonesByFilter

func (s *ZdnsService) DescribePrivateZonesByFilter(ctx context.Context, filter *PrivateZoneFilter) (pzs []*zdns.PrivateZone, err error)

Jump to

Keyboard shortcuts

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