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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/extras/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, #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



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

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



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

attribute :application_id

#appnameObject?

Returns Name of the application.

Returns:

  • (Object, nil)

    Name of the application



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

attribute :appname

#changelogObject?

Returns A list of changes for this deployment.

Returns:

  • (Object, nil)

    A list of changes for this deployment



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

attribute :changelog

#descriptionObject?

Returns Text annotation for the deployment - notes for you.

Returns:

  • (Object, nil)

    Text annotation for the deployment - notes for you



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

attribute :description

#environmentObject?

Returns The environment for this deployment.

Returns:

  • (Object, nil)

    The environment for this deployment



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

attribute :environment

#revisionString?

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

Returns:

  • (String, nil)

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



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

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.



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

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



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

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.



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

attribute :validate_certs