Versions in this module Expand all Collapse all v0 v0.2.0 Mar 4, 2026 v0.1.0 Jul 22, 2025 Changes in this version + const DefaultBasePath + const DefaultHost + var Default = NewHTTPClient(nil) + var DefaultSchemes = []string + type Ontap struct + Application application.ClientService + Cloud cloud.ClientService + Cluster cluster.ClientService + NameServices name_services.ClientService + Nas n_a_s.ClientService + Ndmp n_d_m_p.ClientService + Networking networking.ClientService + NvMe n_v_me.ClientService + ObjectStore object_store.ClientService + SVM s_vm.ClientService + San s_a_n.ClientService + Security securityops.ClientService + SnapLock snap_lock.ClientService + SnapMirror snap_mirror.ClientService + Storage storage.ClientService + Support support.ClientService + Transport runtime.ClientTransport + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Ontap + func NewHTTPClient(formats strfmt.Registry) *Ontap + func NewHTTPClientWithConfig(formats strfmt.Registry, cfg *TransportConfig) *Ontap + func (c *Ontap) SetTransport(transport runtime.ClientTransport) + type TransportConfig struct + BasePath string + Host string + Schemes []string + func DefaultTransportConfig() *TransportConfig + func (cfg *TransportConfig) WithBasePath(basePath string) *TransportConfig + func (cfg *TransportConfig) WithHost(host string) *TransportConfig + func (cfg *TransportConfig) WithSchemes(schemes []string) *TransportConfig