Documentation ¶
Index ¶
- func NewStagingBackendDataSource() datasource.DataSource
- func NewStagingBackendResource() resource.Resource
- func NewStagingBackendsDataSource() datasource.DataSource
- func NewStagingVclconfDataSource() datasource.DataSource
- func NewStagingVclconfResource() resource.Resource
- type StagingBackend
- type StagingVCLConf
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewStagingBackendDataSource ¶ added in v0.3.0
func NewStagingBackendDataSource() datasource.DataSource
Helper function to simplify the provider implementation.
func NewStagingBackendResource ¶
helper function to simplify the provider implementation.
func NewStagingBackendsDataSource ¶
func NewStagingBackendsDataSource() datasource.DataSource
Helper function to simplify the provider implementation.
func NewStagingVclconfDataSource ¶ added in v0.1.4
func NewStagingVclconfDataSource() datasource.DataSource
Helper function to simplify the provider implementation.
func NewStagingVclconfResource ¶ added in v0.1.4
helper function to simplify the provider implementation.
Types ¶
type StagingBackend ¶ added in v0.2.0
type StagingBackend struct { ID types.Int64 `tfsdk:"id"` Company types.Int64 `tfsdk:"company"` Name types.String `tfsdk:"name"` VclName types.String `tfsdk:"vclname"` Origin types.String `tfsdk:"origin"` Ssl types.Bool `tfsdk:"ssl"` Port types.Int64 `tfsdk:"port"` HCHost types.String `tfsdk:"hchost"` HCPath types.String `tfsdk:"hcpath"` HCStatusCode types.Int64 `tfsdk:"hcstatuscode"` HCInterval types.Int64 `tfsdk:"hcinterval"` HCDisabled types.Bool `tfsdk:"hcdisabled"` }
type StagingVCLConf ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.