Class: Ansible::Ruby::Modules::Ucs_uuid_pool

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#descriptionObject?

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).

Returns:

  • (Object, nil)

    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_uuidString?

Returns The first UUID in the block of UUIDs.,This is the From field in the UCS Manager UUID Blocks menu.

Returns:

  • (String, nil)

    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_uuidString?

Returns The last UUID in the block of UUIDs.,This is the To field in the UCS Manager Add UUID Blocks menu.

Returns:

  • (String, nil)

    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

#nameString

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.

Returns:

  • (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 . (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.

Returns:

  • (:default, :sequential, nil)

    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_dnString?

Returns The distinguished name (dn) of the organization where the resource is assigned.

Returns:

  • (String, nil)

    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

#prefixObject?

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.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent, nil)

    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