Class: Ansible::Ruby::Modules::Bigip_partition

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb

Overview

Manage BIG-IP partitions.

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

#descriptionString?

Returns The description to attach to the Partition.

Returns:

  • (String, nil)

    The description to attach to the Partition.



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb', line 16

attribute :description

#nameString

Returns Name of the partition.

Returns:

  • (String)

    Name of the partition



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb', line 12

attribute :name

#route_domainInteger?

Returns The default Route Domain to assign to the Partition. If no route domain is specified, then the default route domain for the system (typically zero) will be used only when creating a new partition.

Returns:

  • (Integer, nil)

    The default Route Domain to assign to the Partition. If no route domain is specified, then the default route domain for the system (typically zero) will be used only when creating a new partition.



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb', line 20

attribute :route_domain

#state:present, ...

Returns Whether the partition should exist or not.

Returns:

  • (:present, :absent, nil)

    Whether the partition should exist or not.



24
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb', line 24

attribute :state