Documentation ¶
Overview ¶
Package throughputtiers contains the implementation of the ThroughputTiers data source following the Terraform framework interfaces.
Index ¶
- func DataSourceThroughputTiersSchema() schema.Schema
- type DataSourceThroughputTiers
- func (r *DataSourceThroughputTiers) Configure(_ context.Context, request datasource.ConfigureRequest, ...)
- func (*DataSourceThroughputTiers) Metadata(_ context.Context, _ datasource.MetadataRequest, ...)
- func (r *DataSourceThroughputTiers) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (*DataSourceThroughputTiers) Schema(_ context.Context, _ datasource.SchemaRequest, resp *datasource.SchemaResponse)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DataSourceThroughputTiersSchema ¶
DataSourceThroughputTiersSchema defines the schema for a Throughput Tiers data source.
Types ¶
type DataSourceThroughputTiers ¶
type DataSourceThroughputTiers struct {
CpCl *cloud.ControlPlaneClientSet
}
DataSourceThroughputTiers represents a data source for a list of Redpanda Cloud throughput tiers.
func (*DataSourceThroughputTiers) Configure ¶
func (r *DataSourceThroughputTiers) Configure(_ context.Context, request datasource.ConfigureRequest, response *datasource.ConfigureResponse)
Configure uses provider level data to configure DataSourceThroughputTiers client.
func (*DataSourceThroughputTiers) Metadata ¶
func (*DataSourceThroughputTiers) Metadata(_ context.Context, _ datasource.MetadataRequest, response *datasource.MetadataResponse)
Metadata returns the metadata for the Throughput Tiers data source.
func (*DataSourceThroughputTiers) Read ¶
func (r *DataSourceThroughputTiers) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
Read reads the Throughput Tiers data source's values and updates the state.
func (*DataSourceThroughputTiers) Schema ¶
func (*DataSourceThroughputTiers) Schema(_ context.Context, _ datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema returns the schema for the Throughput Tiers data source.
Click to show internal directories.
Click to hide internal directories.