datanetworkinterface

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 Association

type Association struct{}

type AssociationAttributes

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

func (AssociationAttributes) AllocationId

func (a AssociationAttributes) AllocationId() terra.StringValue

func (AssociationAttributes) AssociationId

func (a AssociationAttributes) AssociationId() terra.StringValue

func (AssociationAttributes) CarrierIp

func (a AssociationAttributes) CarrierIp() terra.StringValue

func (AssociationAttributes) CustomerOwnedIp

func (a AssociationAttributes) CustomerOwnedIp() terra.StringValue

func (AssociationAttributes) InternalRef

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

func (AssociationAttributes) InternalTokens

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

func (AssociationAttributes) InternalWithRef

func (AssociationAttributes) IpOwnerId

func (a AssociationAttributes) IpOwnerId() terra.StringValue

func (AssociationAttributes) PublicDnsName

func (a AssociationAttributes) PublicDnsName() terra.StringValue

func (AssociationAttributes) PublicIp

type AssociationState

type AssociationState struct {
	AllocationId    string `json:"allocation_id"`
	AssociationId   string `json:"association_id"`
	CarrierIp       string `json:"carrier_ip"`
	CustomerOwnedIp string `json:"customer_owned_ip"`
	IpOwnerId       string `json:"ip_owner_id"`
	PublicDnsName   string `json:"public_dns_name"`
	PublicIp        string `json:"public_ip"`
}

type Attachment

type Attachment struct{}

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) InstanceId

func (a AttachmentAttributes) InstanceId() terra.StringValue

func (AttachmentAttributes) InstanceOwnerId

func (a AttachmentAttributes) InstanceOwnerId() 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"`
	InstanceId      string  `json:"instance_id"`
	InstanceOwnerId string  `json:"instance_owner_id"`
}

type Filter

type Filter struct {
	// Name: string, required
	Name terra.StringValue `hcl:"name,attr" validate:"required"`
	// Values: set of string, required
	Values terra.SetValue[terra.StringValue] `hcl:"values,attr" validate:"required"`
}

type FilterAttributes

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

func (FilterAttributes) InternalRef

func (f FilterAttributes) InternalRef() (terra.Reference, error)

func (FilterAttributes) InternalTokens

func (f FilterAttributes) InternalTokens() (hclwrite.Tokens, error)

func (FilterAttributes) InternalWithRef

func (f FilterAttributes) InternalWithRef(ref terra.Reference) FilterAttributes

func (FilterAttributes) Name

func (FilterAttributes) Values

type FilterState

type FilterState struct {
	Name   string   `json:"name"`
	Values []string `json:"values"`
}

type Timeouts

type Timeouts struct {
	// Read: string, optional
	Read terra.StringValue `hcl:"read,attr"`
}

type TimeoutsAttributes

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

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) Read

type TimeoutsState

type TimeoutsState struct {
	Read string `json:"read"`
}

Jump to

Keyboard shortcuts

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