Class: Ansible::Ruby::Modules::Bigip_partition
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_partition
- Defined in:
- lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb
Overview
Manage BIG-IP partitions.
Instance Method Summary collapse
-
#description ⇒ String?
The description to attach to the Partition.
-
#name ⇒ String
Name of the partition.
-
#route_domain ⇒ Integer?
The default Route Domain to assign to the Partition.
-
#state ⇒ :present, ...
Whether the partition should exist or not.
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?
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb', line 16 attribute :description |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb', line 12 attribute :name |
#route_domain ⇒ Integer?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb', line 20 attribute :route_domain |
#state ⇒ :present, ...
24 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_partition.rb', line 24 attribute :state |