vsphere-automation-cis 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +3 -0
- data/Gemfile.lock +81 -0
- data/README.md +173 -0
- data/Rakefile +10 -0
- data/docs/CisSessionCreateResult.md +8 -0
- data/docs/CisSessionInfo.md +10 -0
- data/docs/CisSessionResult.md +8 -0
- data/docs/CisTaggingCategoryAddToUsedBy.md +8 -0
- data/docs/CisTaggingCategoryCreate.md +8 -0
- data/docs/CisTaggingCategoryCreateResult.md +8 -0
- data/docs/CisTaggingCategoryCreateSpec.md +12 -0
- data/docs/CisTaggingCategoryListResult.md +8 -0
- data/docs/CisTaggingCategoryListUsedCategories.md +8 -0
- data/docs/CisTaggingCategoryListUsedCategoriesResult.md +8 -0
- data/docs/CisTaggingCategoryModel.md +13 -0
- data/docs/CisTaggingCategoryModelCardinality.md +7 -0
- data/docs/CisTaggingCategoryRemoveFromUsedBy.md +8 -0
- data/docs/CisTaggingCategoryResult.md +8 -0
- data/docs/CisTaggingCategoryUpdate.md +8 -0
- data/docs/CisTaggingCategoryUpdateSpec.md +11 -0
- data/docs/CisTaggingTagAddToUsedBy.md +8 -0
- data/docs/CisTaggingTagAssociationAttach.md +8 -0
- data/docs/CisTaggingTagAssociationAttachMultipleTagsToObject.md +9 -0
- data/docs/CisTaggingTagAssociationAttachMultipleTagsToObjectResult.md +8 -0
- data/docs/CisTaggingTagAssociationAttachTagToMultipleObjects.md +8 -0
- data/docs/CisTaggingTagAssociationAttachTagToMultipleObjectsResult.md +8 -0
- data/docs/CisTaggingTagAssociationBatchResult.md +9 -0
- data/docs/CisTaggingTagAssociationDetach.md +8 -0
- data/docs/CisTaggingTagAssociationDetachMultipleTagsFromObject.md +9 -0
- data/docs/CisTaggingTagAssociationDetachMultipleTagsFromObjectResult.md +8 -0
- data/docs/CisTaggingTagAssociationDetachTagFromMultipleObjects.md +8 -0
- data/docs/CisTaggingTagAssociationDetachTagFromMultipleObjectsResult.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachableTags.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachableTagsResult.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachedObjectsOnTags.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachedObjectsOnTagsResult.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachedObjectsResult.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachedTags.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachedTagsOnObjects.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachedTagsOnObjectsResult.md +8 -0
- data/docs/CisTaggingTagAssociationListAttachedTagsResult.md +8 -0
- data/docs/CisTaggingTagAssociationObjectToTags.md +9 -0
- data/docs/CisTaggingTagAssociationTagToObjects.md +9 -0
- data/docs/CisTaggingTagCreate.md +8 -0
- data/docs/CisTaggingTagCreateResult.md +8 -0
- data/docs/CisTaggingTagCreateSpec.md +11 -0
- data/docs/CisTaggingTagListResult.md +8 -0
- data/docs/CisTaggingTagListTagsForCategoryResult.md +8 -0
- data/docs/CisTaggingTagListUsedTags.md +8 -0
- data/docs/CisTaggingTagListUsedTagsResult.md +8 -0
- data/docs/CisTaggingTagModel.md +12 -0
- data/docs/CisTaggingTagRemoveFromUsedBy.md +8 -0
- data/docs/CisTaggingTagResult.md +8 -0
- data/docs/CisTaggingTagUpdate.md +8 -0
- data/docs/CisTaggingTagUpdateSpec.md +9 -0
- data/docs/CisTaskInfo.md +19 -0
- data/docs/CisTaskProgress.md +10 -0
- data/docs/CisTaskStatus.md +7 -0
- data/docs/CisTasksFilterSpec.md +12 -0
- data/docs/CisTasksGetSpec.md +9 -0
- data/docs/CisTasksListResult.md +8 -0
- data/docs/CisTasksListResultValue.md +9 -0
- data/docs/CisTasksResult.md +8 -0
- data/docs/FilterSpecTargets.md +9 -0
- data/docs/SessionApi.md +131 -0
- data/docs/TaggingCategoryApi.md +401 -0
- data/docs/TaggingTagApi.md +445 -0
- data/docs/TaggingTagAssociationApi.md +498 -0
- data/docs/TasksApi.md +159 -0
- data/docs/VapiStdDynamicID.md +9 -0
- data/docs/VapiStdErrorsAlreadyExists.md +9 -0
- data/docs/VapiStdErrorsAlreadyExistsError.md +9 -0
- data/docs/VapiStdErrorsError.md +9 -0
- data/docs/VapiStdErrorsErrorError.md +9 -0
- data/docs/VapiStdErrorsInvalidArgument.md +9 -0
- data/docs/VapiStdErrorsInvalidArgumentError.md +9 -0
- data/docs/VapiStdErrorsNotAllowedInCurrentState.md +9 -0
- data/docs/VapiStdErrorsNotAllowedInCurrentStateError.md +9 -0
- data/docs/VapiStdErrorsNotFound.md +9 -0
- data/docs/VapiStdErrorsNotFoundError.md +9 -0
- data/docs/VapiStdErrorsResourceInaccessible.md +9 -0
- data/docs/VapiStdErrorsResourceInaccessibleError.md +9 -0
- data/docs/VapiStdErrorsServiceUnavailable.md +9 -0
- data/docs/VapiStdErrorsServiceUnavailableError.md +9 -0
- data/docs/VapiStdErrorsUnauthenticated.md +9 -0
- data/docs/VapiStdErrorsUnauthenticatedError.md +9 -0
- data/docs/VapiStdErrorsUnauthorized.md +9 -0
- data/docs/VapiStdErrorsUnauthorizedError.md +9 -0
- data/docs/VapiStdErrorsUnsupported.md +9 -0
- data/docs/VapiStdErrorsUnsupportedError.md +9 -0
- data/docs/VapiStdLocalizableMessage.md +10 -0
- data/git_push.sh +55 -0
- data/lib/vsphere-automation-cis.rb +124 -0
- data/lib/vsphere-automation-cis/api/session_api.rb +172 -0
- data/lib/vsphere-automation-cis/api/tagging_category_api.rb +511 -0
- data/lib/vsphere-automation-cis/api/tagging_tag_api.rb +567 -0
- data/lib/vsphere-automation-cis/api/tagging_tag_association_api.rb +654 -0
- data/lib/vsphere-automation-cis/api/tasks_api.rb +212 -0
- data/lib/vsphere-automation-cis/api_client.rb +386 -0
- data/lib/vsphere-automation-cis/api_error.rb +36 -0
- data/lib/vsphere-automation-cis/configuration.rb +200 -0
- data/lib/vsphere-automation-cis/models/cis_session_create_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_session_info.rb +219 -0
- data/lib/vsphere-automation-cis/models/cis_session_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_add_to_used_by.rb +189 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_create.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_create_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_create_spec.rb +245 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_list_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_list_used_categories.rb +189 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_list_used_categories_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_model.rb +267 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_model_cardinality.rb +30 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_remove_from_used_by.rb +189 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_update.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_category_update_spec.rb +215 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_add_to_used_by.rb +189 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_multiple_tags_to_object.rb +205 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_tag_to_multiple_objects.rb +191 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_batch_result.rb +206 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_multiple_tags_from_object.rb +205 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_tag_from_multiple_objects.rb +191 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attachable_tags.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attachable_tags_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_on_tags.rb +191 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_on_tags_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_on_objects.rb +191 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_on_objects_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_object_to_tags.rb +205 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_association_tag_to_objects.rb +206 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_create.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_create_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_create_spec.rb +229 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_tags_for_category_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_used_tags.rb +189 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_list_used_tags_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_model.rb +251 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_remove_from_used_by.rb +189 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_update.rb +188 -0
- data/lib/vsphere-automation-cis/models/cis_tagging_tag_update_spec.rb +194 -0
- data/lib/vsphere-automation-cis/models/cis_task_info.rb +315 -0
- data/lib/vsphere-automation-cis/models/cis_task_progress.rb +218 -0
- data/lib/vsphere-automation-cis/models/cis_task_status.rb +33 -0
- data/lib/vsphere-automation-cis/models/cis_tasks_filter_spec.rb +234 -0
- data/lib/vsphere-automation-cis/models/cis_tasks_get_spec.rb +194 -0
- data/lib/vsphere-automation-cis/models/cis_tasks_list_result.rb +190 -0
- data/lib/vsphere-automation-cis/models/cis_tasks_list_result_value.rb +192 -0
- data/lib/vsphere-automation-cis/models/cis_tasks_result.rb +188 -0
- data/lib/vsphere-automation-cis/models/filter_spec_targets.rb +204 -0
- data/lib/vsphere-automation-cis/models/vapi_std_dynamic_id.rb +204 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_already_exists.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_already_exists_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_error.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_error_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_invalid_argument.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_invalid_argument_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_not_allowed_in_current_state.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_not_allowed_in_current_state_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_not_found.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_not_found_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_resource_inaccessible.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_resource_inaccessible_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_service_unavailable.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_service_unavailable_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthenticated.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthenticated_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthorized.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_unauthorized_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_unsupported.rb +201 -0
- data/lib/vsphere-automation-cis/models/vapi_std_errors_unsupported_error.rb +192 -0
- data/lib/vsphere-automation-cis/models/vapi_std_localizable_message.rb +221 -0
- data/lib/vsphere-automation-cis/version.rb +15 -0
- data/spec/api/session_api_spec.rb +64 -0
- data/spec/api/tagging_category_api_spec.rb +134 -0
- data/spec/api/tagging_tag_api_spec.rb +145 -0
- data/spec/api/tagging_tag_association_api_spec.rb +158 -0
- data/spec/api/tasks_api_spec.rb +74 -0
- data/spec/api_client_spec.rb +224 -0
- data/spec/configuration_spec.rb +40 -0
- data/spec/models/cis_session_create_result_spec.rb +39 -0
- data/spec/models/cis_session_info_spec.rb +51 -0
- data/spec/models/cis_session_result_spec.rb +39 -0
- data/spec/models/cis_tagging_category_add_to_used_by_spec.rb +39 -0
- data/spec/models/cis_tagging_category_create_result_spec.rb +39 -0
- data/spec/models/cis_tagging_category_create_spec.rb +39 -0
- data/spec/models/cis_tagging_category_create_spec_spec.rb +63 -0
- data/spec/models/cis_tagging_category_list_result_spec.rb +39 -0
- data/spec/models/cis_tagging_category_list_used_categories_result_spec.rb +39 -0
- data/spec/models/cis_tagging_category_list_used_categories_spec.rb +39 -0
- data/spec/models/cis_tagging_category_model_cardinality_spec.rb +33 -0
- data/spec/models/cis_tagging_category_model_spec.rb +69 -0
- data/spec/models/cis_tagging_category_remove_from_used_by_spec.rb +39 -0
- data/spec/models/cis_tagging_category_result_spec.rb +39 -0
- data/spec/models/cis_tagging_category_update_spec.rb +39 -0
- data/spec/models/cis_tagging_category_update_spec_spec.rb +57 -0
- data/spec/models/cis_tagging_tag_add_to_used_by_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_spec.rb +45 -0
- data/spec/models/cis_tagging_tag_association_attach_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_batch_result_spec.rb +45 -0
- data/spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_spec.rb +45 -0
- data/spec/models/cis_tagging_tag_association_detach_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attachable_tags_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attachable_tags_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attached_objects_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attached_tags_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_list_attached_tags_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_association_object_to_tags_spec.rb +45 -0
- data/spec/models/cis_tagging_tag_association_tag_to_objects_spec.rb +45 -0
- data/spec/models/cis_tagging_tag_create_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_create_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_create_spec_spec.rb +57 -0
- data/spec/models/cis_tagging_tag_list_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_list_tags_for_category_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_list_used_tags_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_list_used_tags_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_model_spec.rb +63 -0
- data/spec/models/cis_tagging_tag_remove_from_used_by_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_result_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_update_spec.rb +39 -0
- data/spec/models/cis_tagging_tag_update_spec_spec.rb +45 -0
- data/spec/models/cis_task_info_spec.rb +105 -0
- data/spec/models/cis_task_progress_spec.rb +51 -0
- data/spec/models/cis_task_status_spec.rb +33 -0
- data/spec/models/cis_tasks_filter_spec_spec.rb +63 -0
- data/spec/models/cis_tasks_get_spec_spec.rb +45 -0
- data/spec/models/cis_tasks_list_result_spec.rb +39 -0
- data/spec/models/cis_tasks_list_result_value_spec.rb +45 -0
- data/spec/models/cis_tasks_result_spec.rb +39 -0
- data/spec/models/filter_spec_targets_spec.rb +45 -0
- data/spec/models/vapi_std_dynamic_id_spec.rb +45 -0
- data/spec/models/vapi_std_errors_already_exists_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_already_exists_spec.rb +45 -0
- data/spec/models/vapi_std_errors_error_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_invalid_argument_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_invalid_argument_spec.rb +45 -0
- data/spec/models/vapi_std_errors_not_allowed_in_current_state_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_not_allowed_in_current_state_spec.rb +45 -0
- data/spec/models/vapi_std_errors_not_found_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_not_found_spec.rb +45 -0
- data/spec/models/vapi_std_errors_resource_inaccessible_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_resource_inaccessible_spec.rb +45 -0
- data/spec/models/vapi_std_errors_service_unavailable_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_service_unavailable_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unauthenticated_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unauthenticated_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unauthorized_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unauthorized_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unsupported_error_spec.rb +45 -0
- data/spec/models/vapi_std_errors_unsupported_spec.rb +45 -0
- data/spec/models/vapi_std_localizable_message_spec.rb +51 -0
- data/spec/spec_helper.rb +109 -0
- data/vsphere-automation-cis.gemspec +43 -0
- metadata +535 -0
@@ -0,0 +1,45 @@
|
|
1
|
+
=begin
|
2
|
+
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
3
|
+
|
4
|
+
# cis
|
5
|
+
|
6
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
+
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
require 'spec_helper'
|
12
|
+
require 'json'
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
# Unit tests for VSphereAutomation::CIS::VapiStdErrorsUnauthenticated
|
16
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
17
|
+
# Please update as you see appropriate
|
18
|
+
describe 'VapiStdErrorsUnauthenticated' do
|
19
|
+
before do
|
20
|
+
# run before each test
|
21
|
+
@instance = VSphereAutomation::CIS::VapiStdErrorsUnauthenticated.new
|
22
|
+
end
|
23
|
+
|
24
|
+
after do
|
25
|
+
# run after each test
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test an instance of VapiStdErrorsUnauthenticated' do
|
29
|
+
it 'should create an instance of VapiStdErrorsUnauthenticated' do
|
30
|
+
expect(@instance).to be_instance_of(VSphereAutomation::CIS::VapiStdErrorsUnauthenticated)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
describe 'test attribute "messages"' do
|
34
|
+
it 'should work' do
|
35
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
describe 'test attribute "data"' do
|
40
|
+
it 'should work' do
|
41
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
=begin
|
2
|
+
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
3
|
+
|
4
|
+
# cis
|
5
|
+
|
6
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
+
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
require 'spec_helper'
|
12
|
+
require 'json'
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
# Unit tests for VSphereAutomation::CIS::VapiStdErrorsUnauthorizedError
|
16
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
17
|
+
# Please update as you see appropriate
|
18
|
+
describe 'VapiStdErrorsUnauthorizedError' do
|
19
|
+
before do
|
20
|
+
# run before each test
|
21
|
+
@instance = VSphereAutomation::CIS::VapiStdErrorsUnauthorizedError.new
|
22
|
+
end
|
23
|
+
|
24
|
+
after do
|
25
|
+
# run after each test
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test an instance of VapiStdErrorsUnauthorizedError' do
|
29
|
+
it 'should create an instance of VapiStdErrorsUnauthorizedError' do
|
30
|
+
expect(@instance).to be_instance_of(VSphereAutomation::CIS::VapiStdErrorsUnauthorizedError)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
describe 'test attribute "type"' do
|
34
|
+
it 'should work' do
|
35
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
describe 'test attribute "value"' do
|
40
|
+
it 'should work' do
|
41
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
=begin
|
2
|
+
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
3
|
+
|
4
|
+
# cis
|
5
|
+
|
6
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
+
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
require 'spec_helper'
|
12
|
+
require 'json'
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
# Unit tests for VSphereAutomation::CIS::VapiStdErrorsUnauthorized
|
16
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
17
|
+
# Please update as you see appropriate
|
18
|
+
describe 'VapiStdErrorsUnauthorized' do
|
19
|
+
before do
|
20
|
+
# run before each test
|
21
|
+
@instance = VSphereAutomation::CIS::VapiStdErrorsUnauthorized.new
|
22
|
+
end
|
23
|
+
|
24
|
+
after do
|
25
|
+
# run after each test
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test an instance of VapiStdErrorsUnauthorized' do
|
29
|
+
it 'should create an instance of VapiStdErrorsUnauthorized' do
|
30
|
+
expect(@instance).to be_instance_of(VSphereAutomation::CIS::VapiStdErrorsUnauthorized)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
describe 'test attribute "messages"' do
|
34
|
+
it 'should work' do
|
35
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
describe 'test attribute "data"' do
|
40
|
+
it 'should work' do
|
41
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
=begin
|
2
|
+
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
3
|
+
|
4
|
+
# cis
|
5
|
+
|
6
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
+
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
require 'spec_helper'
|
12
|
+
require 'json'
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
# Unit tests for VSphereAutomation::CIS::VapiStdErrorsUnsupportedError
|
16
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
17
|
+
# Please update as you see appropriate
|
18
|
+
describe 'VapiStdErrorsUnsupportedError' do
|
19
|
+
before do
|
20
|
+
# run before each test
|
21
|
+
@instance = VSphereAutomation::CIS::VapiStdErrorsUnsupportedError.new
|
22
|
+
end
|
23
|
+
|
24
|
+
after do
|
25
|
+
# run after each test
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test an instance of VapiStdErrorsUnsupportedError' do
|
29
|
+
it 'should create an instance of VapiStdErrorsUnsupportedError' do
|
30
|
+
expect(@instance).to be_instance_of(VSphereAutomation::CIS::VapiStdErrorsUnsupportedError)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
describe 'test attribute "type"' do
|
34
|
+
it 'should work' do
|
35
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
describe 'test attribute "value"' do
|
40
|
+
it 'should work' do
|
41
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
end
|
@@ -0,0 +1,45 @@
|
|
1
|
+
=begin
|
2
|
+
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
3
|
+
|
4
|
+
# cis
|
5
|
+
|
6
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
+
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
require 'spec_helper'
|
12
|
+
require 'json'
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
# Unit tests for VSphereAutomation::CIS::VapiStdErrorsUnsupported
|
16
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
17
|
+
# Please update as you see appropriate
|
18
|
+
describe 'VapiStdErrorsUnsupported' do
|
19
|
+
before do
|
20
|
+
# run before each test
|
21
|
+
@instance = VSphereAutomation::CIS::VapiStdErrorsUnsupported.new
|
22
|
+
end
|
23
|
+
|
24
|
+
after do
|
25
|
+
# run after each test
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test an instance of VapiStdErrorsUnsupported' do
|
29
|
+
it 'should create an instance of VapiStdErrorsUnsupported' do
|
30
|
+
expect(@instance).to be_instance_of(VSphereAutomation::CIS::VapiStdErrorsUnsupported)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
describe 'test attribute "messages"' do
|
34
|
+
it 'should work' do
|
35
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
describe 'test attribute "data"' do
|
40
|
+
it 'should work' do
|
41
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
end
|
@@ -0,0 +1,51 @@
|
|
1
|
+
=begin
|
2
|
+
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
3
|
+
|
4
|
+
# cis
|
5
|
+
|
6
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
+
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
require 'spec_helper'
|
12
|
+
require 'json'
|
13
|
+
require 'date'
|
14
|
+
|
15
|
+
# Unit tests for VSphereAutomation::CIS::VapiStdLocalizableMessage
|
16
|
+
# Automatically generated by openapi-generator (https://openapi-generator.tech)
|
17
|
+
# Please update as you see appropriate
|
18
|
+
describe 'VapiStdLocalizableMessage' do
|
19
|
+
before do
|
20
|
+
# run before each test
|
21
|
+
@instance = VSphereAutomation::CIS::VapiStdLocalizableMessage.new
|
22
|
+
end
|
23
|
+
|
24
|
+
after do
|
25
|
+
# run after each test
|
26
|
+
end
|
27
|
+
|
28
|
+
describe 'test an instance of VapiStdLocalizableMessage' do
|
29
|
+
it 'should create an instance of VapiStdLocalizableMessage' do
|
30
|
+
expect(@instance).to be_instance_of(VSphereAutomation::CIS::VapiStdLocalizableMessage)
|
31
|
+
end
|
32
|
+
end
|
33
|
+
describe 'test attribute "id"' do
|
34
|
+
it 'should work' do
|
35
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
describe 'test attribute "default_message"' do
|
40
|
+
it 'should work' do
|
41
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
42
|
+
end
|
43
|
+
end
|
44
|
+
|
45
|
+
describe 'test attribute "args"' do
|
46
|
+
it 'should work' do
|
47
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
48
|
+
end
|
49
|
+
end
|
50
|
+
|
51
|
+
end
|
data/spec/spec_helper.rb
ADDED
@@ -0,0 +1,109 @@
|
|
1
|
+
=begin
|
2
|
+
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
3
|
+
|
4
|
+
# cis
|
5
|
+
|
6
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
7
|
+
|
8
|
+
|
9
|
+
=end
|
10
|
+
|
11
|
+
# load the gem
|
12
|
+
require 'vsphere-automation-cis'
|
13
|
+
|
14
|
+
# The following was generated by the `rspec --init` command. Conventionally, all
|
15
|
+
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
|
16
|
+
# The generated `.rspec` file contains `--require spec_helper` which will cause
|
17
|
+
# this file to always be loaded, without a need to explicitly require it in any
|
18
|
+
# files.
|
19
|
+
#
|
20
|
+
# Given that it is always loaded, you are encouraged to keep this file as
|
21
|
+
# light-weight as possible. Requiring heavyweight dependencies from this file
|
22
|
+
# will add to the boot time of your test suite on EVERY test run, even for an
|
23
|
+
# individual file that may not need all of that loaded. Instead, consider making
|
24
|
+
# a separate helper file that requires the additional dependencies and performs
|
25
|
+
# the additional setup, and require it from the spec files that actually need
|
26
|
+
# it.
|
27
|
+
#
|
28
|
+
# The `.rspec` file also contains a few flags that are not defaults but that
|
29
|
+
# users commonly want.
|
30
|
+
#
|
31
|
+
# See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration
|
32
|
+
RSpec.configure do |config|
|
33
|
+
# rspec-expectations config goes here. You can use an alternate
|
34
|
+
# assertion/expectation library such as wrong or the stdlib/minitest
|
35
|
+
# assertions if you prefer.
|
36
|
+
config.expect_with :rspec do |expectations|
|
37
|
+
# This option will default to `true` in RSpec 4. It makes the `description`
|
38
|
+
# and `failure_message` of custom matchers include text for helper methods
|
39
|
+
# defined using `chain`, e.g.:
|
40
|
+
# be_bigger_than(2).and_smaller_than(4).description
|
41
|
+
# # => "be bigger than 2 and smaller than 4"
|
42
|
+
# ...rather than:
|
43
|
+
# # => "be bigger than 2"
|
44
|
+
expectations.include_chain_clauses_in_custom_matcher_descriptions = true
|
45
|
+
end
|
46
|
+
|
47
|
+
# rspec-mocks config goes here. You can use an alternate test double
|
48
|
+
# library (such as bogus or mocha) by changing the `mock_with` option here.
|
49
|
+
config.mock_with :rspec do |mocks|
|
50
|
+
# Prevents you from mocking or stubbing a method that does not exist on
|
51
|
+
# a real object. This is generally recommended, and will default to
|
52
|
+
# `true` in RSpec 4.
|
53
|
+
mocks.verify_partial_doubles = true
|
54
|
+
end
|
55
|
+
|
56
|
+
# The settings below are suggested to provide a good initial experience
|
57
|
+
# with RSpec, but feel free to customize to your heart's content.
|
58
|
+
=begin
|
59
|
+
# These two settings work together to allow you to limit a spec run
|
60
|
+
# to individual examples or groups you care about by tagging them with
|
61
|
+
# `:focus` metadata. When nothing is tagged with `:focus`, all examples
|
62
|
+
# get run.
|
63
|
+
config.filter_run :focus
|
64
|
+
config.run_all_when_everything_filtered = true
|
65
|
+
|
66
|
+
# Allows RSpec to persist some state between runs in order to support
|
67
|
+
# the `--only-failures` and `--next-failure` CLI options. We recommend
|
68
|
+
# you configure your source control system to ignore this file.
|
69
|
+
config.example_status_persistence_file_path = "spec/examples.txt"
|
70
|
+
|
71
|
+
# Limits the available syntax to the non-monkey patched syntax that is
|
72
|
+
# recommended. For more details, see:
|
73
|
+
# - http://rspec.info/blog/2012/06/rspecs-new-expectation-syntax/
|
74
|
+
# - http://www.teaisaweso.me/blog/2013/05/27/rspecs-new-message-expectation-syntax/
|
75
|
+
# - http://rspec.info/blog/2014/05/notable-changes-in-rspec-3/#zero-monkey-patching-mode
|
76
|
+
config.disable_monkey_patching!
|
77
|
+
|
78
|
+
# This setting enables warnings. It's recommended, but in some cases may
|
79
|
+
# be too noisy due to issues in dependencies.
|
80
|
+
config.warnings = true
|
81
|
+
|
82
|
+
# Many RSpec users commonly either run the entire suite or an individual
|
83
|
+
# file, and it's useful to allow more verbose output when running an
|
84
|
+
# individual spec file.
|
85
|
+
if config.files_to_run.one?
|
86
|
+
# Use the documentation formatter for detailed output,
|
87
|
+
# unless a formatter has already been configured
|
88
|
+
# (e.g. via a command-line flag).
|
89
|
+
config.default_formatter = 'doc'
|
90
|
+
end
|
91
|
+
|
92
|
+
# Print the 10 slowest examples and example groups at the
|
93
|
+
# end of the spec run, to help surface which specs are running
|
94
|
+
# particularly slow.
|
95
|
+
config.profile_examples = 10
|
96
|
+
|
97
|
+
# Run specs in random order to surface order dependencies. If you find an
|
98
|
+
# order dependency and want to debug it, you can fix the order by providing
|
99
|
+
# the seed, which is printed after each run.
|
100
|
+
# --seed 1234
|
101
|
+
config.order = :random
|
102
|
+
|
103
|
+
# Seed global randomization in this process using the `--seed` CLI option.
|
104
|
+
# Setting this allows you to use `--seed` to deterministically reproduce
|
105
|
+
# test failures related to randomization by passing the same `--seed` value
|
106
|
+
# as the one that triggered the failure.
|
107
|
+
Kernel.srand config.seed
|
108
|
+
=end
|
109
|
+
end
|
@@ -0,0 +1,43 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
|
3
|
+
=begin
|
4
|
+
# DO NOT MODIFY. THIS CODE IS GENERATED. CHANGES WILL BE OVERWRITTEN.
|
5
|
+
|
6
|
+
# cis
|
7
|
+
|
8
|
+
# No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
9
|
+
|
10
|
+
|
11
|
+
=end
|
12
|
+
|
13
|
+
$:.push File.expand_path("../lib", __FILE__)
|
14
|
+
require "vsphere-automation-cis/version"
|
15
|
+
|
16
|
+
Gem::Specification.new do |s|
|
17
|
+
s.name = "vsphere-automation-cis"
|
18
|
+
s.version = VSphereAutomation::CIS::VERSION
|
19
|
+
s.platform = Gem::Platform::RUBY
|
20
|
+
s.authors = ["J.R. Garcia"]
|
21
|
+
s.email = ["jrg@vmware.com"]
|
22
|
+
s.homepage = "https://github.com/vmware/vsphere-automation-sdk-ruby"
|
23
|
+
s.summary = "A Ruby SDK for the vSphere REST APIs (CIS)"
|
24
|
+
s.description = "vSphere Automation SDK for Ruby"
|
25
|
+
s.license = 'MIT'
|
26
|
+
s.required_ruby_version = ">= 2.3"
|
27
|
+
|
28
|
+
s.add_runtime_dependency 'typhoeus', '~> 1.3'
|
29
|
+
s.add_runtime_dependency 'json', '~> 2.1'
|
30
|
+
|
31
|
+
s.add_development_dependency 'bundler', '~> 1.16'
|
32
|
+
s.add_development_dependency 'pry', '~> 0.11.3'
|
33
|
+
s.add_development_dependency 'rake', '~> 12.3'
|
34
|
+
s.add_development_dependency 'rspec', '~> 3.7'
|
35
|
+
s.add_development_dependency 'rubocop', '~> 0.58.2'
|
36
|
+
s.add_development_dependency 'vcr', '~> 4.0'
|
37
|
+
s.add_development_dependency 'webmock', '~> 3.4'
|
38
|
+
|
39
|
+
s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
|
40
|
+
s.test_files = `find spec/*`.split("\n")
|
41
|
+
s.executables = []
|
42
|
+
s.require_paths = ["lib"]
|
43
|
+
end
|
metadata
ADDED
@@ -0,0 +1,535 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: vsphere-automation-cis
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- J.R. Garcia
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2019-01-10 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: typhoeus
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '1.3'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '1.3'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: json
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - "~>"
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '2.1'
|
34
|
+
type: :runtime
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - "~>"
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '2.1'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: bundler
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - "~>"
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '1.16'
|
48
|
+
type: :development
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - "~>"
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '1.16'
|
55
|
+
- !ruby/object:Gem::Dependency
|
56
|
+
name: pry
|
57
|
+
requirement: !ruby/object:Gem::Requirement
|
58
|
+
requirements:
|
59
|
+
- - "~>"
|
60
|
+
- !ruby/object:Gem::Version
|
61
|
+
version: 0.11.3
|
62
|
+
type: :development
|
63
|
+
prerelease: false
|
64
|
+
version_requirements: !ruby/object:Gem::Requirement
|
65
|
+
requirements:
|
66
|
+
- - "~>"
|
67
|
+
- !ruby/object:Gem::Version
|
68
|
+
version: 0.11.3
|
69
|
+
- !ruby/object:Gem::Dependency
|
70
|
+
name: rake
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
72
|
+
requirements:
|
73
|
+
- - "~>"
|
74
|
+
- !ruby/object:Gem::Version
|
75
|
+
version: '12.3'
|
76
|
+
type: :development
|
77
|
+
prerelease: false
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - "~>"
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '12.3'
|
83
|
+
- !ruby/object:Gem::Dependency
|
84
|
+
name: rspec
|
85
|
+
requirement: !ruby/object:Gem::Requirement
|
86
|
+
requirements:
|
87
|
+
- - "~>"
|
88
|
+
- !ruby/object:Gem::Version
|
89
|
+
version: '3.7'
|
90
|
+
type: :development
|
91
|
+
prerelease: false
|
92
|
+
version_requirements: !ruby/object:Gem::Requirement
|
93
|
+
requirements:
|
94
|
+
- - "~>"
|
95
|
+
- !ruby/object:Gem::Version
|
96
|
+
version: '3.7'
|
97
|
+
- !ruby/object:Gem::Dependency
|
98
|
+
name: rubocop
|
99
|
+
requirement: !ruby/object:Gem::Requirement
|
100
|
+
requirements:
|
101
|
+
- - "~>"
|
102
|
+
- !ruby/object:Gem::Version
|
103
|
+
version: 0.58.2
|
104
|
+
type: :development
|
105
|
+
prerelease: false
|
106
|
+
version_requirements: !ruby/object:Gem::Requirement
|
107
|
+
requirements:
|
108
|
+
- - "~>"
|
109
|
+
- !ruby/object:Gem::Version
|
110
|
+
version: 0.58.2
|
111
|
+
- !ruby/object:Gem::Dependency
|
112
|
+
name: vcr
|
113
|
+
requirement: !ruby/object:Gem::Requirement
|
114
|
+
requirements:
|
115
|
+
- - "~>"
|
116
|
+
- !ruby/object:Gem::Version
|
117
|
+
version: '4.0'
|
118
|
+
type: :development
|
119
|
+
prerelease: false
|
120
|
+
version_requirements: !ruby/object:Gem::Requirement
|
121
|
+
requirements:
|
122
|
+
- - "~>"
|
123
|
+
- !ruby/object:Gem::Version
|
124
|
+
version: '4.0'
|
125
|
+
- !ruby/object:Gem::Dependency
|
126
|
+
name: webmock
|
127
|
+
requirement: !ruby/object:Gem::Requirement
|
128
|
+
requirements:
|
129
|
+
- - "~>"
|
130
|
+
- !ruby/object:Gem::Version
|
131
|
+
version: '3.4'
|
132
|
+
type: :development
|
133
|
+
prerelease: false
|
134
|
+
version_requirements: !ruby/object:Gem::Requirement
|
135
|
+
requirements:
|
136
|
+
- - "~>"
|
137
|
+
- !ruby/object:Gem::Version
|
138
|
+
version: '3.4'
|
139
|
+
description: vSphere Automation SDK for Ruby
|
140
|
+
email:
|
141
|
+
- jrg@vmware.com
|
142
|
+
executables: []
|
143
|
+
extensions: []
|
144
|
+
extra_rdoc_files: []
|
145
|
+
files:
|
146
|
+
- Gemfile
|
147
|
+
- Gemfile.lock
|
148
|
+
- README.md
|
149
|
+
- Rakefile
|
150
|
+
- docs/CisSessionCreateResult.md
|
151
|
+
- docs/CisSessionInfo.md
|
152
|
+
- docs/CisSessionResult.md
|
153
|
+
- docs/CisTaggingCategoryAddToUsedBy.md
|
154
|
+
- docs/CisTaggingCategoryCreate.md
|
155
|
+
- docs/CisTaggingCategoryCreateResult.md
|
156
|
+
- docs/CisTaggingCategoryCreateSpec.md
|
157
|
+
- docs/CisTaggingCategoryListResult.md
|
158
|
+
- docs/CisTaggingCategoryListUsedCategories.md
|
159
|
+
- docs/CisTaggingCategoryListUsedCategoriesResult.md
|
160
|
+
- docs/CisTaggingCategoryModel.md
|
161
|
+
- docs/CisTaggingCategoryModelCardinality.md
|
162
|
+
- docs/CisTaggingCategoryRemoveFromUsedBy.md
|
163
|
+
- docs/CisTaggingCategoryResult.md
|
164
|
+
- docs/CisTaggingCategoryUpdate.md
|
165
|
+
- docs/CisTaggingCategoryUpdateSpec.md
|
166
|
+
- docs/CisTaggingTagAddToUsedBy.md
|
167
|
+
- docs/CisTaggingTagAssociationAttach.md
|
168
|
+
- docs/CisTaggingTagAssociationAttachMultipleTagsToObject.md
|
169
|
+
- docs/CisTaggingTagAssociationAttachMultipleTagsToObjectResult.md
|
170
|
+
- docs/CisTaggingTagAssociationAttachTagToMultipleObjects.md
|
171
|
+
- docs/CisTaggingTagAssociationAttachTagToMultipleObjectsResult.md
|
172
|
+
- docs/CisTaggingTagAssociationBatchResult.md
|
173
|
+
- docs/CisTaggingTagAssociationDetach.md
|
174
|
+
- docs/CisTaggingTagAssociationDetachMultipleTagsFromObject.md
|
175
|
+
- docs/CisTaggingTagAssociationDetachMultipleTagsFromObjectResult.md
|
176
|
+
- docs/CisTaggingTagAssociationDetachTagFromMultipleObjects.md
|
177
|
+
- docs/CisTaggingTagAssociationDetachTagFromMultipleObjectsResult.md
|
178
|
+
- docs/CisTaggingTagAssociationListAttachableTags.md
|
179
|
+
- docs/CisTaggingTagAssociationListAttachableTagsResult.md
|
180
|
+
- docs/CisTaggingTagAssociationListAttachedObjectsOnTags.md
|
181
|
+
- docs/CisTaggingTagAssociationListAttachedObjectsOnTagsResult.md
|
182
|
+
- docs/CisTaggingTagAssociationListAttachedObjectsResult.md
|
183
|
+
- docs/CisTaggingTagAssociationListAttachedTags.md
|
184
|
+
- docs/CisTaggingTagAssociationListAttachedTagsOnObjects.md
|
185
|
+
- docs/CisTaggingTagAssociationListAttachedTagsOnObjectsResult.md
|
186
|
+
- docs/CisTaggingTagAssociationListAttachedTagsResult.md
|
187
|
+
- docs/CisTaggingTagAssociationObjectToTags.md
|
188
|
+
- docs/CisTaggingTagAssociationTagToObjects.md
|
189
|
+
- docs/CisTaggingTagCreate.md
|
190
|
+
- docs/CisTaggingTagCreateResult.md
|
191
|
+
- docs/CisTaggingTagCreateSpec.md
|
192
|
+
- docs/CisTaggingTagListResult.md
|
193
|
+
- docs/CisTaggingTagListTagsForCategoryResult.md
|
194
|
+
- docs/CisTaggingTagListUsedTags.md
|
195
|
+
- docs/CisTaggingTagListUsedTagsResult.md
|
196
|
+
- docs/CisTaggingTagModel.md
|
197
|
+
- docs/CisTaggingTagRemoveFromUsedBy.md
|
198
|
+
- docs/CisTaggingTagResult.md
|
199
|
+
- docs/CisTaggingTagUpdate.md
|
200
|
+
- docs/CisTaggingTagUpdateSpec.md
|
201
|
+
- docs/CisTaskInfo.md
|
202
|
+
- docs/CisTaskProgress.md
|
203
|
+
- docs/CisTaskStatus.md
|
204
|
+
- docs/CisTasksFilterSpec.md
|
205
|
+
- docs/CisTasksGetSpec.md
|
206
|
+
- docs/CisTasksListResult.md
|
207
|
+
- docs/CisTasksListResultValue.md
|
208
|
+
- docs/CisTasksResult.md
|
209
|
+
- docs/FilterSpecTargets.md
|
210
|
+
- docs/SessionApi.md
|
211
|
+
- docs/TaggingCategoryApi.md
|
212
|
+
- docs/TaggingTagApi.md
|
213
|
+
- docs/TaggingTagAssociationApi.md
|
214
|
+
- docs/TasksApi.md
|
215
|
+
- docs/VapiStdDynamicID.md
|
216
|
+
- docs/VapiStdErrorsAlreadyExists.md
|
217
|
+
- docs/VapiStdErrorsAlreadyExistsError.md
|
218
|
+
- docs/VapiStdErrorsError.md
|
219
|
+
- docs/VapiStdErrorsErrorError.md
|
220
|
+
- docs/VapiStdErrorsInvalidArgument.md
|
221
|
+
- docs/VapiStdErrorsInvalidArgumentError.md
|
222
|
+
- docs/VapiStdErrorsNotAllowedInCurrentState.md
|
223
|
+
- docs/VapiStdErrorsNotAllowedInCurrentStateError.md
|
224
|
+
- docs/VapiStdErrorsNotFound.md
|
225
|
+
- docs/VapiStdErrorsNotFoundError.md
|
226
|
+
- docs/VapiStdErrorsResourceInaccessible.md
|
227
|
+
- docs/VapiStdErrorsResourceInaccessibleError.md
|
228
|
+
- docs/VapiStdErrorsServiceUnavailable.md
|
229
|
+
- docs/VapiStdErrorsServiceUnavailableError.md
|
230
|
+
- docs/VapiStdErrorsUnauthenticated.md
|
231
|
+
- docs/VapiStdErrorsUnauthenticatedError.md
|
232
|
+
- docs/VapiStdErrorsUnauthorized.md
|
233
|
+
- docs/VapiStdErrorsUnauthorizedError.md
|
234
|
+
- docs/VapiStdErrorsUnsupported.md
|
235
|
+
- docs/VapiStdErrorsUnsupportedError.md
|
236
|
+
- docs/VapiStdLocalizableMessage.md
|
237
|
+
- git_push.sh
|
238
|
+
- lib/vsphere-automation-cis.rb
|
239
|
+
- lib/vsphere-automation-cis/api/session_api.rb
|
240
|
+
- lib/vsphere-automation-cis/api/tagging_category_api.rb
|
241
|
+
- lib/vsphere-automation-cis/api/tagging_tag_api.rb
|
242
|
+
- lib/vsphere-automation-cis/api/tagging_tag_association_api.rb
|
243
|
+
- lib/vsphere-automation-cis/api/tasks_api.rb
|
244
|
+
- lib/vsphere-automation-cis/api_client.rb
|
245
|
+
- lib/vsphere-automation-cis/api_error.rb
|
246
|
+
- lib/vsphere-automation-cis/configuration.rb
|
247
|
+
- lib/vsphere-automation-cis/models/cis_session_create_result.rb
|
248
|
+
- lib/vsphere-automation-cis/models/cis_session_info.rb
|
249
|
+
- lib/vsphere-automation-cis/models/cis_session_result.rb
|
250
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_add_to_used_by.rb
|
251
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_create.rb
|
252
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_create_result.rb
|
253
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_create_spec.rb
|
254
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_list_result.rb
|
255
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_list_used_categories.rb
|
256
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_list_used_categories_result.rb
|
257
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_model.rb
|
258
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_model_cardinality.rb
|
259
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_remove_from_used_by.rb
|
260
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_result.rb
|
261
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_update.rb
|
262
|
+
- lib/vsphere-automation-cis/models/cis_tagging_category_update_spec.rb
|
263
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_add_to_used_by.rb
|
264
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach.rb
|
265
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_multiple_tags_to_object.rb
|
266
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result.rb
|
267
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_tag_to_multiple_objects.rb
|
268
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result.rb
|
269
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_batch_result.rb
|
270
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach.rb
|
271
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_multiple_tags_from_object.rb
|
272
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result.rb
|
273
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_tag_from_multiple_objects.rb
|
274
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result.rb
|
275
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attachable_tags.rb
|
276
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attachable_tags_result.rb
|
277
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_on_tags.rb
|
278
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_on_tags_result.rb
|
279
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_objects_result.rb
|
280
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags.rb
|
281
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_on_objects.rb
|
282
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_on_objects_result.rb
|
283
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_list_attached_tags_result.rb
|
284
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_object_to_tags.rb
|
285
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_association_tag_to_objects.rb
|
286
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_create.rb
|
287
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_create_result.rb
|
288
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_create_spec.rb
|
289
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_list_result.rb
|
290
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_list_tags_for_category_result.rb
|
291
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_list_used_tags.rb
|
292
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_list_used_tags_result.rb
|
293
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_model.rb
|
294
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_remove_from_used_by.rb
|
295
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_result.rb
|
296
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_update.rb
|
297
|
+
- lib/vsphere-automation-cis/models/cis_tagging_tag_update_spec.rb
|
298
|
+
- lib/vsphere-automation-cis/models/cis_task_info.rb
|
299
|
+
- lib/vsphere-automation-cis/models/cis_task_progress.rb
|
300
|
+
- lib/vsphere-automation-cis/models/cis_task_status.rb
|
301
|
+
- lib/vsphere-automation-cis/models/cis_tasks_filter_spec.rb
|
302
|
+
- lib/vsphere-automation-cis/models/cis_tasks_get_spec.rb
|
303
|
+
- lib/vsphere-automation-cis/models/cis_tasks_list_result.rb
|
304
|
+
- lib/vsphere-automation-cis/models/cis_tasks_list_result_value.rb
|
305
|
+
- lib/vsphere-automation-cis/models/cis_tasks_result.rb
|
306
|
+
- lib/vsphere-automation-cis/models/filter_spec_targets.rb
|
307
|
+
- lib/vsphere-automation-cis/models/vapi_std_dynamic_id.rb
|
308
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_already_exists.rb
|
309
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_already_exists_error.rb
|
310
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_error.rb
|
311
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_error_error.rb
|
312
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_invalid_argument.rb
|
313
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_invalid_argument_error.rb
|
314
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_not_allowed_in_current_state.rb
|
315
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_not_allowed_in_current_state_error.rb
|
316
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_not_found.rb
|
317
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_not_found_error.rb
|
318
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_resource_inaccessible.rb
|
319
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_resource_inaccessible_error.rb
|
320
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_service_unavailable.rb
|
321
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_service_unavailable_error.rb
|
322
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_unauthenticated.rb
|
323
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_unauthenticated_error.rb
|
324
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_unauthorized.rb
|
325
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_unauthorized_error.rb
|
326
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_unsupported.rb
|
327
|
+
- lib/vsphere-automation-cis/models/vapi_std_errors_unsupported_error.rb
|
328
|
+
- lib/vsphere-automation-cis/models/vapi_std_localizable_message.rb
|
329
|
+
- lib/vsphere-automation-cis/version.rb
|
330
|
+
- spec/api/session_api_spec.rb
|
331
|
+
- spec/api/tagging_category_api_spec.rb
|
332
|
+
- spec/api/tagging_tag_api_spec.rb
|
333
|
+
- spec/api/tagging_tag_association_api_spec.rb
|
334
|
+
- spec/api/tasks_api_spec.rb
|
335
|
+
- spec/api_client_spec.rb
|
336
|
+
- spec/configuration_spec.rb
|
337
|
+
- spec/models/cis_session_create_result_spec.rb
|
338
|
+
- spec/models/cis_session_info_spec.rb
|
339
|
+
- spec/models/cis_session_result_spec.rb
|
340
|
+
- spec/models/cis_tagging_category_add_to_used_by_spec.rb
|
341
|
+
- spec/models/cis_tagging_category_create_result_spec.rb
|
342
|
+
- spec/models/cis_tagging_category_create_spec.rb
|
343
|
+
- spec/models/cis_tagging_category_create_spec_spec.rb
|
344
|
+
- spec/models/cis_tagging_category_list_result_spec.rb
|
345
|
+
- spec/models/cis_tagging_category_list_used_categories_result_spec.rb
|
346
|
+
- spec/models/cis_tagging_category_list_used_categories_spec.rb
|
347
|
+
- spec/models/cis_tagging_category_model_cardinality_spec.rb
|
348
|
+
- spec/models/cis_tagging_category_model_spec.rb
|
349
|
+
- spec/models/cis_tagging_category_remove_from_used_by_spec.rb
|
350
|
+
- spec/models/cis_tagging_category_result_spec.rb
|
351
|
+
- spec/models/cis_tagging_category_update_spec.rb
|
352
|
+
- spec/models/cis_tagging_category_update_spec_spec.rb
|
353
|
+
- spec/models/cis_tagging_tag_add_to_used_by_spec.rb
|
354
|
+
- spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result_spec.rb
|
355
|
+
- spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_spec.rb
|
356
|
+
- spec/models/cis_tagging_tag_association_attach_spec.rb
|
357
|
+
- spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result_spec.rb
|
358
|
+
- spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_spec.rb
|
359
|
+
- spec/models/cis_tagging_tag_association_batch_result_spec.rb
|
360
|
+
- spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result_spec.rb
|
361
|
+
- spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_spec.rb
|
362
|
+
- spec/models/cis_tagging_tag_association_detach_spec.rb
|
363
|
+
- spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result_spec.rb
|
364
|
+
- spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_spec.rb
|
365
|
+
- spec/models/cis_tagging_tag_association_list_attachable_tags_result_spec.rb
|
366
|
+
- spec/models/cis_tagging_tag_association_list_attachable_tags_spec.rb
|
367
|
+
- spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_result_spec.rb
|
368
|
+
- spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_spec.rb
|
369
|
+
- spec/models/cis_tagging_tag_association_list_attached_objects_result_spec.rb
|
370
|
+
- spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_result_spec.rb
|
371
|
+
- spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_spec.rb
|
372
|
+
- spec/models/cis_tagging_tag_association_list_attached_tags_result_spec.rb
|
373
|
+
- spec/models/cis_tagging_tag_association_list_attached_tags_spec.rb
|
374
|
+
- spec/models/cis_tagging_tag_association_object_to_tags_spec.rb
|
375
|
+
- spec/models/cis_tagging_tag_association_tag_to_objects_spec.rb
|
376
|
+
- spec/models/cis_tagging_tag_create_result_spec.rb
|
377
|
+
- spec/models/cis_tagging_tag_create_spec.rb
|
378
|
+
- spec/models/cis_tagging_tag_create_spec_spec.rb
|
379
|
+
- spec/models/cis_tagging_tag_list_result_spec.rb
|
380
|
+
- spec/models/cis_tagging_tag_list_tags_for_category_result_spec.rb
|
381
|
+
- spec/models/cis_tagging_tag_list_used_tags_result_spec.rb
|
382
|
+
- spec/models/cis_tagging_tag_list_used_tags_spec.rb
|
383
|
+
- spec/models/cis_tagging_tag_model_spec.rb
|
384
|
+
- spec/models/cis_tagging_tag_remove_from_used_by_spec.rb
|
385
|
+
- spec/models/cis_tagging_tag_result_spec.rb
|
386
|
+
- spec/models/cis_tagging_tag_update_spec.rb
|
387
|
+
- spec/models/cis_tagging_tag_update_spec_spec.rb
|
388
|
+
- spec/models/cis_task_info_spec.rb
|
389
|
+
- spec/models/cis_task_progress_spec.rb
|
390
|
+
- spec/models/cis_task_status_spec.rb
|
391
|
+
- spec/models/cis_tasks_filter_spec_spec.rb
|
392
|
+
- spec/models/cis_tasks_get_spec_spec.rb
|
393
|
+
- spec/models/cis_tasks_list_result_spec.rb
|
394
|
+
- spec/models/cis_tasks_list_result_value_spec.rb
|
395
|
+
- spec/models/cis_tasks_result_spec.rb
|
396
|
+
- spec/models/filter_spec_targets_spec.rb
|
397
|
+
- spec/models/vapi_std_dynamic_id_spec.rb
|
398
|
+
- spec/models/vapi_std_errors_already_exists_error_spec.rb
|
399
|
+
- spec/models/vapi_std_errors_already_exists_spec.rb
|
400
|
+
- spec/models/vapi_std_errors_error_error_spec.rb
|
401
|
+
- spec/models/vapi_std_errors_error_spec.rb
|
402
|
+
- spec/models/vapi_std_errors_invalid_argument_error_spec.rb
|
403
|
+
- spec/models/vapi_std_errors_invalid_argument_spec.rb
|
404
|
+
- spec/models/vapi_std_errors_not_allowed_in_current_state_error_spec.rb
|
405
|
+
- spec/models/vapi_std_errors_not_allowed_in_current_state_spec.rb
|
406
|
+
- spec/models/vapi_std_errors_not_found_error_spec.rb
|
407
|
+
- spec/models/vapi_std_errors_not_found_spec.rb
|
408
|
+
- spec/models/vapi_std_errors_resource_inaccessible_error_spec.rb
|
409
|
+
- spec/models/vapi_std_errors_resource_inaccessible_spec.rb
|
410
|
+
- spec/models/vapi_std_errors_service_unavailable_error_spec.rb
|
411
|
+
- spec/models/vapi_std_errors_service_unavailable_spec.rb
|
412
|
+
- spec/models/vapi_std_errors_unauthenticated_error_spec.rb
|
413
|
+
- spec/models/vapi_std_errors_unauthenticated_spec.rb
|
414
|
+
- spec/models/vapi_std_errors_unauthorized_error_spec.rb
|
415
|
+
- spec/models/vapi_std_errors_unauthorized_spec.rb
|
416
|
+
- spec/models/vapi_std_errors_unsupported_error_spec.rb
|
417
|
+
- spec/models/vapi_std_errors_unsupported_spec.rb
|
418
|
+
- spec/models/vapi_std_localizable_message_spec.rb
|
419
|
+
- spec/spec_helper.rb
|
420
|
+
- vsphere-automation-cis.gemspec
|
421
|
+
homepage: https://github.com/vmware/vsphere-automation-sdk-ruby
|
422
|
+
licenses:
|
423
|
+
- MIT
|
424
|
+
metadata: {}
|
425
|
+
post_install_message:
|
426
|
+
rdoc_options: []
|
427
|
+
require_paths:
|
428
|
+
- lib
|
429
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
430
|
+
requirements:
|
431
|
+
- - ">="
|
432
|
+
- !ruby/object:Gem::Version
|
433
|
+
version: '2.3'
|
434
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
435
|
+
requirements:
|
436
|
+
- - ">="
|
437
|
+
- !ruby/object:Gem::Version
|
438
|
+
version: '0'
|
439
|
+
requirements: []
|
440
|
+
rubyforge_project:
|
441
|
+
rubygems_version: 2.7.6
|
442
|
+
signing_key:
|
443
|
+
specification_version: 4
|
444
|
+
summary: A Ruby SDK for the vSphere REST APIs (CIS)
|
445
|
+
test_files:
|
446
|
+
- spec/api/tasks_api_spec.rb
|
447
|
+
- spec/api/session_api_spec.rb
|
448
|
+
- spec/api/tagging_tag_association_api_spec.rb
|
449
|
+
- spec/api/tagging_category_api_spec.rb
|
450
|
+
- spec/api/tagging_tag_api_spec.rb
|
451
|
+
- spec/api_client_spec.rb
|
452
|
+
- spec/configuration_spec.rb
|
453
|
+
- spec/models/cis_tagging_category_update_spec_spec.rb
|
454
|
+
- spec/models/vapi_std_errors_invalid_argument_spec.rb
|
455
|
+
- spec/models/cis_session_create_result_spec.rb
|
456
|
+
- spec/models/cis_tagging_tag_add_to_used_by_spec.rb
|
457
|
+
- spec/models/cis_tagging_category_remove_from_used_by_spec.rb
|
458
|
+
- spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_result_spec.rb
|
459
|
+
- spec/models/filter_spec_targets_spec.rb
|
460
|
+
- spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_result_spec.rb
|
461
|
+
- spec/models/cis_tagging_category_update_spec.rb
|
462
|
+
- spec/models/vapi_std_errors_unauthorized_error_spec.rb
|
463
|
+
- spec/models/cis_tagging_tag_create_result_spec.rb
|
464
|
+
- spec/models/cis_tagging_category_create_spec_spec.rb
|
465
|
+
- spec/models/cis_tagging_category_result_spec.rb
|
466
|
+
- spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_result_spec.rb
|
467
|
+
- spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_spec.rb
|
468
|
+
- spec/models/cis_tagging_tag_list_used_tags_spec.rb
|
469
|
+
- spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_result_spec.rb
|
470
|
+
- spec/models/vapi_std_localizable_message_spec.rb
|
471
|
+
- spec/models/vapi_std_errors_resource_inaccessible_error_spec.rb
|
472
|
+
- spec/models/vapi_std_errors_service_unavailable_spec.rb
|
473
|
+
- spec/models/cis_tagging_tag_association_list_attached_objects_result_spec.rb
|
474
|
+
- spec/models/cis_tagging_tag_create_spec_spec.rb
|
475
|
+
- spec/models/cis_tagging_tag_create_spec.rb
|
476
|
+
- spec/models/cis_session_result_spec.rb
|
477
|
+
- spec/models/vapi_std_errors_service_unavailable_error_spec.rb
|
478
|
+
- spec/models/cis_tasks_list_result_value_spec.rb
|
479
|
+
- spec/models/vapi_std_errors_not_allowed_in_current_state_error_spec.rb
|
480
|
+
- spec/models/vapi_std_errors_not_allowed_in_current_state_spec.rb
|
481
|
+
- spec/models/cis_tagging_tag_list_tags_for_category_result_spec.rb
|
482
|
+
- spec/models/cis_tasks_list_result_spec.rb
|
483
|
+
- spec/models/cis_tagging_tag_update_spec_spec.rb
|
484
|
+
- spec/models/cis_tagging_tag_association_detach_multiple_tags_from_object_spec.rb
|
485
|
+
- spec/models/cis_tagging_tag_association_batch_result_spec.rb
|
486
|
+
- spec/models/cis_tagging_tag_association_list_attached_tags_on_objects_result_spec.rb
|
487
|
+
- spec/models/cis_tagging_tag_association_list_attached_tags_result_spec.rb
|
488
|
+
- spec/models/vapi_std_errors_not_found_spec.rb
|
489
|
+
- spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_spec.rb
|
490
|
+
- spec/models/cis_tagging_tag_update_spec.rb
|
491
|
+
- spec/models/vapi_std_errors_unauthenticated_spec.rb
|
492
|
+
- spec/models/vapi_std_errors_already_exists_spec.rb
|
493
|
+
- spec/models/vapi_std_errors_invalid_argument_error_spec.rb
|
494
|
+
- spec/models/cis_tagging_tag_association_tag_to_objects_spec.rb
|
495
|
+
- spec/models/cis_tagging_tag_association_attach_tag_to_multiple_objects_spec.rb
|
496
|
+
- spec/models/cis_tagging_tag_association_object_to_tags_spec.rb
|
497
|
+
- spec/models/cis_task_status_spec.rb
|
498
|
+
- spec/models/cis_tagging_tag_association_attach_multiple_tags_to_object_result_spec.rb
|
499
|
+
- spec/models/cis_tagging_tag_model_spec.rb
|
500
|
+
- spec/models/cis_tagging_tag_association_detach_spec.rb
|
501
|
+
- spec/models/cis_tagging_category_list_used_categories_spec.rb
|
502
|
+
- spec/models/cis_tagging_tag_association_list_attached_tags_spec.rb
|
503
|
+
- spec/models/cis_tagging_category_add_to_used_by_spec.rb
|
504
|
+
- spec/models/cis_tagging_tag_list_used_tags_result_spec.rb
|
505
|
+
- spec/models/cis_tagging_tag_association_attach_spec.rb
|
506
|
+
- spec/models/cis_tagging_tag_result_spec.rb
|
507
|
+
- spec/models/cis_tagging_category_list_result_spec.rb
|
508
|
+
- spec/models/vapi_std_errors_resource_inaccessible_spec.rb
|
509
|
+
- spec/models/cis_tagging_tag_association_detach_tag_from_multiple_objects_spec.rb
|
510
|
+
- spec/models/cis_tasks_get_spec_spec.rb
|
511
|
+
- spec/models/cis_tagging_category_list_used_categories_result_spec.rb
|
512
|
+
- spec/models/vapi_std_errors_error_error_spec.rb
|
513
|
+
- spec/models/vapi_std_dynamic_id_spec.rb
|
514
|
+
- spec/models/cis_tagging_tag_remove_from_used_by_spec.rb
|
515
|
+
- spec/models/vapi_std_errors_unauthorized_spec.rb
|
516
|
+
- spec/models/cis_task_info_spec.rb
|
517
|
+
- spec/models/vapi_std_errors_unsupported_error_spec.rb
|
518
|
+
- spec/models/cis_tasks_result_spec.rb
|
519
|
+
- spec/models/vapi_std_errors_error_spec.rb
|
520
|
+
- spec/models/cis_tagging_tag_association_list_attached_objects_on_tags_spec.rb
|
521
|
+
- spec/models/cis_tagging_tag_list_result_spec.rb
|
522
|
+
- spec/models/cis_tagging_tag_association_list_attachable_tags_spec.rb
|
523
|
+
- spec/models/cis_tagging_category_create_spec.rb
|
524
|
+
- spec/models/cis_tagging_category_model_spec.rb
|
525
|
+
- spec/models/cis_tagging_category_model_cardinality_spec.rb
|
526
|
+
- spec/models/cis_tasks_filter_spec_spec.rb
|
527
|
+
- spec/models/cis_tagging_category_create_result_spec.rb
|
528
|
+
- spec/models/cis_tagging_tag_association_list_attachable_tags_result_spec.rb
|
529
|
+
- spec/models/vapi_std_errors_not_found_error_spec.rb
|
530
|
+
- spec/models/cis_task_progress_spec.rb
|
531
|
+
- spec/models/vapi_std_errors_already_exists_error_spec.rb
|
532
|
+
- spec/models/vapi_std_errors_unauthenticated_error_spec.rb
|
533
|
+
- spec/models/vapi_std_errors_unsupported_spec.rb
|
534
|
+
- spec/models/cis_session_info_spec.rb
|
535
|
+
- spec/spec_helper.rb
|