Documentation
¶
Index ¶
- func NewCloudIntegrationInstanceDataSource() datasource.DataSource
- func NewCloudIntegrationInstancesDataSource() datasource.DataSource
- func NewOutpostDataSource() datasource.DataSource
- func NewOutpostsDataSource() datasource.DataSource
- type CloudIntegrationInstanceDataSource
- func (r *CloudIntegrationInstanceDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (r *CloudIntegrationInstanceDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (r *CloudIntegrationInstanceDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (r *CloudIntegrationInstanceDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type CloudIntegrationInstancesDataSource
- func (d *CloudIntegrationInstancesDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (d *CloudIntegrationInstancesDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (d *CloudIntegrationInstancesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (d *CloudIntegrationInstancesDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type OutpostDataSource
- func (d *OutpostDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (d *OutpostDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (d *OutpostDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (d *OutpostDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type OutpostsDataSource
- func (d *OutpostsDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (d *OutpostsDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (d *OutpostsDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (d *OutpostsDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudIntegrationInstanceDataSource ¶
func NewCloudIntegrationInstanceDataSource() datasource.DataSource
NewCloudIntegrationInstanceDataSource is a helper function to simplify the provider implementation.
func NewCloudIntegrationInstancesDataSource ¶
func NewCloudIntegrationInstancesDataSource() datasource.DataSource
NewCloudIntegrationInstancesDataSource is a helper function to simplify the provider implementation.
func NewOutpostDataSource ¶
func NewOutpostDataSource() datasource.DataSource
NewOutpostDataSource is a helper function to simplify the provider implementation.
func NewOutpostsDataSource ¶
func NewOutpostsDataSource() datasource.DataSource
NewOutpostsDataSource is a helper function to simplify the provider implementation.
Types ¶
type CloudIntegrationInstanceDataSource ¶
type CloudIntegrationInstanceDataSource struct {
// contains filtered or unexported fields
}
CloudIntegrationInstanceDataSource is the data source implementation.
func (*CloudIntegrationInstanceDataSource) Configure ¶
func (r *CloudIntegrationInstanceDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
Configure adds the provider-configured client to the data source.
func (*CloudIntegrationInstanceDataSource) Metadata ¶
func (r *CloudIntegrationInstanceDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata returns the data source type name.
func (*CloudIntegrationInstanceDataSource) Read ¶
func (r *CloudIntegrationInstanceDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
Read refreshes the Terraform state with the latest data.
func (*CloudIntegrationInstanceDataSource) Schema ¶
func (r *CloudIntegrationInstanceDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema defines the schema for the data source.
type CloudIntegrationInstancesDataSource ¶
type CloudIntegrationInstancesDataSource struct {
// contains filtered or unexported fields
}
CloudIntegrationInstancesDataSource is the data source implementation.
func (*CloudIntegrationInstancesDataSource) Configure ¶
func (d *CloudIntegrationInstancesDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
Configure adds the provider-configured client to the data source.
func (*CloudIntegrationInstancesDataSource) Metadata ¶
func (d *CloudIntegrationInstancesDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata returns the data source type name.
func (*CloudIntegrationInstancesDataSource) Read ¶
func (d *CloudIntegrationInstancesDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
Read refreshes the Terraform state with the latest data.
func (*CloudIntegrationInstancesDataSource) Schema ¶
func (d *CloudIntegrationInstancesDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema defines the schema for the data source.
type OutpostDataSource ¶
type OutpostDataSource struct {
// contains filtered or unexported fields
}
OutpostDataSource is the data source implementation.
func (*OutpostDataSource) Configure ¶
func (d *OutpostDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
Configure adds the provider-configured client to the data source.
func (*OutpostDataSource) Metadata ¶
func (d *OutpostDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata returns the data source type name.
func (*OutpostDataSource) Read ¶
func (d *OutpostDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
Read refreshes the Terraform state with the latest data.
func (*OutpostDataSource) Schema ¶
func (d *OutpostDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema defines the schema for the data source.
type OutpostsDataSource ¶
type OutpostsDataSource struct {
// contains filtered or unexported fields
}
OutpostsDataSource is the data source implementation.
func (*OutpostsDataSource) Configure ¶
func (d *OutpostsDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
Configure adds the provider-configured client to the data source.
func (*OutpostsDataSource) Metadata ¶
func (d *OutpostsDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
Metadata returns the data source type name.
func (*OutpostsDataSource) Read ¶
func (d *OutpostsDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
Read refreshes the Terraform state with the latest data.
func (*OutpostsDataSource) Schema ¶
func (d *OutpostsDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
Schema defines the schema for the data source.