Class: Ansible::Ruby::Modules::Os_keystone_service

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

Overview

Create, update, or delete OpenStack Identity service. If a service with the supplied name already exists, it will be updated with the new description and enabled attributes.

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

#availability_zoneObject?

Returns Ignored. Present for backwards compatibility.

Returns:

  • (Object, nil)

    Ignored. Present for backwards compatibility



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

attribute :availability_zone

#descriptionString?

Returns Description of the service.

Returns:

  • (String, nil)

    Description of the service



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

attribute :description

#enabled:yes, ...

Returns Is the service enabled.

Returns:

  • (:yes, :no, nil)

    Is the service enabled



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

attribute :enabled

#nameString

Returns Name of the service.

Returns:

  • (String)

    Name of the service



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

attribute :name

#service_typeString

Returns The type of service.

Returns:

  • (String)

    The type of service



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

attribute :service_type

#state:present, ...

Returns Should the resource be present or absent.

Returns:

  • (:present, :absent, nil)

    Should the resource be present or absent.



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

attribute :state