Class: WavefrontCli::CloudIntegration

Inherits:
Base
  • Object
show all
Defined in:
lib/wavefront-cli/cloudintegration.rb

Overview

CLI coverage for the v2 ‘cloudintegration’ API.

Constant Summary

Constants included from Constants

WavefrontCli::Constants::ALL_PAGE_SIZE, WavefrontCli::Constants::DEFAULT_CONFIG, WavefrontCli::Constants::DEFAULT_OPTS, WavefrontCli::Constants::EVENT_STATE_DIR, WavefrontCli::Constants::HUMAN_TIME_FORMAT, WavefrontCli::Constants::HUMAN_TIME_FORMAT_MS, WavefrontCli::Constants::SEARCH_SPLIT

Instance Attribute Summary

Attributes inherited from Base

#klass, #klass_word, #options, #wf

Instance Method Summary collapse

Methods inherited from Base

#_sdk_class, #cannot_noop!, #check_response_blocks, #check_status, #cli_output_class, #conds_to_query, #descriptive_name, #dispatch, #display, #display_api_error, #display_class, #display_no_api_response, #do_describe, #do_dump, #do_import, #do_list, #do_search, #do_set, #do_undelete, #dump_json, #dump_yaml, #extract_values, #failed_validation_message, #format_var, #handle_error, #handle_response, #hcl_fields, #import_to_create, #initialize, #item_dump_call, #load_display_class, #matching_method, #method_word_list, #mk_creds, #mk_opts, #name_of_do_method, #no_api_response, #ok_exit, #one_or_all, #options_and_exit, #parseable_output, #range_hash, #require_sdk_class, #run, #search_key, #smart_delete, #smart_delete_message, #status_error_handler, #unsupported_format_message, #validate_id, #validate_input, #validate_opts, #validate_tags, #validator_method, #warning_message

Constructor Details

This class inherits a constructor from WavefrontCli::Base

Instance Method Details

#do_awsid_confirmObject



34
35
36
# File 'lib/wavefront-cli/cloudintegration.rb', line 34

def do_awsid_confirm
  wf.confirm_aws_external_id(options[:'<external_id>'])
end

#do_awsid_deleteObject



30
31
32
# File 'lib/wavefront-cli/cloudintegration.rb', line 30

def do_awsid_delete
  wf.delete_aws_external_id(options[:'<external_id>'])
end

#do_awsid_generateObject



26
27
28
# File 'lib/wavefront-cli/cloudintegration.rb', line 26

def do_awsid_generate
  wf.create_aws_external_id
end

#do_deleteObject



14
15
16
# File 'lib/wavefront-cli/cloudintegration.rb', line 14

def do_delete
  smart_delete('cloud integration')
end

#do_disableObject



22
23
24
# File 'lib/wavefront-cli/cloudintegration.rb', line 22

def do_disable
  wf.disable(options[:'<id>'])
end

#do_enableObject



18
19
20
# File 'lib/wavefront-cli/cloudintegration.rb', line 18

def do_enable
  wf.enable(options[:'<id>'])
end

#validator_exceptionObject



10
11
12
# File 'lib/wavefront-cli/cloudintegration.rb', line 10

def validator_exception
  Wavefront::Exception::InvalidCloudIntegrationId
end