Documentation
¶
Index ¶
- type TelemetryServiceRegistryEntry
- func (o TelemetryServiceRegistryEntry) DataSourceAttributes() map[string]dataSourceSchema.Attribute
- func (o *TelemetryServiceRegistryEntry) LoadApiData(ctx context.Context, in *apstra.TelemetryServiceRegistryEntry, ...)
- func (o *TelemetryServiceRegistryEntry) Request(_ context.Context, diags *diag.Diagnostics) *apstra.TelemetryServiceRegistryEntry
- func (o TelemetryServiceRegistryEntry) ResourceAttributes() map[string]resourceSchema.Attribute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TelemetryServiceRegistryEntry ¶
type TelemetryServiceRegistryEntry struct { Name types.String `tfsdk:"name"` ApplicationSchema jsontypes.Normalized `tfsdk:"application_schema"` StorageSchemaPath types.String `tfsdk:"storage_schema_path"` Builtin types.Bool `tfsdk:"built_in"` Description types.String `tfsdk:"description"` Version types.String `tfsdk:"version"` }
func (TelemetryServiceRegistryEntry) DataSourceAttributes ¶
func (o TelemetryServiceRegistryEntry) DataSourceAttributes() map[string]dataSourceSchema.Attribute
func (*TelemetryServiceRegistryEntry) LoadApiData ¶
func (o *TelemetryServiceRegistryEntry) LoadApiData(ctx context.Context, in *apstra.TelemetryServiceRegistryEntry, diag *diag.Diagnostics)
func (*TelemetryServiceRegistryEntry) Request ¶
func (o *TelemetryServiceRegistryEntry) Request(_ context.Context, diags *diag.Diagnostics) *apstra.TelemetryServiceRegistryEntry
func (TelemetryServiceRegistryEntry) ResourceAttributes ¶
func (o TelemetryServiceRegistryEntry) ResourceAttributes() map[string]resourceSchema.Attribute
Click to show internal directories.
Click to hide internal directories.