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
func (o *PredefinedProbe) LoadApiData(_ context.Context, in *apstra.IbaPredefinedProbe, d *diag.Diagnostics)
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 (Probe) ResourceAttributes ¶ added in v0.39.0
func (o Probe) ResourceAttributes() map[string]resourceSchema.Attribute
Click to show internal directories.
Click to hide internal directories.