Class: Ansible::Ruby::Modules::Docker_login
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Docker_login
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb
Instance Method Summary collapse
-
#config_path ⇒ String?
Custom path to the Docker CLI configuration file.
-
#email ⇒ String?
The email address for the registry account.
-
#password ⇒ String
The plaintext password for the registry account.
-
#reauthorize ⇒ Boolean?
Refresh exiting authentication found in the configuration file.
-
#registry_url ⇒ String?
The registry URL.
-
#username ⇒ String
The username for the registry account.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_options, attribute, #initialize, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#config_path ⇒ String?
30 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 30 attribute :config_path |
#email ⇒ String?
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 22 attribute :email |
#password ⇒ String
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 18 attribute :password |
#reauthorize ⇒ Boolean?
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 26 attribute :reauthorize |
#registry_url ⇒ String?
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 10 attribute :registry_url |
#username ⇒ String
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/docker/docker_login.rb', line 14 attribute :username |