Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewLoadBalancerDataSource ¶
func NewLoadBalancerDataSource() datasource.DataSource
NewLoadBalancerDataSource is a helper function to simplify the provider implementation.
func NewLoadBalancerResource ¶
NewLoadBalancerResource is a helper function to simplify the provider implementation.
Types ¶
type Model ¶
type Model struct { Id types.String `tfsdk:"id"` // needed by TF ProjectId types.String `tfsdk:"project_id"` ExternalAddress types.String `tfsdk:"external_address"` Listeners types.List `tfsdk:"listeners"` Name types.String `tfsdk:"name"` Networks types.List `tfsdk:"networks"` Options types.Object `tfsdk:"options"` PrivateAddress types.String `tfsdk:"private_address"` TargetPools types.List `tfsdk:"target_pools"` }
Click to show internal directories.
Click to hide internal directories.