Documentation ¶
Index ¶
- func New() datasource.DataSource
- type TrustedIpState
- type TrustedIpsDataSource
- func (s *TrustedIpsDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, ...)
- func (s *TrustedIpsDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, ...)
- func (s *TrustedIpsDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
- func (s *TrustedIpsDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, ...)
- type TrustedIpsState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New() datasource.DataSource
Types ¶
type TrustedIpState ¶
type TrustedIpsDataSource ¶
type TrustedIpsDataSource struct {
// contains filtered or unexported fields
}
func (*TrustedIpsDataSource) Configure ¶
func (s *TrustedIpsDataSource) Configure(ctx context.Context, req datasource.ConfigureRequest, resp *datasource.ConfigureResponse)
func (*TrustedIpsDataSource) Metadata ¶
func (s *TrustedIpsDataSource) Metadata(ctx context.Context, req datasource.MetadataRequest, resp *datasource.MetadataResponse)
func (*TrustedIpsDataSource) Read ¶
func (s *TrustedIpsDataSource) Read(ctx context.Context, req datasource.ReadRequest, resp *datasource.ReadResponse)
func (*TrustedIpsDataSource) Schema ¶
func (s *TrustedIpsDataSource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse)
type TrustedIpsState ¶
type TrustedIpsState struct { Total types.Int64 `tfsdk:"total"` Items []*TrustedIpState `tfsdk:"items"` }
Click to show internal directories.
Click to hide internal directories.