networkinterface

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 Attachment

type Attachment struct {
	// DeviceIndex: number, required
	DeviceIndex terra.NumberValue `hcl:"device_index,attr" validate:"required"`
	// Instance: string, required
	Instance terra.StringValue `hcl:"instance,attr" validate:"required"`
}

type AttachmentAttributes

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

func (AttachmentAttributes) AttachmentId

func (a AttachmentAttributes) AttachmentId() terra.StringValue

func (AttachmentAttributes) DeviceIndex

func (a AttachmentAttributes) DeviceIndex() terra.NumberValue

func (AttachmentAttributes) Instance

func (a AttachmentAttributes) Instance() terra.StringValue

func (AttachmentAttributes) InternalRef

func (a AttachmentAttributes) InternalRef() (terra.Reference, error)

func (AttachmentAttributes) InternalTokens

func (a AttachmentAttributes) InternalTokens() (hclwrite.Tokens, error)

func (AttachmentAttributes) InternalWithRef

type AttachmentState

type AttachmentState struct {
	AttachmentId string  `json:"attachment_id"`
	DeviceIndex  float64 `json:"device_index"`
	Instance     string  `json:"instance"`
}

Jump to

Keyboard shortcuts

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