iba

package
v0.80.0 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PredefinedProbe added in v0.39.0

type PredefinedProbe struct {
	BlueprintId types.String `tfsdk:"blueprint_id"`
	Name        types.String `tfsdk:"name"`
	Description types.String `tfsdk:"description"`
	Schema      types.String `tfsdk:"schema"`
}

func (PredefinedProbe) DataSourceAttributes added in v0.39.0

func (o PredefinedProbe) DataSourceAttributes() map[string]dataSourceSchema.Attribute

func (*PredefinedProbe) LoadApiData added in v0.39.0

type Probe added in v0.39.0

type Probe struct {
	BlueprintId       types.String         `tfsdk:"blueprint_id"`
	Id                types.String         `tfsdk:"id"`
	Name              types.String         `tfsdk:"name"`
	Description       types.String         `tfsdk:"description"`
	PredefinedProbeId types.String         `tfsdk:"predefined_probe_id"`
	ProbeConfig       jsontypes.Normalized `tfsdk:"probe_config"`
	Stages            types.Set            `tfsdk:"stages"`
	ProbeJson         jsontypes.Normalized `tfsdk:"probe_json"`
}

func (*Probe) LoadApiData added in v0.39.0

func (o *Probe) LoadApiData(ctx context.Context, in *apstra.IbaProbe, diag *diag.Diagnostics)

func (Probe) ResourceAttributes added in v0.39.0

func (o Probe) ResourceAttributes() map[string]resourceSchema.Attribute

Jump to

Keyboard shortcuts

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