Class: Ansible::Ruby::Modules::Azure_rm_routetable

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_routetable.rb

Overview

Create, update or delete a route table.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#disable_bgp_route_propagationSymbol?

Returns Specified whether to disable the routes learned by BGP on that route table.

Returns:

  • (Symbol, nil)

    Specified whether to disable the routes learned by BGP on that route table.



24
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_routetable.rb', line 24

attribute :disable_bgp_route_propagation

#locationObject?

Returns Region of the resource.,Derived from C(resource_group) if not specified.

Returns:

  • (Object, nil)

    Region of the resource.,Derived from C(resource_group) if not specified



28
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_routetable.rb', line 28

attribute :location

#nameString

Returns name of the route table.

Returns:

  • (String)

    name of the route table.



16
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_routetable.rb', line 16

attribute :name

#resource_groupString

Returns name of resource group.

Returns:

  • (String)

    name of resource group.



12
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_routetable.rb', line 12

attribute :resource_group

#state:absent, ...

Returns Assert the state of the route table. Use ‘present’ to create or update and ‘absent’ to delete.

Returns:

  • (:absent, :present, nil)

    Assert the state of the route table. Use ‘present’ to create or update and ‘absent’ to delete.



20
# File 'lib/ansible/ruby/modules/generated/cloud/azure/azure_rm_routetable.rb', line 20

attribute :state