Documentation
¶
Index ¶
- func BigIntToHexStr(bigInt *big.Int) string
- func BigIntToStr(bigInt *big.Int) string
- func Config_CreateSpace(spacename string) string
- func GenerateSignature(url string, method string, secret string, ts int64) [32]byte
- func Provider() *schema.Provider
- func ProviderConfigure(ctx context.Context, d *schema.ResourceData) (interface{}, diag.Diagnostics)
- func SubmitRequest(s *SOLIDserver, apiclient *gorequest.SuperAgent, method string, service string, ...) (*http.Response, string, error)
- type HttpRequestFunc
- type SOLIDserver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BigIntToHexStr ¶
BigIntToHexStr convert a Big Integer into an Hexa String
func BigIntToStr ¶
BigIntToStr convert a Big Integer to Decimal String
func Config_CreateSpace ¶
func GenerateSignature ¶ added in v1.1.23
func ProviderConfigure ¶
func ProviderConfigure(ctx context.Context, d *schema.ResourceData) (interface{}, diag.Diagnostics)
func SubmitRequest ¶
func SubmitRequest(s *SOLIDserver, apiclient *gorequest.SuperAgent, method string, service string, parameters string) (*http.Response, string, error)
Types ¶
type HttpRequestFunc ¶
type HttpRequestFunc func(*gorequest.SuperAgent, string) *gorequest.SuperAgent
type SOLIDserver ¶
type SOLIDserver struct { Ctx context.Context Host string UseToken bool Username string Password string BaseUrl string SSLVerify bool AdditionalTrustCertsFile string Timeout int Version int Authenticated bool ProxyURL string }
func NewSOLIDserver ¶
func (*SOLIDserver) GetVersion ¶
func (s *SOLIDserver) GetVersion(version string) diag.Diagnostics
Source Files
¶
- data_source_cdb.go
- data_source_cdb_data.go
- data_source_dns_server.go
- data_source_dns_smart.go
- data_source_dns_view.go
- data_source_dns_zone.go
- data_source_ip6_address.go
- data_source_ip6_pool.go
- data_source_ip6_ptr.go
- data_source_ip6_subnet.go
- data_source_ip6_subnet_query.go
- data_source_ip_address.go
- data_source_ip_pool.go
- data_source_ip_ptr.go
- data_source_ip_space.go
- data_source_ip_subnet.go
- data_source_ip_subnet_query.go
- data_source_usergroup.go
- data_source_vlan.go
- data_source_vlan_domain.go
- data_source_vlan_range.go
- provider.go
- resource_application.go
- resource_application_node.go
- resource_application_pool.go
- resource_cdb.go
- resource_cdb_data.go
- resource_device.go
- resource_dns_forward_zone.go
- resource_dns_rr.go
- resource_dns_server.go
- resource_dns_smart.go
- resource_dns_view.go
- resource_dns_zone.go
- resource_ip6_address.go
- resource_ip6_alias.go
- resource_ip6_mac.go
- resource_ip6_pool.go
- resource_ip6_subnet.go
- resource_ip_address.go
- resource_ip_alias.go
- resource_ip_mac.go
- resource_ip_pool.go
- resource_ip_space.go
- resource_ip_subnet.go
- resource_user.go
- resource_usergroup.go
- resource_vlan.go
- resource_vlan_domain.go
- resource_vlan_range.go
- soliderver.go
- solidserver-helper.go
- test_func.go
Click to show internal directories.
Click to hide internal directories.