machine_types

package
v1.6.2 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() datasource.DataSource

Types

type MachineTypeState

type MachineTypeState struct {
	CloudProvider string `tfsdk:"cloud_provider"`
	ID            string `tfsdk:"id"`
	Name          string `tfsdk:"name"`
	CPU           int64  `tfsdk:"cpu"`
	RAM           int64  `tfsdk:"ram"`
}

type MachineTypesDataSource

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

func (*MachineTypesDataSource) Configure

func (*MachineTypesDataSource) Metadata

func (*MachineTypesDataSource) Read

func (*MachineTypesDataSource) Schema

type MachineTypesState

type MachineTypesState struct {
	Items []*MachineTypeState `tfsdk:"items"`
}

Jump to

Keyboard shortcuts

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