Class: Ansible::Ruby::Modules::Bigip_timer_policy

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

Overview

Manage timer policies on a BIG-IP.

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 Specifies descriptive text that identifies the timer policy.

Returns:

  • (String, nil)

    Specifies descriptive text that identifies the timer policy.



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

attribute :description

#nameString

Returns Specifies the name of the timer policy.

Returns:

  • (String)

    Specifies the name of the timer policy.



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

attribute :name

#partitionString?

Returns Device partition to manage resources on.

Returns:

  • (String, nil)

    Device partition to manage resources on.



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

attribute :partition

#rulesArray<Hash>, ...

Returns Rules that you want assigned to the timer policy.

Returns:

  • (Array<Hash>, Hash, nil)

    Rules that you want assigned to the timer policy



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

attribute :rules

#state:present, ...

Returns When C(present), ensures that the resource exists.,When C(absent), ensures the resource is removed.

Returns:

  • (:present, :absent, nil)

    When C(present), ensures that the resource exists.,When C(absent), ensures the resource is removed.



28
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_timer_policy.rb', line 28

attribute :state