Class: Ansible::Ruby::Modules::Os_router

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

Overview

Create or Delete routers from OpenStack. Although Neutron allows routers to share the same name, this module enforces name uniqueness to be more user friendly.

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

#admin_state_up:yes, ...



20
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 20

attribute :admin_state_up

#availability_zoneObject?



44
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 44

attribute :availability_zone

#enable_snatSymbol?



24
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 24

attribute :enable_snat

#external_fixed_ipsArray<Hash>, ...



36
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 36

attribute :external_fixed_ips

#interfacesArray<String>, ...



40
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 40

attribute :interfaces

#nameString



16
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 16

attribute :name

#networkString?



28
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 28

attribute :network

#projectString?



32
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 32

attribute :project

#state:present, ...



12
# File 'lib/ansible/ruby/modules/generated/cloud/openstack/os_router.rb', line 12

attribute :state