Class: Ansible::Ruby::Modules::Oneandone_public_ip

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

Overview

Create, update, and remove public IPs. This module has a dependency on 1and1 >= 1.0

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

#api_urlObject?

Returns Custom API URL. Overrides the ONEANDONE_API_URL environement variable.

Returns:

  • (Object, nil)

    Custom API URL. Overrides the ONEANDONE_API_URL environement variable.



20
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 20

attribute :api_url

#auth_tokenString

Returns Authenticating API token provided by 1&1.

Returns:

  • (String)

    Authenticating API token provided by 1&1.



16
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 16

attribute :auth_token

#datacenterString?

Returns ID of the datacenter where the IP will be created (only for unassigned IPs).

Returns:

  • (String, nil)

    ID of the datacenter where the IP will be created (only for unassigned IPs).



27
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 27

attribute :datacenter

#public_ip_idString

Returns The ID of the public IP used with update and delete states.

Returns:

  • (String)

    The ID of the public IP used with update and delete states.



35
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 35

attribute :public_ip_id

#reverse_dnsString?

Returns Reverse DNS name. maxLength=256.

Returns:

  • (String, nil)

    Reverse DNS name. maxLength=256



23
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 23

attribute :reverse_dns

#state:present, ...

Returns Define a public ip state to create, remove, or update.

Returns:

  • (:present, :absent, :update, nil)

    Define a public ip state to create, remove, or update.



12
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 12

attribute :state

#type:IPV4, ...

Returns Type of IP. Currently, only IPV4 is available.

Returns:

  • (:IPV4, :IPV6, nil)

    Type of IP. Currently, only IPV4 is available.



31
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 31

attribute :type

#wait:yes, ...

Returns wait for the instance to be in state ‘running’ before returning.

Returns:

  • (:yes, :no, nil)

    wait for the instance to be in state ‘running’ before returning



39
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 39

attribute :wait

#wait_intervalInteger?

Returns Defines the number of seconds to wait when using the _wait_for methods.

Returns:

  • (Integer, nil)

    Defines the number of seconds to wait when using the _wait_for methods



47
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 47

attribute :wait_interval

#wait_timeoutInteger?

Returns how long before wait gives up, in seconds.

Returns:

  • (Integer, nil)

    how long before wait gives up, in seconds



43
# File 'lib/ansible/ruby/modules/generated/cloud/oneandone/oneandone_public_ip.rb', line 43

attribute :wait_timeout