Documentation
¶
Index ¶
- func NetworkPoolServerResourceSchema(ctx context.Context) schema.Schema
- func NewResource() resource.Resource
- func RenderNetworkPoolServerBluecatConfig(t *testing.T, overrides map[string]string) (string, error)
- func RenderNetworkPoolServerCredentialConfig(t *testing.T, overrides map[string]string) (string, error)
- func RenderNetworkPoolServerInfobloxConfig(t *testing.T, overrides map[string]string) (string, error)
- func RenderNetworkPoolServerPhpIPAMConfig(t *testing.T, overrides map[string]string) (string, error)
- func RenderNetworkPoolServerSolarWindsConfig(t *testing.T, overrides map[string]string) (string, error)
- type NetworkPoolServerModel
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type NetworkPoolServerModel ¶
type NetworkPoolServerModel struct {
CredentialId types.Int64 `tfsdk:"credential_id"`
Enabled types.Bool `tfsdk:"enabled"`
Id types.Int64 `tfsdk:"id"`
IgnoreSsl types.Bool `tfsdk:"ignore_ssl"`
Name types.String `tfsdk:"name"`
NetworkFilter types.String `tfsdk:"network_filter"`
ServiceMode types.String `tfsdk:"service_mode"`
ServicePasswordWo types.String `tfsdk:"service_password_wo"`
ServicePasswordWoVersion types.Int64 `tfsdk:"service_password_wo_version"`
ServiceThrottleRate types.Int64 `tfsdk:"service_throttle_rate"`
ServiceUrl types.String `tfsdk:"service_url"`
ServiceUsername types.String `tfsdk:"service_username"`
Status types.String `tfsdk:"status"`
TenantMatch types.String `tfsdk:"tenant_match"`
TypeId types.Int64 `tfsdk:"type_id"`
ZoneFilter types.String `tfsdk:"zone_filter"`
}
Click to show internal directories.
Click to hide internal directories.