switch.brocade¶
key¶
scopable |
False |
required |
False |
default |
None |
scope order |
specific > generic |
The path to the private key to use to log in the switch.
method¶
scopable |
False |
required |
False |
default |
ssh |
scope order |
specific > generic |
candidates |
telnet | ssh |
The method to use to connect to the switch. ssh without a key set needs sshpass the binary.
name¶
scopable |
False |
required |
False |
default |
None |
scope order |
specific > generic |
The name connect to the switch (dns name or ip address). If not set, fallback to the section name suffix.
password¶
scopable |
False |
required |
False |
default |
None |
scope order |
specific > generic |
The password to use to log in, expressed as a <secname> reference to a secret. The secret must be in the system
namespace and must have the password
key. Either username or key must be specified.
username¶
scopable |
False |
required |
True |
default |
None |
scope order |
specific > generic |
The username to use to log in the switch.