azure_mgmt_compute 0.21.1 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/2015-06-15/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2016-03-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2016-04-30-preview/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-03-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-09-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2017-12-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-04-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-06-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-09-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2018-10-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-03-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-04-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-07-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-11-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-12-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2019-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb +3 -2
- data/lib/2020-06-01/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-06-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-09-30-preview/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-09-30/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-10-01-preview/generated/azure_mgmt_compute/compute_management_client.rb +1 -1
- data/lib/2020-12-01/generated/azure_mgmt_compute.rb +305 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/availability_sets.rb +920 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/compute_management_client.rb +221 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/dedicated_host_groups.rb +861 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/dedicated_hosts.rb +806 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/images.rb +975 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/log_analytics.rb +341 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/additional_capabilities.rb +51 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/additional_unattend_content.rb +93 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/api_entity_reference.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/api_error.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/api_error_base.rb +68 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_policy.rb +63 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_osupgrade_properties.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/automatic_repairs_policy.rb +64 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/availability_set.rb +189 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/availability_set_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/availability_set_sku_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/availability_set_update.rb +142 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/available_patch_summary.rb +143 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/billing_profile.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/boot_diagnostics.rb +63 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/boot_diagnostics_instance_view.rb +78 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/caching_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/component_names.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/compute_operation_list_result.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/compute_operation_value.rb +108 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/data_disk.rb +224 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/data_disk_image.rb +49 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host.rb +219 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_allocatable_vm.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_available_capacity.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_group.rb +178 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_group_instance_view.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_group_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_group_update.rb +141 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_instance_view.rb +81 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_instance_view_with_name.rb +84 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_license_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/dedicated_host_update.rb +171 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/diagnostics_profile.rb +52 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/diff_disk_options.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/diff_disk_placement.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/diff_disk_settings.rb +69 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disallowed_configuration.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_create_option_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_detach_option_types.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_encryption_set_parameters.rb +46 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_encryption_settings.rb +73 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/disk_instance_view.rb +87 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/execution_state.rb +21 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/extended_location.rb +58 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/extended_location_types.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/hardware_profile.rb +106 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/hyper_vgeneration_type.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/hyper_vgeneration_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image.rb +151 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_data_disk.rb +108 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_disk.rb +126 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_list_result.rb +99 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_osdisk.rb +123 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_reference.rb +114 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_storage_profile.rb +86 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/image_update.rb +102 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/inner_error.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/instance_view_status.rb +93 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/instance_view_types.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/interval_in_mins.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ipversion.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/key_vault_key_reference.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/key_vault_secret_reference.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/last_patch_installation_summary.rb +179 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/linux_configuration.rb +94 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/linux_parameters.rb +107 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/linux_patch_settings.rb +52 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/linux_vmguest_patch_mode.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/list_usages_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/log_analytics_input_base.rb +124 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/log_analytics_operation_result.rb +48 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/log_analytics_output.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/maintenance_operation_result_code_types.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/maintenance_redeploy_status.rb +115 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/managed_disk_parameters.rb +70 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/network_interface_reference.rb +55 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/network_profile.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/operating_system_state_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/operating_system_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_mode.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_names.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_state.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_state_action.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_state_input.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/orchestration_service_summary.rb +61 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/osdisk.rb +191 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/osdisk_image.rb +48 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/osprofile.rb +204 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/pass_names.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_assessment_state.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_installation_detail.rb +121 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_installation_state.rb +20 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_operation_status.rb +19 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/patch_settings.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/plan.rb +86 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/protocol_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/proximity_placement_group.rb +180 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_type.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/proximity_placement_group_update.rb +51 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/purchase_plan.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/recovery_walk_response.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/request_rate_by_interval_input.rb +113 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/resource.rb +110 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/resource_identity_type.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/retrieve_boot_diagnostics_data_result.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rollback_status_info.rb +74 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_action_type.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_policy.rb +133 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_progress_info.rb +88 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_running_status.rb +88 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_status_code.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/rolling_upgrade_status_info.rb +141 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_document.rb +116 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_document_base.rb +92 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_input.rb +87 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_input_parameter.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_parameter_definition.rb +81 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/run_command_result.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/scale_in_policy.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/scheduled_events_profile.rb +49 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/security_profile.rb +81 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/security_types.rb +15 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/setting_names.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/sku.rb +73 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_configuration.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_key.rb +64 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_key_generate_key_pair_result.rb +73 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_key_resource.rb +102 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_key_update_resource.rb +67 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/ssh_public_keys_group_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/status_level_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/storage_account_types.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/storage_profile.rb +89 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/sub_resource.rb +47 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/sub_resource_read_only.rb +48 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/sub_resource_with_colocation_status.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/terminate_notification_profile.rb +62 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/throttled_requests_input.rb +99 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/uefi_settings.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/update_resource.rb +54 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_mode.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info.rb +73 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_operation_historical_status_info_properties.rb +116 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_operation_history_status.rb +74 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_operation_invoker.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_policy.rb +79 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/upgrade_state.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/usage.rb +83 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/usage_name.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vault_certificate.rb +72 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vault_secret_group.rb +69 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_hard_disk.rb +46 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine.rb +488 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_agent_instance_view.rb +87 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_assess_patches_result.rb +152 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_capture_parameters.rb +69 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_capture_result.rb +99 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_eviction_policy_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension.rb +208 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_handler_instance_view.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_image.rb +146 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_instance_view.rb +109 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extension_update.rb +147 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_extensions_list_result.rb +55 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_health_status.rb +48 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_identity.rb +102 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_identity_user_assigned_identities_value.rb +61 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_image.rb +184 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_image_feature.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_image_resource.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_install_patches_parameters.rb +87 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_install_patches_result.rb +204 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_instance_view.rb +258 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_list_result.rb +99 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_patch_status.rb +83 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_priority_types.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_reimage_parameters.rb +49 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_command.rb +241 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_command_instance_view.rb +135 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_command_script_source.rb +68 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_command_update.rb +206 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_run_commands_list_result.rb +98 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set.rb +358 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_data_disk.rb +153 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension.rb +197 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_list_result.rb +103 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_profile.rb +70 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_extension_update.rb +198 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity.rb +105 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_identity_user_assigned_identities_value.rb +61 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view.rb +113 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_instance_view_statuses_summary.rb +59 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ip_tag.rb +58 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_ipconfiguration.rb +195 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_osupgrade_history.rb +104 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_result.rb +100 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_skus_result.rb +101 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_list_with_link_result.rb +102 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_managed_disk_parameters.rb +63 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration.rb +149 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_configuration_dns_settings.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_network_profile.rb +71 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osdisk.rb +180 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_osprofile.rb +167 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration.rb +120 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_public_ipaddress_configuration_dns_settings.rb +51 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_reimage_parameters.rb +65 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_scale_in_rules.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku.rb +74 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_capacity.rb +85 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_sku_scale_type.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_storage_profile.rb +91 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update.rb +210 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_ipconfiguration.rb +190 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_configuration.rb +148 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_network_profile.rb +72 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osdisk.rb +122 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_osprofile.rb +92 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_public_ipaddress_configuration.rb +72 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_storage_profile.rb +80 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_update_vmprofile.rb +151 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vm.rb +398 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextension.rb +190 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextension_update.rb +164 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextensions_list_result.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmextensions_summary.rb +70 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_ids.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_required_ids.rb +55 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vminstance_view.rb +211 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmlist_result.rb +101 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmnetwork_profile_configuration.rb +57 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprofile.rb +190 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmprotection_policy.rb +60 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_scale_set_vmreimage_parameters.rb +44 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_size.rb +106 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_size_list_result.rb +55 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_size_types.rb +180 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_software_patch_properties.rb +172 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_status_code_count.rb +61 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_update.rb +418 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vm_disk_types.rb +16 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_classification_linux.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_classification_windows.rb +22 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_reboot_behavior.rb +18 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_reboot_setting.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmguest_patch_reboot_status.rb +20 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/vmscale_set_convert_to_single_placement_group_input.rb +52 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/win_rmconfiguration.rb +56 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/win_rmlistener.rb +67 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/windows_configuration.rb +127 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/windows_parameters.rb +117 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/models/windows_vmguest_patch_mode.rb +17 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/module_definition.rb +9 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/operations.rb +109 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/proximity_placement_groups.rb +846 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/ssh_public_keys.rb +939 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/usage_operations.rb +241 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_extension_images.rb +360 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_extensions.rb +701 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_images.rb +600 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_images_edge_zone.rb +626 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_run_commands.rb +1112 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_extensions.rb +821 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_rolling_upgrades.rb +498 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vmextensions.rb +709 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vmrun_commands.rb +827 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_set_vms.rb +2230 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_scale_sets.rb +3523 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machine_sizes.rb +122 -0
- data/lib/2020-12-01/generated/azure_mgmt_compute/virtual_machines.rb +3446 -0
- data/lib/azure_mgmt_compute.rb +1 -0
- data/lib/profiles/latest/modules/compute_profile_module.rb +1010 -944
- data/lib/version.rb +1 -1
- metadata +283 -2
@@ -0,0 +1,180 @@
|
|
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::Compute::Mgmt::V2020_12_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Defines values for VirtualMachineSizeTypes
|
10
|
+
#
|
11
|
+
module VirtualMachineSizeTypes
|
12
|
+
BasicA0 = "Basic_A0"
|
13
|
+
BasicA1 = "Basic_A1"
|
14
|
+
BasicA2 = "Basic_A2"
|
15
|
+
BasicA3 = "Basic_A3"
|
16
|
+
BasicA4 = "Basic_A4"
|
17
|
+
StandardA0 = "Standard_A0"
|
18
|
+
StandardA1 = "Standard_A1"
|
19
|
+
StandardA2 = "Standard_A2"
|
20
|
+
StandardA3 = "Standard_A3"
|
21
|
+
StandardA4 = "Standard_A4"
|
22
|
+
StandardA5 = "Standard_A5"
|
23
|
+
StandardA6 = "Standard_A6"
|
24
|
+
StandardA7 = "Standard_A7"
|
25
|
+
StandardA8 = "Standard_A8"
|
26
|
+
StandardA9 = "Standard_A9"
|
27
|
+
StandardA10 = "Standard_A10"
|
28
|
+
StandardA11 = "Standard_A11"
|
29
|
+
StandardA1V2 = "Standard_A1_v2"
|
30
|
+
StandardA2V2 = "Standard_A2_v2"
|
31
|
+
StandardA4V2 = "Standard_A4_v2"
|
32
|
+
StandardA8V2 = "Standard_A8_v2"
|
33
|
+
StandardA2mV2 = "Standard_A2m_v2"
|
34
|
+
StandardA4mV2 = "Standard_A4m_v2"
|
35
|
+
StandardA8mV2 = "Standard_A8m_v2"
|
36
|
+
StandardB1s = "Standard_B1s"
|
37
|
+
StandardB1ms = "Standard_B1ms"
|
38
|
+
StandardB2s = "Standard_B2s"
|
39
|
+
StandardB2ms = "Standard_B2ms"
|
40
|
+
StandardB4ms = "Standard_B4ms"
|
41
|
+
StandardB8ms = "Standard_B8ms"
|
42
|
+
StandardD1 = "Standard_D1"
|
43
|
+
StandardD2 = "Standard_D2"
|
44
|
+
StandardD3 = "Standard_D3"
|
45
|
+
StandardD4 = "Standard_D4"
|
46
|
+
StandardD11 = "Standard_D11"
|
47
|
+
StandardD12 = "Standard_D12"
|
48
|
+
StandardD13 = "Standard_D13"
|
49
|
+
StandardD14 = "Standard_D14"
|
50
|
+
StandardD1V2 = "Standard_D1_v2"
|
51
|
+
StandardD2V2 = "Standard_D2_v2"
|
52
|
+
StandardD3V2 = "Standard_D3_v2"
|
53
|
+
StandardD4V2 = "Standard_D4_v2"
|
54
|
+
StandardD5V2 = "Standard_D5_v2"
|
55
|
+
StandardD2V3 = "Standard_D2_v3"
|
56
|
+
StandardD4V3 = "Standard_D4_v3"
|
57
|
+
StandardD8V3 = "Standard_D8_v3"
|
58
|
+
StandardD16V3 = "Standard_D16_v3"
|
59
|
+
StandardD32V3 = "Standard_D32_v3"
|
60
|
+
StandardD64V3 = "Standard_D64_v3"
|
61
|
+
StandardD2sV3 = "Standard_D2s_v3"
|
62
|
+
StandardD4sV3 = "Standard_D4s_v3"
|
63
|
+
StandardD8sV3 = "Standard_D8s_v3"
|
64
|
+
StandardD16sV3 = "Standard_D16s_v3"
|
65
|
+
StandardD32sV3 = "Standard_D32s_v3"
|
66
|
+
StandardD64sV3 = "Standard_D64s_v3"
|
67
|
+
StandardD11V2 = "Standard_D11_v2"
|
68
|
+
StandardD12V2 = "Standard_D12_v2"
|
69
|
+
StandardD13V2 = "Standard_D13_v2"
|
70
|
+
StandardD14V2 = "Standard_D14_v2"
|
71
|
+
StandardD15V2 = "Standard_D15_v2"
|
72
|
+
StandardDS1 = "Standard_DS1"
|
73
|
+
StandardDS2 = "Standard_DS2"
|
74
|
+
StandardDS3 = "Standard_DS3"
|
75
|
+
StandardDS4 = "Standard_DS4"
|
76
|
+
StandardDS11 = "Standard_DS11"
|
77
|
+
StandardDS12 = "Standard_DS12"
|
78
|
+
StandardDS13 = "Standard_DS13"
|
79
|
+
StandardDS14 = "Standard_DS14"
|
80
|
+
StandardDS1V2 = "Standard_DS1_v2"
|
81
|
+
StandardDS2V2 = "Standard_DS2_v2"
|
82
|
+
StandardDS3V2 = "Standard_DS3_v2"
|
83
|
+
StandardDS4V2 = "Standard_DS4_v2"
|
84
|
+
StandardDS5V2 = "Standard_DS5_v2"
|
85
|
+
StandardDS11V2 = "Standard_DS11_v2"
|
86
|
+
StandardDS12V2 = "Standard_DS12_v2"
|
87
|
+
StandardDS13V2 = "Standard_DS13_v2"
|
88
|
+
StandardDS14V2 = "Standard_DS14_v2"
|
89
|
+
StandardDS15V2 = "Standard_DS15_v2"
|
90
|
+
StandardDS134V2 = "Standard_DS13-4_v2"
|
91
|
+
StandardDS132V2 = "Standard_DS13-2_v2"
|
92
|
+
StandardDS148V2 = "Standard_DS14-8_v2"
|
93
|
+
StandardDS144V2 = "Standard_DS14-4_v2"
|
94
|
+
StandardE2V3 = "Standard_E2_v3"
|
95
|
+
StandardE4V3 = "Standard_E4_v3"
|
96
|
+
StandardE8V3 = "Standard_E8_v3"
|
97
|
+
StandardE16V3 = "Standard_E16_v3"
|
98
|
+
StandardE32V3 = "Standard_E32_v3"
|
99
|
+
StandardE64V3 = "Standard_E64_v3"
|
100
|
+
StandardE2sV3 = "Standard_E2s_v3"
|
101
|
+
StandardE4sV3 = "Standard_E4s_v3"
|
102
|
+
StandardE8sV3 = "Standard_E8s_v3"
|
103
|
+
StandardE16sV3 = "Standard_E16s_v3"
|
104
|
+
StandardE32sV3 = "Standard_E32s_v3"
|
105
|
+
StandardE64sV3 = "Standard_E64s_v3"
|
106
|
+
StandardE3216V3 = "Standard_E32-16_v3"
|
107
|
+
StandardE328sV3 = "Standard_E32-8s_v3"
|
108
|
+
StandardE6432sV3 = "Standard_E64-32s_v3"
|
109
|
+
StandardE6416sV3 = "Standard_E64-16s_v3"
|
110
|
+
StandardF1 = "Standard_F1"
|
111
|
+
StandardF2 = "Standard_F2"
|
112
|
+
StandardF4 = "Standard_F4"
|
113
|
+
StandardF8 = "Standard_F8"
|
114
|
+
StandardF16 = "Standard_F16"
|
115
|
+
StandardF1s = "Standard_F1s"
|
116
|
+
StandardF2s = "Standard_F2s"
|
117
|
+
StandardF4s = "Standard_F4s"
|
118
|
+
StandardF8s = "Standard_F8s"
|
119
|
+
StandardF16s = "Standard_F16s"
|
120
|
+
StandardF2sV2 = "Standard_F2s_v2"
|
121
|
+
StandardF4sV2 = "Standard_F4s_v2"
|
122
|
+
StandardF8sV2 = "Standard_F8s_v2"
|
123
|
+
StandardF16sV2 = "Standard_F16s_v2"
|
124
|
+
StandardF32sV2 = "Standard_F32s_v2"
|
125
|
+
StandardF64sV2 = "Standard_F64s_v2"
|
126
|
+
StandardF72sV2 = "Standard_F72s_v2"
|
127
|
+
StandardG1 = "Standard_G1"
|
128
|
+
StandardG2 = "Standard_G2"
|
129
|
+
StandardG3 = "Standard_G3"
|
130
|
+
StandardG4 = "Standard_G4"
|
131
|
+
StandardG5 = "Standard_G5"
|
132
|
+
StandardGS1 = "Standard_GS1"
|
133
|
+
StandardGS2 = "Standard_GS2"
|
134
|
+
StandardGS3 = "Standard_GS3"
|
135
|
+
StandardGS4 = "Standard_GS4"
|
136
|
+
StandardGS5 = "Standard_GS5"
|
137
|
+
StandardGS48 = "Standard_GS4-8"
|
138
|
+
StandardGS44 = "Standard_GS4-4"
|
139
|
+
StandardGS516 = "Standard_GS5-16"
|
140
|
+
StandardGS58 = "Standard_GS5-8"
|
141
|
+
StandardH8 = "Standard_H8"
|
142
|
+
StandardH16 = "Standard_H16"
|
143
|
+
StandardH8m = "Standard_H8m"
|
144
|
+
StandardH16m = "Standard_H16m"
|
145
|
+
StandardH16r = "Standard_H16r"
|
146
|
+
StandardH16mr = "Standard_H16mr"
|
147
|
+
StandardL4s = "Standard_L4s"
|
148
|
+
StandardL8s = "Standard_L8s"
|
149
|
+
StandardL16s = "Standard_L16s"
|
150
|
+
StandardL32s = "Standard_L32s"
|
151
|
+
StandardM64s = "Standard_M64s"
|
152
|
+
StandardM64ms = "Standard_M64ms"
|
153
|
+
StandardM128s = "Standard_M128s"
|
154
|
+
StandardM128ms = "Standard_M128ms"
|
155
|
+
StandardM6432ms = "Standard_M64-32ms"
|
156
|
+
StandardM6416ms = "Standard_M64-16ms"
|
157
|
+
StandardM12864ms = "Standard_M128-64ms"
|
158
|
+
StandardM12832ms = "Standard_M128-32ms"
|
159
|
+
StandardNC6 = "Standard_NC6"
|
160
|
+
StandardNC12 = "Standard_NC12"
|
161
|
+
StandardNC24 = "Standard_NC24"
|
162
|
+
StandardNC24r = "Standard_NC24r"
|
163
|
+
StandardNC6sV2 = "Standard_NC6s_v2"
|
164
|
+
StandardNC12sV2 = "Standard_NC12s_v2"
|
165
|
+
StandardNC24sV2 = "Standard_NC24s_v2"
|
166
|
+
StandardNC24rsV2 = "Standard_NC24rs_v2"
|
167
|
+
StandardNC6sV3 = "Standard_NC6s_v3"
|
168
|
+
StandardNC12sV3 = "Standard_NC12s_v3"
|
169
|
+
StandardNC24sV3 = "Standard_NC24s_v3"
|
170
|
+
StandardNC24rsV3 = "Standard_NC24rs_v3"
|
171
|
+
StandardND6s = "Standard_ND6s"
|
172
|
+
StandardND12s = "Standard_ND12s"
|
173
|
+
StandardND24s = "Standard_ND24s"
|
174
|
+
StandardND24rs = "Standard_ND24rs"
|
175
|
+
StandardNV6 = "Standard_NV6"
|
176
|
+
StandardNV12 = "Standard_NV12"
|
177
|
+
StandardNV24 = "Standard_NV24"
|
178
|
+
end
|
179
|
+
end
|
180
|
+
end
|
data/lib/2020-12-01/generated/azure_mgmt_compute/models/virtual_machine_software_patch_properties.rb
ADDED
@@ -0,0 +1,172 @@
|
|
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::Compute::Mgmt::V2020_12_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Describes the properties of a Virtual Machine software patch.
|
10
|
+
#
|
11
|
+
class VirtualMachineSoftwarePatchProperties
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [String] A unique identifier for the patch.
|
16
|
+
attr_accessor :patch_id
|
17
|
+
|
18
|
+
# @return [String] The friendly name of the patch.
|
19
|
+
attr_accessor :name
|
20
|
+
|
21
|
+
# @return [String] The version number of the patch. This property applies
|
22
|
+
# only to Linux patches.
|
23
|
+
attr_accessor :version
|
24
|
+
|
25
|
+
# @return [String] The KBID of the patch. Only applies to Windows
|
26
|
+
# patches.
|
27
|
+
attr_accessor :kb_id
|
28
|
+
|
29
|
+
# @return [Array<String>] The classification(s) of the patch as provided
|
30
|
+
# by the patch publisher.
|
31
|
+
attr_accessor :classifications
|
32
|
+
|
33
|
+
# @return [VMGuestPatchRebootBehavior] Describes the reboot requirements
|
34
|
+
# of the patch. Possible values include: 'Unknown', 'NeverReboots',
|
35
|
+
# 'AlwaysRequiresReboot', 'CanRequestReboot'
|
36
|
+
attr_accessor :reboot_behavior
|
37
|
+
|
38
|
+
# @return [String] The activity ID of the operation that produced this
|
39
|
+
# result. It is used to correlate across CRP and extension logs.
|
40
|
+
attr_accessor :activity_id
|
41
|
+
|
42
|
+
# @return [DateTime] The UTC timestamp when the repository published this
|
43
|
+
# patch.
|
44
|
+
attr_accessor :published_date
|
45
|
+
|
46
|
+
# @return [DateTime] The UTC timestamp of the last update to this patch
|
47
|
+
# record.
|
48
|
+
attr_accessor :last_modified_date_time
|
49
|
+
|
50
|
+
# @return [PatchAssessmentState] Describes the availability of a given
|
51
|
+
# patch. Possible values include: 'Unknown', 'Available'
|
52
|
+
attr_accessor :assessment_state
|
53
|
+
|
54
|
+
|
55
|
+
#
|
56
|
+
# Mapper for VirtualMachineSoftwarePatchProperties class as Ruby Hash.
|
57
|
+
# This will be used for serialization/deserialization.
|
58
|
+
#
|
59
|
+
def self.mapper()
|
60
|
+
{
|
61
|
+
client_side_validation: true,
|
62
|
+
required: false,
|
63
|
+
serialized_name: 'VirtualMachineSoftwarePatchProperties',
|
64
|
+
type: {
|
65
|
+
name: 'Composite',
|
66
|
+
class_name: 'VirtualMachineSoftwarePatchProperties',
|
67
|
+
model_properties: {
|
68
|
+
patch_id: {
|
69
|
+
client_side_validation: true,
|
70
|
+
required: false,
|
71
|
+
read_only: true,
|
72
|
+
serialized_name: 'patchId',
|
73
|
+
type: {
|
74
|
+
name: 'String'
|
75
|
+
}
|
76
|
+
},
|
77
|
+
name: {
|
78
|
+
client_side_validation: true,
|
79
|
+
required: false,
|
80
|
+
read_only: true,
|
81
|
+
serialized_name: 'name',
|
82
|
+
type: {
|
83
|
+
name: 'String'
|
84
|
+
}
|
85
|
+
},
|
86
|
+
version: {
|
87
|
+
client_side_validation: true,
|
88
|
+
required: false,
|
89
|
+
read_only: true,
|
90
|
+
serialized_name: 'version',
|
91
|
+
type: {
|
92
|
+
name: 'String'
|
93
|
+
}
|
94
|
+
},
|
95
|
+
kb_id: {
|
96
|
+
client_side_validation: true,
|
97
|
+
required: false,
|
98
|
+
read_only: true,
|
99
|
+
serialized_name: 'kbId',
|
100
|
+
type: {
|
101
|
+
name: 'String'
|
102
|
+
}
|
103
|
+
},
|
104
|
+
classifications: {
|
105
|
+
client_side_validation: true,
|
106
|
+
required: false,
|
107
|
+
read_only: true,
|
108
|
+
serialized_name: 'classifications',
|
109
|
+
type: {
|
110
|
+
name: 'Sequence',
|
111
|
+
element: {
|
112
|
+
client_side_validation: true,
|
113
|
+
required: false,
|
114
|
+
serialized_name: 'StringElementType',
|
115
|
+
type: {
|
116
|
+
name: 'String'
|
117
|
+
}
|
118
|
+
}
|
119
|
+
}
|
120
|
+
},
|
121
|
+
reboot_behavior: {
|
122
|
+
client_side_validation: true,
|
123
|
+
required: false,
|
124
|
+
read_only: true,
|
125
|
+
serialized_name: 'rebootBehavior',
|
126
|
+
type: {
|
127
|
+
name: 'String'
|
128
|
+
}
|
129
|
+
},
|
130
|
+
activity_id: {
|
131
|
+
client_side_validation: true,
|
132
|
+
required: false,
|
133
|
+
read_only: true,
|
134
|
+
serialized_name: 'activityId',
|
135
|
+
type: {
|
136
|
+
name: 'String'
|
137
|
+
}
|
138
|
+
},
|
139
|
+
published_date: {
|
140
|
+
client_side_validation: true,
|
141
|
+
required: false,
|
142
|
+
read_only: true,
|
143
|
+
serialized_name: 'publishedDate',
|
144
|
+
type: {
|
145
|
+
name: 'DateTime'
|
146
|
+
}
|
147
|
+
},
|
148
|
+
last_modified_date_time: {
|
149
|
+
client_side_validation: true,
|
150
|
+
required: false,
|
151
|
+
read_only: true,
|
152
|
+
serialized_name: 'lastModifiedDateTime',
|
153
|
+
type: {
|
154
|
+
name: 'DateTime'
|
155
|
+
}
|
156
|
+
},
|
157
|
+
assessment_state: {
|
158
|
+
client_side_validation: true,
|
159
|
+
required: false,
|
160
|
+
read_only: true,
|
161
|
+
serialized_name: 'assessmentState',
|
162
|
+
type: {
|
163
|
+
name: 'String'
|
164
|
+
}
|
165
|
+
}
|
166
|
+
}
|
167
|
+
}
|
168
|
+
}
|
169
|
+
end
|
170
|
+
end
|
171
|
+
end
|
172
|
+
end
|
@@ -0,0 +1,61 @@
|
|
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::Compute::Mgmt::V2020_12_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# The status code and count of the virtual machine scale set instance view
|
10
|
+
# status summary.
|
11
|
+
#
|
12
|
+
class VirtualMachineStatusCodeCount
|
13
|
+
|
14
|
+
include MsRestAzure
|
15
|
+
|
16
|
+
# @return [String] The instance view status code.
|
17
|
+
attr_accessor :code
|
18
|
+
|
19
|
+
# @return [Integer] The number of instances having a particular status
|
20
|
+
# code.
|
21
|
+
attr_accessor :count
|
22
|
+
|
23
|
+
|
24
|
+
#
|
25
|
+
# Mapper for VirtualMachineStatusCodeCount class as Ruby Hash.
|
26
|
+
# This will be used for serialization/deserialization.
|
27
|
+
#
|
28
|
+
def self.mapper()
|
29
|
+
{
|
30
|
+
client_side_validation: true,
|
31
|
+
required: false,
|
32
|
+
serialized_name: 'VirtualMachineStatusCodeCount',
|
33
|
+
type: {
|
34
|
+
name: 'Composite',
|
35
|
+
class_name: 'VirtualMachineStatusCodeCount',
|
36
|
+
model_properties: {
|
37
|
+
code: {
|
38
|
+
client_side_validation: true,
|
39
|
+
required: false,
|
40
|
+
read_only: true,
|
41
|
+
serialized_name: 'code',
|
42
|
+
type: {
|
43
|
+
name: 'String'
|
44
|
+
}
|
45
|
+
},
|
46
|
+
count: {
|
47
|
+
client_side_validation: true,
|
48
|
+
required: false,
|
49
|
+
read_only: true,
|
50
|
+
serialized_name: 'count',
|
51
|
+
type: {
|
52
|
+
name: 'Number'
|
53
|
+
}
|
54
|
+
}
|
55
|
+
}
|
56
|
+
}
|
57
|
+
}
|
58
|
+
end
|
59
|
+
end
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,418 @@
|
|
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::Compute::Mgmt::V2020_12_01
|
7
|
+
module Models
|
8
|
+
#
|
9
|
+
# Describes a Virtual Machine Update.
|
10
|
+
#
|
11
|
+
class VirtualMachineUpdate < UpdateResource
|
12
|
+
|
13
|
+
include MsRestAzure
|
14
|
+
|
15
|
+
# @return [Plan] Specifies information about the marketplace image used
|
16
|
+
# to create the virtual machine. This element is only used for
|
17
|
+
# marketplace images. Before you can use a marketplace image from an API,
|
18
|
+
# you must enable the image for programmatic use. In the Azure portal,
|
19
|
+
# find the marketplace image that you want to use and then click **Want
|
20
|
+
# to deploy programmatically, Get Started ->**. Enter any required
|
21
|
+
# information and then click **Save**.
|
22
|
+
attr_accessor :plan
|
23
|
+
|
24
|
+
# @return [HardwareProfile] Specifies the hardware settings for the
|
25
|
+
# virtual machine.
|
26
|
+
attr_accessor :hardware_profile
|
27
|
+
|
28
|
+
# @return [StorageProfile] Specifies the storage settings for the virtual
|
29
|
+
# machine disks.
|
30
|
+
attr_accessor :storage_profile
|
31
|
+
|
32
|
+
# @return [AdditionalCapabilities] Specifies additional capabilities
|
33
|
+
# enabled or disabled on the virtual machine.
|
34
|
+
attr_accessor :additional_capabilities
|
35
|
+
|
36
|
+
# @return [OSProfile] Specifies the operating system settings used while
|
37
|
+
# creating the virtual machine. Some of the settings cannot be changed
|
38
|
+
# once VM is provisioned.
|
39
|
+
attr_accessor :os_profile
|
40
|
+
|
41
|
+
# @return [NetworkProfile] Specifies the network interfaces of the
|
42
|
+
# virtual machine.
|
43
|
+
attr_accessor :network_profile
|
44
|
+
|
45
|
+
# @return [SecurityProfile] Specifies the Security related profile
|
46
|
+
# settings for the virtual machine.
|
47
|
+
attr_accessor :security_profile
|
48
|
+
|
49
|
+
# @return [DiagnosticsProfile] Specifies the boot diagnostic settings
|
50
|
+
# state. <br><br>Minimum api-version: 2015-06-15.
|
51
|
+
attr_accessor :diagnostics_profile
|
52
|
+
|
53
|
+
# @return [SubResource] Specifies information about the availability set
|
54
|
+
# that the virtual machine should be assigned to. Virtual machines
|
55
|
+
# specified in the same availability set are allocated to different nodes
|
56
|
+
# to maximize availability. For more information about availability sets,
|
57
|
+
# see [Manage the availability of virtual
|
58
|
+
# machines](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-manage-availability?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json).
|
59
|
+
# <br><br> For more information on Azure planned maintenance, see
|
60
|
+
# [Planned maintenance for virtual machines in
|
61
|
+
# Azure](https://docs.microsoft.com/azure/virtual-machines/virtual-machines-windows-planned-maintenance?toc=%2fazure%2fvirtual-machines%2fwindows%2ftoc.json)
|
62
|
+
# <br><br> Currently, a VM can only be added to availability set at
|
63
|
+
# creation time. The availability set to which the VM is being added
|
64
|
+
# should be under the same resource group as the availability set
|
65
|
+
# resource. An existing VM cannot be added to an availability set.
|
66
|
+
# <br><br>This property cannot exist along with a non-null
|
67
|
+
# properties.virtualMachineScaleSet reference.
|
68
|
+
attr_accessor :availability_set
|
69
|
+
|
70
|
+
# @return [SubResource] Specifies information about the virtual machine
|
71
|
+
# scale set that the virtual machine should be assigned to. Virtual
|
72
|
+
# machines specified in the same virtual machine scale set are allocated
|
73
|
+
# to different nodes to maximize availability. Currently, a VM can only
|
74
|
+
# be added to virtual machine scale set at creation time. An existing VM
|
75
|
+
# cannot be added to a virtual machine scale set. <br><br>This property
|
76
|
+
# cannot exist along with a non-null properties.availabilitySet
|
77
|
+
# reference. <br><br>Minimum api‐version: 2019‐03‐01
|
78
|
+
attr_accessor :virtual_machine_scale_set
|
79
|
+
|
80
|
+
# @return [SubResource] Specifies information about the proximity
|
81
|
+
# placement group that the virtual machine should be assigned to.
|
82
|
+
# <br><br>Minimum api-version: 2018-04-01.
|
83
|
+
attr_accessor :proximity_placement_group
|
84
|
+
|
85
|
+
# @return [VirtualMachinePriorityTypes] Specifies the priority for the
|
86
|
+
# virtual machine. <br><br>Minimum api-version: 2019-03-01. Possible
|
87
|
+
# values include: 'Regular', 'Low', 'Spot'
|
88
|
+
attr_accessor :priority
|
89
|
+
|
90
|
+
# @return [VirtualMachineEvictionPolicyTypes] Specifies the eviction
|
91
|
+
# policy for the Azure Spot virtual machine and Azure Spot scale set.
|
92
|
+
# <br><br>For Azure Spot virtual machines, both 'Deallocate' and 'Delete'
|
93
|
+
# are supported and the minimum api-version is 2019-03-01. <br><br>For
|
94
|
+
# Azure Spot scale sets, both 'Deallocate' and 'Delete' are supported and
|
95
|
+
# the minimum api-version is 2017-10-30-preview. Possible values include:
|
96
|
+
# 'Deallocate', 'Delete'
|
97
|
+
attr_accessor :eviction_policy
|
98
|
+
|
99
|
+
# @return [BillingProfile] Specifies the billing related details of a
|
100
|
+
# Azure Spot virtual machine. <br><br>Minimum api-version: 2019-03-01.
|
101
|
+
attr_accessor :billing_profile
|
102
|
+
|
103
|
+
# @return [SubResource] Specifies information about the dedicated host
|
104
|
+
# that the virtual machine resides in. <br><br>Minimum api-version:
|
105
|
+
# 2018-10-01.
|
106
|
+
attr_accessor :host
|
107
|
+
|
108
|
+
# @return [SubResource] Specifies information about the dedicated host
|
109
|
+
# group that the virtual machine resides in. <br><br>Minimum api-version:
|
110
|
+
# 2020-06-01. <br><br>NOTE: User cannot specify both host and hostGroup
|
111
|
+
# properties.
|
112
|
+
attr_accessor :host_group
|
113
|
+
|
114
|
+
# @return [String] The provisioning state, which only appears in the
|
115
|
+
# response.
|
116
|
+
attr_accessor :provisioning_state
|
117
|
+
|
118
|
+
# @return [VirtualMachineInstanceView] The virtual machine instance view.
|
119
|
+
attr_accessor :instance_view
|
120
|
+
|
121
|
+
# @return [String] Specifies that the image or disk that is being used
|
122
|
+
# was licensed on-premises. <br><br> Possible values for Windows Server
|
123
|
+
# operating system are: <br><br> Windows_Client <br><br> Windows_Server
|
124
|
+
# <br><br> Possible values for Linux Server operating system are:
|
125
|
+
# <br><br> RHEL_BYOS (for RHEL) <br><br> SLES_BYOS (for SUSE) <br><br>
|
126
|
+
# For more information, see [Azure Hybrid Use Benefit for Windows
|
127
|
+
# Server](https://docs.microsoft.com/azure/virtual-machines/windows/hybrid-use-benefit-licensing)
|
128
|
+
# <br><br> [Azure Hybrid Use Benefit for Linux
|
129
|
+
# Server](https://docs.microsoft.com/azure/virtual-machines/linux/azure-hybrid-benefit-linux)
|
130
|
+
# <br><br> Minimum api-version: 2015-06-15
|
131
|
+
attr_accessor :license_type
|
132
|
+
|
133
|
+
# @return [String] Specifies the VM unique ID which is a 128-bits
|
134
|
+
# identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and
|
135
|
+
# can be read using platform BIOS commands.
|
136
|
+
attr_accessor :vm_id
|
137
|
+
|
138
|
+
# @return [String] Specifies the time alloted for all extensions to
|
139
|
+
# start. The time duration should be between 15 minutes and 120 minutes
|
140
|
+
# (inclusive) and should be specified in ISO 8601 format. The default
|
141
|
+
# value is 90 minutes (PT1H30M). <br><br> Minimum api-version: 2020-06-01
|
142
|
+
attr_accessor :extensions_time_budget
|
143
|
+
|
144
|
+
# @return [Integer] Specifies the scale set logical fault domain into
|
145
|
+
# which the Virtual Machine will be created. By default, the Virtual
|
146
|
+
# Machine will by automatically assigned to a fault domain that best
|
147
|
+
# maintains balance across available fault domains.<br><li>This is
|
148
|
+
# applicable only if the 'virtualMachineScaleSet' property of this
|
149
|
+
# Virtual Machine is set.<li>The Virtual Machine Scale Set that is
|
150
|
+
# referenced, must have 'platformFaultDomainCount' > 1.<li>This
|
151
|
+
# property cannot be updated once the Virtual Machine is
|
152
|
+
# created.<li>Fault domain assignment can be viewed in the Virtual
|
153
|
+
# Machine Instance View.<br><br>Minimum api‐version: 2020‐12‐01
|
154
|
+
attr_accessor :platform_fault_domain
|
155
|
+
|
156
|
+
# @return [VirtualMachineIdentity] The identity of the virtual machine,
|
157
|
+
# if configured.
|
158
|
+
attr_accessor :identity
|
159
|
+
|
160
|
+
# @return [Array<String>] The virtual machine zones.
|
161
|
+
attr_accessor :zones
|
162
|
+
|
163
|
+
|
164
|
+
#
|
165
|
+
# Mapper for VirtualMachineUpdate class as Ruby Hash.
|
166
|
+
# This will be used for serialization/deserialization.
|
167
|
+
#
|
168
|
+
def self.mapper()
|
169
|
+
{
|
170
|
+
client_side_validation: true,
|
171
|
+
required: false,
|
172
|
+
serialized_name: 'VirtualMachineUpdate',
|
173
|
+
type: {
|
174
|
+
name: 'Composite',
|
175
|
+
class_name: 'VirtualMachineUpdate',
|
176
|
+
model_properties: {
|
177
|
+
tags: {
|
178
|
+
client_side_validation: true,
|
179
|
+
required: false,
|
180
|
+
serialized_name: 'tags',
|
181
|
+
type: {
|
182
|
+
name: 'Dictionary',
|
183
|
+
value: {
|
184
|
+
client_side_validation: true,
|
185
|
+
required: false,
|
186
|
+
serialized_name: 'StringElementType',
|
187
|
+
type: {
|
188
|
+
name: 'String'
|
189
|
+
}
|
190
|
+
}
|
191
|
+
}
|
192
|
+
},
|
193
|
+
plan: {
|
194
|
+
client_side_validation: true,
|
195
|
+
required: false,
|
196
|
+
serialized_name: 'plan',
|
197
|
+
type: {
|
198
|
+
name: 'Composite',
|
199
|
+
class_name: 'Plan'
|
200
|
+
}
|
201
|
+
},
|
202
|
+
hardware_profile: {
|
203
|
+
client_side_validation: true,
|
204
|
+
required: false,
|
205
|
+
serialized_name: 'properties.hardwareProfile',
|
206
|
+
type: {
|
207
|
+
name: 'Composite',
|
208
|
+
class_name: 'HardwareProfile'
|
209
|
+
}
|
210
|
+
},
|
211
|
+
storage_profile: {
|
212
|
+
client_side_validation: true,
|
213
|
+
required: false,
|
214
|
+
serialized_name: 'properties.storageProfile',
|
215
|
+
type: {
|
216
|
+
name: 'Composite',
|
217
|
+
class_name: 'StorageProfile'
|
218
|
+
}
|
219
|
+
},
|
220
|
+
additional_capabilities: {
|
221
|
+
client_side_validation: true,
|
222
|
+
required: false,
|
223
|
+
serialized_name: 'properties.additionalCapabilities',
|
224
|
+
type: {
|
225
|
+
name: 'Composite',
|
226
|
+
class_name: 'AdditionalCapabilities'
|
227
|
+
}
|
228
|
+
},
|
229
|
+
os_profile: {
|
230
|
+
client_side_validation: true,
|
231
|
+
required: false,
|
232
|
+
serialized_name: 'properties.osProfile',
|
233
|
+
type: {
|
234
|
+
name: 'Composite',
|
235
|
+
class_name: 'OSProfile'
|
236
|
+
}
|
237
|
+
},
|
238
|
+
network_profile: {
|
239
|
+
client_side_validation: true,
|
240
|
+
required: false,
|
241
|
+
serialized_name: 'properties.networkProfile',
|
242
|
+
type: {
|
243
|
+
name: 'Composite',
|
244
|
+
class_name: 'NetworkProfile'
|
245
|
+
}
|
246
|
+
},
|
247
|
+
security_profile: {
|
248
|
+
client_side_validation: true,
|
249
|
+
required: false,
|
250
|
+
serialized_name: 'properties.securityProfile',
|
251
|
+
type: {
|
252
|
+
name: 'Composite',
|
253
|
+
class_name: 'SecurityProfile'
|
254
|
+
}
|
255
|
+
},
|
256
|
+
diagnostics_profile: {
|
257
|
+
client_side_validation: true,
|
258
|
+
required: false,
|
259
|
+
serialized_name: 'properties.diagnosticsProfile',
|
260
|
+
type: {
|
261
|
+
name: 'Composite',
|
262
|
+
class_name: 'DiagnosticsProfile'
|
263
|
+
}
|
264
|
+
},
|
265
|
+
availability_set: {
|
266
|
+
client_side_validation: true,
|
267
|
+
required: false,
|
268
|
+
serialized_name: 'properties.availabilitySet',
|
269
|
+
type: {
|
270
|
+
name: 'Composite',
|
271
|
+
class_name: 'SubResource'
|
272
|
+
}
|
273
|
+
},
|
274
|
+
virtual_machine_scale_set: {
|
275
|
+
client_side_validation: true,
|
276
|
+
required: false,
|
277
|
+
serialized_name: 'properties.virtualMachineScaleSet',
|
278
|
+
type: {
|
279
|
+
name: 'Composite',
|
280
|
+
class_name: 'SubResource'
|
281
|
+
}
|
282
|
+
},
|
283
|
+
proximity_placement_group: {
|
284
|
+
client_side_validation: true,
|
285
|
+
required: false,
|
286
|
+
serialized_name: 'properties.proximityPlacementGroup',
|
287
|
+
type: {
|
288
|
+
name: 'Composite',
|
289
|
+
class_name: 'SubResource'
|
290
|
+
}
|
291
|
+
},
|
292
|
+
priority: {
|
293
|
+
client_side_validation: true,
|
294
|
+
required: false,
|
295
|
+
serialized_name: 'properties.priority',
|
296
|
+
type: {
|
297
|
+
name: 'String'
|
298
|
+
}
|
299
|
+
},
|
300
|
+
eviction_policy: {
|
301
|
+
client_side_validation: true,
|
302
|
+
required: false,
|
303
|
+
serialized_name: 'properties.evictionPolicy',
|
304
|
+
type: {
|
305
|
+
name: 'String'
|
306
|
+
}
|
307
|
+
},
|
308
|
+
billing_profile: {
|
309
|
+
client_side_validation: true,
|
310
|
+
required: false,
|
311
|
+
serialized_name: 'properties.billingProfile',
|
312
|
+
type: {
|
313
|
+
name: 'Composite',
|
314
|
+
class_name: 'BillingProfile'
|
315
|
+
}
|
316
|
+
},
|
317
|
+
host: {
|
318
|
+
client_side_validation: true,
|
319
|
+
required: false,
|
320
|
+
serialized_name: 'properties.host',
|
321
|
+
type: {
|
322
|
+
name: 'Composite',
|
323
|
+
class_name: 'SubResource'
|
324
|
+
}
|
325
|
+
},
|
326
|
+
host_group: {
|
327
|
+
client_side_validation: true,
|
328
|
+
required: false,
|
329
|
+
serialized_name: 'properties.hostGroup',
|
330
|
+
type: {
|
331
|
+
name: 'Composite',
|
332
|
+
class_name: 'SubResource'
|
333
|
+
}
|
334
|
+
},
|
335
|
+
provisioning_state: {
|
336
|
+
client_side_validation: true,
|
337
|
+
required: false,
|
338
|
+
read_only: true,
|
339
|
+
serialized_name: 'properties.provisioningState',
|
340
|
+
type: {
|
341
|
+
name: 'String'
|
342
|
+
}
|
343
|
+
},
|
344
|
+
instance_view: {
|
345
|
+
client_side_validation: true,
|
346
|
+
required: false,
|
347
|
+
read_only: true,
|
348
|
+
serialized_name: 'properties.instanceView',
|
349
|
+
type: {
|
350
|
+
name: 'Composite',
|
351
|
+
class_name: 'VirtualMachineInstanceView'
|
352
|
+
}
|
353
|
+
},
|
354
|
+
license_type: {
|
355
|
+
client_side_validation: true,
|
356
|
+
required: false,
|
357
|
+
serialized_name: 'properties.licenseType',
|
358
|
+
type: {
|
359
|
+
name: 'String'
|
360
|
+
}
|
361
|
+
},
|
362
|
+
vm_id: {
|
363
|
+
client_side_validation: true,
|
364
|
+
required: false,
|
365
|
+
read_only: true,
|
366
|
+
serialized_name: 'properties.vmId',
|
367
|
+
type: {
|
368
|
+
name: 'String'
|
369
|
+
}
|
370
|
+
},
|
371
|
+
extensions_time_budget: {
|
372
|
+
client_side_validation: true,
|
373
|
+
required: false,
|
374
|
+
serialized_name: 'properties.extensionsTimeBudget',
|
375
|
+
type: {
|
376
|
+
name: 'String'
|
377
|
+
}
|
378
|
+
},
|
379
|
+
platform_fault_domain: {
|
380
|
+
client_side_validation: true,
|
381
|
+
required: false,
|
382
|
+
serialized_name: 'properties.platformFaultDomain',
|
383
|
+
type: {
|
384
|
+
name: 'Number'
|
385
|
+
}
|
386
|
+
},
|
387
|
+
identity: {
|
388
|
+
client_side_validation: true,
|
389
|
+
required: false,
|
390
|
+
serialized_name: 'identity',
|
391
|
+
type: {
|
392
|
+
name: 'Composite',
|
393
|
+
class_name: 'VirtualMachineIdentity'
|
394
|
+
}
|
395
|
+
},
|
396
|
+
zones: {
|
397
|
+
client_side_validation: true,
|
398
|
+
required: false,
|
399
|
+
serialized_name: 'zones',
|
400
|
+
type: {
|
401
|
+
name: 'Sequence',
|
402
|
+
element: {
|
403
|
+
client_side_validation: true,
|
404
|
+
required: false,
|
405
|
+
serialized_name: 'StringElementType',
|
406
|
+
type: {
|
407
|
+
name: 'String'
|
408
|
+
}
|
409
|
+
}
|
410
|
+
}
|
411
|
+
}
|
412
|
+
}
|
413
|
+
}
|
414
|
+
}
|
415
|
+
end
|
416
|
+
end
|
417
|
+
end
|
418
|
+
end
|