Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConnectionInfo ¶
type ConnectionInfo struct { Type string User string Password string PrivateKey string Certificate string Host string HostKey string Port uint16 Agent bool ScriptPath string TargetPlatform string Timeout string TimeoutVal time.Duration ProxyScheme string ProxyHost string ProxyPort uint16 ProxyUserName string ProxyUserPassword string BastionUser string BastionPassword string BastionPrivateKey string BastionCertificate string BastionHost string BastionHostKey string BastionPort uint16 AgentIdentity string HTTPS bool Insecure bool NTLM bool `mapstructure:"use_ntlm"` CACert string `mapstructure:"cacert"` }
ConnectionInfo is decoded from the ConnInfo of the resource. These are the only keys we look at. If a PrivateKey is given, that is used instead of a password.
Click to show internal directories.
Click to hide internal directories.