networkmanagerdevice

package
v0.0.0-...-c2cc54e Latest Latest
Warning

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

Go to latest
Published: Oct 27, 2023 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 {
	// SubnetArn: string, optional
	SubnetArn terra.StringValue `hcl:"subnet_arn,attr"`
	// Zone: string, optional
	Zone terra.StringValue `hcl:"zone,attr"`
}

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 {
	// Address: string, optional
	Address terra.StringValue `hcl:"address,attr"`
	// Latitude: string, optional
	Latitude terra.StringValue `hcl:"latitude,attr"`
	// Longitude: string, optional
	Longitude terra.StringValue `hcl:"longitude,attr"`
}

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"`
}

type Timeouts

type Timeouts struct {
	// Create: string, optional
	Create terra.StringValue `hcl:"create,attr"`
	// Delete: string, optional
	Delete terra.StringValue `hcl:"delete,attr"`
	// Update: string, optional
	Update terra.StringValue `hcl:"update,attr"`
}

type TimeoutsAttributes

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

func (TimeoutsAttributes) Create

func (TimeoutsAttributes) Delete

func (TimeoutsAttributes) InternalRef

func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)

func (TimeoutsAttributes) InternalTokens

func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (TimeoutsAttributes) InternalWithRef

func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes

func (TimeoutsAttributes) Update

type TimeoutsState

type TimeoutsState struct {
	Create string `json:"create"`
	Delete string `json:"delete"`
	Update string `json:"update"`
}

Jump to

Keyboard shortcuts

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