Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider
Types ¶
type Config ¶
type Config struct { User string Password string Host string SdkRoot string ApiPath string ApiPort string }
func NewConfig ¶
func NewConfig(d *schema.ResourceData) (*Config, error)
NewConfig returns a new Config from the supplied ResourceData
func (*Config) Client ¶
func (c *Config) Client() (*NetAppClient, error)
type NetAppClient ¶
Click to show internal directories.
Click to hide internal directories.