Class: Ansible::Ruby::Modules::Ucs_uuid_pool
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Ucs_uuid_pool
- Defined in:
- lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_uuid_pool.rb
Overview
Configures server UUID pools and UUID blocks on Cisco UCS Manager. Examples can be used with the L(UCS Platform Emulator,communities.cisco.com/ucspe).
Instance Method Summary collapse
-
#description ⇒ Object?
The user-defined description of the UUID pool.,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).
-
#first_uuid ⇒ String?
The first UUID in the block of UUIDs.,This is the From field in the UCS Manager UUID Blocks menu.
-
#last_uuid ⇒ String?
The last UUID in the block of UUIDs.,This is the To field in the UCS Manager Add UUID Blocks menu.
-
#name ⇒ String
The name of the UUID pool.,This name can be between 1 and 32 alphanumeric characters.,You cannot use spaces or any special characters other than - (hyphen), “_” (underscore), : (colon), and .
-
#order ⇒ :default, ...
The Assignment Order field.,This can be one of the following:,default - Cisco UCS Manager selects a random identity from the pool.,sequential - Cisco UCS Manager selects the lowest available identity from the pool.
-
#org_dn ⇒ String?
The distinguished name (dn) of the organization where the resource is assigned.
-
#prefix ⇒ Object?
UUID prefix used for the range of server UUIDs.,If no value is provided, the system derived prefix will be used (equivalent to selecting ‘derived’ option in UI).,If the user provides a value, the user provided prefix will be used (equivalent to selecting ‘other’ option in UI).,A user provided value should be in the format XXXXXXXX-XXXX-XXXX.
-
#state ⇒ :present, ...
If C(present), will verify UUID pool is present and will create if needed.,If C(absent), will verify UUID pool is absent and will delete if needed.
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 ⇒ Object?
Returns The user-defined description of the UUID pool.,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_uuid_pool.rb', line 21 attribute :description |
#first_uuid ⇒ String?
Returns The first UUID in the block of UUIDs.,This is the From field in the UCS Manager UUID Blocks menu.
31 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_uuid_pool.rb', line 31 attribute :first_uuid |
#last_uuid ⇒ String?
Returns The last UUID in the block of UUIDs.,This is the To field in the UCS Manager Add UUID Blocks menu.
35 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_uuid_pool.rb', line 35 attribute :last_uuid |
#name ⇒ String
Returns The name of the UUID pool.,This name can be between 1 and 32 alphanumeric characters.,You cannot use spaces or any special characters other than - (hyphen), “_” (underscore), : (colon), and . (period).,You cannot change this name after the UUID pool is created.
17 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_uuid_pool.rb', line 17 attribute :name |
#order ⇒ :default, ...
Returns The Assignment Order field.,This can be one of the following:,default - Cisco UCS Manager selects a random identity from the pool.,sequential - Cisco UCS Manager selects the lowest available identity from the pool.
27 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_uuid_pool.rb', line 27 attribute :order |
#org_dn ⇒ String?
Returns The distinguished name (dn) of the organization where the resource is assigned.
39 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_uuid_pool.rb', line 39 attribute :org_dn |
#prefix ⇒ Object?
Returns UUID prefix used for the range of server UUIDs.,If no value is provided, the system derived prefix will be used (equivalent to selecting ‘derived’ option in UI).,If the user provides a value, the user provided prefix will be used (equivalent to selecting ‘other’ option in UI).,A user provided value should be in the format XXXXXXXX-XXXX-XXXX.
24 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_uuid_pool.rb', line 24 attribute :prefix |
#state ⇒ :present, ...
Returns If C(present), will verify UUID pool is present and will create if needed.,If C(absent), will verify UUID pool is absent and will delete if needed.
13 |
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_uuid_pool.rb', line 13 attribute :state |