Documentation ¶
Index ¶
- Constants
- type ZonesDataSource
- func (d *ZonesDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (d *ZonesDataSource) GetSchema() schema.Schema
- func (d *ZonesDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (d *ZonesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (d *ZonesDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type ZonesDataSourceModel
Constants ¶
View Source
const (
ZonesAttrName = "zones"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ZonesDataSource ¶
type ZonesDataSource struct {
// contains filtered or unexported fields
}
func (*ZonesDataSource) Configure ¶
func (d *ZonesDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*ZonesDataSource) GetSchema ¶
func (d *ZonesDataSource) GetSchema() schema.Schema
func (*ZonesDataSource) Metadata ¶
func (d *ZonesDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
func (*ZonesDataSource) Read ¶
func (d *ZonesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*ZonesDataSource) Schema ¶
func (d *ZonesDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
type ZonesDataSourceModel ¶
Click to show internal directories.
Click to hide internal directories.