Class: Ansible::Ruby::Modules::Newrelic_deployment

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb

Overview

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

#app_nameString?

Returns (one of app_name or application_id are required) The value of app_name in the newrelic.yml file used by the application.

Returns:

  • (String, nil)

    (one of app_name or application_id are required) The value of app_name in the newrelic.yml file used by the application



16
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 16

attribute :app_name

#application_idObject?

Returns (one of app_name or application_id are required) The application id, found in the URL when viewing the application in RPM.

Returns:

  • (Object, nil)

    (one of app_name or application_id are required) The application id, found in the URL when viewing the application in RPM



20
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 20

attribute :application_id

#appnameObject?

Returns Name of the application.

Returns:

  • (Object, nil)

    Name of the application



37
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 37

attribute :appname

#changelogObject?

Returns A list of changes for this deployment.

Returns:

  • (Object, nil)

    A list of changes for this deployment



23
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 23

attribute :changelog

#descriptionObject?

Returns Text annotation for the deployment - notes for you.

Returns:

  • (Object, nil)

    Text annotation for the deployment - notes for you



26
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 26

attribute :description

#environmentObject?

Returns The environment for this deployment.

Returns:

  • (Object, nil)

    The environment for this deployment



40
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 40

attribute :environment

#revisionString?

Returns A revision number (e.g., git commit SHA).

Returns:

  • (String, nil)

    A revision number (e.g., git commit SHA)



29
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 29

attribute :revision

#tokenString

Returns API token, to place in the x-api-key header.

Returns:

  • (String)

    API token, to place in the x-api-key header.



12
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 12

attribute :token

#userString?

Returns The name of the user/process that triggered this deployment.

Returns:

  • (String, nil)

    The name of the user/process that triggered this deployment



33
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 33

attribute :user

#validate_certs:yes, ...

Returns If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.

Returns:

  • (:yes, :no, nil)

    If C(no), SSL certificates will not be validated. This should only be used on personally controlled sites using self-signed certificates.



43
# File 'lib/ansible/ruby/modules/generated/monitoring/newrelic_deployment.rb', line 43

attribute :validate_certs