dataec2instancetype

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 Fpgas

type Fpgas struct{}

type FpgasAttributes

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

func (FpgasAttributes) Count

func (f FpgasAttributes) Count() terra.NumberValue

func (FpgasAttributes) InternalRef

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

func (FpgasAttributes) InternalTokens

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

func (FpgasAttributes) InternalWithRef

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

func (FpgasAttributes) Manufacturer

func (f FpgasAttributes) Manufacturer() terra.StringValue

func (FpgasAttributes) MemorySize

func (f FpgasAttributes) MemorySize() terra.NumberValue

func (FpgasAttributes) Name

type FpgasState

type FpgasState struct {
	Count        float64 `json:"count"`
	Manufacturer string  `json:"manufacturer"`
	MemorySize   float64 `json:"memory_size"`
	Name         string  `json:"name"`
}

type Gpus

type Gpus struct{}

type GpusAttributes

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

func (GpusAttributes) Count

func (g GpusAttributes) Count() terra.NumberValue

func (GpusAttributes) InternalRef

func (g GpusAttributes) InternalRef() (terra.Reference, error)

func (GpusAttributes) InternalTokens

func (g GpusAttributes) InternalTokens() (hclwrite.Tokens, error)

func (GpusAttributes) InternalWithRef

func (g GpusAttributes) InternalWithRef(ref terra.Reference) GpusAttributes

func (GpusAttributes) Manufacturer

func (g GpusAttributes) Manufacturer() terra.StringValue

func (GpusAttributes) MemorySize

func (g GpusAttributes) MemorySize() terra.NumberValue

func (GpusAttributes) Name

func (g GpusAttributes) Name() terra.StringValue

type GpusState

type GpusState struct {
	Count        float64 `json:"count"`
	Manufacturer string  `json:"manufacturer"`
	MemorySize   float64 `json:"memory_size"`
	Name         string  `json:"name"`
}

type InferenceAccelerators

type InferenceAccelerators struct{}

type InferenceAcceleratorsAttributes

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

func (InferenceAcceleratorsAttributes) Count

func (InferenceAcceleratorsAttributes) InternalRef

func (InferenceAcceleratorsAttributes) InternalTokens

func (ia InferenceAcceleratorsAttributes) InternalTokens() (hclwrite.Tokens, error)

func (InferenceAcceleratorsAttributes) InternalWithRef

func (InferenceAcceleratorsAttributes) Manufacturer

func (InferenceAcceleratorsAttributes) Name

type InferenceAcceleratorsState

type InferenceAcceleratorsState struct {
	Count        float64 `json:"count"`
	Manufacturer string  `json:"manufacturer"`
	Name         string  `json:"name"`
}

type InstanceDisks

type InstanceDisks struct{}

type InstanceDisksAttributes

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

func (InstanceDisksAttributes) Count

func (InstanceDisksAttributes) InternalRef

func (id InstanceDisksAttributes) InternalRef() (terra.Reference, error)

func (InstanceDisksAttributes) InternalTokens

func (id InstanceDisksAttributes) InternalTokens() (hclwrite.Tokens, error)

func (InstanceDisksAttributes) InternalWithRef

func (InstanceDisksAttributes) Size

func (InstanceDisksAttributes) Type

type InstanceDisksState

type InstanceDisksState struct {
	Count float64 `json:"count"`
	Size  float64 `json:"size"`
	Type  string  `json:"type"`
}

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