Class: Ansible::Ruby::Modules::Ucs_ntp_server
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ucs_ntp_server
- Defined in:
- lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ntp_server.rb
Overview
Configures NTP server on Cisco UCS Manager. Examples can be used with the L(UCS Platform Emulator,communities.cisco.com/ucspe).
Instance Method Summary collapse
-
#description ⇒ String?
A user-defined description of the NTP server.,Enter up to 256 characters.,You can use any characters or spaces except the following:,‘ (accent mark), (backslash), ^ (carat), “ (double quote), = (equal sign), > (greater than), < (less than), or ’ (single quote).
-
#ntp_server ⇒ String?
NTP server IP address or hostname.,Enter up to 63 characters that form a valid hostname.,Enter a valid IPV4 Address.
-
#state ⇒ :absent, ...
If C(absent), will remove an NTP server.,If C(present), will add or update an NTP server.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#description ⇒ String?
Returns A user-defined description of the NTP server.,Enter up to 256 characters.,You can use any characters or spaces except the following:,‘ (accent mark), (backslash), ^ (carat), “ (double quote), = (equal sign), > (greater than), < (less than), or ’ (single quote).
21 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ntp_server.rb', line 21 attribute :description |
#ntp_server ⇒ String?
Returns NTP server IP address or hostname.,Enter up to 63 characters that form a valid hostname.,Enter a valid IPV4 Address.
17 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ntp_server.rb', line 17 attribute :ntp_server |
#state ⇒ :absent, ...
Returns If C(absent), will remove an NTP server.,If C(present), will add or update an NTP server.
13 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ntp_server.rb', line 13 attribute :state |