Class: Ansible::Ruby::Modules::Na_ontap_net_routes

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb

Overview

Modify ONTAP network routes.

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

#destinationString

Returns Specify the route destination.,Example 10.7.125.5/20, fd20:13::/64.

Returns:

  • (String)

    Specify the route destination.,Example 10.7.125.5/20, fd20:13::/64.



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb', line 20

attribute :destination

#gatewayString

Returns Specify the route gateway.,Example 10.7.125.1, fd20:13::1.

Returns:

  • (String)

    Specify the route gateway.,Example 10.7.125.1, fd20:13::1.



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb', line 24

attribute :gateway

#metricString?

Returns Specify the route metric.,If this field is not provided the default will be set to 20.

Returns:

  • (String, nil)

    Specify the route metric.,If this field is not provided the default will be set to 20.



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb', line 28

attribute :metric

#new_destinationObject?

Returns Specify the new route destination.

Returns:

  • (Object, nil)

    Specify the new route destination.



32
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb', line 32

attribute :new_destination

#new_gatewayObject?

Returns Specify the new route gateway.

Returns:

  • (Object, nil)

    Specify the new route gateway.



35
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb', line 35

attribute :new_gateway

#new_metricObject?

Returns Specify the new route metric.

Returns:

  • (Object, nil)

    Specify the new route metric.



38
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb', line 38

attribute :new_metric

#state:present, ...

Returns Whether you want to create or delete a network route.

Returns:

  • (:present, :absent, nil)

    Whether you want to create or delete a network route.



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb', line 12

attribute :state

#vserverString

Returns The name of the vserver.

Returns:

  • (String)

    The name of the vserver.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_net_routes.rb', line 16

attribute :vserver