datanetworkmanagerdevice

package
v0.0.0-...-964ba77 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 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 AwsLocation

type AwsLocation struct{}

type AwsLocationAttributes

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

func (AwsLocationAttributes) InternalRef

func (al AwsLocationAttributes) InternalRef() (terra.Reference, error)

func (AwsLocationAttributes) InternalTokens

func (al AwsLocationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AwsLocationAttributes) InternalWithRef

func (AwsLocationAttributes) SubnetArn

func (al AwsLocationAttributes) SubnetArn() terra.StringValue

func (AwsLocationAttributes) Zone

type AwsLocationState

type AwsLocationState struct {
	SubnetArn string `json:"subnet_arn"`
	Zone      string `json:"zone"`
}

type Location

type Location struct{}

type LocationAttributes

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

func (LocationAttributes) Address

func (l LocationAttributes) Address() terra.StringValue

func (LocationAttributes) InternalRef

func (l LocationAttributes) InternalRef() (terra.Reference, error)

func (LocationAttributes) InternalTokens

func (l LocationAttributes) InternalTokens() (hclwrite.Tokens, error)

func (LocationAttributes) InternalWithRef

func (l LocationAttributes) InternalWithRef(ref terra.Reference) LocationAttributes

func (LocationAttributes) Latitude

func (l LocationAttributes) Latitude() terra.StringValue

func (LocationAttributes) Longitude

func (l LocationAttributes) Longitude() terra.StringValue

type LocationState

type LocationState struct {
	Address   string `json:"address"`
	Latitude  string `json:"latitude"`
	Longitude string `json:"longitude"`
}

Jump to

Keyboard shortcuts

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