Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DataSourceType is the type name of the Hetzner Cloud load balancer type datasource. DataSourceType = "hcloud_load_balancer_type" // DataSourceListType is the type name of the Hetzner Cloud load balancer type list datasource. DataSourceListType = "hcloud_load_balancer_types" )
Variables ¶
This section is empty.
Functions ¶
func NewDataSource ¶
func NewDataSource() datasource.DataSource
func NewDataSourceList ¶
func NewDataSourceList() datasource.DataSource
Types ¶
type DData ¶
type DData struct { testtemplate.DataCommon LoadBalancerTypeID string LoadBalancerTypeName string }
DData defines the fields for the "testdata/d/hcloud_load_balancer_type" template.
type DDataList ¶
type DDataList struct {
testtemplate.DataCommon
}
DDataList defines the fields for the "testdata/d/hcloud_load_balancer_types" template.
Click to show internal directories.
Click to hide internal directories.