Class: Ansible::Ruby::Modules::Os_keystone_endpoint

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

Overview

Create, update, or delete OpenStack Identity service endpoints. If a service with the same combination of I(service), I(interface) and I(region) exist, the I(url) and I(state) (C(present) or C(absent)) will be updated.

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

#enabledBoolean?



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

attribute :enabled

#interface:admin, ...



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

attribute :interface

#regionString?



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

attribute :region

#serviceString



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

attribute :service

#state:present, ...



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

attribute :state

#urlString



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

attribute :url