dns

package
v0.3.24 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DNS

type DNS struct {
	types.Metadata
	ManagedZones []ManagedZone
}

func (*DNS) GetMetadata added in v0.3.24

func (d *DNS) GetMetadata() *types.Metadata

func (*DNS) GetRawValue added in v0.3.24

func (d *DNS) GetRawValue() interface{}

type DNSSec

type DNSSec struct {
	types.Metadata
	Enabled         types.BoolValue
	DefaultKeySpecs KeySpecs
}

func (*DNSSec) GetMetadata added in v0.3.24

func (d *DNSSec) GetMetadata() *types.Metadata

func (*DNSSec) GetRawValue added in v0.3.24

func (d *DNSSec) GetRawValue() interface{}

type Key

type Key struct {
	types.Metadata
	Algorithm types.StringValue
}

func (*Key) GetMetadata added in v0.3.24

func (k *Key) GetMetadata() *types.Metadata

func (*Key) GetRawValue added in v0.3.24

func (k *Key) GetRawValue() interface{}

type KeySpecs

type KeySpecs struct {
	types.Metadata
	KeySigningKey  Key
	ZoneSigningKey Key
}

func (*KeySpecs) GetMetadata added in v0.3.24

func (k *KeySpecs) GetMetadata() *types.Metadata

func (*KeySpecs) GetRawValue added in v0.3.24

func (k *KeySpecs) GetRawValue() interface{}

type ManagedZone

type ManagedZone struct {
	types.Metadata
	DNSSec DNSSec
}

func (*ManagedZone) GetMetadata added in v0.3.24

func (m *ManagedZone) GetMetadata() *types.Metadata

func (*ManagedZone) GetRawValue added in v0.3.24

func (m *ManagedZone) GetRawValue() interface{}

Jump to

Keyboard shortcuts

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