google_dns_managed_zones

package
v0.0.0-...-4deecce Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataArgs

type DataArgs struct {
	// Project: string, optional
	Project terra.StringValue `hcl:"project,attr"`
	// ManagedZones: min=0
	ManagedZones []DataManagedZones `hcl:"managed_zones,block" validate:"min=0"`
}

DataArgs contains the configurations for google_dns_managed_zones.

type DataManagedZones

type DataManagedZones struct{}

type DataManagedZonesAttributes

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

func (DataManagedZonesAttributes) Description

func (mz DataManagedZonesAttributes) Description() terra.StringValue

func (DataManagedZonesAttributes) DnsName

func (DataManagedZonesAttributes) Id

func (DataManagedZonesAttributes) InternalRef

func (mz DataManagedZonesAttributes) InternalRef() (terra.Reference, error)

func (DataManagedZonesAttributes) InternalTokens

func (mz DataManagedZonesAttributes) InternalTokens() (hclwrite.Tokens, error)

func (DataManagedZonesAttributes) InternalWithRef

func (DataManagedZonesAttributes) ManagedZoneId

func (mz DataManagedZonesAttributes) ManagedZoneId() terra.NumberValue

func (DataManagedZonesAttributes) Name

func (DataManagedZonesAttributes) NameServers

func (DataManagedZonesAttributes) Project

func (DataManagedZonesAttributes) Visibility

type DataManagedZonesState

type DataManagedZonesState struct {
	Description   string   `json:"description"`
	DnsName       string   `json:"dns_name"`
	Id            string   `json:"id"`
	ManagedZoneId float64  `json:"managed_zone_id"`
	Name          string   `json:"name"`
	NameServers   []string `json:"name_servers"`
	Project       string   `json:"project"`
	Visibility    string   `json:"visibility"`
}

type DataSource

type DataSource struct {
	Name string
	Args DataArgs
}

DataSource represents the Terraform data resource google_dns_managed_zones.

func Data

func Data(name string, args DataArgs) *DataSource

Data creates a new instance of DataSource.

func (*DataSource) Attributes

func (gdmz *DataSource) Attributes() dataGoogleDnsManagedZonesAttributes

Attributes returns the attributes for DataSource.

func (*DataSource) Configuration

func (gdmz *DataSource) Configuration() interface{}

Configuration returns the configuration (args) for DataSource.

func (*DataSource) DataSource

func (gdmz *DataSource) DataSource() string

DataSource returns the Terraform object type for DataSource.

func (*DataSource) LocalName

func (gdmz *DataSource) LocalName() string

LocalName returns the local name for DataSource.

Jump to

Keyboard shortcuts

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