vda

package
v0.5.5 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewVdaDataSource

func NewVdaDataSource() datasource.DataSource

Types

type VdaDataSource

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

VdaDataSource defines the data source implementation.

func (*VdaDataSource) Configure

func (*VdaDataSource) Metadata

func (*VdaDataSource) Read

func (*VdaDataSource) Schema

type VdaDataSourceModel

type VdaDataSourceModel struct {
	MachineCatalog types.String `tfsdk:"machine_catalog"`
	DeliveryGroup  types.String `tfsdk:"delivery_group"`
	Vdas           []VdaModel   `tfsdk:"vdas"`
}

VdaDataSourceModel defines the VDA data source implementation.

type VdaModel

type VdaModel struct {
	MachineName              types.String `tfsdk:"machine_name"`
	HostedMachineId          types.String `tfsdk:"hosted_machine_id"`
	AssociatedMachineCatalog types.String `tfsdk:"associated_machine_catalog"`
	AssociatedDeliveryGroup  types.String `tfsdk:"associated_delivery_group"`
}

VdaModel defines the single VDA data model implementation.

Jump to

Keyboard shortcuts

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