models

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type VDisk

type VDisk struct {
	// ID         types.String `tfsdk:"id"`
	Size types.Int64 `tfsdk:"size"`
	// Controller types.Int64  `tfsdk:"controller"`
	// Unmap      types.Bool   `tfsdk:"unmap"`
	ImageID   types.String `tfsdk:"image_id"`
	ImageName types.String `tfsdk:"image_name"`
}

func (VDisk) AttrType

func (m VDisk) AttrType() map[string]attr.Type

func (VDisk) ModelType

func (m VDisk) ModelType() attr.Type

func (VDisk) Value

func (m VDisk) Value() attr.Value

type VNic

type VNic struct {
	ID  types.String `tfsdk:"id"`
	Mac types.String `tfsdk:"mac"`
	// Model  types.Int64  `tfsdk:"model"`
	Name types.String `tfsdk:"name"`
}

func (VNic) AttrType

func (m VNic) AttrType() map[string]attr.Type

func (VNic) ModelType

func (m VNic) ModelType() attr.Type

func (VNic) Value

func (m VNic) Value() attr.Value

Jump to

Keyboard shortcuts

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