Class: Ansible::Ruby::Modules::Ucs_ip_pool

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb

Overview

Configures IP address pools and blocks of IP addresses on Cisco UCS Manager. Examples can be used with the UCS Platform Emulator U(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

#default_gwString?

Returns The default gateway associated with the IPv4 addresses in the block.

Returns:

  • (String, nil)

    The default gateway associated with the IPv4 addresses in the block.



40
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 40

attribute :default_gw

#descrptionObject?

Returns The user-defined description of the IP address 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 IP address 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_ip_pool.rb', line 21

attribute :descrption

#first_addrString?

Returns The first IPv4 address in the IPv4 addresses block.,This is the From field in the UCS Manager Add IPv4 Blocks menu.

Returns:

  • (String, nil)

    The first IPv4 address in the IPv4 addresses block.,This is the From field in the UCS Manager Add IPv4 Blocks menu.



28
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 28

attribute :first_addr

#ipv6_default_gwString?

Returns The default gateway associated with the IPv6 addresses in the block.

Returns:

  • (String, nil)

    The default gateway associated with the IPv6 addresses in the block.



64
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 64

attribute :ipv6_default_gw

#ipv6_first_addrString?

Returns The first IPv6 address in the IPv6 addresses block.,This is the From field in the UCS Manager Add IPv6 Blocks menu.

Returns:

  • (String, nil)

    The first IPv6 address in the IPv6 addresses block.,This is the From field in the UCS Manager Add IPv6 Blocks menu.



52
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 52

attribute :ipv6_first_addr

#ipv6_last_addrString?

Returns The last IPv6 address in the IPv6 addresses block.,This is the To field in the UCS Manager Add IPv6 Blocks menu.

Returns:

  • (String, nil)

    The last IPv6 address in the IPv6 addresses block.,This is the To field in the UCS Manager Add IPv6 Blocks menu.



56
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 56

attribute :ipv6_last_addr

#ipv6_prefixString?

Returns The network address prefix associated with the IPv6 addresses in the block.

Returns:

  • (String, nil)

    The network address prefix associated with the IPv6 addresses in the block.



60
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 60

attribute :ipv6_prefix

#ipv6_primary_dnsString?

Returns The primary DNS server that this block of IPv6 addresses should access.

Returns:

  • (String, nil)

    The primary DNS server that this block of IPv6 addresses should access.



68
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 68

attribute :ipv6_primary_dns

#ipv6_secondary_dnsString?

Returns The secondary DNS server that this block of IPv6 addresses should access.

Returns:

  • (String, nil)

    The secondary DNS server that this block of IPv6 addresses should access.



72
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 72

attribute :ipv6_secondary_dns

#last_addrString?

Returns The last IPv4 address in the IPv4 addresses block.,This is the To field in the UCS Manager Add IPv4 Blocks menu.

Returns:

  • (String, nil)

    The last IPv4 address in the IPv4 addresses block.,This is the To field in the UCS Manager Add IPv4 Blocks menu.



32
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 32

attribute :last_addr

#nameString

Returns The name of the IP address 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 IP address pool is created.

Returns:

  • (String)

    The name of the IP address 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 IP address pool is created.



17
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_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.



24
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 24

attribute :order

#org_dnString?

Returns Org dn (distinguished name).

Returns:

  • (String, nil)

    Org dn (distinguished name)



76
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 76

attribute :org_dn

#primary_dnsString?

Returns The primary DNS server that this block of IPv4 addresses should access.

Returns:

  • (String, nil)

    The primary DNS server that this block of IPv4 addresses should access.



44
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 44

attribute :primary_dns

#secondary_dnsString?

Returns The secondary DNS server that this block of IPv4 addresses should access.

Returns:

  • (String, nil)

    The secondary DNS server that this block of IPv4 addresses should access.



48
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 48

attribute :secondary_dns

#state:present, ...

Returns If C(present), will verify IP pool is present and will create if needed.,If C(absent), will verify IP pool is absent and will delete if needed.

Returns:

  • (:present, :absent, nil)

    If C(present), will verify IP pool is present and will create if needed.,If C(absent), will verify IP pool is absent and will delete if needed.



13
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 13

attribute :state

#subnet_maskString?

Returns The subnet mask associated with the IPv4 addresses in the block.

Returns:

  • (String, nil)

    The subnet mask associated with the IPv4 addresses in the block.



36
# File 'lib/ansible/ruby/modules/generated/remote_management/ucs/ucs_ip_pool.rb', line 36

attribute :subnet_mask