azure_mgmt_automanage 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
 - data/LICENSE.txt +21 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage.rb +63 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/accounts.rb +646 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/automanage_client.rb +145 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/configuration_profile_assignments.rb +603 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/configuration_profile_preferences.rb +661 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/account.rb +98 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/account_identity.rb +74 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/account_list.rb +55 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/account_update.rb +63 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/azure_entity_resource.rb +75 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile.rb +16 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_assignment.rb +76 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_assignment_compliance.rb +48 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_assignment_list.rb +56 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_assignment_properties.rb +109 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference.rb +99 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_anti_malware.rb +105 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_list.rb +56 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_properties.rb +61 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_update.rb +64 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/configuration_profile_preference_vm_backup.rb +81 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/enable_real_time_protection.rb +16 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/error_additional_info.rb +59 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/error_response.rb +47 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/error_response_error.rb +113 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/operation.rb +83 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/operation_display.rb +79 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/operation_list.rb +56 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/provisioning_state.rb +17 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/proxy_resource.rb +63 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/resource.rb +83 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/resource_identity_type.rb +16 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/run_scheduled_scan.rb +16 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/scan_type.rb +16 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/tracked_resource.rb +92 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/update_resource.rb +54 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/models/update_status.rb +17 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/module_definition.rb +9 -0
 - data/lib/2020-06-30-preview/generated/azure_mgmt_automanage/operations.rb +110 -0
 - data/lib/azure_mgmt_automanage.rb +6 -0
 - data/lib/module_definition.rb +7 -0
 - data/lib/profiles/latest/automanage_latest_profile_client.rb +40 -0
 - data/lib/profiles/latest/automanage_module_definition.rb +8 -0
 - data/lib/profiles/latest/modules/automanage_profile_module.rb +195 -0
 - data/lib/version.rb +7 -0
 - metadata +163 -0
 
| 
         @@ -0,0 +1,83 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # Automanage REST API operation
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                class Operation
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
                  include MsRestAzure
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
                  # @return [String] Operation name: For ex.
         
     | 
| 
      
 16 
     | 
    
         
            +
                  # providers/Microsoft.Automanage/configurationProfileAssignments/write or
         
     | 
| 
      
 17 
     | 
    
         
            +
                  # read
         
     | 
| 
      
 18 
     | 
    
         
            +
                  attr_accessor :name
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
                  # @return [String] Indicates whether the operation is a data action
         
     | 
| 
      
 21 
     | 
    
         
            +
                  attr_accessor :is_data_action
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
                  # @return [OperationDisplay] Provider, Resource, Operation and
         
     | 
| 
      
 24 
     | 
    
         
            +
                  # description values.
         
     | 
| 
      
 25 
     | 
    
         
            +
                  attr_accessor :display
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
                  # @return [String] Service provider: Microsoft.Automanage
         
     | 
| 
      
 28 
     | 
    
         
            +
                  attr_accessor :status_code
         
     | 
| 
      
 29 
     | 
    
         
            +
             
     | 
| 
      
 30 
     | 
    
         
            +
             
     | 
| 
      
 31 
     | 
    
         
            +
                  #
         
     | 
| 
      
 32 
     | 
    
         
            +
                  # Mapper for Operation class as Ruby Hash.
         
     | 
| 
      
 33 
     | 
    
         
            +
                  # This will be used for serialization/deserialization.
         
     | 
| 
      
 34 
     | 
    
         
            +
                  #
         
     | 
| 
      
 35 
     | 
    
         
            +
                  def self.mapper()
         
     | 
| 
      
 36 
     | 
    
         
            +
                    {
         
     | 
| 
      
 37 
     | 
    
         
            +
                      client_side_validation: true,
         
     | 
| 
      
 38 
     | 
    
         
            +
                      required: false,
         
     | 
| 
      
 39 
     | 
    
         
            +
                      serialized_name: 'Operation',
         
     | 
| 
      
 40 
     | 
    
         
            +
                      type: {
         
     | 
| 
      
 41 
     | 
    
         
            +
                        name: 'Composite',
         
     | 
| 
      
 42 
     | 
    
         
            +
                        class_name: 'Operation',
         
     | 
| 
      
 43 
     | 
    
         
            +
                        model_properties: {
         
     | 
| 
      
 44 
     | 
    
         
            +
                          name: {
         
     | 
| 
      
 45 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 46 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 47 
     | 
    
         
            +
                            serialized_name: 'name',
         
     | 
| 
      
 48 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 49 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 50 
     | 
    
         
            +
                            }
         
     | 
| 
      
 51 
     | 
    
         
            +
                          },
         
     | 
| 
      
 52 
     | 
    
         
            +
                          is_data_action: {
         
     | 
| 
      
 53 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 54 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 55 
     | 
    
         
            +
                            serialized_name: 'isDataAction',
         
     | 
| 
      
 56 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 57 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 58 
     | 
    
         
            +
                            }
         
     | 
| 
      
 59 
     | 
    
         
            +
                          },
         
     | 
| 
      
 60 
     | 
    
         
            +
                          display: {
         
     | 
| 
      
 61 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 62 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 63 
     | 
    
         
            +
                            serialized_name: 'display',
         
     | 
| 
      
 64 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 65 
     | 
    
         
            +
                              name: 'Composite',
         
     | 
| 
      
 66 
     | 
    
         
            +
                              class_name: 'OperationDisplay'
         
     | 
| 
      
 67 
     | 
    
         
            +
                            }
         
     | 
| 
      
 68 
     | 
    
         
            +
                          },
         
     | 
| 
      
 69 
     | 
    
         
            +
                          status_code: {
         
     | 
| 
      
 70 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 71 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 72 
     | 
    
         
            +
                            serialized_name: 'properties.statusCode',
         
     | 
| 
      
 73 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 74 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 75 
     | 
    
         
            +
                            }
         
     | 
| 
      
 76 
     | 
    
         
            +
                          }
         
     | 
| 
      
 77 
     | 
    
         
            +
                        }
         
     | 
| 
      
 78 
     | 
    
         
            +
                      }
         
     | 
| 
      
 79 
     | 
    
         
            +
                    }
         
     | 
| 
      
 80 
     | 
    
         
            +
                  end
         
     | 
| 
      
 81 
     | 
    
         
            +
                end
         
     | 
| 
      
 82 
     | 
    
         
            +
              end
         
     | 
| 
      
 83 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,79 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # Provider, Resource, Operation and description values.
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                class OperationDisplay
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
                  include MsRestAzure
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
                  # @return [String] Service provider: Microsoft.Automanage
         
     | 
| 
      
 16 
     | 
    
         
            +
                  attr_accessor :provider
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
                  # @return [String] Resource on which the operation is performed:  For ex.
         
     | 
| 
      
 19 
     | 
    
         
            +
                  attr_accessor :resource
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
                  # @return [String] Operation type: Read, write, delete, etc.
         
     | 
| 
      
 22 
     | 
    
         
            +
                  attr_accessor :operation
         
     | 
| 
      
 23 
     | 
    
         
            +
             
     | 
| 
      
 24 
     | 
    
         
            +
                  # @return [String] Description about operation.
         
     | 
| 
      
 25 
     | 
    
         
            +
                  attr_accessor :description
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
                  #
         
     | 
| 
      
 29 
     | 
    
         
            +
                  # Mapper for OperationDisplay class as Ruby Hash.
         
     | 
| 
      
 30 
     | 
    
         
            +
                  # This will be used for serialization/deserialization.
         
     | 
| 
      
 31 
     | 
    
         
            +
                  #
         
     | 
| 
      
 32 
     | 
    
         
            +
                  def self.mapper()
         
     | 
| 
      
 33 
     | 
    
         
            +
                    {
         
     | 
| 
      
 34 
     | 
    
         
            +
                      client_side_validation: true,
         
     | 
| 
      
 35 
     | 
    
         
            +
                      required: false,
         
     | 
| 
      
 36 
     | 
    
         
            +
                      serialized_name: 'Operation_display',
         
     | 
| 
      
 37 
     | 
    
         
            +
                      type: {
         
     | 
| 
      
 38 
     | 
    
         
            +
                        name: 'Composite',
         
     | 
| 
      
 39 
     | 
    
         
            +
                        class_name: 'OperationDisplay',
         
     | 
| 
      
 40 
     | 
    
         
            +
                        model_properties: {
         
     | 
| 
      
 41 
     | 
    
         
            +
                          provider: {
         
     | 
| 
      
 42 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 43 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 44 
     | 
    
         
            +
                            serialized_name: 'provider',
         
     | 
| 
      
 45 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 46 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 47 
     | 
    
         
            +
                            }
         
     | 
| 
      
 48 
     | 
    
         
            +
                          },
         
     | 
| 
      
 49 
     | 
    
         
            +
                          resource: {
         
     | 
| 
      
 50 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 51 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 52 
     | 
    
         
            +
                            serialized_name: 'resource',
         
     | 
| 
      
 53 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 54 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 55 
     | 
    
         
            +
                            }
         
     | 
| 
      
 56 
     | 
    
         
            +
                          },
         
     | 
| 
      
 57 
     | 
    
         
            +
                          operation: {
         
     | 
| 
      
 58 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 59 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 60 
     | 
    
         
            +
                            serialized_name: 'operation',
         
     | 
| 
      
 61 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 62 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 63 
     | 
    
         
            +
                            }
         
     | 
| 
      
 64 
     | 
    
         
            +
                          },
         
     | 
| 
      
 65 
     | 
    
         
            +
                          description: {
         
     | 
| 
      
 66 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 67 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 68 
     | 
    
         
            +
                            serialized_name: 'description',
         
     | 
| 
      
 69 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 70 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 71 
     | 
    
         
            +
                            }
         
     | 
| 
      
 72 
     | 
    
         
            +
                          }
         
     | 
| 
      
 73 
     | 
    
         
            +
                        }
         
     | 
| 
      
 74 
     | 
    
         
            +
                      }
         
     | 
| 
      
 75 
     | 
    
         
            +
                    }
         
     | 
| 
      
 76 
     | 
    
         
            +
                  end
         
     | 
| 
      
 77 
     | 
    
         
            +
                end
         
     | 
| 
      
 78 
     | 
    
         
            +
              end
         
     | 
| 
      
 79 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,56 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # The response model for the list of Automanage operations
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                class OperationList
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
                  include MsRestAzure
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
                  # @return [Array<Operation>] List of Automanage operations supported by
         
     | 
| 
      
 16 
     | 
    
         
            +
                  # the Automanage resource provider.
         
     | 
| 
      
 17 
     | 
    
         
            +
                  attr_accessor :value
         
     | 
| 
      
 18 
     | 
    
         
            +
             
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
                  #
         
     | 
| 
      
 21 
     | 
    
         
            +
                  # Mapper for OperationList class as Ruby Hash.
         
     | 
| 
      
 22 
     | 
    
         
            +
                  # This will be used for serialization/deserialization.
         
     | 
| 
      
 23 
     | 
    
         
            +
                  #
         
     | 
| 
      
 24 
     | 
    
         
            +
                  def self.mapper()
         
     | 
| 
      
 25 
     | 
    
         
            +
                    {
         
     | 
| 
      
 26 
     | 
    
         
            +
                      client_side_validation: true,
         
     | 
| 
      
 27 
     | 
    
         
            +
                      required: false,
         
     | 
| 
      
 28 
     | 
    
         
            +
                      serialized_name: 'OperationList',
         
     | 
| 
      
 29 
     | 
    
         
            +
                      type: {
         
     | 
| 
      
 30 
     | 
    
         
            +
                        name: 'Composite',
         
     | 
| 
      
 31 
     | 
    
         
            +
                        class_name: 'OperationList',
         
     | 
| 
      
 32 
     | 
    
         
            +
                        model_properties: {
         
     | 
| 
      
 33 
     | 
    
         
            +
                          value: {
         
     | 
| 
      
 34 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 35 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 36 
     | 
    
         
            +
                            serialized_name: 'value',
         
     | 
| 
      
 37 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 38 
     | 
    
         
            +
                              name: 'Sequence',
         
     | 
| 
      
 39 
     | 
    
         
            +
                              element: {
         
     | 
| 
      
 40 
     | 
    
         
            +
                                  client_side_validation: true,
         
     | 
| 
      
 41 
     | 
    
         
            +
                                  required: false,
         
     | 
| 
      
 42 
     | 
    
         
            +
                                  serialized_name: 'OperationElementType',
         
     | 
| 
      
 43 
     | 
    
         
            +
                                  type: {
         
     | 
| 
      
 44 
     | 
    
         
            +
                                    name: 'Composite',
         
     | 
| 
      
 45 
     | 
    
         
            +
                                    class_name: 'Operation'
         
     | 
| 
      
 46 
     | 
    
         
            +
                                  }
         
     | 
| 
      
 47 
     | 
    
         
            +
                              }
         
     | 
| 
      
 48 
     | 
    
         
            +
                            }
         
     | 
| 
      
 49 
     | 
    
         
            +
                          }
         
     | 
| 
      
 50 
     | 
    
         
            +
                        }
         
     | 
| 
      
 51 
     | 
    
         
            +
                      }
         
     | 
| 
      
 52 
     | 
    
         
            +
                    }
         
     | 
| 
      
 53 
     | 
    
         
            +
                  end
         
     | 
| 
      
 54 
     | 
    
         
            +
                end
         
     | 
| 
      
 55 
     | 
    
         
            +
              end
         
     | 
| 
      
 56 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,17 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # Defines values for ProvisioningState
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                module ProvisioningState
         
     | 
| 
      
 12 
     | 
    
         
            +
                  Succeeded = "Succeeded"
         
     | 
| 
      
 13 
     | 
    
         
            +
                  Failed = "Failed"
         
     | 
| 
      
 14 
     | 
    
         
            +
                  Created = "Created"
         
     | 
| 
      
 15 
     | 
    
         
            +
                end
         
     | 
| 
      
 16 
     | 
    
         
            +
              end
         
     | 
| 
      
 17 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,63 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # The resource model definition for a ARM proxy resource. It will have
         
     | 
| 
      
 10 
     | 
    
         
            +
                # everything other than required location and tags
         
     | 
| 
      
 11 
     | 
    
         
            +
                #
         
     | 
| 
      
 12 
     | 
    
         
            +
                class ProxyResource < Resource
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                  include MsRestAzure
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
             
     | 
| 
      
 17 
     | 
    
         
            +
                  #
         
     | 
| 
      
 18 
     | 
    
         
            +
                  # Mapper for ProxyResource class as Ruby Hash.
         
     | 
| 
      
 19 
     | 
    
         
            +
                  # This will be used for serialization/deserialization.
         
     | 
| 
      
 20 
     | 
    
         
            +
                  #
         
     | 
| 
      
 21 
     | 
    
         
            +
                  def self.mapper()
         
     | 
| 
      
 22 
     | 
    
         
            +
                    {
         
     | 
| 
      
 23 
     | 
    
         
            +
                      client_side_validation: true,
         
     | 
| 
      
 24 
     | 
    
         
            +
                      required: false,
         
     | 
| 
      
 25 
     | 
    
         
            +
                      serialized_name: 'ProxyResource',
         
     | 
| 
      
 26 
     | 
    
         
            +
                      type: {
         
     | 
| 
      
 27 
     | 
    
         
            +
                        name: 'Composite',
         
     | 
| 
      
 28 
     | 
    
         
            +
                        class_name: 'ProxyResource',
         
     | 
| 
      
 29 
     | 
    
         
            +
                        model_properties: {
         
     | 
| 
      
 30 
     | 
    
         
            +
                          id: {
         
     | 
| 
      
 31 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 32 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 33 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 34 
     | 
    
         
            +
                            serialized_name: 'id',
         
     | 
| 
      
 35 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 36 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 37 
     | 
    
         
            +
                            }
         
     | 
| 
      
 38 
     | 
    
         
            +
                          },
         
     | 
| 
      
 39 
     | 
    
         
            +
                          name: {
         
     | 
| 
      
 40 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 41 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 42 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 43 
     | 
    
         
            +
                            serialized_name: 'name',
         
     | 
| 
      
 44 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 45 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 46 
     | 
    
         
            +
                            }
         
     | 
| 
      
 47 
     | 
    
         
            +
                          },
         
     | 
| 
      
 48 
     | 
    
         
            +
                          type: {
         
     | 
| 
      
 49 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 50 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 51 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 52 
     | 
    
         
            +
                            serialized_name: 'type',
         
     | 
| 
      
 53 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 54 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 55 
     | 
    
         
            +
                            }
         
     | 
| 
      
 56 
     | 
    
         
            +
                          }
         
     | 
| 
      
 57 
     | 
    
         
            +
                        }
         
     | 
| 
      
 58 
     | 
    
         
            +
                      }
         
     | 
| 
      
 59 
     | 
    
         
            +
                    }
         
     | 
| 
      
 60 
     | 
    
         
            +
                  end
         
     | 
| 
      
 61 
     | 
    
         
            +
                end
         
     | 
| 
      
 62 
     | 
    
         
            +
              end
         
     | 
| 
      
 63 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,83 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # Model object.
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                #
         
     | 
| 
      
 12 
     | 
    
         
            +
                class Resource
         
     | 
| 
      
 13 
     | 
    
         
            +
             
     | 
| 
      
 14 
     | 
    
         
            +
                  include MsRestAzure
         
     | 
| 
      
 15 
     | 
    
         
            +
             
     | 
| 
      
 16 
     | 
    
         
            +
                  # @return [String] Fully qualified resource Id for the resource. Ex -
         
     | 
| 
      
 17 
     | 
    
         
            +
                  # /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
         
     | 
| 
      
 18 
     | 
    
         
            +
                  attr_accessor :id
         
     | 
| 
      
 19 
     | 
    
         
            +
             
     | 
| 
      
 20 
     | 
    
         
            +
                  # @return [String] The name of the resource
         
     | 
| 
      
 21 
     | 
    
         
            +
                  attr_accessor :name
         
     | 
| 
      
 22 
     | 
    
         
            +
             
     | 
| 
      
 23 
     | 
    
         
            +
                  # @return [String] The type of the resource. Ex-
         
     | 
| 
      
 24 
     | 
    
         
            +
                  # Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
         
     | 
| 
      
 25 
     | 
    
         
            +
                  attr_accessor :type
         
     | 
| 
      
 26 
     | 
    
         
            +
             
     | 
| 
      
 27 
     | 
    
         
            +
             
     | 
| 
      
 28 
     | 
    
         
            +
                  # @return [String] the name of the resource group of the resource.
         
     | 
| 
      
 29 
     | 
    
         
            +
                  def resource_group
         
     | 
| 
      
 30 
     | 
    
         
            +
                    unless self.id.nil?
         
     | 
| 
      
 31 
     | 
    
         
            +
                      groups = self.id.match(/.+\/resourceGroups\/([^\/]+)\/.+/)
         
     | 
| 
      
 32 
     | 
    
         
            +
                      groups.captures[0].strip if groups
         
     | 
| 
      
 33 
     | 
    
         
            +
                    end
         
     | 
| 
      
 34 
     | 
    
         
            +
                  end
         
     | 
| 
      
 35 
     | 
    
         
            +
             
     | 
| 
      
 36 
     | 
    
         
            +
             
     | 
| 
      
 37 
     | 
    
         
            +
                  #
         
     | 
| 
      
 38 
     | 
    
         
            +
                  # Mapper for Resource class as Ruby Hash.
         
     | 
| 
      
 39 
     | 
    
         
            +
                  # This will be used for serialization/deserialization.
         
     | 
| 
      
 40 
     | 
    
         
            +
                  #
         
     | 
| 
      
 41 
     | 
    
         
            +
                  def self.mapper()
         
     | 
| 
      
 42 
     | 
    
         
            +
                    {
         
     | 
| 
      
 43 
     | 
    
         
            +
                      client_side_validation: true,
         
     | 
| 
      
 44 
     | 
    
         
            +
                      required: false,
         
     | 
| 
      
 45 
     | 
    
         
            +
                      serialized_name: 'Resource',
         
     | 
| 
      
 46 
     | 
    
         
            +
                      type: {
         
     | 
| 
      
 47 
     | 
    
         
            +
                        name: 'Composite',
         
     | 
| 
      
 48 
     | 
    
         
            +
                        class_name: 'Resource',
         
     | 
| 
      
 49 
     | 
    
         
            +
                        model_properties: {
         
     | 
| 
      
 50 
     | 
    
         
            +
                          id: {
         
     | 
| 
      
 51 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 52 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 53 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 54 
     | 
    
         
            +
                            serialized_name: 'id',
         
     | 
| 
      
 55 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 56 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 57 
     | 
    
         
            +
                            }
         
     | 
| 
      
 58 
     | 
    
         
            +
                          },
         
     | 
| 
      
 59 
     | 
    
         
            +
                          name: {
         
     | 
| 
      
 60 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 61 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 62 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 63 
     | 
    
         
            +
                            serialized_name: 'name',
         
     | 
| 
      
 64 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 65 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 66 
     | 
    
         
            +
                            }
         
     | 
| 
      
 67 
     | 
    
         
            +
                          },
         
     | 
| 
      
 68 
     | 
    
         
            +
                          type: {
         
     | 
| 
      
 69 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 70 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 71 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 72 
     | 
    
         
            +
                            serialized_name: 'type',
         
     | 
| 
      
 73 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 74 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 75 
     | 
    
         
            +
                            }
         
     | 
| 
      
 76 
     | 
    
         
            +
                          }
         
     | 
| 
      
 77 
     | 
    
         
            +
                        }
         
     | 
| 
      
 78 
     | 
    
         
            +
                      }
         
     | 
| 
      
 79 
     | 
    
         
            +
                    }
         
     | 
| 
      
 80 
     | 
    
         
            +
                  end
         
     | 
| 
      
 81 
     | 
    
         
            +
                end
         
     | 
| 
      
 82 
     | 
    
         
            +
              end
         
     | 
| 
      
 83 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,16 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # Defines values for ResourceIdentityType
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                module ResourceIdentityType
         
     | 
| 
      
 12 
     | 
    
         
            +
                  SystemAssigned = "SystemAssigned"
         
     | 
| 
      
 13 
     | 
    
         
            +
                  None = "None"
         
     | 
| 
      
 14 
     | 
    
         
            +
                end
         
     | 
| 
      
 15 
     | 
    
         
            +
              end
         
     | 
| 
      
 16 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,16 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # Defines values for RunScheduledScan
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                module RunScheduledScan
         
     | 
| 
      
 12 
     | 
    
         
            +
                  True = "True"
         
     | 
| 
      
 13 
     | 
    
         
            +
                  False = "False"
         
     | 
| 
      
 14 
     | 
    
         
            +
                end
         
     | 
| 
      
 15 
     | 
    
         
            +
              end
         
     | 
| 
      
 16 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,16 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # Defines values for ScanType
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                module ScanType
         
     | 
| 
      
 12 
     | 
    
         
            +
                  Quick = "Quick"
         
     | 
| 
      
 13 
     | 
    
         
            +
                  Full = "Full"
         
     | 
| 
      
 14 
     | 
    
         
            +
                end
         
     | 
| 
      
 15 
     | 
    
         
            +
              end
         
     | 
| 
      
 16 
     | 
    
         
            +
            end
         
     | 
| 
         @@ -0,0 +1,92 @@ 
     | 
|
| 
      
 1 
     | 
    
         
            +
            # encoding: utf-8
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Code generated by Microsoft (R) AutoRest Code Generator.
         
     | 
| 
      
 3 
     | 
    
         
            +
            # Changes may cause incorrect behavior and will be lost if the code is
         
     | 
| 
      
 4 
     | 
    
         
            +
            # regenerated.
         
     | 
| 
      
 5 
     | 
    
         
            +
             
     | 
| 
      
 6 
     | 
    
         
            +
            module Azure::Automanage::Mgmt::V2020_06_30_preview
         
     | 
| 
      
 7 
     | 
    
         
            +
              module Models
         
     | 
| 
      
 8 
     | 
    
         
            +
                #
         
     | 
| 
      
 9 
     | 
    
         
            +
                # The resource model definition for a ARM tracked top level resource
         
     | 
| 
      
 10 
     | 
    
         
            +
                #
         
     | 
| 
      
 11 
     | 
    
         
            +
                class TrackedResource < Resource
         
     | 
| 
      
 12 
     | 
    
         
            +
             
     | 
| 
      
 13 
     | 
    
         
            +
                  include MsRestAzure
         
     | 
| 
      
 14 
     | 
    
         
            +
             
     | 
| 
      
 15 
     | 
    
         
            +
                  # @return [Hash{String => String}] Resource tags.
         
     | 
| 
      
 16 
     | 
    
         
            +
                  attr_accessor :tags
         
     | 
| 
      
 17 
     | 
    
         
            +
             
     | 
| 
      
 18 
     | 
    
         
            +
                  # @return [String] The geo-location where the resource lives
         
     | 
| 
      
 19 
     | 
    
         
            +
                  attr_accessor :location
         
     | 
| 
      
 20 
     | 
    
         
            +
             
     | 
| 
      
 21 
     | 
    
         
            +
             
     | 
| 
      
 22 
     | 
    
         
            +
                  #
         
     | 
| 
      
 23 
     | 
    
         
            +
                  # Mapper for TrackedResource class as Ruby Hash.
         
     | 
| 
      
 24 
     | 
    
         
            +
                  # This will be used for serialization/deserialization.
         
     | 
| 
      
 25 
     | 
    
         
            +
                  #
         
     | 
| 
      
 26 
     | 
    
         
            +
                  def self.mapper()
         
     | 
| 
      
 27 
     | 
    
         
            +
                    {
         
     | 
| 
      
 28 
     | 
    
         
            +
                      client_side_validation: true,
         
     | 
| 
      
 29 
     | 
    
         
            +
                      required: false,
         
     | 
| 
      
 30 
     | 
    
         
            +
                      serialized_name: 'TrackedResource',
         
     | 
| 
      
 31 
     | 
    
         
            +
                      type: {
         
     | 
| 
      
 32 
     | 
    
         
            +
                        name: 'Composite',
         
     | 
| 
      
 33 
     | 
    
         
            +
                        class_name: 'TrackedResource',
         
     | 
| 
      
 34 
     | 
    
         
            +
                        model_properties: {
         
     | 
| 
      
 35 
     | 
    
         
            +
                          id: {
         
     | 
| 
      
 36 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 37 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 38 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 39 
     | 
    
         
            +
                            serialized_name: 'id',
         
     | 
| 
      
 40 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 41 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 42 
     | 
    
         
            +
                            }
         
     | 
| 
      
 43 
     | 
    
         
            +
                          },
         
     | 
| 
      
 44 
     | 
    
         
            +
                          name: {
         
     | 
| 
      
 45 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 46 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 47 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 48 
     | 
    
         
            +
                            serialized_name: 'name',
         
     | 
| 
      
 49 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 50 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 51 
     | 
    
         
            +
                            }
         
     | 
| 
      
 52 
     | 
    
         
            +
                          },
         
     | 
| 
      
 53 
     | 
    
         
            +
                          type: {
         
     | 
| 
      
 54 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 55 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 56 
     | 
    
         
            +
                            read_only: true,
         
     | 
| 
      
 57 
     | 
    
         
            +
                            serialized_name: 'type',
         
     | 
| 
      
 58 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 59 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 60 
     | 
    
         
            +
                            }
         
     | 
| 
      
 61 
     | 
    
         
            +
                          },
         
     | 
| 
      
 62 
     | 
    
         
            +
                          tags: {
         
     | 
| 
      
 63 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 64 
     | 
    
         
            +
                            required: false,
         
     | 
| 
      
 65 
     | 
    
         
            +
                            serialized_name: 'tags',
         
     | 
| 
      
 66 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 67 
     | 
    
         
            +
                              name: 'Dictionary',
         
     | 
| 
      
 68 
     | 
    
         
            +
                              value: {
         
     | 
| 
      
 69 
     | 
    
         
            +
                                  client_side_validation: true,
         
     | 
| 
      
 70 
     | 
    
         
            +
                                  required: false,
         
     | 
| 
      
 71 
     | 
    
         
            +
                                  serialized_name: 'StringElementType',
         
     | 
| 
      
 72 
     | 
    
         
            +
                                  type: {
         
     | 
| 
      
 73 
     | 
    
         
            +
                                    name: 'String'
         
     | 
| 
      
 74 
     | 
    
         
            +
                                  }
         
     | 
| 
      
 75 
     | 
    
         
            +
                              }
         
     | 
| 
      
 76 
     | 
    
         
            +
                            }
         
     | 
| 
      
 77 
     | 
    
         
            +
                          },
         
     | 
| 
      
 78 
     | 
    
         
            +
                          location: {
         
     | 
| 
      
 79 
     | 
    
         
            +
                            client_side_validation: true,
         
     | 
| 
      
 80 
     | 
    
         
            +
                            required: true,
         
     | 
| 
      
 81 
     | 
    
         
            +
                            serialized_name: 'location',
         
     | 
| 
      
 82 
     | 
    
         
            +
                            type: {
         
     | 
| 
      
 83 
     | 
    
         
            +
                              name: 'String'
         
     | 
| 
      
 84 
     | 
    
         
            +
                            }
         
     | 
| 
      
 85 
     | 
    
         
            +
                          }
         
     | 
| 
      
 86 
     | 
    
         
            +
                        }
         
     | 
| 
      
 87 
     | 
    
         
            +
                      }
         
     | 
| 
      
 88 
     | 
    
         
            +
                    }
         
     | 
| 
      
 89 
     | 
    
         
            +
                  end
         
     | 
| 
      
 90 
     | 
    
         
            +
                end
         
     | 
| 
      
 91 
     | 
    
         
            +
              end
         
     | 
| 
      
 92 
     | 
    
         
            +
            end
         
     |