Documentation ¶
Index ¶
- func New() provider.Provider
- func NewAcmeEabResource() resource.Resource
- func NewLbBackendServicesDataSource() datasource.DataSource
- type LbBackendServicesDataSource
- func (d *LbBackendServicesDataSource) Configure(_ context.Context, req datasource.ConfigureRequest, ...)
- func (d *LbBackendServicesDataSource) Metadata(_ context.Context, req datasource.MetadataRequest, ...)
- func (d *LbBackendServicesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (d *LbBackendServicesDataSource) Schema(_ context.Context, _ datasource.SchemaRequest, resp *datasource.SchemaResponse)
- type LbBackendServicesDataSourceModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAcmeEabResource ¶ added in v0.3.0
NewAcmeEabResource
func NewLbBackendServicesDataSource ¶
func NewLbBackendServicesDataSource() datasource.DataSource
NewLbBackendServicesDataSource
Types ¶
type LbBackendServicesDataSource ¶
type LbBackendServicesDataSource struct {
// contains filtered or unexported fields
}
LbBackendServicesDataSource
func (*LbBackendServicesDataSource) Configure ¶
func (d *LbBackendServicesDataSource) Configure(_ context.Context, req datasource.ConfigureRequest, _ *datasource.ConfigureResponse)
Configure adds the provider configured client to the data source.
func (*LbBackendServicesDataSource) Metadata ¶
func (d *LbBackendServicesDataSource) Metadata(_ context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata returns the data source backend services type name.
func (*LbBackendServicesDataSource) Read ¶
func (d *LbBackendServicesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
Read backend services data source information
func (*LbBackendServicesDataSource) Schema ¶
func (d *LbBackendServicesDataSource) Schema(_ context.Context, _ datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema defines the schema for the backend services data source .
Click to show internal directories.
Click to hide internal directories.