diff --git a/README.md b/README.md index 88244fd2..13bdbce5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is Intersight REST API This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API version: 1.0.9-262 +- API version: 1.0.9-264 - Package version: 1.0.0 - Build package: io.swagger.codegen.languages.PythonClientCodegen @@ -455,6 +455,8 @@ Class | Method | HTTP request | Description *IamIdpApi* | [**iam_idps_post**](docs/IamIdpApi.md#iam_idps_post) | **POST** /iam/Idps | Create an instance of 'iamIdp' *IamIdpReferenceApi* | [**iam_idp_references_get**](docs/IamIdpReferenceApi.md#iam_idp_references_get) | **GET** /iam/IdpReferences | Get a list of 'iamIdpReference' instances *IamIdpReferenceApi* | [**iam_idp_references_moid_get**](docs/IamIdpReferenceApi.md#iam_idp_references_moid_get) | **GET** /iam/IdpReferences/{moid} | Get a specific instance of 'iamIdpReference' +*IamIdpReferenceApi* | [**iam_idp_references_moid_patch**](docs/IamIdpReferenceApi.md#iam_idp_references_moid_patch) | **PATCH** /iam/IdpReferences/{moid} | Update an instance of 'iamIdpReference' +*IamIdpReferenceApi* | [**iam_idp_references_moid_post**](docs/IamIdpReferenceApi.md#iam_idp_references_moid_post) | **POST** /iam/IdpReferences/{moid} | Update an instance of 'iamIdpReference' *IamLdapGroupApi* | [**iam_ldap_groups_get**](docs/IamLdapGroupApi.md#iam_ldap_groups_get) | **GET** /iam/LdapGroups | Get a list of 'iamLdapGroup' instances *IamLdapGroupApi* | [**iam_ldap_groups_moid_delete**](docs/IamLdapGroupApi.md#iam_ldap_groups_moid_delete) | **DELETE** /iam/LdapGroups/{moid} | Delete an instance of 'iamLdapGroup' *IamLdapGroupApi* | [**iam_ldap_groups_moid_get**](docs/IamLdapGroupApi.md#iam_ldap_groups_moid_get) | **GET** /iam/LdapGroups/{moid} | Get a specific instance of 'iamLdapGroup' diff --git a/intersight/__init__.py b/intersight/__init__.py index 5be0db12..424afcab 100644 --- a/intersight/__init__.py +++ b/intersight/__init__.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/api_client.py b/intersight/api_client.py index 4d2ecf87..63e779eb 100644 --- a/intersight/api_client.py +++ b/intersight/api_client.py @@ -4,7 +4,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/aaa_audit_record_api.py b/intersight/apis/aaa_audit_record_api.py index e223f570..ca86a7d2 100644 --- a/intersight/apis/aaa_audit_record_api.py +++ b/intersight/apis/aaa_audit_record_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/adapter_ext_eth_interface_api.py b/intersight/apis/adapter_ext_eth_interface_api.py index f8138980..af63eeff 100644 --- a/intersight/apis/adapter_ext_eth_interface_api.py +++ b/intersight/apis/adapter_ext_eth_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/adapter_host_eth_interface_api.py b/intersight/apis/adapter_host_eth_interface_api.py index d4cf6883..c50de6e6 100644 --- a/intersight/apis/adapter_host_eth_interface_api.py +++ b/intersight/apis/adapter_host_eth_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/adapter_host_fc_interface_api.py b/intersight/apis/adapter_host_fc_interface_api.py index 505ab81b..dca78839 100644 --- a/intersight/apis/adapter_host_fc_interface_api.py +++ b/intersight/apis/adapter_host_fc_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/adapter_host_iscsi_interface_api.py b/intersight/apis/adapter_host_iscsi_interface_api.py index e84c0172..537a084e 100644 --- a/intersight/apis/adapter_host_iscsi_interface_api.py +++ b/intersight/apis/adapter_host_iscsi_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/adapter_unit_api.py b/intersight/apis/adapter_unit_api.py index a6192747..82c4ba71 100644 --- a/intersight/apis/adapter_unit_api.py +++ b/intersight/apis/adapter_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/asset_cluster_member_api.py b/intersight/apis/asset_cluster_member_api.py index b7ece438..959ea812 100644 --- a/intersight/apis/asset_cluster_member_api.py +++ b/intersight/apis/asset_cluster_member_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/asset_device_claim_api.py b/intersight/apis/asset_device_claim_api.py index cb1b9e14..b5ac5b33 100644 --- a/intersight/apis/asset_device_claim_api.py +++ b/intersight/apis/asset_device_claim_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/asset_device_configuration_api.py b/intersight/apis/asset_device_configuration_api.py index 631b66f1..366c4da6 100644 --- a/intersight/apis/asset_device_configuration_api.py +++ b/intersight/apis/asset_device_configuration_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/asset_device_registration_api.py b/intersight/apis/asset_device_registration_api.py index 3137fd46..7888aeeb 100644 --- a/intersight/apis/asset_device_registration_api.py +++ b/intersight/apis/asset_device_registration_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/bios_policy_api.py b/intersight/apis/bios_policy_api.py index be03eb77..1b5c89ef 100644 --- a/intersight/apis/bios_policy_api.py +++ b/intersight/apis/bios_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/bios_unit_api.py b/intersight/apis/bios_unit_api.py index 4a429061..30b43dbf 100644 --- a/intersight/apis/bios_unit_api.py +++ b/intersight/apis/bios_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/boot_precision_policy_api.py b/intersight/apis/boot_precision_policy_api.py index 55fe49aa..7623a536 100644 --- a/intersight/apis/boot_precision_policy_api.py +++ b/intersight/apis/boot_precision_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/compute_blade_api.py b/intersight/apis/compute_blade_api.py index 82df266a..bcbdd7b9 100644 --- a/intersight/apis/compute_blade_api.py +++ b/intersight/apis/compute_blade_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/compute_board_api.py b/intersight/apis/compute_board_api.py index 70c9afa1..6ddb45e3 100644 --- a/intersight/apis/compute_board_api.py +++ b/intersight/apis/compute_board_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/compute_physical_summary_api.py b/intersight/apis/compute_physical_summary_api.py index 025cf5d1..393d1d55 100644 --- a/intersight/apis/compute_physical_summary_api.py +++ b/intersight/apis/compute_physical_summary_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/compute_rack_unit_api.py b/intersight/apis/compute_rack_unit_api.py index ac61d7a9..5daee51c 100644 --- a/intersight/apis/compute_rack_unit_api.py +++ b/intersight/apis/compute_rack_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/compute_server_setting_api.py b/intersight/apis/compute_server_setting_api.py index bc627d13..a7476268 100644 --- a/intersight/apis/compute_server_setting_api.py +++ b/intersight/apis/compute_server_setting_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/cond_alarm_api.py b/intersight/apis/cond_alarm_api.py index 9ce9b317..c49eae62 100644 --- a/intersight/apis/cond_alarm_api.py +++ b/intersight/apis/cond_alarm_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/cond_hcl_status_api.py b/intersight/apis/cond_hcl_status_api.py index 76e413be..d555807c 100644 --- a/intersight/apis/cond_hcl_status_api.py +++ b/intersight/apis/cond_hcl_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/cond_hcl_status_detail_api.py b/intersight/apis/cond_hcl_status_detail_api.py index 67bc56eb..a18865e7 100644 --- a/intersight/apis/cond_hcl_status_detail_api.py +++ b/intersight/apis/cond_hcl_status_detail_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/cond_hcl_status_job_api.py b/intersight/apis/cond_hcl_status_job_api.py index de4e9451..20118e22 100644 --- a/intersight/apis/cond_hcl_status_job_api.py +++ b/intersight/apis/cond_hcl_status_job_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/crypt_encryption_token_api.py b/intersight/apis/crypt_encryption_token_api.py index 80b57908..bc971427 100644 --- a/intersight/apis/crypt_encryption_token_api.py +++ b/intersight/apis/crypt_encryption_token_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/cvd_deployment_task_api.py b/intersight/apis/cvd_deployment_task_api.py index 948a6881..0c75310b 100644 --- a/intersight/apis/cvd_deployment_task_api.py +++ b/intersight/apis/cvd_deployment_task_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/cvd_template_api.py b/intersight/apis/cvd_template_api.py index c2596084..138ee9e1 100644 --- a/intersight/apis/cvd_template_api.py +++ b/intersight/apis/cvd_template_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/cvd_validation_task_api.py b/intersight/apis/cvd_validation_task_api.py index 514ebab6..d9136026 100644 --- a/intersight/apis/cvd_validation_task_api.py +++ b/intersight/apis/cvd_validation_task_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/deviceconnector_policy_api.py b/intersight/apis/deviceconnector_policy_api.py index 5d59109a..f62bc2f3 100644 --- a/intersight/apis/deviceconnector_policy_api.py +++ b/intersight/apis/deviceconnector_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/deviceinfo_serial_number_info_api.py b/intersight/apis/deviceinfo_serial_number_info_api.py index d1a7ab5f..e0803c16 100644 --- a/intersight/apis/deviceinfo_serial_number_info_api.py +++ b/intersight/apis/deviceinfo_serial_number_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_chassis_api.py b/intersight/apis/equipment_chassis_api.py index bc0ab4e8..020f26d1 100644 --- a/intersight/apis/equipment_chassis_api.py +++ b/intersight/apis/equipment_chassis_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_device_summary_api.py b/intersight/apis/equipment_device_summary_api.py index 1865dce4..75dfc6d5 100644 --- a/intersight/apis/equipment_device_summary_api.py +++ b/intersight/apis/equipment_device_summary_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_fan_api.py b/intersight/apis/equipment_fan_api.py index 6278c411..74c35704 100644 --- a/intersight/apis/equipment_fan_api.py +++ b/intersight/apis/equipment_fan_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_fan_module_api.py b/intersight/apis/equipment_fan_module_api.py index 43065953..511bfc9a 100644 --- a/intersight/apis/equipment_fan_module_api.py +++ b/intersight/apis/equipment_fan_module_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_fex_api.py b/intersight/apis/equipment_fex_api.py index dc6ec539..ac0efda9 100644 --- a/intersight/apis/equipment_fex_api.py +++ b/intersight/apis/equipment_fex_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_io_card_api.py b/intersight/apis/equipment_io_card_api.py index 5357c7ab..ab2a4951 100644 --- a/intersight/apis/equipment_io_card_api.py +++ b/intersight/apis/equipment_io_card_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_io_expander_api.py b/intersight/apis/equipment_io_expander_api.py index 2e903aa1..c51fec9c 100644 --- a/intersight/apis/equipment_io_expander_api.py +++ b/intersight/apis/equipment_io_expander_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_locator_led_api.py b/intersight/apis/equipment_locator_led_api.py index 71f1ba66..9d1c81ce 100644 --- a/intersight/apis/equipment_locator_led_api.py +++ b/intersight/apis/equipment_locator_led_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_psu_api.py b/intersight/apis/equipment_psu_api.py index fb3e884a..064370b9 100644 --- a/intersight/apis/equipment_psu_api.py +++ b/intersight/apis/equipment_psu_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_rack_enclosure_api.py b/intersight/apis/equipment_rack_enclosure_api.py index 8f5f982f..179b986c 100644 --- a/intersight/apis/equipment_rack_enclosure_api.py +++ b/intersight/apis/equipment_rack_enclosure_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_rack_enclosure_slot_api.py b/intersight/apis/equipment_rack_enclosure_slot_api.py index 1bf67ac8..f43677c3 100644 --- a/intersight/apis/equipment_rack_enclosure_slot_api.py +++ b/intersight/apis/equipment_rack_enclosure_slot_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_switch_card_api.py b/intersight/apis/equipment_switch_card_api.py index 5792ac0b..f3b26a34 100644 --- a/intersight/apis/equipment_switch_card_api.py +++ b/intersight/apis/equipment_switch_card_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_system_io_controller_api.py b/intersight/apis/equipment_system_io_controller_api.py index b3612837..59d4afca 100644 --- a/intersight/apis/equipment_system_io_controller_api.py +++ b/intersight/apis/equipment_system_io_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/equipment_tpm_api.py b/intersight/apis/equipment_tpm_api.py index a16d0e68..ce95b4df 100644 --- a/intersight/apis/equipment_tpm_api.py +++ b/intersight/apis/equipment_tpm_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/ether_physical_port_api.py b/intersight/apis/ether_physical_port_api.py index 546df153..bd90f20f 100644 --- a/intersight/apis/ether_physical_port_api.py +++ b/intersight/apis/ether_physical_port_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/fault_instance_api.py b/intersight/apis/fault_instance_api.py index a9f07734..465e9dcc 100644 --- a/intersight/apis/fault_instance_api.py +++ b/intersight/apis/fault_instance_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/fc_physical_port_api.py b/intersight/apis/fc_physical_port_api.py index f3fd462f..0e61b019 100644 --- a/intersight/apis/fc_physical_port_api.py +++ b/intersight/apis/fc_physical_port_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/feedback_feedback_post_api.py b/intersight/apis/feedback_feedback_post_api.py index ad519b68..a8915a76 100644 --- a/intersight/apis/feedback_feedback_post_api.py +++ b/intersight/apis/feedback_feedback_post_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/firmware_distributable_api.py b/intersight/apis/firmware_distributable_api.py index a7ff5277..ec7e4bcf 100644 --- a/intersight/apis/firmware_distributable_api.py +++ b/intersight/apis/firmware_distributable_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/firmware_eula_api.py b/intersight/apis/firmware_eula_api.py index 8ccd163c..ab025224 100644 --- a/intersight/apis/firmware_eula_api.py +++ b/intersight/apis/firmware_eula_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/firmware_running_firmware_api.py b/intersight/apis/firmware_running_firmware_api.py index ee868a68..63c948d6 100644 --- a/intersight/apis/firmware_running_firmware_api.py +++ b/intersight/apis/firmware_running_firmware_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/firmware_upgrade_api.py b/intersight/apis/firmware_upgrade_api.py index 20a7fabc..530e9916 100644 --- a/intersight/apis/firmware_upgrade_api.py +++ b/intersight/apis/firmware_upgrade_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/firmware_upgrade_status_api.py b/intersight/apis/firmware_upgrade_status_api.py index 387d0953..3f7d04ce 100644 --- a/intersight/apis/firmware_upgrade_status_api.py +++ b/intersight/apis/firmware_upgrade_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/graphics_card_api.py b/intersight/apis/graphics_card_api.py index 7d014303..e165b088 100644 --- a/intersight/apis/graphics_card_api.py +++ b/intersight/apis/graphics_card_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/graphics_controller_api.py b/intersight/apis/graphics_controller_api.py index 6fb3e004..e82c4985 100644 --- a/intersight/apis/graphics_controller_api.py +++ b/intersight/apis/graphics_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hcl_compatibility_status_api.py b/intersight/apis/hcl_compatibility_status_api.py index fa69c5af..05853048 100644 --- a/intersight/apis/hcl_compatibility_status_api.py +++ b/intersight/apis/hcl_compatibility_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hcl_driver_image_api.py b/intersight/apis/hcl_driver_image_api.py index c02b1ca9..9a9dad38 100644 --- a/intersight/apis/hcl_driver_image_api.py +++ b/intersight/apis/hcl_driver_image_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hcl_operating_system_api.py b/intersight/apis/hcl_operating_system_api.py index a6f94f6f..3bdf0fdf 100644 --- a/intersight/apis/hcl_operating_system_api.py +++ b/intersight/apis/hcl_operating_system_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hcl_operating_system_vendor_api.py b/intersight/apis/hcl_operating_system_vendor_api.py index 3586b45d..3512e396 100644 --- a/intersight/apis/hcl_operating_system_vendor_api.py +++ b/intersight/apis/hcl_operating_system_vendor_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hcl_service_status_api.py b/intersight/apis/hcl_service_status_api.py index 2e2fc3a3..8a4f3f7f 100644 --- a/intersight/apis/hcl_service_status_api.py +++ b/intersight/apis/hcl_service_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hcl_supported_driver_name_api.py b/intersight/apis/hcl_supported_driver_name_api.py index 8538b2b6..35877a23 100644 --- a/intersight/apis/hcl_supported_driver_name_api.py +++ b/intersight/apis/hcl_supported_driver_name_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_alarm_api.py b/intersight/apis/hyperflex_alarm_api.py index 80b03883..4fa5591e 100644 --- a/intersight/apis/hyperflex_alarm_api.py +++ b/intersight/apis/hyperflex_alarm_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_app_catalog_api.py b/intersight/apis/hyperflex_app_catalog_api.py index e2f9900c..c525663a 100644 --- a/intersight/apis/hyperflex_app_catalog_api.py +++ b/intersight/apis/hyperflex_app_catalog_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_auto_support_policy_api.py b/intersight/apis/hyperflex_auto_support_policy_api.py index c5df55c7..9d3cf370 100644 --- a/intersight/apis/hyperflex_auto_support_policy_api.py +++ b/intersight/apis/hyperflex_auto_support_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_cluster_api.py b/intersight/apis/hyperflex_cluster_api.py index 94b0f469..b0cfa0ae 100644 --- a/intersight/apis/hyperflex_cluster_api.py +++ b/intersight/apis/hyperflex_cluster_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_cluster_network_policy_api.py b/intersight/apis/hyperflex_cluster_network_policy_api.py index 10653346..b56e41cf 100644 --- a/intersight/apis/hyperflex_cluster_network_policy_api.py +++ b/intersight/apis/hyperflex_cluster_network_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_cluster_profile_api.py b/intersight/apis/hyperflex_cluster_profile_api.py index 02e88f62..6355cd64 100644 --- a/intersight/apis/hyperflex_cluster_profile_api.py +++ b/intersight/apis/hyperflex_cluster_profile_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_cluster_storage_policy_api.py b/intersight/apis/hyperflex_cluster_storage_policy_api.py index 52fbee40..1e5c4928 100644 --- a/intersight/apis/hyperflex_cluster_storage_policy_api.py +++ b/intersight/apis/hyperflex_cluster_storage_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_config_result_api.py b/intersight/apis/hyperflex_config_result_api.py index b37e5b31..24bdbe3a 100644 --- a/intersight/apis/hyperflex_config_result_api.py +++ b/intersight/apis/hyperflex_config_result_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_config_result_entry_api.py b/intersight/apis/hyperflex_config_result_entry_api.py index 3fa74ad3..fa62864c 100644 --- a/intersight/apis/hyperflex_config_result_entry_api.py +++ b/intersight/apis/hyperflex_config_result_entry_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_ext_fc_storage_policy_api.py b/intersight/apis/hyperflex_ext_fc_storage_policy_api.py index b951d3ad..84578241 100644 --- a/intersight/apis/hyperflex_ext_fc_storage_policy_api.py +++ b/intersight/apis/hyperflex_ext_fc_storage_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_ext_iscsi_storage_policy_api.py b/intersight/apis/hyperflex_ext_iscsi_storage_policy_api.py index af84171e..7c463ef7 100644 --- a/intersight/apis/hyperflex_ext_iscsi_storage_policy_api.py +++ b/intersight/apis/hyperflex_ext_iscsi_storage_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_feature_limit_external_api.py b/intersight/apis/hyperflex_feature_limit_external_api.py index 437546b0..84cd2c55 100644 --- a/intersight/apis/hyperflex_feature_limit_external_api.py +++ b/intersight/apis/hyperflex_feature_limit_external_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_feature_limit_internal_api.py b/intersight/apis/hyperflex_feature_limit_internal_api.py index df6a6193..7b36b506 100644 --- a/intersight/apis/hyperflex_feature_limit_internal_api.py +++ b/intersight/apis/hyperflex_feature_limit_internal_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_hxdp_version_api.py b/intersight/apis/hyperflex_hxdp_version_api.py index a4536b2f..4f78dc7c 100644 --- a/intersight/apis/hyperflex_hxdp_version_api.py +++ b/intersight/apis/hyperflex_hxdp_version_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_local_credential_policy_api.py b/intersight/apis/hyperflex_local_credential_policy_api.py index 5c6a5165..8badf180 100644 --- a/intersight/apis/hyperflex_local_credential_policy_api.py +++ b/intersight/apis/hyperflex_local_credential_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_node_api.py b/intersight/apis/hyperflex_node_api.py index 2dcbc325..7b784fb5 100644 --- a/intersight/apis/hyperflex_node_api.py +++ b/intersight/apis/hyperflex_node_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_node_config_policy_api.py b/intersight/apis/hyperflex_node_config_policy_api.py index 2bc59a62..89f797d3 100644 --- a/intersight/apis/hyperflex_node_config_policy_api.py +++ b/intersight/apis/hyperflex_node_config_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_node_profile_api.py b/intersight/apis/hyperflex_node_profile_api.py index 70981af8..b499a2c4 100644 --- a/intersight/apis/hyperflex_node_profile_api.py +++ b/intersight/apis/hyperflex_node_profile_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_proxy_setting_policy_api.py b/intersight/apis/hyperflex_proxy_setting_policy_api.py index 14aa1f28..b0f7d96a 100644 --- a/intersight/apis/hyperflex_proxy_setting_policy_api.py +++ b/intersight/apis/hyperflex_proxy_setting_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_server_firmware_version_api.py b/intersight/apis/hyperflex_server_firmware_version_api.py index 08fd32d4..53538739 100644 --- a/intersight/apis/hyperflex_server_firmware_version_api.py +++ b/intersight/apis/hyperflex_server_firmware_version_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_server_model_api.py b/intersight/apis/hyperflex_server_model_api.py index fc9f603f..5f01b85b 100644 --- a/intersight/apis/hyperflex_server_model_api.py +++ b/intersight/apis/hyperflex_server_model_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_sys_config_policy_api.py b/intersight/apis/hyperflex_sys_config_policy_api.py index c5ef2385..50107e5a 100644 --- a/intersight/apis/hyperflex_sys_config_policy_api.py +++ b/intersight/apis/hyperflex_sys_config_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_ucsm_config_policy_api.py b/intersight/apis/hyperflex_ucsm_config_policy_api.py index 39d684f9..52ee50c2 100644 --- a/intersight/apis/hyperflex_ucsm_config_policy_api.py +++ b/intersight/apis/hyperflex_ucsm_config_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/hyperflex_vcenter_config_policy_api.py b/intersight/apis/hyperflex_vcenter_config_policy_api.py index 874bd93a..c2950c02 100644 --- a/intersight/apis/hyperflex_vcenter_config_policy_api.py +++ b/intersight/apis/hyperflex_vcenter_config_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iaas_connector_pack_api.py b/intersight/apis/iaas_connector_pack_api.py index faceab90..e5e4d560 100644 --- a/intersight/apis/iaas_connector_pack_api.py +++ b/intersight/apis/iaas_connector_pack_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iaas_device_status_api.py b/intersight/apis/iaas_device_status_api.py index 63a01e4c..5b322344 100644 --- a/intersight/apis/iaas_device_status_api.py +++ b/intersight/apis/iaas_device_status_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iaas_license_info_api.py b/intersight/apis/iaas_license_info_api.py index f746bbff..8c290eea 100644 --- a/intersight/apis/iaas_license_info_api.py +++ b/intersight/apis/iaas_license_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iaas_most_run_tasks_api.py b/intersight/apis/iaas_most_run_tasks_api.py index 7292b419..b20c61af 100644 --- a/intersight/apis/iaas_most_run_tasks_api.py +++ b/intersight/apis/iaas_most_run_tasks_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iaas_ucsd_info_api.py b/intersight/apis/iaas_ucsd_info_api.py index 0162caa9..8875c03f 100644 --- a/intersight/apis/iaas_ucsd_info_api.py +++ b/intersight/apis/iaas_ucsd_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iaas_ucsd_managed_infra_api.py b/intersight/apis/iaas_ucsd_managed_infra_api.py index 2ab8a102..e05b730e 100644 --- a/intersight/apis/iaas_ucsd_managed_infra_api.py +++ b/intersight/apis/iaas_ucsd_managed_infra_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_account_api.py b/intersight/apis/iam_account_api.py index 8baed54a..ad3d8f32 100644 --- a/intersight/apis/iam_account_api.py +++ b/intersight/apis/iam_account_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_api_key_api.py b/intersight/apis/iam_api_key_api.py index cee3855c..fb09c828 100644 --- a/intersight/apis/iam_api_key_api.py +++ b/intersight/apis/iam_api_key_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_domain_group_api.py b/intersight/apis/iam_domain_group_api.py index bec76cd5..576e71c4 100644 --- a/intersight/apis/iam_domain_group_api.py +++ b/intersight/apis/iam_domain_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_end_point_privilege_api.py b/intersight/apis/iam_end_point_privilege_api.py index 27d17933..be81e217 100644 --- a/intersight/apis/iam_end_point_privilege_api.py +++ b/intersight/apis/iam_end_point_privilege_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_end_point_role_api.py b/intersight/apis/iam_end_point_role_api.py index f09aa451..b002e7a9 100644 --- a/intersight/apis/iam_end_point_role_api.py +++ b/intersight/apis/iam_end_point_role_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_end_point_user_api.py b/intersight/apis/iam_end_point_user_api.py index b563cfde..9e2a141d 100644 --- a/intersight/apis/iam_end_point_user_api.py +++ b/intersight/apis/iam_end_point_user_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_end_point_user_policy_api.py b/intersight/apis/iam_end_point_user_policy_api.py index 5aa051be..ab572286 100644 --- a/intersight/apis/iam_end_point_user_policy_api.py +++ b/intersight/apis/iam_end_point_user_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_end_point_user_role_api.py b/intersight/apis/iam_end_point_user_role_api.py index 3352f7a4..0172a034 100644 --- a/intersight/apis/iam_end_point_user_role_api.py +++ b/intersight/apis/iam_end_point_user_role_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_idp_api.py b/intersight/apis/iam_idp_api.py index 8533b2a8..c2ee3a1f 100644 --- a/intersight/apis/iam_idp_api.py +++ b/intersight/apis/iam_idp_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_idp_reference_api.py b/intersight/apis/iam_idp_reference_api.py index d6a3348f..592d95d6 100644 --- a/intersight/apis/iam_idp_reference_api.py +++ b/intersight/apis/iam_idp_reference_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -280,3 +280,225 @@ def iam_idp_references_moid_get_with_http_info(self, moid, **kwargs): _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + + def iam_idp_references_moid_patch(self, moid, body, **kwargs): + """ + Update an instance of 'iamIdpReference' + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.iam_idp_references_moid_patch(moid, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str moid: The moid of the iamIdpReference instance. (required) + :param IamIdpReference body: iamIdpReference to update (required) + :return: None + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.iam_idp_references_moid_patch_with_http_info(moid, body, **kwargs) + else: + (data) = self.iam_idp_references_moid_patch_with_http_info(moid, body, **kwargs) + return data + + def iam_idp_references_moid_patch_with_http_info(self, moid, body, **kwargs): + """ + Update an instance of 'iamIdpReference' + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.iam_idp_references_moid_patch_with_http_info(moid, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str moid: The moid of the iamIdpReference instance. (required) + :param IamIdpReference body: iamIdpReference to update (required) + :return: None + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['moid', 'body'] + all_params.append('callback') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method iam_idp_references_moid_patch" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'moid' is set + if ('moid' not in params) or (params['moid'] is None): + raise ValueError("Missing the required parameter `moid` when calling `iam_idp_references_moid_patch`") + # verify the required parameter 'body' is set + if ('body' not in params) or (params['body'] is None): + raise ValueError("Missing the required parameter `body` when calling `iam_idp_references_moid_patch`") + + + collection_formats = {} + + path_params = {} + if 'moid' in params: + path_params['moid'] = params['moid'] + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'body' in params: + body_params = params['body'] + # HTTP header `Accept` + header_params['Accept'] = self.api_client.\ + select_header_accept(['application/json']) + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.\ + select_header_content_type(['application/json']) + + # Authentication setting + auth_settings = [] + + return self.api_client.call_api('/iam/IdpReferences/{moid}', 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type=None, + auth_settings=auth_settings, + callback=params.get('callback'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) + + def iam_idp_references_moid_post(self, moid, body, **kwargs): + """ + Update an instance of 'iamIdpReference' + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.iam_idp_references_moid_post(moid, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str moid: The moid of the iamIdpReference instance. (required) + :param IamIdpReference body: iamIdpReference to update (required) + :return: None + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('callback'): + return self.iam_idp_references_moid_post_with_http_info(moid, body, **kwargs) + else: + (data) = self.iam_idp_references_moid_post_with_http_info(moid, body, **kwargs) + return data + + def iam_idp_references_moid_post_with_http_info(self, moid, body, **kwargs): + """ + Update an instance of 'iamIdpReference' + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please define a `callback` function + to be invoked when receiving the response. + >>> def callback_function(response): + >>> pprint(response) + >>> + >>> thread = api.iam_idp_references_moid_post_with_http_info(moid, body, callback=callback_function) + + :param callback function: The callback function + for asynchronous request. (optional) + :param str moid: The moid of the iamIdpReference instance. (required) + :param IamIdpReference body: iamIdpReference to update (required) + :return: None + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['moid', 'body'] + all_params.append('callback') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method iam_idp_references_moid_post" % key + ) + params[key] = val + del params['kwargs'] + # verify the required parameter 'moid' is set + if ('moid' not in params) or (params['moid'] is None): + raise ValueError("Missing the required parameter `moid` when calling `iam_idp_references_moid_post`") + # verify the required parameter 'body' is set + if ('body' not in params) or (params['body'] is None): + raise ValueError("Missing the required parameter `body` when calling `iam_idp_references_moid_post`") + + + collection_formats = {} + + path_params = {} + if 'moid' in params: + path_params['moid'] = params['moid'] + + query_params = [] + + header_params = {} + + form_params = [] + local_var_files = {} + + body_params = None + if 'body' in params: + body_params = params['body'] + # HTTP header `Accept` + header_params['Accept'] = self.api_client.\ + select_header_accept(['application/json']) + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.\ + select_header_content_type(['application/json']) + + # Authentication setting + auth_settings = [] + + return self.api_client.call_api('/iam/IdpReferences/{moid}', 'POST', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type=None, + auth_settings=auth_settings, + callback=params.get('callback'), + _return_http_data_only=params.get('_return_http_data_only'), + _preload_content=params.get('_preload_content', True), + _request_timeout=params.get('_request_timeout'), + collection_formats=collection_formats) diff --git a/intersight/apis/iam_ldap_group_api.py b/intersight/apis/iam_ldap_group_api.py index 4249d058..17f52120 100644 --- a/intersight/apis/iam_ldap_group_api.py +++ b/intersight/apis/iam_ldap_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_ldap_policy_api.py b/intersight/apis/iam_ldap_policy_api.py index cd791877..ca6d0fd6 100644 --- a/intersight/apis/iam_ldap_policy_api.py +++ b/intersight/apis/iam_ldap_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_ldap_provider_api.py b/intersight/apis/iam_ldap_provider_api.py index 87607c13..1f9eaae9 100644 --- a/intersight/apis/iam_ldap_provider_api.py +++ b/intersight/apis/iam_ldap_provider_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_permission_api.py b/intersight/apis/iam_permission_api.py index 9292436d..5917f761 100644 --- a/intersight/apis/iam_permission_api.py +++ b/intersight/apis/iam_permission_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_privilege_api.py b/intersight/apis/iam_privilege_api.py index 1401a090..c8c22abf 100644 --- a/intersight/apis/iam_privilege_api.py +++ b/intersight/apis/iam_privilege_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_privilege_set_api.py b/intersight/apis/iam_privilege_set_api.py index e89f5665..bff186ce 100644 --- a/intersight/apis/iam_privilege_set_api.py +++ b/intersight/apis/iam_privilege_set_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_qualifier_api.py b/intersight/apis/iam_qualifier_api.py index 9f1cc30c..46e64694 100644 --- a/intersight/apis/iam_qualifier_api.py +++ b/intersight/apis/iam_qualifier_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_resource_limits_api.py b/intersight/apis/iam_resource_limits_api.py index 6044b394..efafecdc 100644 --- a/intersight/apis/iam_resource_limits_api.py +++ b/intersight/apis/iam_resource_limits_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_role_api.py b/intersight/apis/iam_role_api.py index d7149619..b7d51d26 100644 --- a/intersight/apis/iam_role_api.py +++ b/intersight/apis/iam_role_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_service_provider_api.py b/intersight/apis/iam_service_provider_api.py index 22cc7e20..27a215e7 100644 --- a/intersight/apis/iam_service_provider_api.py +++ b/intersight/apis/iam_service_provider_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_session_api.py b/intersight/apis/iam_session_api.py index b7e76a9a..00d1ece0 100644 --- a/intersight/apis/iam_session_api.py +++ b/intersight/apis/iam_session_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_session_limits_api.py b/intersight/apis/iam_session_limits_api.py index f12b593d..e58958ca 100644 --- a/intersight/apis/iam_session_limits_api.py +++ b/intersight/apis/iam_session_limits_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_system_api.py b/intersight/apis/iam_system_api.py index fe8eabf0..59651a3d 100644 --- a/intersight/apis/iam_system_api.py +++ b/intersight/apis/iam_system_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_user_api.py b/intersight/apis/iam_user_api.py index bfe306f8..d769c70b 100644 --- a/intersight/apis/iam_user_api.py +++ b/intersight/apis/iam_user_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_user_group_api.py b/intersight/apis/iam_user_group_api.py index 399b232a..9d9cc662 100644 --- a/intersight/apis/iam_user_group_api.py +++ b/intersight/apis/iam_user_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/iam_user_preference_api.py b/intersight/apis/iam_user_preference_api.py index 045d766f..1b34847b 100644 --- a/intersight/apis/iam_user_preference_api.py +++ b/intersight/apis/iam_user_preference_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/inventory_device_info_api.py b/intersight/apis/inventory_device_info_api.py index 52b0fd7c..b0ed61d9 100644 --- a/intersight/apis/inventory_device_info_api.py +++ b/intersight/apis/inventory_device_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/inventory_dn_mo_binding_api.py b/intersight/apis/inventory_dn_mo_binding_api.py index ccf6c9d1..1b7e2840 100644 --- a/intersight/apis/inventory_dn_mo_binding_api.py +++ b/intersight/apis/inventory_dn_mo_binding_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/inventory_generic_inventory_api.py b/intersight/apis/inventory_generic_inventory_api.py index 1255c1e3..8027426e 100644 --- a/intersight/apis/inventory_generic_inventory_api.py +++ b/intersight/apis/inventory_generic_inventory_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/inventory_generic_inventory_holder_api.py b/intersight/apis/inventory_generic_inventory_holder_api.py index 7e6f09a8..e4c324a7 100644 --- a/intersight/apis/inventory_generic_inventory_holder_api.py +++ b/intersight/apis/inventory_generic_inventory_holder_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/inventory_request_api.py b/intersight/apis/inventory_request_api.py index b9828ae5..bffaae8e 100644 --- a/intersight/apis/inventory_request_api.py +++ b/intersight/apis/inventory_request_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/ipmioverlan_policy_api.py b/intersight/apis/ipmioverlan_policy_api.py index 6cd37dd3..b3ec7f51 100644 --- a/intersight/apis/ipmioverlan_policy_api.py +++ b/intersight/apis/ipmioverlan_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/kvm_policy_api.py b/intersight/apis/kvm_policy_api.py index 10b8ae5f..247db436 100644 --- a/intersight/apis/kvm_policy_api.py +++ b/intersight/apis/kvm_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/license_account_license_data_api.py b/intersight/apis/license_account_license_data_api.py index 253c20fc..b9d5adf5 100644 --- a/intersight/apis/license_account_license_data_api.py +++ b/intersight/apis/license_account_license_data_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/license_customer_op_api.py b/intersight/apis/license_customer_op_api.py index 00ec5c80..1c4fad14 100644 --- a/intersight/apis/license_customer_op_api.py +++ b/intersight/apis/license_customer_op_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/license_license_info_api.py b/intersight/apis/license_license_info_api.py index d6ce2424..3b6257d5 100644 --- a/intersight/apis/license_license_info_api.py +++ b/intersight/apis/license_license_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/license_smartlicense_token_api.py b/intersight/apis/license_smartlicense_token_api.py index bed822ba..8315c6de 100644 --- a/intersight/apis/license_smartlicense_token_api.py +++ b/intersight/apis/license_smartlicense_token_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/ls_service_profile_api.py b/intersight/apis/ls_service_profile_api.py index 874d5174..61c59025 100644 --- a/intersight/apis/ls_service_profile_api.py +++ b/intersight/apis/ls_service_profile_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/management_controller_api.py b/intersight/apis/management_controller_api.py index ca4a24b1..5f025a1d 100644 --- a/intersight/apis/management_controller_api.py +++ b/intersight/apis/management_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/management_entity_api.py b/intersight/apis/management_entity_api.py index b4d5f3ae..4eaca763 100644 --- a/intersight/apis/management_entity_api.py +++ b/intersight/apis/management_entity_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/management_interface_api.py b/intersight/apis/management_interface_api.py index 18375182..23832220 100644 --- a/intersight/apis/management_interface_api.py +++ b/intersight/apis/management_interface_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/memory_array_api.py b/intersight/apis/memory_array_api.py index 33dcd46d..3f5be145 100644 --- a/intersight/apis/memory_array_api.py +++ b/intersight/apis/memory_array_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/memory_unit_api.py b/intersight/apis/memory_unit_api.py index 59a3b1d3..09e9357b 100644 --- a/intersight/apis/memory_unit_api.py +++ b/intersight/apis/memory_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/meta_definition_api.py b/intersight/apis/meta_definition_api.py index 40e7faf7..d768db2e 100644 --- a/intersight/apis/meta_definition_api.py +++ b/intersight/apis/meta_definition_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/network_element_api.py b/intersight/apis/network_element_api.py index d3009fd9..d0f66e79 100644 --- a/intersight/apis/network_element_api.py +++ b/intersight/apis/network_element_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/network_element_summary_api.py b/intersight/apis/network_element_summary_api.py index 11119404..8f15cc6b 100644 --- a/intersight/apis/network_element_summary_api.py +++ b/intersight/apis/network_element_summary_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/networkconfig_policy_api.py b/intersight/apis/networkconfig_policy_api.py index ed1eb518..69e205a1 100644 --- a/intersight/apis/networkconfig_policy_api.py +++ b/intersight/apis/networkconfig_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/ntp_policy_api.py b/intersight/apis/ntp_policy_api.py index 78360f32..588e5ebb 100644 --- a/intersight/apis/ntp_policy_api.py +++ b/intersight/apis/ntp_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/oauth_oauth_user_api.py b/intersight/apis/oauth_oauth_user_api.py index 7f3bbf51..b0645f2c 100644 --- a/intersight/apis/oauth_oauth_user_api.py +++ b/intersight/apis/oauth_oauth_user_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/pci_device_api.py b/intersight/apis/pci_device_api.py index b6ef2525..1aa0e756 100644 --- a/intersight/apis/pci_device_api.py +++ b/intersight/apis/pci_device_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/port_group_api.py b/intersight/apis/port_group_api.py index 8b0ae7b3..82a5e04f 100644 --- a/intersight/apis/port_group_api.py +++ b/intersight/apis/port_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/port_sub_group_api.py b/intersight/apis/port_sub_group_api.py index 090d41d5..f08d7ec8 100644 --- a/intersight/apis/port_sub_group_api.py +++ b/intersight/apis/port_sub_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/processor_unit_api.py b/intersight/apis/processor_unit_api.py index 362b29e8..2dc86f58 100644 --- a/intersight/apis/processor_unit_api.py +++ b/intersight/apis/processor_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/resource_group_api.py b/intersight/apis/resource_group_api.py index d6245b07..bc75c522 100644 --- a/intersight/apis/resource_group_api.py +++ b/intersight/apis/resource_group_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/sdcard_policy_api.py b/intersight/apis/sdcard_policy_api.py index a82bcab3..8dc28d39 100644 --- a/intersight/apis/sdcard_policy_api.py +++ b/intersight/apis/sdcard_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/search_search_item_api.py b/intersight/apis/search_search_item_api.py index 359fde9b..89d35f63 100644 --- a/intersight/apis/search_search_item_api.py +++ b/intersight/apis/search_search_item_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/search_suggest_item_api.py b/intersight/apis/search_suggest_item_api.py index ffd11c4d..511c509d 100644 --- a/intersight/apis/search_suggest_item_api.py +++ b/intersight/apis/search_suggest_item_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/search_tag_item_api.py b/intersight/apis/search_tag_item_api.py index effd916e..02bea177 100644 --- a/intersight/apis/search_tag_item_api.py +++ b/intersight/apis/search_tag_item_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/security_unit_api.py b/intersight/apis/security_unit_api.py index 531c7bbf..3bdfca0f 100644 --- a/intersight/apis/security_unit_api.py +++ b/intersight/apis/security_unit_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/server_config_change_detail_api.py b/intersight/apis/server_config_change_detail_api.py index 4f0f3d7b..71721d0e 100644 --- a/intersight/apis/server_config_change_detail_api.py +++ b/intersight/apis/server_config_change_detail_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/server_config_result_api.py b/intersight/apis/server_config_result_api.py index d9fdbf2b..028dd649 100644 --- a/intersight/apis/server_config_result_api.py +++ b/intersight/apis/server_config_result_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/server_config_result_entry_api.py b/intersight/apis/server_config_result_entry_api.py index dae67d5b..ab9cd108 100644 --- a/intersight/apis/server_config_result_entry_api.py +++ b/intersight/apis/server_config_result_entry_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/server_profile_api.py b/intersight/apis/server_profile_api.py index 137beb37..be97e8b5 100644 --- a/intersight/apis/server_profile_api.py +++ b/intersight/apis/server_profile_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/smtp_policy_api.py b/intersight/apis/smtp_policy_api.py index a06464df..7eba0668 100644 --- a/intersight/apis/smtp_policy_api.py +++ b/intersight/apis/smtp_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/snmp_policy_api.py b/intersight/apis/snmp_policy_api.py index d340512d..f2f28531 100644 --- a/intersight/apis/snmp_policy_api.py +++ b/intersight/apis/snmp_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/softwarerepository_authorization_api.py b/intersight/apis/softwarerepository_authorization_api.py index a2827fcb..6130aa01 100644 --- a/intersight/apis/softwarerepository_authorization_api.py +++ b/intersight/apis/softwarerepository_authorization_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/sol_policy_api.py b/intersight/apis/sol_policy_api.py index 8336efd4..dad4d6be 100644 --- a/intersight/apis/sol_policy_api.py +++ b/intersight/apis/sol_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/ssh_policy_api.py b/intersight/apis/ssh_policy_api.py index 1e2b69cb..822055bb 100644 --- a/intersight/apis/ssh_policy_api.py +++ b/intersight/apis/ssh_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_controller_api.py b/intersight/apis/storage_controller_api.py index 6f56eaf8..934e087d 100644 --- a/intersight/apis/storage_controller_api.py +++ b/intersight/apis/storage_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_disk_group_policy_api.py b/intersight/apis/storage_disk_group_policy_api.py index 80a64c88..0223be79 100644 --- a/intersight/apis/storage_disk_group_policy_api.py +++ b/intersight/apis/storage_disk_group_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_enclosure_api.py b/intersight/apis/storage_enclosure_api.py index e786773e..7a15eff9 100644 --- a/intersight/apis/storage_enclosure_api.py +++ b/intersight/apis/storage_enclosure_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_flex_flash_controller_api.py b/intersight/apis/storage_flex_flash_controller_api.py index 04d422b0..38a96e74 100644 --- a/intersight/apis/storage_flex_flash_controller_api.py +++ b/intersight/apis/storage_flex_flash_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_flex_flash_controller_props_api.py b/intersight/apis/storage_flex_flash_controller_props_api.py index dee8caae..f5428ce5 100644 --- a/intersight/apis/storage_flex_flash_controller_props_api.py +++ b/intersight/apis/storage_flex_flash_controller_props_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_flex_flash_physical_drive_api.py b/intersight/apis/storage_flex_flash_physical_drive_api.py index 47fb7f7b..054a6b97 100644 --- a/intersight/apis/storage_flex_flash_physical_drive_api.py +++ b/intersight/apis/storage_flex_flash_physical_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_flex_flash_virtual_drive_api.py b/intersight/apis/storage_flex_flash_virtual_drive_api.py index a99a36e6..d8071043 100644 --- a/intersight/apis/storage_flex_flash_virtual_drive_api.py +++ b/intersight/apis/storage_flex_flash_virtual_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_flex_util_controller_api.py b/intersight/apis/storage_flex_util_controller_api.py index cf86cddb..f246530a 100644 --- a/intersight/apis/storage_flex_util_controller_api.py +++ b/intersight/apis/storage_flex_util_controller_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_flex_util_physical_drive_api.py b/intersight/apis/storage_flex_util_physical_drive_api.py index de76db90..ed69343f 100644 --- a/intersight/apis/storage_flex_util_physical_drive_api.py +++ b/intersight/apis/storage_flex_util_physical_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_flex_util_virtual_drive_api.py b/intersight/apis/storage_flex_util_virtual_drive_api.py index f5eedb62..1f55be32 100644 --- a/intersight/apis/storage_flex_util_virtual_drive_api.py +++ b/intersight/apis/storage_flex_util_virtual_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_physical_disk_api.py b/intersight/apis/storage_physical_disk_api.py index fad9d7a3..4c383b19 100644 --- a/intersight/apis/storage_physical_disk_api.py +++ b/intersight/apis/storage_physical_disk_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_physical_disk_extension_api.py b/intersight/apis/storage_physical_disk_extension_api.py index 2bbc29a9..b6e44726 100644 --- a/intersight/apis/storage_physical_disk_extension_api.py +++ b/intersight/apis/storage_physical_disk_extension_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_physical_disk_usage_api.py b/intersight/apis/storage_physical_disk_usage_api.py index 41a401a8..0908142c 100644 --- a/intersight/apis/storage_physical_disk_usage_api.py +++ b/intersight/apis/storage_physical_disk_usage_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_sas_expander_api.py b/intersight/apis/storage_sas_expander_api.py index 3021173c..50c3fa2a 100644 --- a/intersight/apis/storage_sas_expander_api.py +++ b/intersight/apis/storage_sas_expander_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_storage_policy_api.py b/intersight/apis/storage_storage_policy_api.py index a458bac4..089c3e1b 100644 --- a/intersight/apis/storage_storage_policy_api.py +++ b/intersight/apis/storage_storage_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_vd_member_ep_api.py b/intersight/apis/storage_vd_member_ep_api.py index 849fdedb..9c951e87 100644 --- a/intersight/apis/storage_vd_member_ep_api.py +++ b/intersight/apis/storage_vd_member_ep_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_virtual_drive_api.py b/intersight/apis/storage_virtual_drive_api.py index 404308fa..7f5adaa7 100644 --- a/intersight/apis/storage_virtual_drive_api.py +++ b/intersight/apis/storage_virtual_drive_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/storage_virtual_drive_extension_api.py b/intersight/apis/storage_virtual_drive_extension_api.py index 6dee1201..9bea343c 100644 --- a/intersight/apis/storage_virtual_drive_extension_api.py +++ b/intersight/apis/storage_virtual_drive_extension_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/syslog_policy_api.py b/intersight/apis/syslog_policy_api.py index d57bd656..7bc985ed 100644 --- a/intersight/apis/syslog_policy_api.py +++ b/intersight/apis/syslog_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/task_workflow_action_api.py b/intersight/apis/task_workflow_action_api.py index c81d290d..0d5b5083 100644 --- a/intersight/apis/task_workflow_action_api.py +++ b/intersight/apis/task_workflow_action_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/telemetry_time_series_api.py b/intersight/apis/telemetry_time_series_api.py index b5db44ca..4a2eca4d 100644 --- a/intersight/apis/telemetry_time_series_api.py +++ b/intersight/apis/telemetry_time_series_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/terminal_audit_log_api.py b/intersight/apis/terminal_audit_log_api.py index e1e9045a..9f0eba6c 100644 --- a/intersight/apis/terminal_audit_log_api.py +++ b/intersight/apis/terminal_audit_log_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/testcrypt_administrator_api.py b/intersight/apis/testcrypt_administrator_api.py index 263e4844..29cda377 100644 --- a/intersight/apis/testcrypt_administrator_api.py +++ b/intersight/apis/testcrypt_administrator_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/testcrypt_credential_api.py b/intersight/apis/testcrypt_credential_api.py index 4cecfc0a..10407423 100644 --- a/intersight/apis/testcrypt_credential_api.py +++ b/intersight/apis/testcrypt_credential_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/testcrypt_read_only_user_api.py b/intersight/apis/testcrypt_read_only_user_api.py index aac88d86..bc32a0e7 100644 --- a/intersight/apis/testcrypt_read_only_user_api.py +++ b/intersight/apis/testcrypt_read_only_user_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/testcrypt_shadow_credential_api.py b/intersight/apis/testcrypt_shadow_credential_api.py index c39c3fbe..a2af7ace 100644 --- a/intersight/apis/testcrypt_shadow_credential_api.py +++ b/intersight/apis/testcrypt_shadow_credential_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/top_system_api.py b/intersight/apis/top_system_api.py index 7a40edf0..9005c2b9 100644 --- a/intersight/apis/top_system_api.py +++ b/intersight/apis/top_system_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/vmedia_policy_api.py b/intersight/apis/vmedia_policy_api.py index 42b2064c..f99edfdf 100644 --- a/intersight/apis/vmedia_policy_api.py +++ b/intersight/apis/vmedia_policy_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/workflow_build_task_meta_api.py b/intersight/apis/workflow_build_task_meta_api.py index 286bf608..6dc78dd7 100644 --- a/intersight/apis/workflow_build_task_meta_api.py +++ b/intersight/apis/workflow_build_task_meta_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/workflow_build_task_meta_owner_api.py b/intersight/apis/workflow_build_task_meta_owner_api.py index b209a26a..490a585b 100644 --- a/intersight/apis/workflow_build_task_meta_owner_api.py +++ b/intersight/apis/workflow_build_task_meta_owner_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/workflow_pending_dynamic_workflow_info_api.py b/intersight/apis/workflow_pending_dynamic_workflow_info_api.py index 604eea25..6015b17b 100644 --- a/intersight/apis/workflow_pending_dynamic_workflow_info_api.py +++ b/intersight/apis/workflow_pending_dynamic_workflow_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/workflow_task_info_api.py b/intersight/apis/workflow_task_info_api.py index d63766a6..ff0e9de8 100644 --- a/intersight/apis/workflow_task_info_api.py +++ b/intersight/apis/workflow_task_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/workflow_task_meta_api.py b/intersight/apis/workflow_task_meta_api.py index 3052ceb1..e70972e8 100644 --- a/intersight/apis/workflow_task_meta_api.py +++ b/intersight/apis/workflow_task_meta_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/workflow_workflow_info_api.py b/intersight/apis/workflow_workflow_info_api.py index 9a09bd3c..47e467cd 100644 --- a/intersight/apis/workflow_workflow_info_api.py +++ b/intersight/apis/workflow_workflow_info_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/apis/workflow_workflow_meta_api.py b/intersight/apis/workflow_workflow_meta_api.py index 1c58b93b..e53465c2 100644 --- a/intersight/apis/workflow_workflow_meta_api.py +++ b/intersight/apis/workflow_workflow_meta_api.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/configuration.py b/intersight/configuration.py index 99df4331..7a4f263c 100644 --- a/intersight/configuration.py +++ b/intersight/configuration.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -219,6 +219,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.0.9-262\n"\ + "Version of the API: 1.0.9-264\n"\ "SDK Package Version: 1.0.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/intersight/models/__init__.py b/intersight/models/__init__.py index 9f89578c..2b6c6473 100644 --- a/intersight/models/__init__.py +++ b/intersight/models/__init__.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_abstract_audit_record.py b/intersight/models/aaa_abstract_audit_record.py index 50726746..d5db2fd3 100644 --- a/intersight/models/aaa_abstract_audit_record.py +++ b/intersight/models/aaa_abstract_audit_record.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_abstract_audit_record_ref.py b/intersight/models/aaa_abstract_audit_record_ref.py index 4271adbe..d04306a6 100644 --- a/intersight/models/aaa_abstract_audit_record_ref.py +++ b/intersight/models/aaa_abstract_audit_record_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_audit_record.py b/intersight/models/aaa_audit_record.py index 678a4f00..bc36839e 100644 --- a/intersight/models/aaa_audit_record.py +++ b/intersight/models/aaa_audit_record.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_audit_record_list.py b/intersight/models/aaa_audit_record_list.py index c9237092..a1759b4a 100644 --- a/intersight/models/aaa_audit_record_list.py +++ b/intersight/models/aaa_audit_record_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_audit_record_local_ref.py b/intersight/models/aaa_audit_record_local_ref.py index 3c808dea..b100e71b 100644 --- a/intersight/models/aaa_audit_record_local_ref.py +++ b/intersight/models/aaa_audit_record_local_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/aaa_audit_record_ref.py b/intersight/models/aaa_audit_record_ref.py index b75bff8d..4e0d6960 100644 --- a/intersight/models/aaa_audit_record_ref.py +++ b/intersight/models/aaa_audit_record_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_ext_eth_interface.py b/intersight/models/adapter_ext_eth_interface.py index 9fe64cd3..07259202 100644 --- a/intersight/models/adapter_ext_eth_interface.py +++ b/intersight/models/adapter_ext_eth_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_ext_eth_interface_list.py b/intersight/models/adapter_ext_eth_interface_list.py index 4042b398..156a7b46 100644 --- a/intersight/models/adapter_ext_eth_interface_list.py +++ b/intersight/models/adapter_ext_eth_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_ext_eth_interface_ref.py b/intersight/models/adapter_ext_eth_interface_ref.py index 5292f73b..4bca3503 100644 --- a/intersight/models/adapter_ext_eth_interface_ref.py +++ b/intersight/models/adapter_ext_eth_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_eth_interface.py b/intersight/models/adapter_host_eth_interface.py index 504560fe..afa97661 100644 --- a/intersight/models/adapter_host_eth_interface.py +++ b/intersight/models/adapter_host_eth_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_eth_interface_list.py b/intersight/models/adapter_host_eth_interface_list.py index 44072fb3..f87fef0d 100644 --- a/intersight/models/adapter_host_eth_interface_list.py +++ b/intersight/models/adapter_host_eth_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_eth_interface_ref.py b/intersight/models/adapter_host_eth_interface_ref.py index 9609b4af..7cb2afe1 100644 --- a/intersight/models/adapter_host_eth_interface_ref.py +++ b/intersight/models/adapter_host_eth_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_fc_interface.py b/intersight/models/adapter_host_fc_interface.py index 231f01f5..b8ea83b1 100644 --- a/intersight/models/adapter_host_fc_interface.py +++ b/intersight/models/adapter_host_fc_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_fc_interface_list.py b/intersight/models/adapter_host_fc_interface_list.py index 60cee10c..d3be58b8 100644 --- a/intersight/models/adapter_host_fc_interface_list.py +++ b/intersight/models/adapter_host_fc_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_fc_interface_ref.py b/intersight/models/adapter_host_fc_interface_ref.py index a5c253aa..240fe4ed 100644 --- a/intersight/models/adapter_host_fc_interface_ref.py +++ b/intersight/models/adapter_host_fc_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_iscsi_interface.py b/intersight/models/adapter_host_iscsi_interface.py index f20969f4..0a15c34c 100644 --- a/intersight/models/adapter_host_iscsi_interface.py +++ b/intersight/models/adapter_host_iscsi_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_iscsi_interface_list.py b/intersight/models/adapter_host_iscsi_interface_list.py index ba66e5d1..2f066b17 100644 --- a/intersight/models/adapter_host_iscsi_interface_list.py +++ b/intersight/models/adapter_host_iscsi_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_host_iscsi_interface_ref.py b/intersight/models/adapter_host_iscsi_interface_ref.py index 5dca8530..2650b19f 100644 --- a/intersight/models/adapter_host_iscsi_interface_ref.py +++ b/intersight/models/adapter_host_iscsi_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_unit.py b/intersight/models/adapter_unit.py index e529794e..b579def7 100644 --- a/intersight/models/adapter_unit.py +++ b/intersight/models/adapter_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_unit_list.py b/intersight/models/adapter_unit_list.py index addc3582..655f87ec 100644 --- a/intersight/models/adapter_unit_list.py +++ b/intersight/models/adapter_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/adapter_unit_ref.py b/intersight/models/adapter_unit_ref.py index 06219f39..8b5c6478 100644 --- a/intersight/models/adapter_unit_ref.py +++ b/intersight/models/adapter_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_cluster_member.py b/intersight/models/asset_cluster_member.py index 43bd9e5c..4abc5205 100644 --- a/intersight/models/asset_cluster_member.py +++ b/intersight/models/asset_cluster_member.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_cluster_member_list.py b/intersight/models/asset_cluster_member_list.py index 9d7a6298..287b53a4 100644 --- a/intersight/models/asset_cluster_member_list.py +++ b/intersight/models/asset_cluster_member_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_cluster_member_ref.py b/intersight/models/asset_cluster_member_ref.py index ce8e1dd0..f5638aca 100644 --- a/intersight/models/asset_cluster_member_ref.py +++ b/intersight/models/asset_cluster_member_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_connection_control_message_ref.py b/intersight/models/asset_connection_control_message_ref.py index b296793b..21af4074 100644 --- a/intersight/models/asset_connection_control_message_ref.py +++ b/intersight/models/asset_connection_control_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_claim.py b/intersight/models/asset_device_claim.py index 669b66ef..d37a53ec 100644 --- a/intersight/models/asset_device_claim.py +++ b/intersight/models/asset_device_claim.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_claim_ref.py b/intersight/models/asset_device_claim_ref.py index 74f4c018..1a599243 100644 --- a/intersight/models/asset_device_claim_ref.py +++ b/intersight/models/asset_device_claim_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_configuration.py b/intersight/models/asset_device_configuration.py index 749c8d8d..bf49ae84 100644 --- a/intersight/models/asset_device_configuration.py +++ b/intersight/models/asset_device_configuration.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_configuration_list.py b/intersight/models/asset_device_configuration_list.py index 216e1d53..a38b62d8 100644 --- a/intersight/models/asset_device_configuration_list.py +++ b/intersight/models/asset_device_configuration_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_configuration_ref.py b/intersight/models/asset_device_configuration_ref.py index 81b6e80f..f96f6e10 100644 --- a/intersight/models/asset_device_configuration_ref.py +++ b/intersight/models/asset_device_configuration_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_connection.py b/intersight/models/asset_device_connection.py index a97c16e4..919e3de5 100644 --- a/intersight/models/asset_device_connection.py +++ b/intersight/models/asset_device_connection.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_connection_ref.py b/intersight/models/asset_device_connection_ref.py index 63c87c89..3ef7839d 100644 --- a/intersight/models/asset_device_connection_ref.py +++ b/intersight/models/asset_device_connection_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_registration.py b/intersight/models/asset_device_registration.py index 2d2f921c..ac59dbd1 100644 --- a/intersight/models/asset_device_registration.py +++ b/intersight/models/asset_device_registration.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_registration_list.py b/intersight/models/asset_device_registration_list.py index 52af20a1..585364ad 100644 --- a/intersight/models/asset_device_registration_list.py +++ b/intersight/models/asset_device_registration_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_device_registration_ref.py b/intersight/models/asset_device_registration_ref.py index a57d3b00..f2d2d416 100644 --- a/intersight/models/asset_device_registration_ref.py +++ b/intersight/models/asset_device_registration_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/asset_security_token_ref.py b/intersight/models/asset_security_token_ref.py index fe5e6900..b41071ea 100644 --- a/intersight/models/asset_security_token_ref.py +++ b/intersight/models/asset_security_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_deploy_task_ref.py b/intersight/models/bios_deploy_task_ref.py index ff84454b..4358e8f3 100644 --- a/intersight/models/bios_deploy_task_ref.py +++ b/intersight/models/bios_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_policy.py b/intersight/models/bios_policy.py index 27b65955..518ee86a 100644 --- a/intersight/models/bios_policy.py +++ b/intersight/models/bios_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_policy_list.py b/intersight/models/bios_policy_list.py index 1f1e652d..4463caac 100644 --- a/intersight/models/bios_policy_list.py +++ b/intersight/models/bios_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_policy_ref.py b/intersight/models/bios_policy_ref.py index 8d13aeeb..05ea11e7 100644 --- a/intersight/models/bios_policy_ref.py +++ b/intersight/models/bios_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_unit.py b/intersight/models/bios_unit.py index 5478b3f1..803a58e4 100644 --- a/intersight/models/bios_unit.py +++ b/intersight/models/bios_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_unit_list.py b/intersight/models/bios_unit_list.py index 30eb8248..0602cddd 100644 --- a/intersight/models/bios_unit_list.py +++ b/intersight/models/bios_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_unit_ref.py b/intersight/models/bios_unit_ref.py index ebee8b0d..2f5980c5 100644 --- a/intersight/models/bios_unit_ref.py +++ b/intersight/models/bios_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/bios_validation_task_ref.py b/intersight/models/bios_validation_task_ref.py index 47c2630a..80a9a926 100644 --- a/intersight/models/bios_validation_task_ref.py +++ b/intersight/models/bios_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_bootloader.py b/intersight/models/boot_bootloader.py index c1c726ee..a7802cd7 100644 --- a/intersight/models/boot_bootloader.py +++ b/intersight/models/boot_bootloader.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_bootloader_ref.py b/intersight/models/boot_bootloader_ref.py index 2c1d3eed..aaed557a 100644 --- a/intersight/models/boot_bootloader_ref.py +++ b/intersight/models/boot_bootloader_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_device_base.py b/intersight/models/boot_device_base.py index 951e3528..435ed645 100644 --- a/intersight/models/boot_device_base.py +++ b/intersight/models/boot_device_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_device_base_ref.py b/intersight/models/boot_device_base_ref.py index 39d488a3..fd7b84fb 100644 --- a/intersight/models/boot_device_base_ref.py +++ b/intersight/models/boot_device_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_iscsi_ref.py b/intersight/models/boot_iscsi_ref.py index 0dd76835..2f93dd59 100644 --- a/intersight/models/boot_iscsi_ref.py +++ b/intersight/models/boot_iscsi_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_local_cdd_ref.py b/intersight/models/boot_local_cdd_ref.py index 4ac61b2f..5d640a77 100644 --- a/intersight/models/boot_local_cdd_ref.py +++ b/intersight/models/boot_local_cdd_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_local_disk_ref.py b/intersight/models/boot_local_disk_ref.py index 5eb16a41..bb0a6db7 100644 --- a/intersight/models/boot_local_disk_ref.py +++ b/intersight/models/boot_local_disk_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_nvme_ref.py b/intersight/models/boot_nvme_ref.py index 39c7f21f..609d04af 100644 --- a/intersight/models/boot_nvme_ref.py +++ b/intersight/models/boot_nvme_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_pch_storage_ref.py b/intersight/models/boot_pch_storage_ref.py index e4f6d191..b2694a2d 100644 --- a/intersight/models/boot_pch_storage_ref.py +++ b/intersight/models/boot_pch_storage_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_deploy_task_ref.py b/intersight/models/boot_precision_deploy_task_ref.py index 7b9fe2a0..5e68f375 100644 --- a/intersight/models/boot_precision_deploy_task_ref.py +++ b/intersight/models/boot_precision_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_policy.py b/intersight/models/boot_precision_policy.py index 66cefe11..f13d8fb2 100644 --- a/intersight/models/boot_precision_policy.py +++ b/intersight/models/boot_precision_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_policy_list.py b/intersight/models/boot_precision_policy_list.py index f89338cf..aac7bfd6 100644 --- a/intersight/models/boot_precision_policy_list.py +++ b/intersight/models/boot_precision_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_policy_ref.py b/intersight/models/boot_precision_policy_ref.py index 5ec5f12a..0d7875ae 100644 --- a/intersight/models/boot_precision_policy_ref.py +++ b/intersight/models/boot_precision_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_precision_validation_task_ref.py b/intersight/models/boot_precision_validation_task_ref.py index 72a00f5e..5ff8ae7d 100644 --- a/intersight/models/boot_precision_validation_task_ref.py +++ b/intersight/models/boot_precision_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_pxe_ref.py b/intersight/models/boot_pxe_ref.py index 0a35d0d0..38557fd6 100644 --- a/intersight/models/boot_pxe_ref.py +++ b/intersight/models/boot_pxe_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_san_ref.py b/intersight/models/boot_san_ref.py index f70ef1c1..bf7a88b5 100644 --- a/intersight/models/boot_san_ref.py +++ b/intersight/models/boot_san_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_sd_card_ref.py b/intersight/models/boot_sd_card_ref.py index 837f40a4..058490a6 100644 --- a/intersight/models/boot_sd_card_ref.py +++ b/intersight/models/boot_sd_card_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_uefi_shell_ref.py b/intersight/models/boot_uefi_shell_ref.py index 6e316ffa..fa0c780b 100644 --- a/intersight/models/boot_uefi_shell_ref.py +++ b/intersight/models/boot_uefi_shell_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_usb_ref.py b/intersight/models/boot_usb_ref.py index c0663c94..9fbff214 100644 --- a/intersight/models/boot_usb_ref.py +++ b/intersight/models/boot_usb_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/boot_virtual_media_ref.py b/intersight/models/boot_virtual_media_ref.py index bb061ccc..df8f0329 100644 --- a/intersight/models/boot_virtual_media_ref.py +++ b/intersight/models/boot_virtual_media_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/comm_ip_v4_interface.py b/intersight/models/comm_ip_v4_interface.py index 3738792a..98826fb5 100644 --- a/intersight/models/comm_ip_v4_interface.py +++ b/intersight/models/comm_ip_v4_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/comm_ip_v4_interface_ref.py b/intersight/models/comm_ip_v4_interface_ref.py index 333dd998..3594b940 100644 --- a/intersight/models/comm_ip_v4_interface_ref.py +++ b/intersight/models/comm_ip_v4_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/comm_ip_v6_interface.py b/intersight/models/comm_ip_v6_interface.py index f7868696..00ea8ed8 100644 --- a/intersight/models/comm_ip_v6_interface.py +++ b/intersight/models/comm_ip_v6_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/comm_ip_v6_interface_ref.py b/intersight/models/comm_ip_v6_interface_ref.py index ad703866..5ae92ebd 100644 --- a/intersight/models/comm_ip_v6_interface_ref.py +++ b/intersight/models/comm_ip_v6_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_blade.py b/intersight/models/compute_blade.py index 5d79e514..f77221a8 100644 --- a/intersight/models/compute_blade.py +++ b/intersight/models/compute_blade.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_blade_list.py b/intersight/models/compute_blade_list.py index efb8d9c9..ad3b2d07 100644 --- a/intersight/models/compute_blade_list.py +++ b/intersight/models/compute_blade_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_blade_ref.py b/intersight/models/compute_blade_ref.py index 1af57eaf..fd01d5de 100644 --- a/intersight/models/compute_blade_ref.py +++ b/intersight/models/compute_blade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_board.py b/intersight/models/compute_board.py index ad5f3064..cc80db89 100644 --- a/intersight/models/compute_board.py +++ b/intersight/models/compute_board.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_board_list.py b/intersight/models/compute_board_list.py index ea4e7275..3fdffb16 100644 --- a/intersight/models/compute_board_list.py +++ b/intersight/models/compute_board_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_board_ref.py b/intersight/models/compute_board_ref.py index 7f6bc791..841aaac4 100644 --- a/intersight/models/compute_board_ref.py +++ b/intersight/models/compute_board_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_ip_address.py b/intersight/models/compute_ip_address.py index cf7a78b8..ae8fe111 100644 --- a/intersight/models/compute_ip_address.py +++ b/intersight/models/compute_ip_address.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_ip_address_ref.py b/intersight/models/compute_ip_address_ref.py index f24de935..3d06d100 100644 --- a/intersight/models/compute_ip_address_ref.py +++ b/intersight/models/compute_ip_address_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_locator_led_operation_task_ref.py b/intersight/models/compute_locator_led_operation_task_ref.py index 995f7ce0..39846efe 100644 --- a/intersight/models/compute_locator_led_operation_task_ref.py +++ b/intersight/models/compute_locator_led_operation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_operation_result_handler_ref.py b/intersight/models/compute_operation_result_handler_ref.py index 5fef128c..192bf655 100644 --- a/intersight/models/compute_operation_result_handler_ref.py +++ b/intersight/models/compute_operation_result_handler_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical.py b/intersight/models/compute_physical.py index 042247fa..d7f9aa19 100644 --- a/intersight/models/compute_physical.py +++ b/intersight/models/compute_physical.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical_ref.py b/intersight/models/compute_physical_ref.py index 222a9f76..5776e745 100644 --- a/intersight/models/compute_physical_ref.py +++ b/intersight/models/compute_physical_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical_summary.py b/intersight/models/compute_physical_summary.py index 1132bf80..56080791 100644 --- a/intersight/models/compute_physical_summary.py +++ b/intersight/models/compute_physical_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical_summary_list.py b/intersight/models/compute_physical_summary_list.py index f266aed5..3abd5d4e 100644 --- a/intersight/models/compute_physical_summary_list.py +++ b/intersight/models/compute_physical_summary_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_physical_summary_ref.py b/intersight/models/compute_physical_summary_ref.py index 70f55ce4..98786fbb 100644 --- a/intersight/models/compute_physical_summary_ref.py +++ b/intersight/models/compute_physical_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_rack_unit.py b/intersight/models/compute_rack_unit.py index 03455dfd..83e3514a 100644 --- a/intersight/models/compute_rack_unit.py +++ b/intersight/models/compute_rack_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_rack_unit_list.py b/intersight/models/compute_rack_unit_list.py index 35d64dcf..331b3032 100644 --- a/intersight/models/compute_rack_unit_list.py +++ b/intersight/models/compute_rack_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_rack_unit_ref.py b/intersight/models/compute_rack_unit_ref.py index 278d2a2e..a58bb07b 100644 --- a/intersight/models/compute_rack_unit_ref.py +++ b/intersight/models/compute_rack_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_config.py b/intersight/models/compute_server_config.py index 804a4804..ff15285e 100644 --- a/intersight/models/compute_server_config.py +++ b/intersight/models/compute_server_config.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_config_ref.py b/intersight/models/compute_server_config_ref.py index 0aa2809d..a65dbc02 100644 --- a/intersight/models/compute_server_config_ref.py +++ b/intersight/models/compute_server_config_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_operation_task_ref.py b/intersight/models/compute_server_operation_task_ref.py index ed8ff9b3..27a5d8ce 100644 --- a/intersight/models/compute_server_operation_task_ref.py +++ b/intersight/models/compute_server_operation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_setting.py b/intersight/models/compute_server_setting.py index 2a6c2b4c..8c23e509 100644 --- a/intersight/models/compute_server_setting.py +++ b/intersight/models/compute_server_setting.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_setting_list.py b/intersight/models/compute_server_setting_list.py index efa28b3d..bc869436 100644 --- a/intersight/models/compute_server_setting_list.py +++ b/intersight/models/compute_server_setting_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/compute_server_setting_ref.py b/intersight/models/compute_server_setting_ref.py index bb8ad1e2..6abc09ec 100644 --- a/intersight/models/compute_server_setting_ref.py +++ b/intersight/models/compute_server_setting_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_alarm.py b/intersight/models/cond_alarm.py index 3984be54..e092ea50 100644 --- a/intersight/models/cond_alarm.py +++ b/intersight/models/cond_alarm.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_alarm_list.py b/intersight/models/cond_alarm_list.py index 8f8f3391..6317c4dd 100644 --- a/intersight/models/cond_alarm_list.py +++ b/intersight/models/cond_alarm_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_alarm_ref.py b/intersight/models/cond_alarm_ref.py index 6d8615a0..29ebb58a 100644 --- a/intersight/models/cond_alarm_ref.py +++ b/intersight/models/cond_alarm_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status.py b/intersight/models/cond_hcl_status.py index d08ccb9b..9c7f1d23 100644 --- a/intersight/models/cond_hcl_status.py +++ b/intersight/models/cond_hcl_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_detail.py b/intersight/models/cond_hcl_status_detail.py index 41e5c6b7..52a90b83 100644 --- a/intersight/models/cond_hcl_status_detail.py +++ b/intersight/models/cond_hcl_status_detail.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_detail_list.py b/intersight/models/cond_hcl_status_detail_list.py index 6093d585..7f564106 100644 --- a/intersight/models/cond_hcl_status_detail_list.py +++ b/intersight/models/cond_hcl_status_detail_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_detail_ref.py b/intersight/models/cond_hcl_status_detail_ref.py index df535ead..a7baa454 100644 --- a/intersight/models/cond_hcl_status_detail_ref.py +++ b/intersight/models/cond_hcl_status_detail_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_job.py b/intersight/models/cond_hcl_status_job.py index 65e01e2d..aff7ca96 100644 --- a/intersight/models/cond_hcl_status_job.py +++ b/intersight/models/cond_hcl_status_job.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_job_list.py b/intersight/models/cond_hcl_status_job_list.py index 0bb0b7f2..0d0d119d 100644 --- a/intersight/models/cond_hcl_status_job_list.py +++ b/intersight/models/cond_hcl_status_job_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_job_ref.py b/intersight/models/cond_hcl_status_job_ref.py index 9b405339..33da94d0 100644 --- a/intersight/models/cond_hcl_status_job_ref.py +++ b/intersight/models/cond_hcl_status_job_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_list.py b/intersight/models/cond_hcl_status_list.py index 7f76a31d..5dfdb1db 100644 --- a/intersight/models/cond_hcl_status_list.py +++ b/intersight/models/cond_hcl_status_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cond_hcl_status_ref.py b/intersight/models/cond_hcl_status_ref.py index 8080db81..959b172d 100644 --- a/intersight/models/cond_hcl_status_ref.py +++ b/intersight/models/cond_hcl_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_auth_message.py b/intersight/models/connector_auth_message.py index 64ea656e..b5aba825 100644 --- a/intersight/models/connector_auth_message.py +++ b/intersight/models/connector_auth_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_auth_message_ref.py b/intersight/models/connector_auth_message_ref.py index 74d2741f..08403936 100644 --- a/intersight/models/connector_auth_message_ref.py +++ b/intersight/models/connector_auth_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_close_stream_message.py b/intersight/models/connector_close_stream_message.py index ea72a546..ac9ff5df 100644 --- a/intersight/models/connector_close_stream_message.py +++ b/intersight/models/connector_close_stream_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_close_stream_message_ref.py b/intersight/models/connector_close_stream_message_ref.py index 844f1e5c..d9ef0206 100644 --- a/intersight/models/connector_close_stream_message_ref.py +++ b/intersight/models/connector_close_stream_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_command_message_ref.py b/intersight/models/connector_command_message_ref.py index 644e504f..164a31c6 100644 --- a/intersight/models/connector_command_message_ref.py +++ b/intersight/models/connector_command_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_control_message_ref.py b/intersight/models/connector_control_message_ref.py index bf7c79d1..57ade1ba 100644 --- a/intersight/models/connector_control_message_ref.py +++ b/intersight/models/connector_control_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_event_channel_control_ref.py b/intersight/models/connector_event_channel_control_ref.py index e3ef4624..2eb0cc79 100644 --- a/intersight/models/connector_event_channel_control_ref.py +++ b/intersight/models/connector_event_channel_control_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_event_ref.py b/intersight/models/connector_event_ref.py index abc529a1..ae033947 100644 --- a/intersight/models/connector_event_ref.py +++ b/intersight/models/connector_event_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_fetch_stream_message.py b/intersight/models/connector_fetch_stream_message.py index 89a8ddad..6878453d 100644 --- a/intersight/models/connector_fetch_stream_message.py +++ b/intersight/models/connector_fetch_stream_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_fetch_stream_message_ref.py b/intersight/models/connector_fetch_stream_message_ref.py index b94ee333..5055fd51 100644 --- a/intersight/models/connector_fetch_stream_message_ref.py +++ b/intersight/models/connector_fetch_stream_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_job_async_response_ref.py b/intersight/models/connector_job_async_response_ref.py index f4f525c7..2038b4a9 100644 --- a/intersight/models/connector_job_async_response_ref.py +++ b/intersight/models/connector_job_async_response_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_job_message_ref.py b/intersight/models/connector_job_message_ref.py index c890896b..bef26576 100644 --- a/intersight/models/connector_job_message_ref.py +++ b/intersight/models/connector_job_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_start_stream.py b/intersight/models/connector_start_stream.py index 1206577f..f191206e 100644 --- a/intersight/models/connector_start_stream.py +++ b/intersight/models/connector_start_stream.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_start_stream_ref.py b/intersight/models/connector_start_stream_ref.py index 7f940817..dbf0ba7b 100644 --- a/intersight/models/connector_start_stream_ref.py +++ b/intersight/models/connector_start_stream_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_input.py b/intersight/models/connector_stream_input.py index 0bc1830d..bada0ff8 100644 --- a/intersight/models/connector_stream_input.py +++ b/intersight/models/connector_stream_input.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_input_ref.py b/intersight/models/connector_stream_input_ref.py index eb145cf9..e78b1121 100644 --- a/intersight/models/connector_stream_input_ref.py +++ b/intersight/models/connector_stream_input_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_message.py b/intersight/models/connector_stream_message.py index 83b54674..2e17c167 100644 --- a/intersight/models/connector_stream_message.py +++ b/intersight/models/connector_stream_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_message_ref.py b/intersight/models/connector_stream_message_ref.py index bfbfb28a..3d084111 100644 --- a/intersight/models/connector_stream_message_ref.py +++ b/intersight/models/connector_stream_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_stream_ref.py b/intersight/models/connector_stream_ref.py index e32d2f64..a59d129e 100644 --- a/intersight/models/connector_stream_ref.py +++ b/intersight/models/connector_stream_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connector_xml_api_message_ref.py b/intersight/models/connector_xml_api_message_ref.py index bf95a628..984ab694 100644 --- a/intersight/models/connector_xml_api_message_ref.py +++ b/intersight/models/connector_xml_api_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connectorpack_connector_pack_summary.py b/intersight/models/connectorpack_connector_pack_summary.py index 900b531c..43b7199c 100644 --- a/intersight/models/connectorpack_connector_pack_summary.py +++ b/intersight/models/connectorpack_connector_pack_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connectorpack_connector_pack_summary_ref.py b/intersight/models/connectorpack_connector_pack_summary_ref.py index fad863ce..e4c10a93 100644 --- a/intersight/models/connectorpack_connector_pack_summary_ref.py +++ b/intersight/models/connectorpack_connector_pack_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/connectorpack_upgrade_ref.py b/intersight/models/connectorpack_upgrade_ref.py index 124b8270..2c910f7b 100644 --- a/intersight/models/connectorpack_upgrade_ref.py +++ b/intersight/models/connectorpack_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_account_key_ref.py b/intersight/models/crypt_account_key_ref.py index d970f23d..77936afe 100644 --- a/intersight/models/crypt_account_key_ref.py +++ b/intersight/models/crypt_account_key_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_decrypt_ref.py b/intersight/models/crypt_decrypt_ref.py index 6bbde2bc..b4554165 100644 --- a/intersight/models/crypt_decrypt_ref.py +++ b/intersight/models/crypt_decrypt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encrypt_ref.py b/intersight/models/crypt_encrypt_ref.py index faebe282..ac84c9fe 100644 --- a/intersight/models/crypt_encrypt_ref.py +++ b/intersight/models/crypt_encrypt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encryption_key_ref.py b/intersight/models/crypt_encryption_key_ref.py index f47e33f3..7a7284b8 100644 --- a/intersight/models/crypt_encryption_key_ref.py +++ b/intersight/models/crypt_encryption_key_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encryption_token.py b/intersight/models/crypt_encryption_token.py index ce12f48e..13af564b 100644 --- a/intersight/models/crypt_encryption_token.py +++ b/intersight/models/crypt_encryption_token.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encryption_token_list.py b/intersight/models/crypt_encryption_token_list.py index 438bdbc7..a47abf9e 100644 --- a/intersight/models/crypt_encryption_token_list.py +++ b/intersight/models/crypt_encryption_token_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/crypt_encryption_token_ref.py b/intersight/models/crypt_encryption_token_ref.py index 6a7ce935..632cfa0d 100644 --- a/intersight/models/crypt_encryption_token_ref.py +++ b/intersight/models/crypt_encryption_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_deployment_task.py b/intersight/models/cvd_deployment_task.py index 06620557..0de5c099 100644 --- a/intersight/models/cvd_deployment_task.py +++ b/intersight/models/cvd_deployment_task.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_deployment_task_list.py b/intersight/models/cvd_deployment_task_list.py index b2b05b19..d5a6cb42 100644 --- a/intersight/models/cvd_deployment_task_list.py +++ b/intersight/models/cvd_deployment_task_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_deployment_task_ref.py b/intersight/models/cvd_deployment_task_ref.py index dc66db37..f1b4207c 100644 --- a/intersight/models/cvd_deployment_task_ref.py +++ b/intersight/models/cvd_deployment_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_input_meta.py b/intersight/models/cvd_input_meta.py index 1480c6f2..02602503 100644 --- a/intersight/models/cvd_input_meta.py +++ b/intersight/models/cvd_input_meta.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_input_meta_ref.py b/intersight/models/cvd_input_meta_ref.py index e6e0e52c..e0d96cde 100644 --- a/intersight/models/cvd_input_meta_ref.py +++ b/intersight/models/cvd_input_meta_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_template.py b/intersight/models/cvd_template.py index d6470422..05afa149 100644 --- a/intersight/models/cvd_template.py +++ b/intersight/models/cvd_template.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_template_list.py b/intersight/models/cvd_template_list.py index 905833fd..c08c4e9b 100644 --- a/intersight/models/cvd_template_list.py +++ b/intersight/models/cvd_template_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_template_ref.py b/intersight/models/cvd_template_ref.py index b8684e5c..a2dde136 100644 --- a/intersight/models/cvd_template_ref.py +++ b/intersight/models/cvd_template_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_validation_task.py b/intersight/models/cvd_validation_task.py index d2a2ddae..408632b8 100644 --- a/intersight/models/cvd_validation_task.py +++ b/intersight/models/cvd_validation_task.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_validation_task_list.py b/intersight/models/cvd_validation_task_list.py index dbd10fa5..ca1069b9 100644 --- a/intersight/models/cvd_validation_task_list.py +++ b/intersight/models/cvd_validation_task_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/cvd_validation_task_ref.py b/intersight/models/cvd_validation_task_ref.py index 6fa54237..cda75f40 100644 --- a/intersight/models/cvd_validation_task_ref.py +++ b/intersight/models/cvd_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_deploy_task_ref.py b/intersight/models/deviceconnector_deploy_task_ref.py index 28b2fdf7..19d7fe4c 100644 --- a/intersight/models/deviceconnector_deploy_task_ref.py +++ b/intersight/models/deviceconnector_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_policy.py b/intersight/models/deviceconnector_policy.py index f24a4799..68b4df2f 100644 --- a/intersight/models/deviceconnector_policy.py +++ b/intersight/models/deviceconnector_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_policy_list.py b/intersight/models/deviceconnector_policy_list.py index 610e4051..8a508860 100644 --- a/intersight/models/deviceconnector_policy_list.py +++ b/intersight/models/deviceconnector_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_policy_ref.py b/intersight/models/deviceconnector_policy_ref.py index 76607475..86b56eab 100644 --- a/intersight/models/deviceconnector_policy_ref.py +++ b/intersight/models/deviceconnector_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceconnector_validation_task_ref.py b/intersight/models/deviceconnector_validation_task_ref.py index 3f622195..5ef7754f 100644 --- a/intersight/models/deviceconnector_validation_task_ref.py +++ b/intersight/models/deviceconnector_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceinfo_serial_number_info.py b/intersight/models/deviceinfo_serial_number_info.py index edb82795..60a5d782 100644 --- a/intersight/models/deviceinfo_serial_number_info.py +++ b/intersight/models/deviceinfo_serial_number_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceinfo_serial_number_info_list.py b/intersight/models/deviceinfo_serial_number_info_list.py index 5f1cf587..e92db391 100644 --- a/intersight/models/deviceinfo_serial_number_info_list.py +++ b/intersight/models/deviceinfo_serial_number_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/deviceinfo_serial_number_info_ref.py b/intersight/models/deviceinfo_serial_number_info_ref.py index b9ffac2b..6349365d 100644 --- a/intersight/models/deviceinfo_serial_number_info_ref.py +++ b/intersight/models/deviceinfo_serial_number_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_abstract_trigger_details.py b/intersight/models/devops_abstract_trigger_details.py index a1562f87..db4c46af 100644 --- a/intersight/models/devops_abstract_trigger_details.py +++ b/intersight/models/devops_abstract_trigger_details.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_abstract_trigger_details_ref.py b/intersight/models/devops_abstract_trigger_details_ref.py index 9e3ce75f..308f2213 100644 --- a/intersight/models/devops_abstract_trigger_details_ref.py +++ b/intersight/models/devops_abstract_trigger_details_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_notification_trigger.py b/intersight/models/devops_notification_trigger.py index 2759bf95..d058605a 100644 --- a/intersight/models/devops_notification_trigger.py +++ b/intersight/models/devops_notification_trigger.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_notification_trigger_ref.py b/intersight/models/devops_notification_trigger_ref.py index 0f1a4a7d..0d2b79c2 100644 --- a/intersight/models/devops_notification_trigger_ref.py +++ b/intersight/models/devops_notification_trigger_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/devops_trigger_ref.py b/intersight/models/devops_trigger_ref.py index 0b9a519f..a25cee19 100644 --- a/intersight/models/devops_trigger_ref.py +++ b/intersight/models/devops_trigger_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/epansible_runner_ref.py b/intersight/models/epansible_runner_ref.py index 9a54f4b1..fb4a8e40 100644 --- a/intersight/models/epansible_runner_ref.py +++ b/intersight/models/epansible_runner_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_base.py b/intersight/models/equipment_base.py index 1460cf09..138db69a 100644 --- a/intersight/models/equipment_base.py +++ b/intersight/models/equipment_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_base_ref.py b/intersight/models/equipment_base_ref.py index 458b07b0..844b571f 100644 --- a/intersight/models/equipment_base_ref.py +++ b/intersight/models/equipment_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_chassis.py b/intersight/models/equipment_chassis.py index 18d98e0d..4d7623eb 100644 --- a/intersight/models/equipment_chassis.py +++ b/intersight/models/equipment_chassis.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_chassis_list.py b/intersight/models/equipment_chassis_list.py index 0c32e9b2..e73594cd 100644 --- a/intersight/models/equipment_chassis_list.py +++ b/intersight/models/equipment_chassis_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_chassis_ref.py b/intersight/models/equipment_chassis_ref.py index e167290f..64cd238d 100644 --- a/intersight/models/equipment_chassis_ref.py +++ b/intersight/models/equipment_chassis_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_device_summary.py b/intersight/models/equipment_device_summary.py index 7e3770d8..480f3518 100644 --- a/intersight/models/equipment_device_summary.py +++ b/intersight/models/equipment_device_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_device_summary_list.py b/intersight/models/equipment_device_summary_list.py index 3bcf4561..86f0eda8 100644 --- a/intersight/models/equipment_device_summary_list.py +++ b/intersight/models/equipment_device_summary_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_device_summary_ref.py b/intersight/models/equipment_device_summary_ref.py index 398ec8c5..0050fc89 100644 --- a/intersight/models/equipment_device_summary_ref.py +++ b/intersight/models/equipment_device_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan.py b/intersight/models/equipment_fan.py index 2133e2a9..62d8bb6b 100644 --- a/intersight/models/equipment_fan.py +++ b/intersight/models/equipment_fan.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_list.py b/intersight/models/equipment_fan_list.py index 0a29c814..881b6a2b 100644 --- a/intersight/models/equipment_fan_list.py +++ b/intersight/models/equipment_fan_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_module.py b/intersight/models/equipment_fan_module.py index f60d30b0..ec33122e 100644 --- a/intersight/models/equipment_fan_module.py +++ b/intersight/models/equipment_fan_module.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_module_list.py b/intersight/models/equipment_fan_module_list.py index c19bb9a3..d18d801c 100644 --- a/intersight/models/equipment_fan_module_list.py +++ b/intersight/models/equipment_fan_module_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_module_ref.py b/intersight/models/equipment_fan_module_ref.py index 17fcf55e..572f30b1 100644 --- a/intersight/models/equipment_fan_module_ref.py +++ b/intersight/models/equipment_fan_module_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fan_ref.py b/intersight/models/equipment_fan_ref.py index 824d88b8..1f2f530e 100644 --- a/intersight/models/equipment_fan_ref.py +++ b/intersight/models/equipment_fan_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fex.py b/intersight/models/equipment_fex.py index 05a9a2ee..556e7214 100644 --- a/intersight/models/equipment_fex.py +++ b/intersight/models/equipment_fex.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fex_list.py b/intersight/models/equipment_fex_list.py index 9b034719..a7927437 100644 --- a/intersight/models/equipment_fex_list.py +++ b/intersight/models/equipment_fex_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_fex_ref.py b/intersight/models/equipment_fex_ref.py index 9d22e427..939b4405 100644 --- a/intersight/models/equipment_fex_ref.py +++ b/intersight/models/equipment_fex_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_card.py b/intersight/models/equipment_io_card.py index a2d3eed3..fc2ea4f4 100644 --- a/intersight/models/equipment_io_card.py +++ b/intersight/models/equipment_io_card.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_card_list.py b/intersight/models/equipment_io_card_list.py index 194f763b..38787a41 100644 --- a/intersight/models/equipment_io_card_list.py +++ b/intersight/models/equipment_io_card_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_card_ref.py b/intersight/models/equipment_io_card_ref.py index 934c4316..b95c0d43 100644 --- a/intersight/models/equipment_io_card_ref.py +++ b/intersight/models/equipment_io_card_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_expander.py b/intersight/models/equipment_io_expander.py index a6a91635..d9af59bf 100644 --- a/intersight/models/equipment_io_expander.py +++ b/intersight/models/equipment_io_expander.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_expander_list.py b/intersight/models/equipment_io_expander_list.py index aea3a98e..cde1a8a5 100644 --- a/intersight/models/equipment_io_expander_list.py +++ b/intersight/models/equipment_io_expander_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_io_expander_ref.py b/intersight/models/equipment_io_expander_ref.py index 0cf8e204..c7f0e053 100644 --- a/intersight/models/equipment_io_expander_ref.py +++ b/intersight/models/equipment_io_expander_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_locator_led.py b/intersight/models/equipment_locator_led.py index 3f1588b4..f6ae5793 100644 --- a/intersight/models/equipment_locator_led.py +++ b/intersight/models/equipment_locator_led.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_locator_led_list.py b/intersight/models/equipment_locator_led_list.py index dd93bd9f..2729397d 100644 --- a/intersight/models/equipment_locator_led_list.py +++ b/intersight/models/equipment_locator_led_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_locator_led_ref.py b/intersight/models/equipment_locator_led_ref.py index b62c736d..fe539567 100644 --- a/intersight/models/equipment_locator_led_ref.py +++ b/intersight/models/equipment_locator_led_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_psu.py b/intersight/models/equipment_psu.py index cbb4efee..519aa0ba 100644 --- a/intersight/models/equipment_psu.py +++ b/intersight/models/equipment_psu.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_psu_list.py b/intersight/models/equipment_psu_list.py index 9ca73d2b..6c05dbda 100644 --- a/intersight/models/equipment_psu_list.py +++ b/intersight/models/equipment_psu_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_psu_ref.py b/intersight/models/equipment_psu_ref.py index bdbe863b..b0588d9b 100644 --- a/intersight/models/equipment_psu_ref.py +++ b/intersight/models/equipment_psu_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure.py b/intersight/models/equipment_rack_enclosure.py index 5f64f296..a7ba3977 100644 --- a/intersight/models/equipment_rack_enclosure.py +++ b/intersight/models/equipment_rack_enclosure.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_list.py b/intersight/models/equipment_rack_enclosure_list.py index 2486a5ac..47415f8a 100644 --- a/intersight/models/equipment_rack_enclosure_list.py +++ b/intersight/models/equipment_rack_enclosure_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_ref.py b/intersight/models/equipment_rack_enclosure_ref.py index 286949f0..ccf140a3 100644 --- a/intersight/models/equipment_rack_enclosure_ref.py +++ b/intersight/models/equipment_rack_enclosure_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_slot.py b/intersight/models/equipment_rack_enclosure_slot.py index 007d6ba0..a1fc1fe9 100644 --- a/intersight/models/equipment_rack_enclosure_slot.py +++ b/intersight/models/equipment_rack_enclosure_slot.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_slot_list.py b/intersight/models/equipment_rack_enclosure_slot_list.py index 454bbac4..9eab431d 100644 --- a/intersight/models/equipment_rack_enclosure_slot_list.py +++ b/intersight/models/equipment_rack_enclosure_slot_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_rack_enclosure_slot_ref.py b/intersight/models/equipment_rack_enclosure_slot_ref.py index cee939e5..b30221c3 100644 --- a/intersight/models/equipment_rack_enclosure_slot_ref.py +++ b/intersight/models/equipment_rack_enclosure_slot_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_switch_card.py b/intersight/models/equipment_switch_card.py index ccde3792..5b804bb4 100644 --- a/intersight/models/equipment_switch_card.py +++ b/intersight/models/equipment_switch_card.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_switch_card_list.py b/intersight/models/equipment_switch_card_list.py index fbd60378..88b6d392 100644 --- a/intersight/models/equipment_switch_card_list.py +++ b/intersight/models/equipment_switch_card_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_switch_card_ref.py b/intersight/models/equipment_switch_card_ref.py index bc0add0b..81c35ad8 100644 --- a/intersight/models/equipment_switch_card_ref.py +++ b/intersight/models/equipment_switch_card_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_system_io_controller.py b/intersight/models/equipment_system_io_controller.py index f8dc8401..edb6610c 100644 --- a/intersight/models/equipment_system_io_controller.py +++ b/intersight/models/equipment_system_io_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_system_io_controller_list.py b/intersight/models/equipment_system_io_controller_list.py index 83c196a7..c9811118 100644 --- a/intersight/models/equipment_system_io_controller_list.py +++ b/intersight/models/equipment_system_io_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_system_io_controller_ref.py b/intersight/models/equipment_system_io_controller_ref.py index f9aa5d5d..2be54503 100644 --- a/intersight/models/equipment_system_io_controller_ref.py +++ b/intersight/models/equipment_system_io_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_tpm.py b/intersight/models/equipment_tpm.py index b8f2d95e..cb1888a3 100644 --- a/intersight/models/equipment_tpm.py +++ b/intersight/models/equipment_tpm.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_tpm_list.py b/intersight/models/equipment_tpm_list.py index 8bc3443f..0a0d08e9 100644 --- a/intersight/models/equipment_tpm_list.py +++ b/intersight/models/equipment_tpm_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/equipment_tpm_ref.py b/intersight/models/equipment_tpm_ref.py index 3b30e90c..ea37af55 100644 --- a/intersight/models/equipment_tpm_ref.py +++ b/intersight/models/equipment_tpm_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/error.py b/intersight/models/error.py index 499ed599..b4900d32 100644 --- a/intersight/models/error.py +++ b/intersight/models/error.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ether_physical_port.py b/intersight/models/ether_physical_port.py index 8235f7ca..5270c345 100644 --- a/intersight/models/ether_physical_port.py +++ b/intersight/models/ether_physical_port.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ether_physical_port_list.py b/intersight/models/ether_physical_port_list.py index a5352c98..668f7387 100644 --- a/intersight/models/ether_physical_port_list.py +++ b/intersight/models/ether_physical_port_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ether_physical_port_ref.py b/intersight/models/ether_physical_port_ref.py index 6e91c066..d738853a 100644 --- a/intersight/models/ether_physical_port_ref.py +++ b/intersight/models/ether_physical_port_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/extsearch_app_config_ref.py b/intersight/models/extsearch_app_config_ref.py index ae9a5171..5c6f3aaa 100644 --- a/intersight/models/extsearch_app_config_ref.py +++ b/intersight/models/extsearch_app_config_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/extsearch_import_ref.py b/intersight/models/extsearch_import_ref.py index f5279176..5d9974f8 100644 --- a/intersight/models/extsearch_import_ref.py +++ b/intersight/models/extsearch_import_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fault_instance.py b/intersight/models/fault_instance.py index 579241d4..408b314b 100644 --- a/intersight/models/fault_instance.py +++ b/intersight/models/fault_instance.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fault_instance_list.py b/intersight/models/fault_instance_list.py index 645d9516..297b500b 100644 --- a/intersight/models/fault_instance_list.py +++ b/intersight/models/fault_instance_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fault_instance_ref.py b/intersight/models/fault_instance_ref.py index 5facd7f4..f4ba1f6d 100644 --- a/intersight/models/fault_instance_ref.py +++ b/intersight/models/fault_instance_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fc_physical_port.py b/intersight/models/fc_physical_port.py index b5f432ac..7fb24a1c 100644 --- a/intersight/models/fc_physical_port.py +++ b/intersight/models/fc_physical_port.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fc_physical_port_list.py b/intersight/models/fc_physical_port_list.py index 8daa5736..43f595b5 100644 --- a/intersight/models/fc_physical_port_list.py +++ b/intersight/models/fc_physical_port_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/fc_physical_port_ref.py b/intersight/models/fc_physical_port_ref.py index 89670dda..f657a238 100644 --- a/intersight/models/fc_physical_port_ref.py +++ b/intersight/models/fc_physical_port_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_data.py b/intersight/models/feedback_feedback_data.py index 55952bb6..4f41f61c 100644 --- a/intersight/models/feedback_feedback_data.py +++ b/intersight/models/feedback_feedback_data.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_data_ref.py b/intersight/models/feedback_feedback_data_ref.py index c56bb4bb..6d60542d 100644 --- a/intersight/models/feedback_feedback_data_ref.py +++ b/intersight/models/feedback_feedback_data_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_post.py b/intersight/models/feedback_feedback_post.py index 9a2811ba..1ca0be42 100644 --- a/intersight/models/feedback_feedback_post.py +++ b/intersight/models/feedback_feedback_post.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_post_ref.py b/intersight/models/feedback_feedback_post_ref.py index c541d352..b758892c 100644 --- a/intersight/models/feedback_feedback_post_ref.py +++ b/intersight/models/feedback_feedback_post_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_ref.py b/intersight/models/feedback_feedback_ref.py index b6cead00..79f1c8f2 100644 --- a/intersight/models/feedback_feedback_ref.py +++ b/intersight/models/feedback_feedback_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_feedback_settings_ref.py b/intersight/models/feedback_feedback_settings_ref.py index 045adc03..11c1ddef 100644 --- a/intersight/models/feedback_feedback_settings_ref.py +++ b/intersight/models/feedback_feedback_settings_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/feedback_history_item_ref.py b/intersight/models/feedback_history_item_ref.py index 226c4eff..09ba2cc4 100644 --- a/intersight/models/feedback_history_item_ref.py +++ b/intersight/models/feedback_history_item_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_cifs_server.py b/intersight/models/firmware_cifs_server.py index a1a96f55..9b7bf6f2 100644 --- a/intersight/models/firmware_cifs_server.py +++ b/intersight/models/firmware_cifs_server.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_cifs_server_ref.py b/intersight/models/firmware_cifs_server_ref.py index af00f377..4b59e646 100644 --- a/intersight/models/firmware_cifs_server_ref.py +++ b/intersight/models/firmware_cifs_server_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_direct_download.py b/intersight/models/firmware_direct_download.py index 2e977a8a..74c491c5 100644 --- a/intersight/models/firmware_direct_download.py +++ b/intersight/models/firmware_direct_download.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_direct_download_ref.py b/intersight/models/firmware_direct_download_ref.py index 2a1b2ef1..8f8dce33 100644 --- a/intersight/models/firmware_direct_download_ref.py +++ b/intersight/models/firmware_direct_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_distributable.py b/intersight/models/firmware_distributable.py index d3f8c5e7..c7d534bc 100644 --- a/intersight/models/firmware_distributable.py +++ b/intersight/models/firmware_distributable.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_distributable_list.py b/intersight/models/firmware_distributable_list.py index ede02bc8..9f1fddbc 100644 --- a/intersight/models/firmware_distributable_list.py +++ b/intersight/models/firmware_distributable_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_distributable_ref.py b/intersight/models/firmware_distributable_ref.py index 6740dee1..6ae70ead 100644 --- a/intersight/models/firmware_distributable_ref.py +++ b/intersight/models/firmware_distributable_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_download_spec_ref.py b/intersight/models/firmware_download_spec_ref.py index a2536a5a..729afc1d 100644 --- a/intersight/models/firmware_download_spec_ref.py +++ b/intersight/models/firmware_download_spec_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_eula.py b/intersight/models/firmware_eula.py index 271d71bb..bbb62aba 100644 --- a/intersight/models/firmware_eula.py +++ b/intersight/models/firmware_eula.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_eula_list.py b/intersight/models/firmware_eula_list.py index 64f8d506..fecbf215 100644 --- a/intersight/models/firmware_eula_list.py +++ b/intersight/models/firmware_eula_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_eula_ref.py b/intersight/models/firmware_eula_ref.py index 0fd7454c..df85ce3d 100644 --- a/intersight/models/firmware_eula_ref.py +++ b/intersight/models/firmware_eula_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_http_server.py b/intersight/models/firmware_http_server.py index 276f4fab..dff2038c 100644 --- a/intersight/models/firmware_http_server.py +++ b/intersight/models/firmware_http_server.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_http_server_ref.py b/intersight/models/firmware_http_server_ref.py index 272e3474..dba4971a 100644 --- a/intersight/models/firmware_http_server_ref.py +++ b/intersight/models/firmware_http_server_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_network_share.py b/intersight/models/firmware_network_share.py index 6c2ba616..91d5a93f 100644 --- a/intersight/models/firmware_network_share.py +++ b/intersight/models/firmware_network_share.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_network_share_ref.py b/intersight/models/firmware_network_share_ref.py index 951a7c1f..40c6a2eb 100644 --- a/intersight/models/firmware_network_share_ref.py +++ b/intersight/models/firmware_network_share_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_nfs_server.py b/intersight/models/firmware_nfs_server.py index ab475355..6c4c8f06 100644 --- a/intersight/models/firmware_nfs_server.py +++ b/intersight/models/firmware_nfs_server.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_nfs_server_ref.py b/intersight/models/firmware_nfs_server_ref.py index e5eaab1b..88208071 100644 --- a/intersight/models/firmware_nfs_server_ref.py +++ b/intersight/models/firmware_nfs_server_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_running_firmware.py b/intersight/models/firmware_running_firmware.py index 0627bcda..f210393a 100644 --- a/intersight/models/firmware_running_firmware.py +++ b/intersight/models/firmware_running_firmware.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_running_firmware_list.py b/intersight/models/firmware_running_firmware_list.py index 3bbe4fbd..285785e5 100644 --- a/intersight/models/firmware_running_firmware_list.py +++ b/intersight/models/firmware_running_firmware_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_running_firmware_ref.py b/intersight/models/firmware_running_firmware_ref.py index 4011d333..f528f94c 100644 --- a/intersight/models/firmware_running_firmware_ref.py +++ b/intersight/models/firmware_running_firmware_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade.py b/intersight/models/firmware_upgrade.py index 7af46ac6..dc9906d9 100644 --- a/intersight/models/firmware_upgrade.py +++ b/intersight/models/firmware_upgrade.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_list.py b/intersight/models/firmware_upgrade_list.py index 23d165fe..cc7b3bcc 100644 --- a/intersight/models/firmware_upgrade_list.py +++ b/intersight/models/firmware_upgrade_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_ref.py b/intersight/models/firmware_upgrade_ref.py index f1801883..37b811ac 100644 --- a/intersight/models/firmware_upgrade_ref.py +++ b/intersight/models/firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_status.py b/intersight/models/firmware_upgrade_status.py index f8ee5442..d2630a3a 100644 --- a/intersight/models/firmware_upgrade_status.py +++ b/intersight/models/firmware_upgrade_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_status_list.py b/intersight/models/firmware_upgrade_status_list.py index e7d9155d..d1f7b803 100644 --- a/intersight/models/firmware_upgrade_status_list.py +++ b/intersight/models/firmware_upgrade_status_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmware_upgrade_status_ref.py b/intersight/models/firmware_upgrade_status_ref.py index 9b4193e5..bb59d4f1 100644 --- a/intersight/models/firmware_upgrade_status_ref.py +++ b/intersight/models/firmware_upgrade_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_cancel_pending_firmware_upgrade_ref.py b/intersight/models/firmwareimc_cancel_pending_firmware_upgrade_ref.py index 0e5c5a2e..0389f306 100644 --- a/intersight/models/firmwareimc_cancel_pending_firmware_upgrade_ref.py +++ b/intersight/models/firmwareimc_cancel_pending_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_check_for_existing_upgrade_ref.py b/intersight/models/firmwareimc_check_for_existing_upgrade_ref.py index c834994a..739ff228 100644 --- a/intersight/models/firmwareimc_check_for_existing_upgrade_ref.py +++ b/intersight/models/firmwareimc_check_for_existing_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_firmware_upgrade_result_handler_ref.py b/intersight/models/firmwareimc_firmware_upgrade_result_handler_ref.py index 122fa6e6..93ecff42 100644 --- a/intersight/models/firmwareimc_firmware_upgrade_result_handler_ref.py +++ b/intersight/models/firmwareimc_firmware_upgrade_result_handler_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_huu_firmware_upgrade_ref.py b/intersight/models/firmwareimc_huu_firmware_upgrade_ref.py index ed5a57fb..0b0805da 100644 --- a/intersight/models/firmwareimc_huu_firmware_upgrade_ref.py +++ b/intersight/models/firmwareimc_huu_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_initiate_download_ref.py b/intersight/models/firmwareimc_initiate_download_ref.py index 4ee0534b..2f6715e0 100644 --- a/intersight/models/firmwareimc_initiate_download_ref.py +++ b/intersight/models/firmwareimc_initiate_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_wait_for_download_ref.py b/intersight/models/firmwareimc_wait_for_download_ref.py index 7079aec8..b4e45a0e 100644 --- a/intersight/models/firmwareimc_wait_for_download_ref.py +++ b/intersight/models/firmwareimc_wait_for_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/firmwareimc_wait_for_firmware_upgrade_ref.py b/intersight/models/firmwareimc_wait_for_firmware_upgrade_ref.py index fa0e344c..2b1704c0 100644 --- a/intersight/models/firmwareimc_wait_for_firmware_upgrade_ref.py +++ b/intersight/models/firmwareimc_wait_for_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_card.py b/intersight/models/graphics_card.py index 79894f55..828c994b 100644 --- a/intersight/models/graphics_card.py +++ b/intersight/models/graphics_card.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_card_list.py b/intersight/models/graphics_card_list.py index ade0e320..49e7d096 100644 --- a/intersight/models/graphics_card_list.py +++ b/intersight/models/graphics_card_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_card_ref.py b/intersight/models/graphics_card_ref.py index 9b4ef21b..99cd3cd3 100644 --- a/intersight/models/graphics_card_ref.py +++ b/intersight/models/graphics_card_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_controller.py b/intersight/models/graphics_controller.py index b10a6cf5..77489f23 100644 --- a/intersight/models/graphics_controller.py +++ b/intersight/models/graphics_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_controller_list.py b/intersight/models/graphics_controller_list.py index 787c582a..38d1349d 100644 --- a/intersight/models/graphics_controller_list.py +++ b/intersight/models/graphics_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/graphics_controller_ref.py b/intersight/models/graphics_controller_ref.py index 26796f11..524c5109 100644 --- a/intersight/models/graphics_controller_ref.py +++ b/intersight/models/graphics_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_compatibility_info_ref.py b/intersight/models/hcl_compatibility_info_ref.py index a386e6d9..1947e2b1 100644 --- a/intersight/models/hcl_compatibility_info_ref.py +++ b/intersight/models/hcl_compatibility_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_compatibility_status.py b/intersight/models/hcl_compatibility_status.py index 611389d7..2f37d5c3 100644 --- a/intersight/models/hcl_compatibility_status.py +++ b/intersight/models/hcl_compatibility_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_compatibility_status_ref.py b/intersight/models/hcl_compatibility_status_ref.py index 138b0e2b..15561d8d 100644 --- a/intersight/models/hcl_compatibility_status_ref.py +++ b/intersight/models/hcl_compatibility_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_data_import_log_ref.py b/intersight/models/hcl_data_import_log_ref.py index f42eda8a..99fae698 100644 --- a/intersight/models/hcl_data_import_log_ref.py +++ b/intersight/models/hcl_data_import_log_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver.py b/intersight/models/hcl_driver.py index c9ed3845..0058e2e2 100644 --- a/intersight/models/hcl_driver.py +++ b/intersight/models/hcl_driver.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver_image.py b/intersight/models/hcl_driver_image.py index 45dce87d..20e8e123 100644 --- a/intersight/models/hcl_driver_image.py +++ b/intersight/models/hcl_driver_image.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver_image_list.py b/intersight/models/hcl_driver_image_list.py index 15bcf78c..6517787b 100644 --- a/intersight/models/hcl_driver_image_list.py +++ b/intersight/models/hcl_driver_image_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver_image_ref.py b/intersight/models/hcl_driver_image_ref.py index 03609b0d..47cc275a 100644 --- a/intersight/models/hcl_driver_image_ref.py +++ b/intersight/models/hcl_driver_image_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_driver_ref.py b/intersight/models/hcl_driver_ref.py index a410e9df..26d34719 100644 --- a/intersight/models/hcl_driver_ref.py +++ b/intersight/models/hcl_driver_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_firmware.py b/intersight/models/hcl_firmware.py index 374f30f1..98611bc3 100644 --- a/intersight/models/hcl_firmware.py +++ b/intersight/models/hcl_firmware.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_firmware_ref.py b/intersight/models/hcl_firmware_ref.py index 7b1e069c..df32643c 100644 --- a/intersight/models/hcl_firmware_ref.py +++ b/intersight/models/hcl_firmware_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_hardware_compatibility_profile.py b/intersight/models/hcl_hardware_compatibility_profile.py index 5d6f6b5d..1ff61bf8 100644 --- a/intersight/models/hcl_hardware_compatibility_profile.py +++ b/intersight/models/hcl_hardware_compatibility_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_hardware_compatibility_profile_ref.py b/intersight/models/hcl_hardware_compatibility_profile_ref.py index 9750b48f..cf4955b7 100644 --- a/intersight/models/hcl_hardware_compatibility_profile_ref.py +++ b/intersight/models/hcl_hardware_compatibility_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_note_ref.py b/intersight/models/hcl_note_ref.py index 66151838..7a2015ab 100644 --- a/intersight/models/hcl_note_ref.py +++ b/intersight/models/hcl_note_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system.py b/intersight/models/hcl_operating_system.py index 898ffa51..66413be2 100644 --- a/intersight/models/hcl_operating_system.py +++ b/intersight/models/hcl_operating_system.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_list.py b/intersight/models/hcl_operating_system_list.py index f57702da..0bb5b587 100644 --- a/intersight/models/hcl_operating_system_list.py +++ b/intersight/models/hcl_operating_system_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_ref.py b/intersight/models/hcl_operating_system_ref.py index 999b8f8f..0953ea3f 100644 --- a/intersight/models/hcl_operating_system_ref.py +++ b/intersight/models/hcl_operating_system_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_vendor.py b/intersight/models/hcl_operating_system_vendor.py index b702d638..1d87cff2 100644 --- a/intersight/models/hcl_operating_system_vendor.py +++ b/intersight/models/hcl_operating_system_vendor.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_vendor_list.py b/intersight/models/hcl_operating_system_vendor_list.py index e8c25983..7bc91708 100644 --- a/intersight/models/hcl_operating_system_vendor_list.py +++ b/intersight/models/hcl_operating_system_vendor_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_operating_system_vendor_ref.py b/intersight/models/hcl_operating_system_vendor_ref.py index 5943f474..82de2924 100644 --- a/intersight/models/hcl_operating_system_vendor_ref.py +++ b/intersight/models/hcl_operating_system_vendor_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_product.py b/intersight/models/hcl_product.py index 80eaf91c..af86fe8c 100644 --- a/intersight/models/hcl_product.py +++ b/intersight/models/hcl_product.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_product_ref.py b/intersight/models/hcl_product_ref.py index 86b69ddc..44bd77cb 100644 --- a/intersight/models/hcl_product_ref.py +++ b/intersight/models/hcl_product_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_service_status.py b/intersight/models/hcl_service_status.py index 1582d231..ef3f1eca 100644 --- a/intersight/models/hcl_service_status.py +++ b/intersight/models/hcl_service_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_service_status_list.py b/intersight/models/hcl_service_status_list.py index bb498f69..6a5b1945 100644 --- a/intersight/models/hcl_service_status_list.py +++ b/intersight/models/hcl_service_status_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_service_status_ref.py b/intersight/models/hcl_service_status_ref.py index 535f54f9..2fd09666 100644 --- a/intersight/models/hcl_service_status_ref.py +++ b/intersight/models/hcl_service_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_supported_driver_name.py b/intersight/models/hcl_supported_driver_name.py index 6b9cee6e..9b3c4be1 100644 --- a/intersight/models/hcl_supported_driver_name.py +++ b/intersight/models/hcl_supported_driver_name.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hcl_supported_driver_name_ref.py b/intersight/models/hcl_supported_driver_name_ref.py index e6f99f27..5e031802 100644 --- a/intersight/models/hcl_supported_driver_name_ref.py +++ b/intersight/models/hcl_supported_driver_name_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hxdpconnector_hx_inventory_msg_ref.py b/intersight/models/hxdpconnector_hx_inventory_msg_ref.py index 55f7cf92..473d46c6 100644 --- a/intersight/models/hxdpconnector_hx_inventory_msg_ref.py +++ b/intersight/models/hxdpconnector_hx_inventory_msg_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_abstract_app_setting.py b/intersight/models/hyperflex_abstract_app_setting.py index cc27335c..298c87a3 100644 --- a/intersight/models/hyperflex_abstract_app_setting.py +++ b/intersight/models/hyperflex_abstract_app_setting.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_abstract_app_setting_ref.py b/intersight/models/hyperflex_abstract_app_setting_ref.py index eba9e574..03cb8cf7 100644 --- a/intersight/models/hyperflex_abstract_app_setting_ref.py +++ b/intersight/models/hyperflex_abstract_app_setting_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_alarm.py b/intersight/models/hyperflex_alarm.py index 2e4e34bf..649acda0 100644 --- a/intersight/models/hyperflex_alarm.py +++ b/intersight/models/hyperflex_alarm.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_alarm_list.py b/intersight/models/hyperflex_alarm_list.py index 892462be..c35926a9 100644 --- a/intersight/models/hyperflex_alarm_list.py +++ b/intersight/models/hyperflex_alarm_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_alarm_ref.py b/intersight/models/hyperflex_alarm_ref.py index 3333cf72..d2828cde 100644 --- a/intersight/models/hyperflex_alarm_ref.py +++ b/intersight/models/hyperflex_alarm_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_catalog.py b/intersight/models/hyperflex_app_catalog.py index 5db6ee42..5b17c680 100644 --- a/intersight/models/hyperflex_app_catalog.py +++ b/intersight/models/hyperflex_app_catalog.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_catalog_list.py b/intersight/models/hyperflex_app_catalog_list.py index 4f8bc1e8..48abb03b 100644 --- a/intersight/models/hyperflex_app_catalog_list.py +++ b/intersight/models/hyperflex_app_catalog_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_catalog_ref.py b/intersight/models/hyperflex_app_catalog_ref.py index cc16a711..e52cd0d4 100644 --- a/intersight/models/hyperflex_app_catalog_ref.py +++ b/intersight/models/hyperflex_app_catalog_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_setting_constraint.py b/intersight/models/hyperflex_app_setting_constraint.py index 2c4de983..29328ce6 100644 --- a/intersight/models/hyperflex_app_setting_constraint.py +++ b/intersight/models/hyperflex_app_setting_constraint.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_app_setting_constraint_ref.py b/intersight/models/hyperflex_app_setting_constraint_ref.py index 703de262..86333c99 100644 --- a/intersight/models/hyperflex_app_setting_constraint_ref.py +++ b/intersight/models/hyperflex_app_setting_constraint_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_auto_support_policy.py b/intersight/models/hyperflex_auto_support_policy.py index 59e63160..0f48249a 100644 --- a/intersight/models/hyperflex_auto_support_policy.py +++ b/intersight/models/hyperflex_auto_support_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_auto_support_policy_list.py b/intersight/models/hyperflex_auto_support_policy_list.py index b3dd4685..711f2d58 100644 --- a/intersight/models/hyperflex_auto_support_policy_list.py +++ b/intersight/models/hyperflex_auto_support_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_auto_support_policy_ref.py b/intersight/models/hyperflex_auto_support_policy_ref.py index 4b20ad24..01ce3127 100644 --- a/intersight/models/hyperflex_auto_support_policy_ref.py +++ b/intersight/models/hyperflex_auto_support_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster.py b/intersight/models/hyperflex_cluster.py index 7f1ceef4..0bdfe268 100644 --- a/intersight/models/hyperflex_cluster.py +++ b/intersight/models/hyperflex_cluster.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_list.py b/intersight/models/hyperflex_cluster_list.py index ff035e63..4106dce9 100644 --- a/intersight/models/hyperflex_cluster_list.py +++ b/intersight/models/hyperflex_cluster_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_network_policy.py b/intersight/models/hyperflex_cluster_network_policy.py index ee7d706f..840daf8f 100644 --- a/intersight/models/hyperflex_cluster_network_policy.py +++ b/intersight/models/hyperflex_cluster_network_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_network_policy_list.py b/intersight/models/hyperflex_cluster_network_policy_list.py index f71388bc..37a6a1da 100644 --- a/intersight/models/hyperflex_cluster_network_policy_list.py +++ b/intersight/models/hyperflex_cluster_network_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_network_policy_ref.py b/intersight/models/hyperflex_cluster_network_policy_ref.py index 810ce99e..44e9b721 100644 --- a/intersight/models/hyperflex_cluster_network_policy_ref.py +++ b/intersight/models/hyperflex_cluster_network_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_profile.py b/intersight/models/hyperflex_cluster_profile.py index cc95abaa..2ba1b695 100644 --- a/intersight/models/hyperflex_cluster_profile.py +++ b/intersight/models/hyperflex_cluster_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_profile_list.py b/intersight/models/hyperflex_cluster_profile_list.py index 1d76f974..bb55bf9d 100644 --- a/intersight/models/hyperflex_cluster_profile_list.py +++ b/intersight/models/hyperflex_cluster_profile_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_profile_ref.py b/intersight/models/hyperflex_cluster_profile_ref.py index 91456c9f..f63cfccd 100644 --- a/intersight/models/hyperflex_cluster_profile_ref.py +++ b/intersight/models/hyperflex_cluster_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_ref.py b/intersight/models/hyperflex_cluster_ref.py index 41819e2d..5191bbcf 100644 --- a/intersight/models/hyperflex_cluster_ref.py +++ b/intersight/models/hyperflex_cluster_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_storage_policy.py b/intersight/models/hyperflex_cluster_storage_policy.py index 3769f7b9..bcf9d58d 100644 --- a/intersight/models/hyperflex_cluster_storage_policy.py +++ b/intersight/models/hyperflex_cluster_storage_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_storage_policy_list.py b/intersight/models/hyperflex_cluster_storage_policy_list.py index c6590100..281c3ee3 100644 --- a/intersight/models/hyperflex_cluster_storage_policy_list.py +++ b/intersight/models/hyperflex_cluster_storage_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_cluster_storage_policy_ref.py b/intersight/models/hyperflex_cluster_storage_policy_ref.py index 6abe315a..ef2ce27e 100644 --- a/intersight/models/hyperflex_cluster_storage_policy_ref.py +++ b/intersight/models/hyperflex_cluster_storage_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result.py b/intersight/models/hyperflex_config_result.py index 2dbf4f34..b97a6c72 100644 --- a/intersight/models/hyperflex_config_result.py +++ b/intersight/models/hyperflex_config_result.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_entry.py b/intersight/models/hyperflex_config_result_entry.py index 5afeb7ac..19f54b12 100644 --- a/intersight/models/hyperflex_config_result_entry.py +++ b/intersight/models/hyperflex_config_result_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_entry_list.py b/intersight/models/hyperflex_config_result_entry_list.py index dbf58ec0..2f31c0ec 100644 --- a/intersight/models/hyperflex_config_result_entry_list.py +++ b/intersight/models/hyperflex_config_result_entry_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_entry_ref.py b/intersight/models/hyperflex_config_result_entry_ref.py index 9b3145b6..f1021832 100644 --- a/intersight/models/hyperflex_config_result_entry_ref.py +++ b/intersight/models/hyperflex_config_result_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_list.py b/intersight/models/hyperflex_config_result_list.py index 72977df6..def8027d 100644 --- a/intersight/models/hyperflex_config_result_list.py +++ b/intersight/models/hyperflex_config_result_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_config_result_ref.py b/intersight/models/hyperflex_config_result_ref.py index 011d5738..41443cdd 100644 --- a/intersight/models/hyperflex_config_result_ref.py +++ b/intersight/models/hyperflex_config_result_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_credentials_ref.py b/intersight/models/hyperflex_credentials_ref.py index a7049cdd..6418e2f5 100644 --- a/intersight/models/hyperflex_credentials_ref.py +++ b/intersight/models/hyperflex_credentials_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_fc_storage_policy.py b/intersight/models/hyperflex_ext_fc_storage_policy.py index 256c436c..fea8f93e 100644 --- a/intersight/models/hyperflex_ext_fc_storage_policy.py +++ b/intersight/models/hyperflex_ext_fc_storage_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_fc_storage_policy_list.py b/intersight/models/hyperflex_ext_fc_storage_policy_list.py index 26f20aac..7999c78e 100644 --- a/intersight/models/hyperflex_ext_fc_storage_policy_list.py +++ b/intersight/models/hyperflex_ext_fc_storage_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_fc_storage_policy_ref.py b/intersight/models/hyperflex_ext_fc_storage_policy_ref.py index eb151524..576bc09e 100644 --- a/intersight/models/hyperflex_ext_fc_storage_policy_ref.py +++ b/intersight/models/hyperflex_ext_fc_storage_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_iscsi_storage_policy.py b/intersight/models/hyperflex_ext_iscsi_storage_policy.py index 2cb8ecbb..3ac735fd 100644 --- a/intersight/models/hyperflex_ext_iscsi_storage_policy.py +++ b/intersight/models/hyperflex_ext_iscsi_storage_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_iscsi_storage_policy_list.py b/intersight/models/hyperflex_ext_iscsi_storage_policy_list.py index 0ff56653..806897db 100644 --- a/intersight/models/hyperflex_ext_iscsi_storage_policy_list.py +++ b/intersight/models/hyperflex_ext_iscsi_storage_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ext_iscsi_storage_policy_ref.py b/intersight/models/hyperflex_ext_iscsi_storage_policy_ref.py index 2929afda..e3d8d707 100644 --- a/intersight/models/hyperflex_ext_iscsi_storage_policy_ref.py +++ b/intersight/models/hyperflex_ext_iscsi_storage_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_entry.py b/intersight/models/hyperflex_feature_limit_entry.py index 35f3e2e3..0c98055b 100644 --- a/intersight/models/hyperflex_feature_limit_entry.py +++ b/intersight/models/hyperflex_feature_limit_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_entry_ref.py b/intersight/models/hyperflex_feature_limit_entry_ref.py index 9243e9af..e4309840 100644 --- a/intersight/models/hyperflex_feature_limit_entry_ref.py +++ b/intersight/models/hyperflex_feature_limit_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_external.py b/intersight/models/hyperflex_feature_limit_external.py index 47f6f1d4..f2188511 100644 --- a/intersight/models/hyperflex_feature_limit_external.py +++ b/intersight/models/hyperflex_feature_limit_external.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_external_list.py b/intersight/models/hyperflex_feature_limit_external_list.py index e0035a1b..aacd18c6 100644 --- a/intersight/models/hyperflex_feature_limit_external_list.py +++ b/intersight/models/hyperflex_feature_limit_external_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_external_ref.py b/intersight/models/hyperflex_feature_limit_external_ref.py index 4525f8d3..aca8c77e 100644 --- a/intersight/models/hyperflex_feature_limit_external_ref.py +++ b/intersight/models/hyperflex_feature_limit_external_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_internal.py b/intersight/models/hyperflex_feature_limit_internal.py index 27d9b078..ec9be8b4 100644 --- a/intersight/models/hyperflex_feature_limit_internal.py +++ b/intersight/models/hyperflex_feature_limit_internal.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_internal_list.py b/intersight/models/hyperflex_feature_limit_internal_list.py index 968dc263..a6b2c7a2 100644 --- a/intersight/models/hyperflex_feature_limit_internal_list.py +++ b/intersight/models/hyperflex_feature_limit_internal_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_feature_limit_internal_ref.py b/intersight/models/hyperflex_feature_limit_internal_ref.py index e4057c19..5f8263ad 100644 --- a/intersight/models/hyperflex_feature_limit_internal_ref.py +++ b/intersight/models/hyperflex_feature_limit_internal_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_link_dt.py b/intersight/models/hyperflex_hx_link_dt.py index 0bc6db3d..30c72e1f 100644 --- a/intersight/models/hyperflex_hx_link_dt.py +++ b/intersight/models/hyperflex_hx_link_dt.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_link_dt_ref.py b/intersight/models/hyperflex_hx_link_dt_ref.py index 5f2621f9..e04d0cf0 100644 --- a/intersight/models/hyperflex_hx_link_dt_ref.py +++ b/intersight/models/hyperflex_hx_link_dt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_network_address_dt.py b/intersight/models/hyperflex_hx_network_address_dt.py index eb8091a9..d0be2f78 100644 --- a/intersight/models/hyperflex_hx_network_address_dt.py +++ b/intersight/models/hyperflex_hx_network_address_dt.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_network_address_dt_ref.py b/intersight/models/hyperflex_hx_network_address_dt_ref.py index 81c701e4..2305d13a 100644 --- a/intersight/models/hyperflex_hx_network_address_dt_ref.py +++ b/intersight/models/hyperflex_hx_network_address_dt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_uu_id_dt.py b/intersight/models/hyperflex_hx_uu_id_dt.py index 45bd5025..9f032a3d 100644 --- a/intersight/models/hyperflex_hx_uu_id_dt.py +++ b/intersight/models/hyperflex_hx_uu_id_dt.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hx_uu_id_dt_ref.py b/intersight/models/hyperflex_hx_uu_id_dt_ref.py index 81104505..83d11b26 100644 --- a/intersight/models/hyperflex_hx_uu_id_dt_ref.py +++ b/intersight/models/hyperflex_hx_uu_id_dt_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hxdp_version.py b/intersight/models/hyperflex_hxdp_version.py index 1f0ff37f..91bd5899 100644 --- a/intersight/models/hyperflex_hxdp_version.py +++ b/intersight/models/hyperflex_hxdp_version.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hxdp_version_list.py b/intersight/models/hyperflex_hxdp_version_list.py index 5fee3e4a..2529a66a 100644 --- a/intersight/models/hyperflex_hxdp_version_list.py +++ b/intersight/models/hyperflex_hxdp_version_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_hxdp_version_ref.py b/intersight/models/hyperflex_hxdp_version_ref.py index bf740518..841ce059 100644 --- a/intersight/models/hyperflex_hxdp_version_ref.py +++ b/intersight/models/hyperflex_hxdp_version_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_installer_image_ref.py b/intersight/models/hyperflex_installer_image_ref.py index 2388ad40..9a94c0f7 100644 --- a/intersight/models/hyperflex_installer_image_ref.py +++ b/intersight/models/hyperflex_installer_image_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ip_addr_range.py b/intersight/models/hyperflex_ip_addr_range.py index 01a9bd61..79143ea0 100644 --- a/intersight/models/hyperflex_ip_addr_range.py +++ b/intersight/models/hyperflex_ip_addr_range.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ip_addr_range_ref.py b/intersight/models/hyperflex_ip_addr_range_ref.py index ba3db0f8..1f15398c 100644 --- a/intersight/models/hyperflex_ip_addr_range_ref.py +++ b/intersight/models/hyperflex_ip_addr_range_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_local_credential_policy.py b/intersight/models/hyperflex_local_credential_policy.py index 2c4d24d4..9da45dce 100644 --- a/intersight/models/hyperflex_local_credential_policy.py +++ b/intersight/models/hyperflex_local_credential_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_local_credential_policy_list.py b/intersight/models/hyperflex_local_credential_policy_list.py index d47da1b3..9f0d244e 100644 --- a/intersight/models/hyperflex_local_credential_policy_list.py +++ b/intersight/models/hyperflex_local_credential_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_local_credential_policy_ref.py b/intersight/models/hyperflex_local_credential_policy_ref.py index 6ac776f5..d964ea03 100644 --- a/intersight/models/hyperflex_local_credential_policy_ref.py +++ b/intersight/models/hyperflex_local_credential_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_logical_availability_zone.py b/intersight/models/hyperflex_logical_availability_zone.py index 8c0ffed5..3ea943f0 100644 --- a/intersight/models/hyperflex_logical_availability_zone.py +++ b/intersight/models/hyperflex_logical_availability_zone.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_logical_availability_zone_ref.py b/intersight/models/hyperflex_logical_availability_zone_ref.py index 4b8042ef..4b47aa85 100644 --- a/intersight/models/hyperflex_logical_availability_zone_ref.py +++ b/intersight/models/hyperflex_logical_availability_zone_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_mac_addr_prefix_range.py b/intersight/models/hyperflex_mac_addr_prefix_range.py index 292a9f1e..c2ac6ac9 100644 --- a/intersight/models/hyperflex_mac_addr_prefix_range.py +++ b/intersight/models/hyperflex_mac_addr_prefix_range.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_mac_addr_prefix_range_ref.py b/intersight/models/hyperflex_mac_addr_prefix_range_ref.py index 74398476..a7eea538 100644 --- a/intersight/models/hyperflex_mac_addr_prefix_range_ref.py +++ b/intersight/models/hyperflex_mac_addr_prefix_range_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_managed_object_reference.py b/intersight/models/hyperflex_managed_object_reference.py index 219a09fb..ff1ef008 100644 --- a/intersight/models/hyperflex_managed_object_reference.py +++ b/intersight/models/hyperflex_managed_object_reference.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_managed_object_reference_ref.py b/intersight/models/hyperflex_managed_object_reference_ref.py index 412454f9..39758fea 100644 --- a/intersight/models/hyperflex_managed_object_reference_ref.py +++ b/intersight/models/hyperflex_managed_object_reference_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_named_vlan.py b/intersight/models/hyperflex_named_vlan.py index dd9aef1d..46f93b3a 100644 --- a/intersight/models/hyperflex_named_vlan.py +++ b/intersight/models/hyperflex_named_vlan.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_named_vlan_ref.py b/intersight/models/hyperflex_named_vlan_ref.py index 6c1c98cb..53cab12d 100644 --- a/intersight/models/hyperflex_named_vlan_ref.py +++ b/intersight/models/hyperflex_named_vlan_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_named_vsan.py b/intersight/models/hyperflex_named_vsan.py index 3831a55b..f4e970f6 100644 --- a/intersight/models/hyperflex_named_vsan.py +++ b/intersight/models/hyperflex_named_vsan.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_named_vsan_ref.py b/intersight/models/hyperflex_named_vsan_ref.py index 2475a56d..36ea2bb6 100644 --- a/intersight/models/hyperflex_named_vsan_ref.py +++ b/intersight/models/hyperflex_named_vsan_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node.py b/intersight/models/hyperflex_node.py index 54951fc5..0b973b96 100644 --- a/intersight/models/hyperflex_node.py +++ b/intersight/models/hyperflex_node.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_config_policy.py b/intersight/models/hyperflex_node_config_policy.py index c2f65622..4c47cdc7 100644 --- a/intersight/models/hyperflex_node_config_policy.py +++ b/intersight/models/hyperflex_node_config_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_config_policy_list.py b/intersight/models/hyperflex_node_config_policy_list.py index 93df7620..a343b3af 100644 --- a/intersight/models/hyperflex_node_config_policy_list.py +++ b/intersight/models/hyperflex_node_config_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_config_policy_ref.py b/intersight/models/hyperflex_node_config_policy_ref.py index fe099c9d..063e79cd 100644 --- a/intersight/models/hyperflex_node_config_policy_ref.py +++ b/intersight/models/hyperflex_node_config_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_list.py b/intersight/models/hyperflex_node_list.py index 1c8b1202..899788a0 100644 --- a/intersight/models/hyperflex_node_list.py +++ b/intersight/models/hyperflex_node_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_profile.py b/intersight/models/hyperflex_node_profile.py index eb0b11d3..fa476052 100644 --- a/intersight/models/hyperflex_node_profile.py +++ b/intersight/models/hyperflex_node_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_profile_list.py b/intersight/models/hyperflex_node_profile_list.py index 92df6a73..73bb63c8 100644 --- a/intersight/models/hyperflex_node_profile_list.py +++ b/intersight/models/hyperflex_node_profile_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_profile_ref.py b/intersight/models/hyperflex_node_profile_ref.py index 13fc130f..9df99025 100644 --- a/intersight/models/hyperflex_node_profile_ref.py +++ b/intersight/models/hyperflex_node_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_node_ref.py b/intersight/models/hyperflex_node_ref.py index adfc240d..b9eeb462 100644 --- a/intersight/models/hyperflex_node_ref.py +++ b/intersight/models/hyperflex_node_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_proxy_setting_policy.py b/intersight/models/hyperflex_proxy_setting_policy.py index f4c5dc50..fff6e0be 100644 --- a/intersight/models/hyperflex_proxy_setting_policy.py +++ b/intersight/models/hyperflex_proxy_setting_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_proxy_setting_policy_list.py b/intersight/models/hyperflex_proxy_setting_policy_list.py index 0af3a598..aee327fe 100644 --- a/intersight/models/hyperflex_proxy_setting_policy_list.py +++ b/intersight/models/hyperflex_proxy_setting_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_proxy_setting_policy_ref.py b/intersight/models/hyperflex_proxy_setting_policy_ref.py index 128422e1..f94e1084 100644 --- a/intersight/models/hyperflex_proxy_setting_policy_ref.py +++ b/intersight/models/hyperflex_proxy_setting_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version.py b/intersight/models/hyperflex_server_firmware_version.py index f3c05950..a50c2881 100644 --- a/intersight/models/hyperflex_server_firmware_version.py +++ b/intersight/models/hyperflex_server_firmware_version.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version_entry.py b/intersight/models/hyperflex_server_firmware_version_entry.py index c401feb7..8e95c9f9 100644 --- a/intersight/models/hyperflex_server_firmware_version_entry.py +++ b/intersight/models/hyperflex_server_firmware_version_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version_entry_ref.py b/intersight/models/hyperflex_server_firmware_version_entry_ref.py index d5fefac0..e1c205b2 100644 --- a/intersight/models/hyperflex_server_firmware_version_entry_ref.py +++ b/intersight/models/hyperflex_server_firmware_version_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version_list.py b/intersight/models/hyperflex_server_firmware_version_list.py index 498bd896..cae8b140 100644 --- a/intersight/models/hyperflex_server_firmware_version_list.py +++ b/intersight/models/hyperflex_server_firmware_version_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_firmware_version_ref.py b/intersight/models/hyperflex_server_firmware_version_ref.py index a19516c7..50c6fcce 100644 --- a/intersight/models/hyperflex_server_firmware_version_ref.py +++ b/intersight/models/hyperflex_server_firmware_version_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model.py b/intersight/models/hyperflex_server_model.py index 8813186c..77f94c0d 100644 --- a/intersight/models/hyperflex_server_model.py +++ b/intersight/models/hyperflex_server_model.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model_entry.py b/intersight/models/hyperflex_server_model_entry.py index 95d8224b..6c741cd9 100644 --- a/intersight/models/hyperflex_server_model_entry.py +++ b/intersight/models/hyperflex_server_model_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model_entry_ref.py b/intersight/models/hyperflex_server_model_entry_ref.py index c8928394..93effcbe 100644 --- a/intersight/models/hyperflex_server_model_entry_ref.py +++ b/intersight/models/hyperflex_server_model_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model_list.py b/intersight/models/hyperflex_server_model_list.py index 0163ac9b..50d53155 100644 --- a/intersight/models/hyperflex_server_model_list.py +++ b/intersight/models/hyperflex_server_model_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_server_model_ref.py b/intersight/models/hyperflex_server_model_ref.py index 95c4c75d..36ec4520 100644 --- a/intersight/models/hyperflex_server_model_ref.py +++ b/intersight/models/hyperflex_server_model_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_st_platform_cluster_healing_info.py b/intersight/models/hyperflex_st_platform_cluster_healing_info.py index 943c6c1b..b1997633 100644 --- a/intersight/models/hyperflex_st_platform_cluster_healing_info.py +++ b/intersight/models/hyperflex_st_platform_cluster_healing_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_st_platform_cluster_healing_info_ref.py b/intersight/models/hyperflex_st_platform_cluster_healing_info_ref.py index 911a368e..adc9896a 100644 --- a/intersight/models/hyperflex_st_platform_cluster_healing_info_ref.py +++ b/intersight/models/hyperflex_st_platform_cluster_healing_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_st_platform_cluster_resiliency_info.py b/intersight/models/hyperflex_st_platform_cluster_resiliency_info.py index 64623527..79e87716 100644 --- a/intersight/models/hyperflex_st_platform_cluster_resiliency_info.py +++ b/intersight/models/hyperflex_st_platform_cluster_resiliency_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_st_platform_cluster_resiliency_info_ref.py b/intersight/models/hyperflex_st_platform_cluster_resiliency_info_ref.py index 30506ef1..baf405a0 100644 --- a/intersight/models/hyperflex_st_platform_cluster_resiliency_info_ref.py +++ b/intersight/models/hyperflex_st_platform_cluster_resiliency_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_summary.py b/intersight/models/hyperflex_summary.py index 3f911027..80d8286a 100644 --- a/intersight/models/hyperflex_summary.py +++ b/intersight/models/hyperflex_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_summary_ref.py b/intersight/models/hyperflex_summary_ref.py index 48127a4e..d0f20850 100644 --- a/intersight/models/hyperflex_summary_ref.py +++ b/intersight/models/hyperflex_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_sys_config_policy.py b/intersight/models/hyperflex_sys_config_policy.py index bf91af17..642bf8de 100644 --- a/intersight/models/hyperflex_sys_config_policy.py +++ b/intersight/models/hyperflex_sys_config_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_sys_config_policy_list.py b/intersight/models/hyperflex_sys_config_policy_list.py index 3f2659bc..5508d3f0 100644 --- a/intersight/models/hyperflex_sys_config_policy_list.py +++ b/intersight/models/hyperflex_sys_config_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_sys_config_policy_ref.py b/intersight/models/hyperflex_sys_config_policy_ref.py index 7023cf28..31cb69df 100644 --- a/intersight/models/hyperflex_sys_config_policy_ref.py +++ b/intersight/models/hyperflex_sys_config_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ucsm_config_policy.py b/intersight/models/hyperflex_ucsm_config_policy.py index 14b82a70..a45225e5 100644 --- a/intersight/models/hyperflex_ucsm_config_policy.py +++ b/intersight/models/hyperflex_ucsm_config_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ucsm_config_policy_list.py b/intersight/models/hyperflex_ucsm_config_policy_list.py index 9ee86f6f..73628b27 100644 --- a/intersight/models/hyperflex_ucsm_config_policy_list.py +++ b/intersight/models/hyperflex_ucsm_config_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_ucsm_config_policy_ref.py b/intersight/models/hyperflex_ucsm_config_policy_ref.py index f727bc6b..2fbb141e 100644 --- a/intersight/models/hyperflex_ucsm_config_policy_ref.py +++ b/intersight/models/hyperflex_ucsm_config_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_vcenter_config_policy.py b/intersight/models/hyperflex_vcenter_config_policy.py index 4446d4a9..88cd6348 100644 --- a/intersight/models/hyperflex_vcenter_config_policy.py +++ b/intersight/models/hyperflex_vcenter_config_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_vcenter_config_policy_list.py b/intersight/models/hyperflex_vcenter_config_policy_list.py index 863ec96f..18381e6e 100644 --- a/intersight/models/hyperflex_vcenter_config_policy_list.py +++ b/intersight/models/hyperflex_vcenter_config_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_vcenter_config_policy_ref.py b/intersight/models/hyperflex_vcenter_config_policy_ref.py index 55c4854a..a68c1e58 100644 --- a/intersight/models/hyperflex_vcenter_config_policy_ref.py +++ b/intersight/models/hyperflex_vcenter_config_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_wwxn_prefix_range.py b/intersight/models/hyperflex_wwxn_prefix_range.py index a632007a..9944d393 100644 --- a/intersight/models/hyperflex_wwxn_prefix_range.py +++ b/intersight/models/hyperflex_wwxn_prefix_range.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/hyperflex_wwxn_prefix_range_ref.py b/intersight/models/hyperflex_wwxn_prefix_range_ref.py index 829a2ef6..fa0a728c 100644 --- a/intersight/models/hyperflex_wwxn_prefix_range_ref.py +++ b/intersight/models/hyperflex_wwxn_prefix_range_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/i18n_message.py b/intersight/models/i18n_message.py index b259fad0..50b3c987 100644 --- a/intersight/models/i18n_message.py +++ b/intersight/models/i18n_message.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/i18n_message_param.py b/intersight/models/i18n_message_param.py index c6d917d0..6d653943 100644 --- a/intersight/models/i18n_message_param.py +++ b/intersight/models/i18n_message_param.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/i18n_message_param_ref.py b/intersight/models/i18n_message_param_ref.py index d022cba2..26570e8f 100644 --- a/intersight/models/i18n_message_param_ref.py +++ b/intersight/models/i18n_message_param_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/i18n_message_ref.py b/intersight/models/i18n_message_ref.py index b77d2232..61a14198 100644 --- a/intersight/models/i18n_message_ref.py +++ b/intersight/models/i18n_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_connector_pack.py b/intersight/models/iaas_connector_pack.py index 2d163b82..65f93dc1 100644 --- a/intersight/models/iaas_connector_pack.py +++ b/intersight/models/iaas_connector_pack.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_connector_pack_list.py b/intersight/models/iaas_connector_pack_list.py index 6fa6bed2..e16f407a 100644 --- a/intersight/models/iaas_connector_pack_list.py +++ b/intersight/models/iaas_connector_pack_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_connector_pack_ref.py b/intersight/models/iaas_connector_pack_ref.py index 212d8e29..d0113760 100644 --- a/intersight/models/iaas_connector_pack_ref.py +++ b/intersight/models/iaas_connector_pack_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_device_status.py b/intersight/models/iaas_device_status.py index 7f277e0e..e8d20dfa 100644 --- a/intersight/models/iaas_device_status.py +++ b/intersight/models/iaas_device_status.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_device_status_list.py b/intersight/models/iaas_device_status_list.py index 559ddef5..e7d990bb 100644 --- a/intersight/models/iaas_device_status_list.py +++ b/intersight/models/iaas_device_status_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_device_status_ref.py b/intersight/models/iaas_device_status_ref.py index 55f6ebc3..fbf427c4 100644 --- a/intersight/models/iaas_device_status_ref.py +++ b/intersight/models/iaas_device_status_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_info.py b/intersight/models/iaas_license_info.py index c22938a2..8c3755d2 100644 --- a/intersight/models/iaas_license_info.py +++ b/intersight/models/iaas_license_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_info_list.py b/intersight/models/iaas_license_info_list.py index 4d5fcdaa..1a701797 100644 --- a/intersight/models/iaas_license_info_list.py +++ b/intersight/models/iaas_license_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_info_ref.py b/intersight/models/iaas_license_info_ref.py index aecf613f..73f8a931 100644 --- a/intersight/models/iaas_license_info_ref.py +++ b/intersight/models/iaas_license_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_keys_info.py b/intersight/models/iaas_license_keys_info.py index 23d1405e..3d72148a 100644 --- a/intersight/models/iaas_license_keys_info.py +++ b/intersight/models/iaas_license_keys_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_keys_info_ref.py b/intersight/models/iaas_license_keys_info_ref.py index 48aa4715..8baf8fae 100644 --- a/intersight/models/iaas_license_keys_info_ref.py +++ b/intersight/models/iaas_license_keys_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_utilization_info.py b/intersight/models/iaas_license_utilization_info.py index deb9ee43..cb4ea5b0 100644 --- a/intersight/models/iaas_license_utilization_info.py +++ b/intersight/models/iaas_license_utilization_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_license_utilization_info_ref.py b/intersight/models/iaas_license_utilization_info_ref.py index 21040664..22c13678 100644 --- a/intersight/models/iaas_license_utilization_info_ref.py +++ b/intersight/models/iaas_license_utilization_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_most_run_tasks.py b/intersight/models/iaas_most_run_tasks.py index 9690f8b1..4531e2ee 100644 --- a/intersight/models/iaas_most_run_tasks.py +++ b/intersight/models/iaas_most_run_tasks.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_most_run_tasks_list.py b/intersight/models/iaas_most_run_tasks_list.py index 4b55b36e..08ec3271 100644 --- a/intersight/models/iaas_most_run_tasks_list.py +++ b/intersight/models/iaas_most_run_tasks_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_most_run_tasks_ref.py b/intersight/models/iaas_most_run_tasks_ref.py index a285a7c4..5f74adf6 100644 --- a/intersight/models/iaas_most_run_tasks_ref.py +++ b/intersight/models/iaas_most_run_tasks_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_info.py b/intersight/models/iaas_ucsd_info.py index 8dbf7fc9..5ba6c087 100644 --- a/intersight/models/iaas_ucsd_info.py +++ b/intersight/models/iaas_ucsd_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_info_list.py b/intersight/models/iaas_ucsd_info_list.py index 74941f50..411c5c72 100644 --- a/intersight/models/iaas_ucsd_info_list.py +++ b/intersight/models/iaas_ucsd_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_info_ref.py b/intersight/models/iaas_ucsd_info_ref.py index a8e25f2b..27a1850c 100644 --- a/intersight/models/iaas_ucsd_info_ref.py +++ b/intersight/models/iaas_ucsd_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_managed_infra.py b/intersight/models/iaas_ucsd_managed_infra.py index 91f7fc54..97f5c1ed 100644 --- a/intersight/models/iaas_ucsd_managed_infra.py +++ b/intersight/models/iaas_ucsd_managed_infra.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_managed_infra_list.py b/intersight/models/iaas_ucsd_managed_infra_list.py index 5e4840d0..7ce6809c 100644 --- a/intersight/models/iaas_ucsd_managed_infra_list.py +++ b/intersight/models/iaas_ucsd_managed_infra_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iaas_ucsd_managed_infra_ref.py b/intersight/models/iaas_ucsd_managed_infra_ref.py index 20a1b755..f60dbe19 100644 --- a/intersight/models/iaas_ucsd_managed_infra_ref.py +++ b/intersight/models/iaas_ucsd_managed_infra_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account.py b/intersight/models/iam_account.py index e48af641..52cca141 100644 --- a/intersight/models/iam_account.py +++ b/intersight/models/iam_account.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account_list.py b/intersight/models/iam_account_list.py index 8c52fde1..96f3cef4 100644 --- a/intersight/models/iam_account_list.py +++ b/intersight/models/iam_account_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account_permissions.py b/intersight/models/iam_account_permissions.py index 09aac429..9b4c8c26 100644 --- a/intersight/models/iam_account_permissions.py +++ b/intersight/models/iam_account_permissions.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account_permissions_ref.py b/intersight/models/iam_account_permissions_ref.py index 95a70f0f..d40f5c7a 100644 --- a/intersight/models/iam_account_permissions_ref.py +++ b/intersight/models/iam_account_permissions_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_account_ref.py b/intersight/models/iam_account_ref.py index 726ea1c9..bb898db3 100644 --- a/intersight/models/iam_account_ref.py +++ b/intersight/models/iam_account_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_api_key.py b/intersight/models/iam_api_key.py index 053bdb6b..fcdcae39 100644 --- a/intersight/models/iam_api_key.py +++ b/intersight/models/iam_api_key.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_api_key_list.py b/intersight/models/iam_api_key_list.py index 6d414dc7..3508450f 100644 --- a/intersight/models/iam_api_key_list.py +++ b/intersight/models/iam_api_key_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_api_key_ref.py b/intersight/models/iam_api_key_ref.py index 2077191e..bf1628a9 100644 --- a/intersight/models/iam_api_key_ref.py +++ b/intersight/models/iam_api_key_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_domain_group.py b/intersight/models/iam_domain_group.py index 1caddea9..a59db536 100644 --- a/intersight/models/iam_domain_group.py +++ b/intersight/models/iam_domain_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_domain_group_list.py b/intersight/models/iam_domain_group_list.py index 33344195..c2873459 100644 --- a/intersight/models/iam_domain_group_list.py +++ b/intersight/models/iam_domain_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_domain_group_ref.py b/intersight/models/iam_domain_group_ref.py index ee9c5b90..f219a4fa 100644 --- a/intersight/models/iam_domain_group_ref.py +++ b/intersight/models/iam_domain_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_password_properties.py b/intersight/models/iam_end_point_password_properties.py index 2f7225b1..6dbd4185 100644 --- a/intersight/models/iam_end_point_password_properties.py +++ b/intersight/models/iam_end_point_password_properties.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_password_properties_ref.py b/intersight/models/iam_end_point_password_properties_ref.py index 1d142d5c..ae16ce70 100644 --- a/intersight/models/iam_end_point_password_properties_ref.py +++ b/intersight/models/iam_end_point_password_properties_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_privilege.py b/intersight/models/iam_end_point_privilege.py index 19a265ea..87b64d45 100644 --- a/intersight/models/iam_end_point_privilege.py +++ b/intersight/models/iam_end_point_privilege.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_privilege_list.py b/intersight/models/iam_end_point_privilege_list.py index 137ec7b2..7815d162 100644 --- a/intersight/models/iam_end_point_privilege_list.py +++ b/intersight/models/iam_end_point_privilege_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_privilege_ref.py b/intersight/models/iam_end_point_privilege_ref.py index 0169c16e..64ad6229 100644 --- a/intersight/models/iam_end_point_privilege_ref.py +++ b/intersight/models/iam_end_point_privilege_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_role.py b/intersight/models/iam_end_point_role.py index 3ecfe544..10964b9c 100644 --- a/intersight/models/iam_end_point_role.py +++ b/intersight/models/iam_end_point_role.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_role_list.py b/intersight/models/iam_end_point_role_list.py index bae9b361..30ea2a4e 100644 --- a/intersight/models/iam_end_point_role_list.py +++ b/intersight/models/iam_end_point_role_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_role_ref.py b/intersight/models/iam_end_point_role_ref.py index 41a0d576..3bf3bee4 100644 --- a/intersight/models/iam_end_point_role_ref.py +++ b/intersight/models/iam_end_point_role_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user.py b/intersight/models/iam_end_point_user.py index e6eea4d9..0b467d99 100644 --- a/intersight/models/iam_end_point_user.py +++ b/intersight/models/iam_end_point_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_deploy_task_ref.py b/intersight/models/iam_end_point_user_deploy_task_ref.py index 979374bc..e035b3e1 100644 --- a/intersight/models/iam_end_point_user_deploy_task_ref.py +++ b/intersight/models/iam_end_point_user_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_list.py b/intersight/models/iam_end_point_user_list.py index 836766b2..f84e7a15 100644 --- a/intersight/models/iam_end_point_user_list.py +++ b/intersight/models/iam_end_point_user_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_policy.py b/intersight/models/iam_end_point_user_policy.py index 423433ef..8bf79e8b 100644 --- a/intersight/models/iam_end_point_user_policy.py +++ b/intersight/models/iam_end_point_user_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_policy_list.py b/intersight/models/iam_end_point_user_policy_list.py index 4fc3f2df..5b428b6d 100644 --- a/intersight/models/iam_end_point_user_policy_list.py +++ b/intersight/models/iam_end_point_user_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_policy_ref.py b/intersight/models/iam_end_point_user_policy_ref.py index b845d89c..5e4e073d 100644 --- a/intersight/models/iam_end_point_user_policy_ref.py +++ b/intersight/models/iam_end_point_user_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_ref.py b/intersight/models/iam_end_point_user_ref.py index 4c8e5aec..49ddc334 100644 --- a/intersight/models/iam_end_point_user_ref.py +++ b/intersight/models/iam_end_point_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_role.py b/intersight/models/iam_end_point_user_role.py index 83c48ca9..090d8fd4 100644 --- a/intersight/models/iam_end_point_user_role.py +++ b/intersight/models/iam_end_point_user_role.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_role_list.py b/intersight/models/iam_end_point_user_role_list.py index 722568f3..301a1a24 100644 --- a/intersight/models/iam_end_point_user_role_list.py +++ b/intersight/models/iam_end_point_user_role_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_role_ref.py b/intersight/models/iam_end_point_user_role_ref.py index 49dc79e8..6a68a274 100644 --- a/intersight/models/iam_end_point_user_role_ref.py +++ b/intersight/models/iam_end_point_user_role_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_end_point_user_validation_task_ref.py b/intersight/models/iam_end_point_user_validation_task_ref.py index 44e07d72..e523ec94 100644 --- a/intersight/models/iam_end_point_user_validation_task_ref.py +++ b/intersight/models/iam_end_point_user_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp.py b/intersight/models/iam_idp.py index 6805f3fd..66f6dc86 100644 --- a/intersight/models/iam_idp.py +++ b/intersight/models/iam_idp.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_list.py b/intersight/models/iam_idp_list.py index 617d3562..5ef33a22 100644 --- a/intersight/models/iam_idp_list.py +++ b/intersight/models/iam_idp_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_ref.py b/intersight/models/iam_idp_ref.py index ce608669..777ac331 100644 --- a/intersight/models/iam_idp_ref.py +++ b/intersight/models/iam_idp_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_reference.py b/intersight/models/iam_idp_reference.py index 9ac2a18a..b5a850e9 100644 --- a/intersight/models/iam_idp_reference.py +++ b/intersight/models/iam_idp_reference.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_reference_list.py b/intersight/models/iam_idp_reference_list.py index e9eacf7c..c56a9c74 100644 --- a/intersight/models/iam_idp_reference_list.py +++ b/intersight/models/iam_idp_reference_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_idp_reference_ref.py b/intersight/models/iam_idp_reference_ref.py index 155e80bf..3d9a48a2 100644 --- a/intersight/models/iam_idp_reference_ref.py +++ b/intersight/models/iam_idp_reference_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_base_properties.py b/intersight/models/iam_ldap_base_properties.py index e58d941c..033c26d5 100644 --- a/intersight/models/iam_ldap_base_properties.py +++ b/intersight/models/iam_ldap_base_properties.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_base_properties_ref.py b/intersight/models/iam_ldap_base_properties_ref.py index f3c2be14..b8c2acc1 100644 --- a/intersight/models/iam_ldap_base_properties_ref.py +++ b/intersight/models/iam_ldap_base_properties_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_credentials_ref.py b/intersight/models/iam_ldap_credentials_ref.py index 9e4c1acd..1b153bfc 100644 --- a/intersight/models/iam_ldap_credentials_ref.py +++ b/intersight/models/iam_ldap_credentials_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_deploy_task_ref.py b/intersight/models/iam_ldap_deploy_task_ref.py index 5362c337..b042ed6b 100644 --- a/intersight/models/iam_ldap_deploy_task_ref.py +++ b/intersight/models/iam_ldap_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_dns_parameters.py b/intersight/models/iam_ldap_dns_parameters.py index 23259eef..2f1c8359 100644 --- a/intersight/models/iam_ldap_dns_parameters.py +++ b/intersight/models/iam_ldap_dns_parameters.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_dns_parameters_ref.py b/intersight/models/iam_ldap_dns_parameters_ref.py index e29489d5..ec7e128b 100644 --- a/intersight/models/iam_ldap_dns_parameters_ref.py +++ b/intersight/models/iam_ldap_dns_parameters_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_group.py b/intersight/models/iam_ldap_group.py index 9aac952a..f820c414 100644 --- a/intersight/models/iam_ldap_group.py +++ b/intersight/models/iam_ldap_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_group_list.py b/intersight/models/iam_ldap_group_list.py index 506073cb..a9f07ec5 100644 --- a/intersight/models/iam_ldap_group_list.py +++ b/intersight/models/iam_ldap_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_group_ref.py b/intersight/models/iam_ldap_group_ref.py index 3386339a..6fdd1324 100644 --- a/intersight/models/iam_ldap_group_ref.py +++ b/intersight/models/iam_ldap_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_policy.py b/intersight/models/iam_ldap_policy.py index e13b0828..635c1583 100644 --- a/intersight/models/iam_ldap_policy.py +++ b/intersight/models/iam_ldap_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_policy_list.py b/intersight/models/iam_ldap_policy_list.py index 5333404b..6811856b 100644 --- a/intersight/models/iam_ldap_policy_list.py +++ b/intersight/models/iam_ldap_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_policy_ref.py b/intersight/models/iam_ldap_policy_ref.py index 7abda67a..fffe8132 100644 --- a/intersight/models/iam_ldap_policy_ref.py +++ b/intersight/models/iam_ldap_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_provider.py b/intersight/models/iam_ldap_provider.py index 88e6947c..ea10fbcc 100644 --- a/intersight/models/iam_ldap_provider.py +++ b/intersight/models/iam_ldap_provider.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_provider_list.py b/intersight/models/iam_ldap_provider_list.py index be505921..8220eff8 100644 --- a/intersight/models/iam_ldap_provider_list.py +++ b/intersight/models/iam_ldap_provider_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_provider_ref.py b/intersight/models/iam_ldap_provider_ref.py index b3ccf22a..cfd9da50 100644 --- a/intersight/models/iam_ldap_provider_ref.py +++ b/intersight/models/iam_ldap_provider_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_ldap_validation_task_ref.py b/intersight/models/iam_ldap_validation_task_ref.py index 09de4dc0..0bc3bc10 100644 --- a/intersight/models/iam_ldap_validation_task_ref.py +++ b/intersight/models/iam_ldap_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission.py b/intersight/models/iam_permission.py index 1fc2637d..5c14abd1 100644 --- a/intersight/models/iam_permission.py +++ b/intersight/models/iam_permission.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission_list.py b/intersight/models/iam_permission_list.py index af9633ec..aacd3ae1 100644 --- a/intersight/models/iam_permission_list.py +++ b/intersight/models/iam_permission_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission_ref.py b/intersight/models/iam_permission_ref.py index 4cc71913..14cf83f2 100644 --- a/intersight/models/iam_permission_ref.py +++ b/intersight/models/iam_permission_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission_reference.py b/intersight/models/iam_permission_reference.py index d00514fa..638dfde7 100644 --- a/intersight/models/iam_permission_reference.py +++ b/intersight/models/iam_permission_reference.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_permission_reference_ref.py b/intersight/models/iam_permission_reference_ref.py index e08a97c2..2be6fee9 100644 --- a/intersight/models/iam_permission_reference_ref.py +++ b/intersight/models/iam_permission_reference_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege.py b/intersight/models/iam_privilege.py index cf5cc588..d61622e4 100644 --- a/intersight/models/iam_privilege.py +++ b/intersight/models/iam_privilege.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_list.py b/intersight/models/iam_privilege_list.py index cc4e12ad..4d7f5ef7 100644 --- a/intersight/models/iam_privilege_list.py +++ b/intersight/models/iam_privilege_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_ref.py b/intersight/models/iam_privilege_ref.py index 3c4a52b7..294d41f3 100644 --- a/intersight/models/iam_privilege_ref.py +++ b/intersight/models/iam_privilege_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_set.py b/intersight/models/iam_privilege_set.py index 78493021..7debd683 100644 --- a/intersight/models/iam_privilege_set.py +++ b/intersight/models/iam_privilege_set.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_set_list.py b/intersight/models/iam_privilege_set_list.py index 1dfac951..01f15d3b 100644 --- a/intersight/models/iam_privilege_set_list.py +++ b/intersight/models/iam_privilege_set_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_privilege_set_ref.py b/intersight/models/iam_privilege_set_ref.py index 30ee9675..df20b14e 100644 --- a/intersight/models/iam_privilege_set_ref.py +++ b/intersight/models/iam_privilege_set_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_qualifier.py b/intersight/models/iam_qualifier.py index 64e9fc13..901b163f 100644 --- a/intersight/models/iam_qualifier.py +++ b/intersight/models/iam_qualifier.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -43,7 +43,7 @@ class IamQualifier(object): 'version_context': 'MoVersionContext', 'name': 'str', 'usergroup': 'IamUserGroupRef', - 'value': 'str' + 'value': 'list[str]' } attribute_map = { @@ -389,7 +389,7 @@ def value(self): Value of the SAML attribute. :return: The value of this IamQualifier. - :rtype: str + :rtype: list[str] """ return self._value @@ -400,7 +400,7 @@ def value(self, value): Value of the SAML attribute. :param value: The value of this IamQualifier. - :type: str + :type: list[str] """ self._value = value diff --git a/intersight/models/iam_qualifier_list.py b/intersight/models/iam_qualifier_list.py index 891c2f8b..621efbed 100644 --- a/intersight/models/iam_qualifier_list.py +++ b/intersight/models/iam_qualifier_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_qualifier_ref.py b/intersight/models/iam_qualifier_ref.py index 85ac1ada..07aca9e5 100644 --- a/intersight/models/iam_qualifier_ref.py +++ b/intersight/models/iam_qualifier_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_resource_limits.py b/intersight/models/iam_resource_limits.py index be0befdc..f33b67ea 100644 --- a/intersight/models/iam_resource_limits.py +++ b/intersight/models/iam_resource_limits.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_resource_limits_list.py b/intersight/models/iam_resource_limits_list.py index 219754aa..41e929ef 100644 --- a/intersight/models/iam_resource_limits_list.py +++ b/intersight/models/iam_resource_limits_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_resource_limits_ref.py b/intersight/models/iam_resource_limits_ref.py index ccd10968..551ad5c2 100644 --- a/intersight/models/iam_resource_limits_ref.py +++ b/intersight/models/iam_resource_limits_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_role.py b/intersight/models/iam_role.py index 8ddeee85..f9a67fd3 100644 --- a/intersight/models/iam_role.py +++ b/intersight/models/iam_role.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_role_list.py b/intersight/models/iam_role_list.py index 469fd53f..6c5358d9 100644 --- a/intersight/models/iam_role_list.py +++ b/intersight/models/iam_role_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_role_ref.py b/intersight/models/iam_role_ref.py index b459a32f..12a4cab0 100644 --- a/intersight/models/iam_role_ref.py +++ b/intersight/models/iam_role_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_service_provider.py b/intersight/models/iam_service_provider.py index 6318e382..0743a8d8 100644 --- a/intersight/models/iam_service_provider.py +++ b/intersight/models/iam_service_provider.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_service_provider_list.py b/intersight/models/iam_service_provider_list.py index 3b258bce..db28a6c4 100644 --- a/intersight/models/iam_service_provider_list.py +++ b/intersight/models/iam_service_provider_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_service_provider_ref.py b/intersight/models/iam_service_provider_ref.py index e47d3bdf..616dd3dd 100644 --- a/intersight/models/iam_service_provider_ref.py +++ b/intersight/models/iam_service_provider_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session.py b/intersight/models/iam_session.py index 1c676f01..e5b879b5 100644 --- a/intersight/models/iam_session.py +++ b/intersight/models/iam_session.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -482,7 +482,7 @@ def last_login_client(self, last_login_client): def last_login_time(self): """ Gets the last_login_time of this IamSession. - Specifies the last login time for user. + Specifies the last login time for user. :return: The last_login_time of this IamSession. :rtype: datetime @@ -493,7 +493,7 @@ def last_login_time(self): def last_login_time(self, last_login_time): """ Sets the last_login_time of this IamSession. - Specifies the last login time for user. + Specifies the last login time for user. :param last_login_time: The last_login_time of this IamSession. :type: datetime diff --git a/intersight/models/iam_session_limits.py b/intersight/models/iam_session_limits.py index 3c178c58..c498c9eb 100644 --- a/intersight/models/iam_session_limits.py +++ b/intersight/models/iam_session_limits.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_limits_list.py b/intersight/models/iam_session_limits_list.py index 6ac494a5..204736ac 100644 --- a/intersight/models/iam_session_limits_list.py +++ b/intersight/models/iam_session_limits_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_limits_ref.py b/intersight/models/iam_session_limits_ref.py index ea332985..d3d2172a 100644 --- a/intersight/models/iam_session_limits_ref.py +++ b/intersight/models/iam_session_limits_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_list.py b/intersight/models/iam_session_list.py index fb49d10f..45b1d290 100644 --- a/intersight/models/iam_session_list.py +++ b/intersight/models/iam_session_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_session_ref.py b/intersight/models/iam_session_ref.py index 452375fa..3ea6b538 100644 --- a/intersight/models/iam_session_ref.py +++ b/intersight/models/iam_session_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_sp_console_ref.py b/intersight/models/iam_sp_console_ref.py index fbb7c0c4..e9117ea6 100644 --- a/intersight/models/iam_sp_console_ref.py +++ b/intersight/models/iam_sp_console_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_sp_engine_ref.py b/intersight/models/iam_sp_engine_ref.py index 6665cd7a..e6fc7570 100644 --- a/intersight/models/iam_sp_engine_ref.py +++ b/intersight/models/iam_sp_engine_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_sso_session_attributes.py b/intersight/models/iam_sso_session_attributes.py index fb455b98..af6feeeb 100644 --- a/intersight/models/iam_sso_session_attributes.py +++ b/intersight/models/iam_sso_session_attributes.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -31,23 +31,51 @@ class IamSsoSessionAttributes(object): and the value is json key in definition. """ swagger_types = { + 'idp_session_expiration': 'str', 'idp_session_index': 'str' } attribute_map = { + 'idp_session_expiration': 'IdpSessionExpiration', 'idp_session_index': 'IdpSessionIndex' } - def __init__(self, idp_session_index=None): + def __init__(self, idp_session_expiration=None, idp_session_index=None): """ IamSsoSessionAttributes - a model defined in Swagger """ + self._idp_session_expiration = None self._idp_session_index = None + if idp_session_expiration is not None: + self.idp_session_expiration = idp_session_expiration if idp_session_index is not None: self.idp_session_index = idp_session_index + @property + def idp_session_expiration(self): + """ + Gets the idp_session_expiration of this IamSsoSessionAttributes. + SAML SessionNotOnOrAfter attribute sent by IdP in the assertion. IdP uses this to control for how long SP session maybe. SP does not issue SLO if the session is not valid. + + :return: The idp_session_expiration of this IamSsoSessionAttributes. + :rtype: str + """ + return self._idp_session_expiration + + @idp_session_expiration.setter + def idp_session_expiration(self, idp_session_expiration): + """ + Sets the idp_session_expiration of this IamSsoSessionAttributes. + SAML SessionNotOnOrAfter attribute sent by IdP in the assertion. IdP uses this to control for how long SP session maybe. SP does not issue SLO if the session is not valid. + + :param idp_session_expiration: The idp_session_expiration of this IamSsoSessionAttributes. + :type: str + """ + + self._idp_session_expiration = idp_session_expiration + @property def idp_session_index(self): """ diff --git a/intersight/models/iam_sso_session_attributes_ref.py b/intersight/models/iam_sso_session_attributes_ref.py index 86004913..9cb85a0c 100644 --- a/intersight/models/iam_sso_session_attributes_ref.py +++ b/intersight/models/iam_sso_session_attributes_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_system.py b/intersight/models/iam_system.py index d4b0f573..46125883 100644 --- a/intersight/models/iam_system.py +++ b/intersight/models/iam_system.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_system_list.py b/intersight/models/iam_system_list.py index 36ce929d..427e26b9 100644 --- a/intersight/models/iam_system_list.py +++ b/intersight/models/iam_system_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_system_ref.py b/intersight/models/iam_system_ref.py index 369958aa..323d9044 100644 --- a/intersight/models/iam_system_ref.py +++ b/intersight/models/iam_system_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user.py b/intersight/models/iam_user.py index 637680f8..bfa8588c 100644 --- a/intersight/models/iam_user.py +++ b/intersight/models/iam_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_group.py b/intersight/models/iam_user_group.py index 299ca56c..fde5b5f7 100644 --- a/intersight/models/iam_user_group.py +++ b/intersight/models/iam_user_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_group_list.py b/intersight/models/iam_user_group_list.py index ca8d1b75..29b3ea26 100644 --- a/intersight/models/iam_user_group_list.py +++ b/intersight/models/iam_user_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_group_ref.py b/intersight/models/iam_user_group_ref.py index 45a2b781..7299a506 100644 --- a/intersight/models/iam_user_group_ref.py +++ b/intersight/models/iam_user_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_list.py b/intersight/models/iam_user_list.py index a8e1ff30..ed5bebc0 100644 --- a/intersight/models/iam_user_list.py +++ b/intersight/models/iam_user_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_login_time_ref.py b/intersight/models/iam_user_login_time_ref.py index c2035ad9..3c789b69 100644 --- a/intersight/models/iam_user_login_time_ref.py +++ b/intersight/models/iam_user_login_time_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_preference.py b/intersight/models/iam_user_preference.py index 436ee660..e4c7557a 100644 --- a/intersight/models/iam_user_preference.py +++ b/intersight/models/iam_user_preference.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_preference_list.py b/intersight/models/iam_user_preference_list.py index 84ffe26e..62123fbc 100644 --- a/intersight/models/iam_user_preference_list.py +++ b/intersight/models/iam_user_preference_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_preference_ref.py b/intersight/models/iam_user_preference_ref.py index 2c52568b..e49b90c1 100644 --- a/intersight/models/iam_user_preference_ref.py +++ b/intersight/models/iam_user_preference_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/iam_user_ref.py b/intersight/models/iam_user_ref.py index 83c9314f..d579107e 100644 --- a/intersight/models/iam_user_ref.py +++ b/intersight/models/iam_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/imcconnector_sd_card_image_download_message_ref.py b/intersight/models/imcconnector_sd_card_image_download_message_ref.py index 31a210d1..a08c89c8 100644 --- a/intersight/models/imcconnector_sd_card_image_download_message_ref.py +++ b/intersight/models/imcconnector_sd_card_image_download_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_base.py b/intersight/models/inventory_base.py index b2e39b89..9f47bf7a 100644 --- a/intersight/models/inventory_base.py +++ b/intersight/models/inventory_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_base_ref.py b/intersight/models/inventory_base_ref.py index c34e16d9..45f127bc 100644 --- a/intersight/models/inventory_base_ref.py +++ b/intersight/models/inventory_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_device_info.py b/intersight/models/inventory_device_info.py index e82dec91..fe2c0340 100644 --- a/intersight/models/inventory_device_info.py +++ b/intersight/models/inventory_device_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_device_info_list.py b/intersight/models/inventory_device_info_list.py index db6813b7..bb74e62d 100644 --- a/intersight/models/inventory_device_info_list.py +++ b/intersight/models/inventory_device_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_device_info_ref.py b/intersight/models/inventory_device_info_ref.py index b0c2534e..0c0a5b9e 100644 --- a/intersight/models/inventory_device_info_ref.py +++ b/intersight/models/inventory_device_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_dn_mo_binding.py b/intersight/models/inventory_dn_mo_binding.py index 3f0a3c40..8c7846cf 100644 --- a/intersight/models/inventory_dn_mo_binding.py +++ b/intersight/models/inventory_dn_mo_binding.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_dn_mo_binding_list.py b/intersight/models/inventory_dn_mo_binding_list.py index 389a69fd..efdec81e 100644 --- a/intersight/models/inventory_dn_mo_binding_list.py +++ b/intersight/models/inventory_dn_mo_binding_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_dn_mo_binding_ref.py b/intersight/models/inventory_dn_mo_binding_ref.py index 0ee1949a..4c10d14c 100644 --- a/intersight/models/inventory_dn_mo_binding_ref.py +++ b/intersight/models/inventory_dn_mo_binding_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory.py b/intersight/models/inventory_generic_inventory.py index f7f047e5..051d2b5e 100644 --- a/intersight/models/inventory_generic_inventory.py +++ b/intersight/models/inventory_generic_inventory.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_holder.py b/intersight/models/inventory_generic_inventory_holder.py index ea7b6a91..e12e2c36 100644 --- a/intersight/models/inventory_generic_inventory_holder.py +++ b/intersight/models/inventory_generic_inventory_holder.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_holder_list.py b/intersight/models/inventory_generic_inventory_holder_list.py index 1a1eb68d..737ea48e 100644 --- a/intersight/models/inventory_generic_inventory_holder_list.py +++ b/intersight/models/inventory_generic_inventory_holder_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_holder_ref.py b/intersight/models/inventory_generic_inventory_holder_ref.py index 3dd72a4d..28b3fb5d 100644 --- a/intersight/models/inventory_generic_inventory_holder_ref.py +++ b/intersight/models/inventory_generic_inventory_holder_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_list.py b/intersight/models/inventory_generic_inventory_list.py index 54186143..c1502385 100644 --- a/intersight/models/inventory_generic_inventory_list.py +++ b/intersight/models/inventory_generic_inventory_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_generic_inventory_ref.py b/intersight/models/inventory_generic_inventory_ref.py index 5744f8d7..a1f1abd6 100644 --- a/intersight/models/inventory_generic_inventory_ref.py +++ b/intersight/models/inventory_generic_inventory_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_inventory_mo.py b/intersight/models/inventory_inventory_mo.py index 7a29b8c8..afc94e65 100644 --- a/intersight/models/inventory_inventory_mo.py +++ b/intersight/models/inventory_inventory_mo.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_inventory_mo_ref.py b/intersight/models/inventory_inventory_mo_ref.py index ca9ebe5a..2ec5d3e4 100644 --- a/intersight/models/inventory_inventory_mo_ref.py +++ b/intersight/models/inventory_inventory_mo_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_job_info.py b/intersight/models/inventory_job_info.py index 46edc4b3..6b5f7d6f 100644 --- a/intersight/models/inventory_job_info.py +++ b/intersight/models/inventory_job_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_job_info_ref.py b/intersight/models/inventory_job_info_ref.py index 11206174..fb4daaf8 100644 --- a/intersight/models/inventory_job_info_ref.py +++ b/intersight/models/inventory_job_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_request.py b/intersight/models/inventory_request.py index 728a814d..c542237b 100644 --- a/intersight/models/inventory_request.py +++ b/intersight/models/inventory_request.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_request_ref.py b/intersight/models/inventory_request_ref.py index 1b828124..d31173d3 100644 --- a/intersight/models/inventory_request_ref.py +++ b/intersight/models/inventory_request_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/inventory_scoped_inventory_task_ref.py b/intersight/models/inventory_scoped_inventory_task_ref.py index 3b02a886..2df5c248 100644 --- a/intersight/models/inventory_scoped_inventory_task_ref.py +++ b/intersight/models/inventory_scoped_inventory_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_deploy_task_ref.py b/intersight/models/ipmioverlan_deploy_task_ref.py index 5f00fa7f..2bae5b32 100644 --- a/intersight/models/ipmioverlan_deploy_task_ref.py +++ b/intersight/models/ipmioverlan_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_policy.py b/intersight/models/ipmioverlan_policy.py index f535ef83..374bfcf9 100644 --- a/intersight/models/ipmioverlan_policy.py +++ b/intersight/models/ipmioverlan_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_policy_list.py b/intersight/models/ipmioverlan_policy_list.py index 3d49b39c..79585f30 100644 --- a/intersight/models/ipmioverlan_policy_list.py +++ b/intersight/models/ipmioverlan_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_policy_ref.py b/intersight/models/ipmioverlan_policy_ref.py index 25a3ab05..9658b515 100644 --- a/intersight/models/ipmioverlan_policy_ref.py +++ b/intersight/models/ipmioverlan_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ipmioverlan_validation_task_ref.py b/intersight/models/ipmioverlan_validation_task_ref.py index 26edc94d..05ec142b 100644 --- a/intersight/models/ipmioverlan_validation_task_ref.py +++ b/intersight/models/ipmioverlan_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_deploy_task_ref.py b/intersight/models/kvm_deploy_task_ref.py index b44a0ec0..98655521 100644 --- a/intersight/models/kvm_deploy_task_ref.py +++ b/intersight/models/kvm_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_policy.py b/intersight/models/kvm_policy.py index 3537c929..f560aeec 100644 --- a/intersight/models/kvm_policy.py +++ b/intersight/models/kvm_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_policy_list.py b/intersight/models/kvm_policy_list.py index 90443be4..7aba9897 100644 --- a/intersight/models/kvm_policy_list.py +++ b/intersight/models/kvm_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_policy_ref.py b/intersight/models/kvm_policy_ref.py index 2bed188a..ef2de089 100644 --- a/intersight/models/kvm_policy_ref.py +++ b/intersight/models/kvm_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/kvm_validation_task_ref.py b/intersight/models/kvm_validation_task_ref.py index 2eaa5755..ba293f49 100644 --- a/intersight/models/kvm_validation_task_ref.py +++ b/intersight/models/kvm_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_account_license_data.py b/intersight/models/license_account_license_data.py index 4a23dc76..3c506a61 100644 --- a/intersight/models/license_account_license_data.py +++ b/intersight/models/license_account_license_data.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_account_license_data_list.py b/intersight/models/license_account_license_data_list.py index 0b4776ff..16a8d86b 100644 --- a/intersight/models/license_account_license_data_list.py +++ b/intersight/models/license_account_license_data_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_account_license_data_ref.py b/intersight/models/license_account_license_data_ref.py index f81acfda..8c4ff036 100644 --- a/intersight/models/license_account_license_data_ref.py +++ b/intersight/models/license_account_license_data_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_customer_op.py b/intersight/models/license_customer_op.py index 4e27da8e..0222e06e 100644 --- a/intersight/models/license_customer_op.py +++ b/intersight/models/license_customer_op.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_customer_op_list.py b/intersight/models/license_customer_op_list.py index bd26d629..70772f0d 100644 --- a/intersight/models/license_customer_op_list.py +++ b/intersight/models/license_customer_op_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_customer_op_ref.py b/intersight/models/license_customer_op_ref.py index da7ebc0d..5cadbead 100644 --- a/intersight/models/license_customer_op_ref.py +++ b/intersight/models/license_customer_op_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_license_info.py b/intersight/models/license_license_info.py index 9699bb9e..a259a9c4 100644 --- a/intersight/models/license_license_info.py +++ b/intersight/models/license_license_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_license_info_list.py b/intersight/models/license_license_info_list.py index 89e6c126..5a93ab4e 100644 --- a/intersight/models/license_license_info_list.py +++ b/intersight/models/license_license_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_license_info_ref.py b/intersight/models/license_license_info_ref.py index ab175530..9afb6530 100644 --- a/intersight/models/license_license_info_ref.py +++ b/intersight/models/license_license_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_smartlicense_token.py b/intersight/models/license_smartlicense_token.py index 5c03c558..62cd118b 100644 --- a/intersight/models/license_smartlicense_token.py +++ b/intersight/models/license_smartlicense_token.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_smartlicense_token_list.py b/intersight/models/license_smartlicense_token_list.py index e4cb7ef9..8b7f3357 100644 --- a/intersight/models/license_smartlicense_token_list.py +++ b/intersight/models/license_smartlicense_token_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_smartlicense_token_ref.py b/intersight/models/license_smartlicense_token_ref.py index 003a8163..54270b0a 100644 --- a/intersight/models/license_smartlicense_token_ref.py +++ b/intersight/models/license_smartlicense_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/license_sync_response_ref.py b/intersight/models/license_sync_response_ref.py index 6b26b9f9..6c0cad1f 100644 --- a/intersight/models/license_sync_response_ref.py +++ b/intersight/models/license_sync_response_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ls_service_profile.py b/intersight/models/ls_service_profile.py index cf99c4b3..da6baec8 100644 --- a/intersight/models/ls_service_profile.py +++ b/intersight/models/ls_service_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ls_service_profile_list.py b/intersight/models/ls_service_profile_list.py index 797aa057..cf4ead5d 100644 --- a/intersight/models/ls_service_profile_list.py +++ b/intersight/models/ls_service_profile_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ls_service_profile_ref.py b/intersight/models/ls_service_profile_ref.py index 8b6ff473..f5df6d53 100644 --- a/intersight/models/ls_service_profile_ref.py +++ b/intersight/models/ls_service_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_controller.py b/intersight/models/management_controller.py index 99e0029f..44a5da47 100644 --- a/intersight/models/management_controller.py +++ b/intersight/models/management_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_controller_list.py b/intersight/models/management_controller_list.py index 3ac605d2..a772cc80 100644 --- a/intersight/models/management_controller_list.py +++ b/intersight/models/management_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_controller_ref.py b/intersight/models/management_controller_ref.py index 4ce2bbbf..38b3b6b1 100644 --- a/intersight/models/management_controller_ref.py +++ b/intersight/models/management_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_entity.py b/intersight/models/management_entity.py index fda66395..6dc85779 100644 --- a/intersight/models/management_entity.py +++ b/intersight/models/management_entity.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_entity_list.py b/intersight/models/management_entity_list.py index 82a91d89..f81de1d3 100644 --- a/intersight/models/management_entity_list.py +++ b/intersight/models/management_entity_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_entity_ref.py b/intersight/models/management_entity_ref.py index fe8d4562..0bcbc199 100644 --- a/intersight/models/management_entity_ref.py +++ b/intersight/models/management_entity_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_interface.py b/intersight/models/management_interface.py index b369a171..61c3d2eb 100644 --- a/intersight/models/management_interface.py +++ b/intersight/models/management_interface.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_interface_list.py b/intersight/models/management_interface_list.py index 9ffed897..ce78fc4a 100644 --- a/intersight/models/management_interface_list.py +++ b/intersight/models/management_interface_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/management_interface_ref.py b/intersight/models/management_interface_ref.py index 70ba5da3..4df106b4 100644 --- a/intersight/models/management_interface_ref.py +++ b/intersight/models/management_interface_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_array.py b/intersight/models/memory_array.py index f42efcf0..d1051cd7 100644 --- a/intersight/models/memory_array.py +++ b/intersight/models/memory_array.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_array_list.py b/intersight/models/memory_array_list.py index cee96b9d..102d0a68 100644 --- a/intersight/models/memory_array_list.py +++ b/intersight/models/memory_array_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_array_ref.py b/intersight/models/memory_array_ref.py index 9065e74f..b0ae15dc 100644 --- a/intersight/models/memory_array_ref.py +++ b/intersight/models/memory_array_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_unit.py b/intersight/models/memory_unit.py index 4ef0bc21..192be294 100644 --- a/intersight/models/memory_unit.py +++ b/intersight/models/memory_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_unit_list.py b/intersight/models/memory_unit_list.py index 79f650b1..e3705432 100644 --- a/intersight/models/memory_unit_list.py +++ b/intersight/models/memory_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/memory_unit_ref.py b/intersight/models/memory_unit_ref.py index 817e790a..39923047 100644 --- a/intersight/models/memory_unit_ref.py +++ b/intersight/models/memory_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_definition.py b/intersight/models/meta_definition.py index bc91a2bd..b51ee6f5 100644 --- a/intersight/models/meta_definition.py +++ b/intersight/models/meta_definition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_definition_list.py b/intersight/models/meta_definition_list.py index 8e77ca65..4529a743 100644 --- a/intersight/models/meta_definition_list.py +++ b/intersight/models/meta_definition_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_definition_ref.py b/intersight/models/meta_definition_ref.py index e28e7c6d..15f3a81f 100644 --- a/intersight/models/meta_definition_ref.py +++ b/intersight/models/meta_definition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_prop_definition.py b/intersight/models/meta_prop_definition.py index 5e96e2e1..43f39e08 100644 --- a/intersight/models/meta_prop_definition.py +++ b/intersight/models/meta_prop_definition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_prop_definition_ref.py b/intersight/models/meta_prop_definition_ref.py index 6f5982fc..f66edc35 100644 --- a/intersight/models/meta_prop_definition_ref.py +++ b/intersight/models/meta_prop_definition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_relationship_definition.py b/intersight/models/meta_relationship_definition.py index 57f208ae..45b97291 100644 --- a/intersight/models/meta_relationship_definition.py +++ b/intersight/models/meta_relationship_definition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/meta_relationship_definition_ref.py b/intersight/models/meta_relationship_definition_ref.py index addba74e..9d2872a4 100644 --- a/intersight/models/meta_relationship_definition_ref.py +++ b/intersight/models/meta_relationship_definition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_base_complex_type.py b/intersight/models/mo_base_complex_type.py index 34c4ccfb..451eab80 100644 --- a/intersight/models/mo_base_complex_type.py +++ b/intersight/models/mo_base_complex_type.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_base_complex_type_ref.py b/intersight/models/mo_base_complex_type_ref.py index f8256f46..f1f8731e 100644 --- a/intersight/models/mo_base_complex_type_ref.py +++ b/intersight/models/mo_base_complex_type_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_base_mo.py b/intersight/models/mo_base_mo.py index a8793eac..b827586e 100644 --- a/intersight/models/mo_base_mo.py +++ b/intersight/models/mo_base_mo.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_base_mo_ref.py b/intersight/models/mo_base_mo_ref.py index e5d9da9d..5032feb9 100644 --- a/intersight/models/mo_base_mo_ref.py +++ b/intersight/models/mo_base_mo_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_interest_registration_ref.py b/intersight/models/mo_interest_registration_ref.py index 50d54221..c83a96e5 100644 --- a/intersight/models/mo_interest_registration_ref.py +++ b/intersight/models/mo_interest_registration_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_mo_ref.py b/intersight/models/mo_mo_ref.py index 5a0fb8c2..f52aab53 100644 --- a/intersight/models/mo_mo_ref.py +++ b/intersight/models/mo_mo_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_mo_ref_ref.py b/intersight/models/mo_mo_ref_ref.py index e2800e29..ddf3a3a0 100644 --- a/intersight/models/mo_mo_ref_ref.py +++ b/intersight/models/mo_mo_ref_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_tag.py b/intersight/models/mo_tag.py index db448b47..3105ef4e 100644 --- a/intersight/models/mo_tag.py +++ b/intersight/models/mo_tag.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_tag_ref.py b/intersight/models/mo_tag_ref.py index 7c9354f6..38b37f46 100644 --- a/intersight/models/mo_tag_ref.py +++ b/intersight/models/mo_tag_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_version_context.py b/intersight/models/mo_version_context.py index c2e753dd..b59fed36 100644 --- a/intersight/models/mo_version_context.py +++ b/intersight/models/mo_version_context.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/mo_version_context_ref.py b/intersight/models/mo_version_context_ref.py index 8ee4001b..835e2e9d 100644 --- a/intersight/models/mo_version_context_ref.py +++ b/intersight/models/mo_version_context_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element.py b/intersight/models/network_element.py index 117c356d..ea19e284 100644 --- a/intersight/models/network_element.py +++ b/intersight/models/network_element.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_list.py b/intersight/models/network_element_list.py index 32f38938..49a921ac 100644 --- a/intersight/models/network_element_list.py +++ b/intersight/models/network_element_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_ref.py b/intersight/models/network_element_ref.py index 597c0b78..e54c81b7 100644 --- a/intersight/models/network_element_ref.py +++ b/intersight/models/network_element_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_summary.py b/intersight/models/network_element_summary.py index ece72fa3..1aee0ab7 100644 --- a/intersight/models/network_element_summary.py +++ b/intersight/models/network_element_summary.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_summary_list.py b/intersight/models/network_element_summary_list.py index fc0572bd..b34126c2 100644 --- a/intersight/models/network_element_summary_list.py +++ b/intersight/models/network_element_summary_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/network_element_summary_ref.py b/intersight/models/network_element_summary_ref.py index c23699a5..bf914ffc 100644 --- a/intersight/models/network_element_summary_ref.py +++ b/intersight/models/network_element_summary_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_deploy_task_ref.py b/intersight/models/networkconfig_deploy_task_ref.py index af4deddc..d8302448 100644 --- a/intersight/models/networkconfig_deploy_task_ref.py +++ b/intersight/models/networkconfig_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_policy.py b/intersight/models/networkconfig_policy.py index 7e055fcb..c91793c3 100644 --- a/intersight/models/networkconfig_policy.py +++ b/intersight/models/networkconfig_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_policy_list.py b/intersight/models/networkconfig_policy_list.py index ba64a0f2..c5ca81b6 100644 --- a/intersight/models/networkconfig_policy_list.py +++ b/intersight/models/networkconfig_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_policy_ref.py b/intersight/models/networkconfig_policy_ref.py index d875b319..e1ad9024 100644 --- a/intersight/models/networkconfig_policy_ref.py +++ b/intersight/models/networkconfig_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/networkconfig_validation_task_ref.py b/intersight/models/networkconfig_validation_task_ref.py index f8d5894a..21a92cb7 100644 --- a/intersight/models/networkconfig_validation_task_ref.py +++ b/intersight/models/networkconfig_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/notifs_condition.py b/intersight/models/notifs_condition.py index fad5b92f..a9f9ce66 100644 --- a/intersight/models/notifs_condition.py +++ b/intersight/models/notifs_condition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/notifs_condition_ref.py b/intersight/models/notifs_condition_ref.py index f02940d4..f0e6cd62 100644 --- a/intersight/models/notifs_condition_ref.py +++ b/intersight/models/notifs_condition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/notifs_mo_subscription_ref.py b/intersight/models/notifs_mo_subscription_ref.py index a1de0bb0..c2b9a393 100644 --- a/intersight/models/notifs_mo_subscription_ref.py +++ b/intersight/models/notifs_mo_subscription_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_deploy_task_ref.py b/intersight/models/ntp_deploy_task_ref.py index 831c3b0b..bf628c3d 100644 --- a/intersight/models/ntp_deploy_task_ref.py +++ b/intersight/models/ntp_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_policy.py b/intersight/models/ntp_policy.py index 6b3a2d76..a12fe62c 100644 --- a/intersight/models/ntp_policy.py +++ b/intersight/models/ntp_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_policy_list.py b/intersight/models/ntp_policy_list.py index 0d7806da..b83e9270 100644 --- a/intersight/models/ntp_policy_list.py +++ b/intersight/models/ntp_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_policy_ref.py b/intersight/models/ntp_policy_ref.py index ffb055af..397070b1 100644 --- a/intersight/models/ntp_policy_ref.py +++ b/intersight/models/ntp_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ntp_validation_task_ref.py b/intersight/models/ntp_validation_task_ref.py index b08e9a3b..507abf37 100644 --- a/intersight/models/ntp_validation_task_ref.py +++ b/intersight/models/ntp_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth2_auth_token_ref.py b/intersight/models/oauth2_auth_token_ref.py index ee9944fb..92c67f01 100644 --- a/intersight/models/oauth2_auth_token_ref.py +++ b/intersight/models/oauth2_auth_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_access_token.py b/intersight/models/oauth_access_token.py index 7f1597f6..21f87a25 100644 --- a/intersight/models/oauth_access_token.py +++ b/intersight/models/oauth_access_token.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_access_token_ref.py b/intersight/models/oauth_access_token_ref.py index 9da11c04..e6949bb0 100644 --- a/intersight/models/oauth_access_token_ref.py +++ b/intersight/models/oauth_access_token_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_oauth_user.py b/intersight/models/oauth_oauth_user.py index 4346a028..2eab9405 100644 --- a/intersight/models/oauth_oauth_user.py +++ b/intersight/models/oauth_oauth_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_oauth_user_list.py b/intersight/models/oauth_oauth_user_list.py index 14098c44..6c5fdb3e 100644 --- a/intersight/models/oauth_oauth_user_list.py +++ b/intersight/models/oauth_oauth_user_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/oauth_oauth_user_ref.py b/intersight/models/oauth_oauth_user_ref.py index 6f71ea94..e07a16cd 100644 --- a/intersight/models/oauth_oauth_user_ref.py +++ b/intersight/models/oauth_oauth_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/pci_device.py b/intersight/models/pci_device.py index 4421eb38..a130878b 100644 --- a/intersight/models/pci_device.py +++ b/intersight/models/pci_device.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/pci_device_list.py b/intersight/models/pci_device_list.py index e7cfc1ab..c44d3017 100644 --- a/intersight/models/pci_device_list.py +++ b/intersight/models/pci_device_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/pci_device_ref.py b/intersight/models/pci_device_ref.py index 99947e26..7dfa2d50 100644 --- a/intersight/models/pci_device_ref.py +++ b/intersight/models/pci_device_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_change_detail.py b/intersight/models/policy_abstract_config_change_detail.py index 58e71981..54bb4895 100644 --- a/intersight/models/policy_abstract_config_change_detail.py +++ b/intersight/models/policy_abstract_config_change_detail.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_change_detail_ref.py b/intersight/models/policy_abstract_config_change_detail_ref.py index da887089..81ae8b30 100644 --- a/intersight/models/policy_abstract_config_change_detail_ref.py +++ b/intersight/models/policy_abstract_config_change_detail_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_profile.py b/intersight/models/policy_abstract_config_profile.py index bdf7ecb2..fac2ee49 100644 --- a/intersight/models/policy_abstract_config_profile.py +++ b/intersight/models/policy_abstract_config_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_profile_ref.py b/intersight/models/policy_abstract_config_profile_ref.py index b699d499..e6b783f0 100644 --- a/intersight/models/policy_abstract_config_profile_ref.py +++ b/intersight/models/policy_abstract_config_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_result.py b/intersight/models/policy_abstract_config_result.py index f3e74685..5f3a71a4 100644 --- a/intersight/models/policy_abstract_config_result.py +++ b/intersight/models/policy_abstract_config_result.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_result_entry.py b/intersight/models/policy_abstract_config_result_entry.py index 47fb38db..dde4ea10 100644 --- a/intersight/models/policy_abstract_config_result_entry.py +++ b/intersight/models/policy_abstract_config_result_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_result_entry_ref.py b/intersight/models/policy_abstract_config_result_entry_ref.py index 69cdf41c..b93f5e15 100644 --- a/intersight/models/policy_abstract_config_result_entry_ref.py +++ b/intersight/models/policy_abstract_config_result_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_config_result_ref.py b/intersight/models/policy_abstract_config_result_ref.py index c9dfd21c..8a93ae83 100644 --- a/intersight/models/policy_abstract_config_result_ref.py +++ b/intersight/models/policy_abstract_config_result_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_policy.py b/intersight/models/policy_abstract_policy.py index 4158ff9e..90c1436a 100644 --- a/intersight/models/policy_abstract_policy.py +++ b/intersight/models/policy_abstract_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_policy_ref.py b/intersight/models/policy_abstract_policy_ref.py index a09288a6..aff2aa0d 100644 --- a/intersight/models/policy_abstract_policy_ref.py +++ b/intersight/models/policy_abstract_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_profile.py b/intersight/models/policy_abstract_profile.py index df1c5735..1733663a 100644 --- a/intersight/models/policy_abstract_profile.py +++ b/intersight/models/policy_abstract_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_abstract_profile_ref.py b/intersight/models/policy_abstract_profile_ref.py index c1756d8d..0137ba70 100644 --- a/intersight/models/policy_abstract_profile_ref.py +++ b/intersight/models/policy_abstract_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_analyze_impact_task_ref.py b/intersight/models/policy_analyze_impact_task_ref.py index 96c6eb3c..b6730208 100644 --- a/intersight/models/policy_analyze_impact_task_ref.py +++ b/intersight/models/policy_analyze_impact_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_change.py b/intersight/models/policy_config_change.py index afa89cb0..059e1e12 100644 --- a/intersight/models/policy_config_change.py +++ b/intersight/models/policy_config_change.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_change_detail_type_ref.py b/intersight/models/policy_config_change_detail_type_ref.py index ebd1547b..3bc8bfdc 100644 --- a/intersight/models/policy_config_change_detail_type_ref.py +++ b/intersight/models/policy_config_change_detail_type_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_change_ref.py b/intersight/models/policy_config_change_ref.py index d7cc3880..9386cbb9 100644 --- a/intersight/models/policy_config_change_ref.py +++ b/intersight/models/policy_config_change_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_context.py b/intersight/models/policy_config_context.py index 4d6b9350..bd1f147e 100644 --- a/intersight/models/policy_config_context.py +++ b/intersight/models/policy_config_context.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_context_ref.py b/intersight/models/policy_config_context_ref.py index e9fa61ef..52fbe71c 100644 --- a/intersight/models/policy_config_context_ref.py +++ b/intersight/models/policy_config_context_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_result_context.py b/intersight/models/policy_config_result_context.py index d8f42b02..439ef70c 100644 --- a/intersight/models/policy_config_result_context.py +++ b/intersight/models/policy_config_result_context.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_config_result_context_ref.py b/intersight/models/policy_config_result_context_ref.py index 3891130d..27dd910e 100644 --- a/intersight/models/policy_config_result_context_ref.py +++ b/intersight/models/policy_config_result_context_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/policy_take_snapshot_task_ref.py b/intersight/models/policy_take_snapshot_task_ref.py index c425e367..cccec992 100644 --- a/intersight/models/policy_take_snapshot_task_ref.py +++ b/intersight/models/policy_take_snapshot_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_group.py b/intersight/models/port_group.py index 0c8b7ed2..bc30d141 100644 --- a/intersight/models/port_group.py +++ b/intersight/models/port_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_group_list.py b/intersight/models/port_group_list.py index b64e64f8..23fbd7ae 100644 --- a/intersight/models/port_group_list.py +++ b/intersight/models/port_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_group_ref.py b/intersight/models/port_group_ref.py index 350209c4..9daf2a85 100644 --- a/intersight/models/port_group_ref.py +++ b/intersight/models/port_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_physical.py b/intersight/models/port_physical.py index 86e073b9..f8546f31 100644 --- a/intersight/models/port_physical.py +++ b/intersight/models/port_physical.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_physical_ref.py b/intersight/models/port_physical_ref.py index fc1f5bf8..1777f707 100644 --- a/intersight/models/port_physical_ref.py +++ b/intersight/models/port_physical_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_sub_group.py b/intersight/models/port_sub_group.py index b61b581e..aaff891f 100644 --- a/intersight/models/port_sub_group.py +++ b/intersight/models/port_sub_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_sub_group_list.py b/intersight/models/port_sub_group_list.py index 31bd8a0e..124bf904 100644 --- a/intersight/models/port_sub_group_list.py +++ b/intersight/models/port_sub_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/port_sub_group_ref.py b/intersight/models/port_sub_group_ref.py index 0e633f08..ccaff871 100644 --- a/intersight/models/port_sub_group_ref.py +++ b/intersight/models/port_sub_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/processor_unit.py b/intersight/models/processor_unit.py index 4d238e64..ed6ed2ae 100644 --- a/intersight/models/processor_unit.py +++ b/intersight/models/processor_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/processor_unit_list.py b/intersight/models/processor_unit_list.py index e0d3fc77..742687a9 100644 --- a/intersight/models/processor_unit_list.py +++ b/intersight/models/processor_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/processor_unit_ref.py b/intersight/models/processor_unit_ref.py index 5754f4b0..4ca1cdc4 100644 --- a/intersight/models/processor_unit_ref.py +++ b/intersight/models/processor_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_execution_status_task_ref.py b/intersight/models/qatask_execution_status_task_ref.py index d5f16bb2..5ee54b87 100644 --- a/intersight/models/qatask_execution_status_task_ref.py +++ b/intersight/models/qatask_execution_status_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_expobackoff_retry_ref.py b/intersight/models/qatask_expobackoff_retry_ref.py index 3e44a558..4fdf70d1 100644 --- a/intersight/models/qatask_expobackoff_retry_ref.py +++ b/intersight/models/qatask_expobackoff_retry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_fail_async_task_ref.py b/intersight/models/qatask_fail_async_task_ref.py index f548820c..21fb89e6 100644 --- a/intersight/models/qatask_fail_async_task_ref.py +++ b/intersight/models/qatask_fail_async_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_failed_no_retry_ref.py b/intersight/models/qatask_failed_no_retry_ref.py index 0bcea042..9d241775 100644 --- a/intersight/models/qatask_failed_no_retry_ref.py +++ b/intersight/models/qatask_failed_no_retry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_huu_firmware_upgrade_ref.py b/intersight/models/qatask_huu_firmware_upgrade_ref.py index 7c8bae17..067b8c6c 100644 --- a/intersight/models/qatask_huu_firmware_upgrade_ref.py +++ b/intersight/models/qatask_huu_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_initiate_download_ref.py b/intersight/models/qatask_initiate_download_ref.py index 23d1f1d1..0b0abd26 100644 --- a/intersight/models/qatask_initiate_download_ref.py +++ b/intersight/models/qatask_initiate_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_retry30timeout60task_ref.py b/intersight/models/qatask_retry30timeout60task_ref.py index 8b771b34..8869b131 100644 --- a/intersight/models/qatask_retry30timeout60task_ref.py +++ b/intersight/models/qatask_retry30timeout60task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_retry_fixed_ref.py b/intersight/models/qatask_retry_fixed_ref.py index 591e663e..abd7f88e 100644 --- a/intersight/models/qatask_retry_fixed_ref.py +++ b/intersight/models/qatask_retry_fixed_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_success_async_task_ref.py b/intersight/models/qatask_success_async_task_ref.py index a24dfb9b..1710b992 100644 --- a/intersight/models/qatask_success_async_task_ref.py +++ b/intersight/models/qatask_success_async_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_taskin_scheuled_ref.py b/intersight/models/qatask_taskin_scheuled_ref.py index 9c435d6a..9b5a5cc3 100644 --- a/intersight/models/qatask_taskin_scheuled_ref.py +++ b/intersight/models/qatask_taskin_scheuled_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_timeoutwf_exponential_ref.py b/intersight/models/qatask_timeoutwf_exponential_ref.py index 45c4cf42..20719b1c 100644 --- a/intersight/models/qatask_timeoutwf_exponential_ref.py +++ b/intersight/models/qatask_timeoutwf_exponential_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_timeoutwf_fixed_ref.py b/intersight/models/qatask_timeoutwf_fixed_ref.py index 3a602bfb..f799a3fc 100644 --- a/intersight/models/qatask_timeoutwf_fixed_ref.py +++ b/intersight/models/qatask_timeoutwf_fixed_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task1_ref.py b/intersight/models/qatask_ucs_task1_ref.py index 0f85f951..e12f9426 100644 --- a/intersight/models/qatask_ucs_task1_ref.py +++ b/intersight/models/qatask_ucs_task1_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task2_ref.py b/intersight/models/qatask_ucs_task2_ref.py index 3424cfb8..7c88774e 100644 --- a/intersight/models/qatask_ucs_task2_ref.py +++ b/intersight/models/qatask_ucs_task2_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task3_ref.py b/intersight/models/qatask_ucs_task3_ref.py index d08f7157..142761a4 100644 --- a/intersight/models/qatask_ucs_task3_ref.py +++ b/intersight/models/qatask_ucs_task3_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task4_ref.py b/intersight/models/qatask_ucs_task4_ref.py index e8733b40..3bd0d823 100644 --- a/intersight/models/qatask_ucs_task4_ref.py +++ b/intersight/models/qatask_ucs_task4_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task5_ref.py b/intersight/models/qatask_ucs_task5_ref.py index a8fac9ff..e790c21f 100644 --- a/intersight/models/qatask_ucs_task5_ref.py +++ b/intersight/models/qatask_ucs_task5_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task6_ref.py b/intersight/models/qatask_ucs_task6_ref.py index aa28b001..b36cb09b 100644 --- a/intersight/models/qatask_ucs_task6_ref.py +++ b/intersight/models/qatask_ucs_task6_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task7_ref.py b/intersight/models/qatask_ucs_task7_ref.py index ec5a33f4..f2733b7a 100644 --- a/intersight/models/qatask_ucs_task7_ref.py +++ b/intersight/models/qatask_ucs_task7_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task8_ref.py b/intersight/models/qatask_ucs_task8_ref.py index fd17ece3..116c0513 100644 --- a/intersight/models/qatask_ucs_task8_ref.py +++ b/intersight/models/qatask_ucs_task8_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_ucs_task9_ref.py b/intersight/models/qatask_ucs_task9_ref.py index f1976a3a..d8894cad 100644 --- a/intersight/models/qatask_ucs_task9_ref.py +++ b/intersight/models/qatask_ucs_task9_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_wait_for_download_ref.py b/intersight/models/qatask_wait_for_download_ref.py index 6694f6cc..43adbd44 100644 --- a/intersight/models/qatask_wait_for_download_ref.py +++ b/intersight/models/qatask_wait_for_download_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/qatask_wait_for_firmware_upgrade_ref.py b/intersight/models/qatask_wait_for_firmware_upgrade_ref.py index 6a8864a5..70c3e787 100644 --- a/intersight/models/qatask_wait_for_firmware_upgrade_ref.py +++ b/intersight/models/qatask_wait_for_firmware_upgrade_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/resource_group.py b/intersight/models/resource_group.py index 3e34d0c2..ba87801a 100644 --- a/intersight/models/resource_group.py +++ b/intersight/models/resource_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/resource_group_list.py b/intersight/models/resource_group_list.py index 525d47d5..263ad324 100644 --- a/intersight/models/resource_group_list.py +++ b/intersight/models/resource_group_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/resource_group_ref.py b/intersight/models/resource_group_ref.py index e87c0d2b..430aebab 100644 --- a/intersight/models/resource_group_ref.py +++ b/intersight/models/resource_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_deploy_task_ref.py b/intersight/models/sdcard_deploy_task_ref.py index 93466d90..9631324d 100644 --- a/intersight/models/sdcard_deploy_task_ref.py +++ b/intersight/models/sdcard_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_diagnostics_ref.py b/intersight/models/sdcard_diagnostics_ref.py index e0d3c31f..0264c699 100644 --- a/intersight/models/sdcard_diagnostics_ref.py +++ b/intersight/models/sdcard_diagnostics_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_drivers_ref.py b/intersight/models/sdcard_drivers_ref.py index ebb0b7a7..46fabc4e 100644 --- a/intersight/models/sdcard_drivers_ref.py +++ b/intersight/models/sdcard_drivers_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_host_upgrade_utility_ref.py b/intersight/models/sdcard_host_upgrade_utility_ref.py index 1d90c060..62043cdd 100644 --- a/intersight/models/sdcard_host_upgrade_utility_ref.py +++ b/intersight/models/sdcard_host_upgrade_utility_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_operating_system_ref.py b/intersight/models/sdcard_operating_system_ref.py index b3e92662..0530d345 100644 --- a/intersight/models/sdcard_operating_system_ref.py +++ b/intersight/models/sdcard_operating_system_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_partition.py b/intersight/models/sdcard_partition.py index 4cae6247..3dc129c8 100644 --- a/intersight/models/sdcard_partition.py +++ b/intersight/models/sdcard_partition.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_partition_ref.py b/intersight/models/sdcard_partition_ref.py index 151d1534..458c0e11 100644 --- a/intersight/models/sdcard_partition_ref.py +++ b/intersight/models/sdcard_partition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_policy.py b/intersight/models/sdcard_policy.py index d9bf4580..3fbbd4dd 100644 --- a/intersight/models/sdcard_policy.py +++ b/intersight/models/sdcard_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_policy_list.py b/intersight/models/sdcard_policy_list.py index 0a141d15..6539bf7c 100644 --- a/intersight/models/sdcard_policy_list.py +++ b/intersight/models/sdcard_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_policy_ref.py b/intersight/models/sdcard_policy_ref.py index f7fa28d1..c537f55d 100644 --- a/intersight/models/sdcard_policy_ref.py +++ b/intersight/models/sdcard_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_server_configuration_utility_ref.py b/intersight/models/sdcard_server_configuration_utility_ref.py index e890071a..cfc08f7d 100644 --- a/intersight/models/sdcard_server_configuration_utility_ref.py +++ b/intersight/models/sdcard_server_configuration_utility_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_user_partition_ref.py b/intersight/models/sdcard_user_partition_ref.py index 6578c088..d92d38f4 100644 --- a/intersight/models/sdcard_user_partition_ref.py +++ b/intersight/models/sdcard_user_partition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_validation_task_ref.py b/intersight/models/sdcard_validation_task_ref.py index a5af3f32..ccb34e87 100644 --- a/intersight/models/sdcard_validation_task_ref.py +++ b/intersight/models/sdcard_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_virtual_drive.py b/intersight/models/sdcard_virtual_drive.py index b086b288..ae82a585 100644 --- a/intersight/models/sdcard_virtual_drive.py +++ b/intersight/models/sdcard_virtual_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sdcard_virtual_drive_ref.py b/intersight/models/sdcard_virtual_drive_ref.py index 72f6165e..273cc725 100644 --- a/intersight/models/sdcard_virtual_drive_ref.py +++ b/intersight/models/sdcard_virtual_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_search_item.py b/intersight/models/search_search_item.py index 6c4e1a27..68bdaa85 100644 --- a/intersight/models/search_search_item.py +++ b/intersight/models/search_search_item.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_search_item_list.py b/intersight/models/search_search_item_list.py index a2f6d212..e4192ae3 100644 --- a/intersight/models/search_search_item_list.py +++ b/intersight/models/search_search_item_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_search_item_ref.py b/intersight/models/search_search_item_ref.py index 77fe1b25..6b0f26d2 100644 --- a/intersight/models/search_search_item_ref.py +++ b/intersight/models/search_search_item_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_suggest_item.py b/intersight/models/search_suggest_item.py index fdbc040e..1b4f79fd 100644 --- a/intersight/models/search_suggest_item.py +++ b/intersight/models/search_suggest_item.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_suggest_item_ref.py b/intersight/models/search_suggest_item_ref.py index 224f4011..95685407 100644 --- a/intersight/models/search_suggest_item_ref.py +++ b/intersight/models/search_suggest_item_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_tag_item.py b/intersight/models/search_tag_item.py index 33a4ebb7..ae2e23b3 100644 --- a/intersight/models/search_tag_item.py +++ b/intersight/models/search_tag_item.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_tag_item_list.py b/intersight/models/search_tag_item_list.py index 6f668daf..c299600a 100644 --- a/intersight/models/search_tag_item_list.py +++ b/intersight/models/search_tag_item_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/search_tag_item_ref.py b/intersight/models/search_tag_item_ref.py index 8f63004c..9f53cc96 100644 --- a/intersight/models/search_tag_item_ref.py +++ b/intersight/models/search_tag_item_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/security_unit.py b/intersight/models/security_unit.py index bd010ec0..94b63160 100644 --- a/intersight/models/security_unit.py +++ b/intersight/models/security_unit.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/security_unit_list.py b/intersight/models/security_unit_list.py index 8e3604b1..3f84f85e 100644 --- a/intersight/models/security_unit_list.py +++ b/intersight/models/security_unit_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/security_unit_ref.py b/intersight/models/security_unit_ref.py index f65c47e5..dc8c2428 100644 --- a/intersight/models/security_unit_ref.py +++ b/intersight/models/security_unit_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_change_detail.py b/intersight/models/server_config_change_detail.py index 0129d504..c4f76939 100644 --- a/intersight/models/server_config_change_detail.py +++ b/intersight/models/server_config_change_detail.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_change_detail_list.py b/intersight/models/server_config_change_detail_list.py index 02f1ef52..6a68e4d3 100644 --- a/intersight/models/server_config_change_detail_list.py +++ b/intersight/models/server_config_change_detail_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_change_detail_ref.py b/intersight/models/server_config_change_detail_ref.py index 05f2329f..a1458e78 100644 --- a/intersight/models/server_config_change_detail_ref.py +++ b/intersight/models/server_config_change_detail_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result.py b/intersight/models/server_config_result.py index 15f75b8a..cb1e68a2 100644 --- a/intersight/models/server_config_result.py +++ b/intersight/models/server_config_result.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_entry.py b/intersight/models/server_config_result_entry.py index 4bbed7d1..8c22b5dc 100644 --- a/intersight/models/server_config_result_entry.py +++ b/intersight/models/server_config_result_entry.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_entry_list.py b/intersight/models/server_config_result_entry_list.py index 54aafe26..85689580 100644 --- a/intersight/models/server_config_result_entry_list.py +++ b/intersight/models/server_config_result_entry_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_entry_ref.py b/intersight/models/server_config_result_entry_ref.py index be5483af..eb5a9b07 100644 --- a/intersight/models/server_config_result_entry_ref.py +++ b/intersight/models/server_config_result_entry_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_list.py b/intersight/models/server_config_result_list.py index 850a780c..115720f5 100644 --- a/intersight/models/server_config_result_list.py +++ b/intersight/models/server_config_result_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_config_result_ref.py b/intersight/models/server_config_result_ref.py index e07c376b..8ef1753f 100644 --- a/intersight/models/server_config_result_ref.py +++ b/intersight/models/server_config_result_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_profile.py b/intersight/models/server_profile.py index d0a7f2c3..fb7b791c 100644 --- a/intersight/models/server_profile.py +++ b/intersight/models/server_profile.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_profile_apply_task_ref.py b/intersight/models/server_profile_apply_task_ref.py index 47010c86..14e13c09 100644 --- a/intersight/models/server_profile_apply_task_ref.py +++ b/intersight/models/server_profile_apply_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_profile_list.py b/intersight/models/server_profile_list.py index 14868012..4d54ed7a 100644 --- a/intersight/models/server_profile_list.py +++ b/intersight/models/server_profile_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_profile_ref.py b/intersight/models/server_profile_ref.py index 3470c8c2..133f8dec 100644 --- a/intersight/models/server_profile_ref.py +++ b/intersight/models/server_profile_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/server_result_handler_task_ref.py b/intersight/models/server_result_handler_task_ref.py index 42742f01..5c058f01 100644 --- a/intersight/models/server_result_handler_task_ref.py +++ b/intersight/models/server_result_handler_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_deploy_task_ref.py b/intersight/models/smtp_deploy_task_ref.py index 07bd20c1..900c5cfe 100644 --- a/intersight/models/smtp_deploy_task_ref.py +++ b/intersight/models/smtp_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_policy.py b/intersight/models/smtp_policy.py index c4dc183a..fe781d85 100644 --- a/intersight/models/smtp_policy.py +++ b/intersight/models/smtp_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_policy_list.py b/intersight/models/smtp_policy_list.py index 96dea558..6f3bfebb 100644 --- a/intersight/models/smtp_policy_list.py +++ b/intersight/models/smtp_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_policy_ref.py b/intersight/models/smtp_policy_ref.py index 5153b8a5..3bf50149 100644 --- a/intersight/models/smtp_policy_ref.py +++ b/intersight/models/smtp_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/smtp_validation_task_ref.py b/intersight/models/smtp_validation_task_ref.py index 87d3127f..5fc5b305 100644 --- a/intersight/models/smtp_validation_task_ref.py +++ b/intersight/models/smtp_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_deploy_task_ref.py b/intersight/models/snmp_deploy_task_ref.py index cd116978..65a12055 100644 --- a/intersight/models/snmp_deploy_task_ref.py +++ b/intersight/models/snmp_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_policy.py b/intersight/models/snmp_policy.py index 9916f608..e34edbce 100644 --- a/intersight/models/snmp_policy.py +++ b/intersight/models/snmp_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_policy_list.py b/intersight/models/snmp_policy_list.py index 33021e8d..fc59180e 100644 --- a/intersight/models/snmp_policy_list.py +++ b/intersight/models/snmp_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_policy_ref.py b/intersight/models/snmp_policy_ref.py index b9617ce0..d635bf42 100644 --- a/intersight/models/snmp_policy_ref.py +++ b/intersight/models/snmp_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_trap.py b/intersight/models/snmp_trap.py index 2ae3311b..f378b003 100644 --- a/intersight/models/snmp_trap.py +++ b/intersight/models/snmp_trap.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_trap_ref.py b/intersight/models/snmp_trap_ref.py index 6a1245a0..7a759220 100644 --- a/intersight/models/snmp_trap_ref.py +++ b/intersight/models/snmp_trap_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_user.py b/intersight/models/snmp_user.py index 06aea2a7..f1b08ca2 100644 --- a/intersight/models/snmp_user.py +++ b/intersight/models/snmp_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_user_ref.py b/intersight/models/snmp_user_ref.py index bd53549d..121061de 100644 --- a/intersight/models/snmp_user_ref.py +++ b/intersight/models/snmp_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/snmp_validation_task_ref.py b/intersight/models/snmp_validation_task_ref.py index 5f07015f..8d19ebd2 100644 --- a/intersight/models/snmp_validation_task_ref.py +++ b/intersight/models/snmp_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/softwarerepository_authorization.py b/intersight/models/softwarerepository_authorization.py index 6894000e..b63f58f5 100644 --- a/intersight/models/softwarerepository_authorization.py +++ b/intersight/models/softwarerepository_authorization.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/softwarerepository_authorization_list.py b/intersight/models/softwarerepository_authorization_list.py index eb29a3cd..a06c74bc 100644 --- a/intersight/models/softwarerepository_authorization_list.py +++ b/intersight/models/softwarerepository_authorization_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/softwarerepository_authorization_ref.py b/intersight/models/softwarerepository_authorization_ref.py index 27a8939a..158d66f2 100644 --- a/intersight/models/softwarerepository_authorization_ref.py +++ b/intersight/models/softwarerepository_authorization_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_deploy_task_ref.py b/intersight/models/sol_deploy_task_ref.py index 2998204a..acce020f 100644 --- a/intersight/models/sol_deploy_task_ref.py +++ b/intersight/models/sol_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_policy.py b/intersight/models/sol_policy.py index db33d21b..ff16c714 100644 --- a/intersight/models/sol_policy.py +++ b/intersight/models/sol_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_policy_list.py b/intersight/models/sol_policy_list.py index a6c61ebb..0b883a81 100644 --- a/intersight/models/sol_policy_list.py +++ b/intersight/models/sol_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_policy_ref.py b/intersight/models/sol_policy_ref.py index eb154f74..a492c7f0 100644 --- a/intersight/models/sol_policy_ref.py +++ b/intersight/models/sol_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/sol_validation_task_ref.py b/intersight/models/sol_validation_task_ref.py index d87494b2..b91a68db 100644 --- a/intersight/models/sol_validation_task_ref.py +++ b/intersight/models/sol_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_deploy_task_ref.py b/intersight/models/ssh_deploy_task_ref.py index 687d3ae7..22e35df6 100644 --- a/intersight/models/ssh_deploy_task_ref.py +++ b/intersight/models/ssh_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_policy.py b/intersight/models/ssh_policy.py index 8ff13a20..3ea9235e 100644 --- a/intersight/models/ssh_policy.py +++ b/intersight/models/ssh_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_policy_list.py b/intersight/models/ssh_policy_list.py index e53b0914..e5c23904 100644 --- a/intersight/models/ssh_policy_list.py +++ b/intersight/models/ssh_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_policy_ref.py b/intersight/models/ssh_policy_ref.py index e4845937..865e576f 100644 --- a/intersight/models/ssh_policy_ref.py +++ b/intersight/models/ssh_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ssh_validation_task_ref.py b/intersight/models/ssh_validation_task_ref.py index 5d8e56cf..4dc0c7c0 100644 --- a/intersight/models/ssh_validation_task_ref.py +++ b/intersight/models/ssh_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_analyze_impact_task_ref.py b/intersight/models/storage_analyze_impact_task_ref.py index 35d517e6..7d0ddd8c 100644 --- a/intersight/models/storage_analyze_impact_task_ref.py +++ b/intersight/models/storage_analyze_impact_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_controller.py b/intersight/models/storage_controller.py index 99acc7f8..79871165 100644 --- a/intersight/models/storage_controller.py +++ b/intersight/models/storage_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_controller_list.py b/intersight/models/storage_controller_list.py index 4a577ad0..62d1bd00 100644 --- a/intersight/models/storage_controller_list.py +++ b/intersight/models/storage_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_controller_ref.py b/intersight/models/storage_controller_ref.py index 741f70eb..251f70e2 100644 --- a/intersight/models/storage_controller_ref.py +++ b/intersight/models/storage_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_deploy_task_ref.py b/intersight/models/storage_deploy_task_ref.py index 107e9573..f3f71620 100644 --- a/intersight/models/storage_deploy_task_ref.py +++ b/intersight/models/storage_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_disk_group_policy.py b/intersight/models/storage_disk_group_policy.py index d0fbbea5..8db303ce 100644 --- a/intersight/models/storage_disk_group_policy.py +++ b/intersight/models/storage_disk_group_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_disk_group_policy_list.py b/intersight/models/storage_disk_group_policy_list.py index e87c6945..05afb51b 100644 --- a/intersight/models/storage_disk_group_policy_list.py +++ b/intersight/models/storage_disk_group_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_disk_group_policy_ref.py b/intersight/models/storage_disk_group_policy_ref.py index 3fc95965..cbfcf114 100644 --- a/intersight/models/storage_disk_group_policy_ref.py +++ b/intersight/models/storage_disk_group_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_enclosure.py b/intersight/models/storage_enclosure.py index 4fa0dc25..11003547 100644 --- a/intersight/models/storage_enclosure.py +++ b/intersight/models/storage_enclosure.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_enclosure_list.py b/intersight/models/storage_enclosure_list.py index c7fe2b04..66bfe78a 100644 --- a/intersight/models/storage_enclosure_list.py +++ b/intersight/models/storage_enclosure_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_enclosure_ref.py b/intersight/models/storage_enclosure_ref.py index 08c4f2c4..4251c712 100644 --- a/intersight/models/storage_enclosure_ref.py +++ b/intersight/models/storage_enclosure_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller.py b/intersight/models/storage_flex_flash_controller.py index 81358f15..1ddba2fd 100644 --- a/intersight/models/storage_flex_flash_controller.py +++ b/intersight/models/storage_flex_flash_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_list.py b/intersight/models/storage_flex_flash_controller_list.py index 7d0ac49f..fa423059 100644 --- a/intersight/models/storage_flex_flash_controller_list.py +++ b/intersight/models/storage_flex_flash_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_props.py b/intersight/models/storage_flex_flash_controller_props.py index d7d205fb..d54b4558 100644 --- a/intersight/models/storage_flex_flash_controller_props.py +++ b/intersight/models/storage_flex_flash_controller_props.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_props_list.py b/intersight/models/storage_flex_flash_controller_props_list.py index da3c242e..e4b9f9cd 100644 --- a/intersight/models/storage_flex_flash_controller_props_list.py +++ b/intersight/models/storage_flex_flash_controller_props_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_props_ref.py b/intersight/models/storage_flex_flash_controller_props_ref.py index b531294c..3436c5c5 100644 --- a/intersight/models/storage_flex_flash_controller_props_ref.py +++ b/intersight/models/storage_flex_flash_controller_props_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_controller_ref.py b/intersight/models/storage_flex_flash_controller_ref.py index af2f2a00..4777a438 100644 --- a/intersight/models/storage_flex_flash_controller_ref.py +++ b/intersight/models/storage_flex_flash_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_physical_drive.py b/intersight/models/storage_flex_flash_physical_drive.py index a25a05f3..5befe246 100644 --- a/intersight/models/storage_flex_flash_physical_drive.py +++ b/intersight/models/storage_flex_flash_physical_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_physical_drive_list.py b/intersight/models/storage_flex_flash_physical_drive_list.py index afc4491c..f0d81c7f 100644 --- a/intersight/models/storage_flex_flash_physical_drive_list.py +++ b/intersight/models/storage_flex_flash_physical_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_physical_drive_ref.py b/intersight/models/storage_flex_flash_physical_drive_ref.py index cec4d43e..9398d8a4 100644 --- a/intersight/models/storage_flex_flash_physical_drive_ref.py +++ b/intersight/models/storage_flex_flash_physical_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_virtual_drive.py b/intersight/models/storage_flex_flash_virtual_drive.py index c3b4c0de..b398b23e 100644 --- a/intersight/models/storage_flex_flash_virtual_drive.py +++ b/intersight/models/storage_flex_flash_virtual_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_virtual_drive_list.py b/intersight/models/storage_flex_flash_virtual_drive_list.py index 7c63d02d..6b6440ee 100644 --- a/intersight/models/storage_flex_flash_virtual_drive_list.py +++ b/intersight/models/storage_flex_flash_virtual_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_flash_virtual_drive_ref.py b/intersight/models/storage_flex_flash_virtual_drive_ref.py index 71fea1f8..e09fbceb 100644 --- a/intersight/models/storage_flex_flash_virtual_drive_ref.py +++ b/intersight/models/storage_flex_flash_virtual_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_controller.py b/intersight/models/storage_flex_util_controller.py index 1bffc493..47995a0b 100644 --- a/intersight/models/storage_flex_util_controller.py +++ b/intersight/models/storage_flex_util_controller.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_controller_list.py b/intersight/models/storage_flex_util_controller_list.py index 2a0dbc4a..f1dbd2b1 100644 --- a/intersight/models/storage_flex_util_controller_list.py +++ b/intersight/models/storage_flex_util_controller_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_controller_ref.py b/intersight/models/storage_flex_util_controller_ref.py index 0e53f4a9..1c02e9d5 100644 --- a/intersight/models/storage_flex_util_controller_ref.py +++ b/intersight/models/storage_flex_util_controller_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_physical_drive.py b/intersight/models/storage_flex_util_physical_drive.py index d2bda177..6ac4478f 100644 --- a/intersight/models/storage_flex_util_physical_drive.py +++ b/intersight/models/storage_flex_util_physical_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_physical_drive_list.py b/intersight/models/storage_flex_util_physical_drive_list.py index 50880647..14690314 100644 --- a/intersight/models/storage_flex_util_physical_drive_list.py +++ b/intersight/models/storage_flex_util_physical_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_physical_drive_ref.py b/intersight/models/storage_flex_util_physical_drive_ref.py index 0682b223..3fb8a371 100644 --- a/intersight/models/storage_flex_util_physical_drive_ref.py +++ b/intersight/models/storage_flex_util_physical_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_virtual_drive.py b/intersight/models/storage_flex_util_virtual_drive.py index 1fb266c1..5c26ffe0 100644 --- a/intersight/models/storage_flex_util_virtual_drive.py +++ b/intersight/models/storage_flex_util_virtual_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_virtual_drive_list.py b/intersight/models/storage_flex_util_virtual_drive_list.py index 3ce43e05..9c8fa85e 100644 --- a/intersight/models/storage_flex_util_virtual_drive_list.py +++ b/intersight/models/storage_flex_util_virtual_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_flex_util_virtual_drive_ref.py b/intersight/models/storage_flex_util_virtual_drive_ref.py index 99ce9087..94334574 100644 --- a/intersight/models/storage_flex_util_virtual_drive_ref.py +++ b/intersight/models/storage_flex_util_virtual_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_local_disk.py b/intersight/models/storage_local_disk.py index bfa0af81..e2ef519c 100644 --- a/intersight/models/storage_local_disk.py +++ b/intersight/models/storage_local_disk.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_local_disk_ref.py b/intersight/models/storage_local_disk_ref.py index b2d57828..0a61e0c8 100644 --- a/intersight/models/storage_local_disk_ref.py +++ b/intersight/models/storage_local_disk_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk.py b/intersight/models/storage_physical_disk.py index d5165073..98def89c 100644 --- a/intersight/models/storage_physical_disk.py +++ b/intersight/models/storage_physical_disk.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_extension.py b/intersight/models/storage_physical_disk_extension.py index eed64ad0..117a60af 100644 --- a/intersight/models/storage_physical_disk_extension.py +++ b/intersight/models/storage_physical_disk_extension.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_extension_list.py b/intersight/models/storage_physical_disk_extension_list.py index 4dee223b..205c56a1 100644 --- a/intersight/models/storage_physical_disk_extension_list.py +++ b/intersight/models/storage_physical_disk_extension_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_extension_ref.py b/intersight/models/storage_physical_disk_extension_ref.py index 8dfbf967..310b4dc0 100644 --- a/intersight/models/storage_physical_disk_extension_ref.py +++ b/intersight/models/storage_physical_disk_extension_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_list.py b/intersight/models/storage_physical_disk_list.py index bf3dff0e..21decb5c 100644 --- a/intersight/models/storage_physical_disk_list.py +++ b/intersight/models/storage_physical_disk_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_ref.py b/intersight/models/storage_physical_disk_ref.py index 8a967bc6..64fd53a0 100644 --- a/intersight/models/storage_physical_disk_ref.py +++ b/intersight/models/storage_physical_disk_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_usage.py b/intersight/models/storage_physical_disk_usage.py index 5509e525..3a4e061c 100644 --- a/intersight/models/storage_physical_disk_usage.py +++ b/intersight/models/storage_physical_disk_usage.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_usage_list.py b/intersight/models/storage_physical_disk_usage_list.py index 1894a096..d4882100 100644 --- a/intersight/models/storage_physical_disk_usage_list.py +++ b/intersight/models/storage_physical_disk_usage_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_physical_disk_usage_ref.py b/intersight/models/storage_physical_disk_usage_ref.py index 48c9d820..1d5d1671 100644 --- a/intersight/models/storage_physical_disk_usage_ref.py +++ b/intersight/models/storage_physical_disk_usage_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_remote_key_setting.py b/intersight/models/storage_remote_key_setting.py index 812e82ca..21d6e4e4 100644 --- a/intersight/models/storage_remote_key_setting.py +++ b/intersight/models/storage_remote_key_setting.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_remote_key_setting_ref.py b/intersight/models/storage_remote_key_setting_ref.py index b76f1bc8..7f3d00b3 100644 --- a/intersight/models/storage_remote_key_setting_ref.py +++ b/intersight/models/storage_remote_key_setting_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_sas_expander.py b/intersight/models/storage_sas_expander.py index dd32b18a..ccc98d5c 100644 --- a/intersight/models/storage_sas_expander.py +++ b/intersight/models/storage_sas_expander.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_sas_expander_list.py b/intersight/models/storage_sas_expander_list.py index bdc1dd9b..784577d3 100644 --- a/intersight/models/storage_sas_expander_list.py +++ b/intersight/models/storage_sas_expander_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_sas_expander_ref.py b/intersight/models/storage_sas_expander_ref.py index 11e528b7..45eb9970 100644 --- a/intersight/models/storage_sas_expander_ref.py +++ b/intersight/models/storage_sas_expander_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_span_group.py b/intersight/models/storage_span_group.py index 9071c4ad..f46b4910 100644 --- a/intersight/models/storage_span_group.py +++ b/intersight/models/storage_span_group.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_span_group_ref.py b/intersight/models/storage_span_group_ref.py index 6ff06746..eb991d7b 100644 --- a/intersight/models/storage_span_group_ref.py +++ b/intersight/models/storage_span_group_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_storage_policy.py b/intersight/models/storage_storage_policy.py index c24d7d59..16adec27 100644 --- a/intersight/models/storage_storage_policy.py +++ b/intersight/models/storage_storage_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_storage_policy_list.py b/intersight/models/storage_storage_policy_list.py index db78433a..0b479354 100644 --- a/intersight/models/storage_storage_policy_list.py +++ b/intersight/models/storage_storage_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_storage_policy_ref.py b/intersight/models/storage_storage_policy_ref.py index e451cb83..42246dfd 100644 --- a/intersight/models/storage_storage_policy_ref.py +++ b/intersight/models/storage_storage_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_take_snapshot_task_ref.py b/intersight/models/storage_take_snapshot_task_ref.py index d457f2ee..a2f94d0f 100644 --- a/intersight/models/storage_take_snapshot_task_ref.py +++ b/intersight/models/storage_take_snapshot_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_validation_task_ref.py b/intersight/models/storage_validation_task_ref.py index 1e58ee16..01e6ab2b 100644 --- a/intersight/models/storage_validation_task_ref.py +++ b/intersight/models/storage_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_vd_member_ep.py b/intersight/models/storage_vd_member_ep.py index 0035b957..db0ad7c9 100644 --- a/intersight/models/storage_vd_member_ep.py +++ b/intersight/models/storage_vd_member_ep.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_vd_member_ep_list.py b/intersight/models/storage_vd_member_ep_list.py index d82ad1bd..4cf1102f 100644 --- a/intersight/models/storage_vd_member_ep_list.py +++ b/intersight/models/storage_vd_member_ep_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_vd_member_ep_ref.py b/intersight/models/storage_vd_member_ep_ref.py index baaddf8f..f8c83c28 100644 --- a/intersight/models/storage_vd_member_ep_ref.py +++ b/intersight/models/storage_vd_member_ep_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive.py b/intersight/models/storage_virtual_drive.py index ea82963a..a9a83483 100644 --- a/intersight/models/storage_virtual_drive.py +++ b/intersight/models/storage_virtual_drive.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_config.py b/intersight/models/storage_virtual_drive_config.py index 8117bac8..2d749aec 100644 --- a/intersight/models/storage_virtual_drive_config.py +++ b/intersight/models/storage_virtual_drive_config.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_config_ref.py b/intersight/models/storage_virtual_drive_config_ref.py index d03ca664..fa1da76d 100644 --- a/intersight/models/storage_virtual_drive_config_ref.py +++ b/intersight/models/storage_virtual_drive_config_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_extension.py b/intersight/models/storage_virtual_drive_extension.py index ea0de8d7..2843a8da 100644 --- a/intersight/models/storage_virtual_drive_extension.py +++ b/intersight/models/storage_virtual_drive_extension.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_extension_list.py b/intersight/models/storage_virtual_drive_extension_list.py index 63ee8032..8cc36606 100644 --- a/intersight/models/storage_virtual_drive_extension_list.py +++ b/intersight/models/storage_virtual_drive_extension_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_extension_ref.py b/intersight/models/storage_virtual_drive_extension_ref.py index dafdcfab..f6641751 100644 --- a/intersight/models/storage_virtual_drive_extension_ref.py +++ b/intersight/models/storage_virtual_drive_extension_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_list.py b/intersight/models/storage_virtual_drive_list.py index f0a21ea8..6923e55c 100644 --- a/intersight/models/storage_virtual_drive_list.py +++ b/intersight/models/storage_virtual_drive_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/storage_virtual_drive_ref.py b/intersight/models/storage_virtual_drive_ref.py index c77275f9..7a53d142 100644 --- a/intersight/models/storage_virtual_drive_ref.py +++ b/intersight/models/storage_virtual_drive_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_deploy_task_ref.py b/intersight/models/syslog_deploy_task_ref.py index 95490eb3..77463d87 100644 --- a/intersight/models/syslog_deploy_task_ref.py +++ b/intersight/models/syslog_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_local_client_base.py b/intersight/models/syslog_local_client_base.py index 4c55edf3..8d4df2b9 100644 --- a/intersight/models/syslog_local_client_base.py +++ b/intersight/models/syslog_local_client_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_local_client_base_ref.py b/intersight/models/syslog_local_client_base_ref.py index 365dcbb8..3ab66f22 100644 --- a/intersight/models/syslog_local_client_base_ref.py +++ b/intersight/models/syslog_local_client_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_local_file_logging_client_ref.py b/intersight/models/syslog_local_file_logging_client_ref.py index 215f72d8..e1336836 100644 --- a/intersight/models/syslog_local_file_logging_client_ref.py +++ b/intersight/models/syslog_local_file_logging_client_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_policy.py b/intersight/models/syslog_policy.py index 41637a25..aaa33cc2 100644 --- a/intersight/models/syslog_policy.py +++ b/intersight/models/syslog_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_policy_list.py b/intersight/models/syslog_policy_list.py index 87a60189..f4e6f2d8 100644 --- a/intersight/models/syslog_policy_list.py +++ b/intersight/models/syslog_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_policy_ref.py b/intersight/models/syslog_policy_ref.py index f5f32648..24bbc970 100644 --- a/intersight/models/syslog_policy_ref.py +++ b/intersight/models/syslog_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_remote_client_base.py b/intersight/models/syslog_remote_client_base.py index eb3d89ae..00e97f94 100644 --- a/intersight/models/syslog_remote_client_base.py +++ b/intersight/models/syslog_remote_client_base.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_remote_client_base_ref.py b/intersight/models/syslog_remote_client_base_ref.py index b0a67724..7ad6efbe 100644 --- a/intersight/models/syslog_remote_client_base_ref.py +++ b/intersight/models/syslog_remote_client_base_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_remote_logging_client_ref.py b/intersight/models/syslog_remote_logging_client_ref.py index f713b5e3..1cb318b7 100644 --- a/intersight/models/syslog_remote_logging_client_ref.py +++ b/intersight/models/syslog_remote_logging_client_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/syslog_validation_task_ref.py b/intersight/models/syslog_validation_task_ref.py index 613e96e6..ad607230 100644 --- a/intersight/models/syslog_validation_task_ref.py +++ b/intersight/models/syslog_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_file_download_info.py b/intersight/models/task_file_download_info.py index ab928296..b4550bd9 100644 --- a/intersight/models/task_file_download_info.py +++ b/intersight/models/task_file_download_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_file_download_info_ref.py b/intersight/models/task_file_download_info_ref.py index 96ba950a..4cc8eb36 100644 --- a/intersight/models/task_file_download_info_ref.py +++ b/intersight/models/task_file_download_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_input_task_ref.py b/intersight/models/task_input_task_ref.py index 86704863..4e7a3b22 100644 --- a/intersight/models/task_input_task_ref.py +++ b/intersight/models/task_input_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task1_ref.py b/intersight/models/task_ucs_task1_ref.py index 511d2428..6ada83fe 100644 --- a/intersight/models/task_ucs_task1_ref.py +++ b/intersight/models/task_ucs_task1_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task2_ref.py b/intersight/models/task_ucs_task2_ref.py index 0b0e4c12..149a3edd 100644 --- a/intersight/models/task_ucs_task2_ref.py +++ b/intersight/models/task_ucs_task2_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task3_ref.py b/intersight/models/task_ucs_task3_ref.py index 74ecfb5f..dd4e091a 100644 --- a/intersight/models/task_ucs_task3_ref.py +++ b/intersight/models/task_ucs_task3_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task4_ref.py b/intersight/models/task_ucs_task4_ref.py index 90c254e9..6026e46b 100644 --- a/intersight/models/task_ucs_task4_ref.py +++ b/intersight/models/task_ucs_task4_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task5_ref.py b/intersight/models/task_ucs_task5_ref.py index 0772eef2..fc85ac7b 100644 --- a/intersight/models/task_ucs_task5_ref.py +++ b/intersight/models/task_ucs_task5_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task6_ref.py b/intersight/models/task_ucs_task6_ref.py index f057e44c..d3cc2d03 100644 --- a/intersight/models/task_ucs_task6_ref.py +++ b/intersight/models/task_ucs_task6_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task7_ref.py b/intersight/models/task_ucs_task7_ref.py index bf8bf726..90cb2147 100644 --- a/intersight/models/task_ucs_task7_ref.py +++ b/intersight/models/task_ucs_task7_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task8_ref.py b/intersight/models/task_ucs_task8_ref.py index 729678bf..e4d9ac9f 100644 --- a/intersight/models/task_ucs_task8_ref.py +++ b/intersight/models/task_ucs_task8_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_ucs_task9_ref.py b/intersight/models/task_ucs_task9_ref.py index 8b580cc2..6486b8e9 100644 --- a/intersight/models/task_ucs_task9_ref.py +++ b/intersight/models/task_ucs_task9_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_workflow_action.py b/intersight/models/task_workflow_action.py index 0a4ab84e..45704d67 100644 --- a/intersight/models/task_workflow_action.py +++ b/intersight/models/task_workflow_action.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_workflow_action_list.py b/intersight/models/task_workflow_action_list.py index f48842ea..8e0b8486 100644 --- a/intersight/models/task_workflow_action_list.py +++ b/intersight/models/task_workflow_action_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/task_workflow_action_ref.py b/intersight/models/task_workflow_action_ref.py index 692461f7..0527722d 100644 --- a/intersight/models/task_workflow_action_ref.py +++ b/intersight/models/task_workflow_action_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/telemetry_time_series.py b/intersight/models/telemetry_time_series.py index 773b7953..f21de15e 100644 --- a/intersight/models/telemetry_time_series.py +++ b/intersight/models/telemetry_time_series.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/telemetry_time_series_ref.py b/intersight/models/telemetry_time_series_ref.py index 44fedfc2..3a22c894 100644 --- a/intersight/models/telemetry_time_series_ref.py +++ b/intersight/models/telemetry_time_series_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/terminal_audit_log.py b/intersight/models/terminal_audit_log.py index b6789d69..7fe766f4 100644 --- a/intersight/models/terminal_audit_log.py +++ b/intersight/models/terminal_audit_log.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/terminal_audit_log_list.py b/intersight/models/terminal_audit_log_list.py index 84c529b7..b7033997 100644 --- a/intersight/models/terminal_audit_log_list.py +++ b/intersight/models/terminal_audit_log_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/terminal_audit_log_ref.py b/intersight/models/terminal_audit_log_ref.py index 51a9cff1..c44dfbfd 100644 --- a/intersight/models/terminal_audit_log_ref.py +++ b/intersight/models/terminal_audit_log_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_administrator.py b/intersight/models/testcrypt_administrator.py index a5d4045e..364cfd6c 100644 --- a/intersight/models/testcrypt_administrator.py +++ b/intersight/models/testcrypt_administrator.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_administrator_list.py b/intersight/models/testcrypt_administrator_list.py index 2844c3e4..4457e819 100644 --- a/intersight/models/testcrypt_administrator_list.py +++ b/intersight/models/testcrypt_administrator_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_administrator_ref.py b/intersight/models/testcrypt_administrator_ref.py index 49584458..9c8ce408 100644 --- a/intersight/models/testcrypt_administrator_ref.py +++ b/intersight/models/testcrypt_administrator_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_credential.py b/intersight/models/testcrypt_credential.py index fe061b1c..a5b16b4f 100644 --- a/intersight/models/testcrypt_credential.py +++ b/intersight/models/testcrypt_credential.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_credential_list.py b/intersight/models/testcrypt_credential_list.py index c5f0d1a2..a11face6 100644 --- a/intersight/models/testcrypt_credential_list.py +++ b/intersight/models/testcrypt_credential_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_credential_ref.py b/intersight/models/testcrypt_credential_ref.py index b04257d7..b1f2c9a9 100644 --- a/intersight/models/testcrypt_credential_ref.py +++ b/intersight/models/testcrypt_credential_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_read_only_user.py b/intersight/models/testcrypt_read_only_user.py index 4c5b56f5..d63db0c6 100644 --- a/intersight/models/testcrypt_read_only_user.py +++ b/intersight/models/testcrypt_read_only_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_read_only_user_list.py b/intersight/models/testcrypt_read_only_user_list.py index 3028a7a7..26b616bc 100644 --- a/intersight/models/testcrypt_read_only_user_list.py +++ b/intersight/models/testcrypt_read_only_user_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_read_only_user_ref.py b/intersight/models/testcrypt_read_only_user_ref.py index b299fefb..58c7055d 100644 --- a/intersight/models/testcrypt_read_only_user_ref.py +++ b/intersight/models/testcrypt_read_only_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_shadow_credential.py b/intersight/models/testcrypt_shadow_credential.py index 8c5c34a3..ad9ac5b4 100644 --- a/intersight/models/testcrypt_shadow_credential.py +++ b/intersight/models/testcrypt_shadow_credential.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_shadow_credential_list.py b/intersight/models/testcrypt_shadow_credential_list.py index f691416a..5d9e23e1 100644 --- a/intersight/models/testcrypt_shadow_credential_list.py +++ b/intersight/models/testcrypt_shadow_credential_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_shadow_credential_ref.py b/intersight/models/testcrypt_shadow_credential_ref.py index 1467c2a0..f95e3fb6 100644 --- a/intersight/models/testcrypt_shadow_credential_ref.py +++ b/intersight/models/testcrypt_shadow_credential_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_user.py b/intersight/models/testcrypt_user.py index 289b88c0..f8f62c58 100644 --- a/intersight/models/testcrypt_user.py +++ b/intersight/models/testcrypt_user.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/testcrypt_user_ref.py b/intersight/models/testcrypt_user_ref.py index 6b9f4776..63813c7a 100644 --- a/intersight/models/testcrypt_user_ref.py +++ b/intersight/models/testcrypt_user_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/top_system.py b/intersight/models/top_system.py index f58cc14e..c5c8eb99 100644 --- a/intersight/models/top_system.py +++ b/intersight/models/top_system.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/top_system_list.py b/intersight/models/top_system_list.py index c91b23fa..e052ccc7 100644 --- a/intersight/models/top_system_list.py +++ b/intersight/models/top_system_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/top_system_ref.py b/intersight/models/top_system_ref.py index c96ef895..03d205c6 100644 --- a/intersight/models/top_system_ref.py +++ b/intersight/models/top_system_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_field_query.py b/intersight/models/ucsdconnector_field_query.py index 913587a9..b6c3f890 100644 --- a/intersight/models/ucsdconnector_field_query.py +++ b/intersight/models/ucsdconnector_field_query.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_field_query_ref.py b/intersight/models/ucsdconnector_field_query_ref.py index f86b91fa..d8816b4e 100644 --- a/intersight/models/ucsdconnector_field_query_ref.py +++ b/intersight/models/ucsdconnector_field_query_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_inventory_message_ref.py b/intersight/models/ucsdconnector_inventory_message_ref.py index 162d7372..efc577cb 100644 --- a/intersight/models/ucsdconnector_inventory_message_ref.py +++ b/intersight/models/ucsdconnector_inventory_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_sql_query.py b/intersight/models/ucsdconnector_sql_query.py index dd9bd3e0..823995c7 100644 --- a/intersight/models/ucsdconnector_sql_query.py +++ b/intersight/models/ucsdconnector_sql_query.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_sql_query_ref.py b/intersight/models/ucsdconnector_sql_query_ref.py index 8386e468..54512b2c 100644 --- a/intersight/models/ucsdconnector_sql_query_ref.py +++ b/intersight/models/ucsdconnector_sql_query_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_telemetry_message_ref.py b/intersight/models/ucsdconnector_telemetry_message_ref.py index 22e96d39..62cfca86 100644 --- a/intersight/models/ucsdconnector_telemetry_message_ref.py +++ b/intersight/models/ucsdconnector_telemetry_message_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_telemetry_mo.py b/intersight/models/ucsdconnector_telemetry_mo.py index 9271d966..2bec174c 100644 --- a/intersight/models/ucsdconnector_telemetry_mo.py +++ b/intersight/models/ucsdconnector_telemetry_mo.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/ucsdconnector_telemetry_mo_ref.py b/intersight/models/ucsdconnector_telemetry_mo_ref.py index 9dc1d3cb..9a6b13d2 100644 --- a/intersight/models/ucsdconnector_telemetry_mo_ref.py +++ b/intersight/models/ucsdconnector_telemetry_mo_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/views_view.py b/intersight/models/views_view.py index 62e666cc..e5c68c9e 100644 --- a/intersight/models/views_view.py +++ b/intersight/models/views_view.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/views_view_ref.py b/intersight/models/views_view_ref.py index ce5605f7..b45f41cd 100644 --- a/intersight/models/views_view_ref.py +++ b/intersight/models/views_view_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_deploy_task_ref.py b/intersight/models/vmedia_deploy_task_ref.py index 0c263ddb..b2d23146 100644 --- a/intersight/models/vmedia_deploy_task_ref.py +++ b/intersight/models/vmedia_deploy_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_mapping.py b/intersight/models/vmedia_mapping.py index b8442659..5c3cfddb 100644 --- a/intersight/models/vmedia_mapping.py +++ b/intersight/models/vmedia_mapping.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_mapping_ref.py b/intersight/models/vmedia_mapping_ref.py index a0b9e6e3..1a4c0f0f 100644 --- a/intersight/models/vmedia_mapping_ref.py +++ b/intersight/models/vmedia_mapping_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_policy.py b/intersight/models/vmedia_policy.py index 3cf8f637..634a5857 100644 --- a/intersight/models/vmedia_policy.py +++ b/intersight/models/vmedia_policy.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_policy_list.py b/intersight/models/vmedia_policy_list.py index fff083b2..1c92e010 100644 --- a/intersight/models/vmedia_policy_list.py +++ b/intersight/models/vmedia_policy_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_policy_ref.py b/intersight/models/vmedia_policy_ref.py index 0fb089a4..426cbd18 100644 --- a/intersight/models/vmedia_policy_ref.py +++ b/intersight/models/vmedia_policy_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/vmedia_validation_task_ref.py b/intersight/models/vmedia_validation_task_ref.py index 2babe807..8f9b7a04 100644 --- a/intersight/models/vmedia_validation_task_ref.py +++ b/intersight/models/vmedia_validation_task_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta.py b/intersight/models/workflow_build_task_meta.py index ce202b8c..8cd51f56 100644 --- a/intersight/models/workflow_build_task_meta.py +++ b/intersight/models/workflow_build_task_meta.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_list.py b/intersight/models/workflow_build_task_meta_list.py index 76eaab4e..5e0fffd5 100644 --- a/intersight/models/workflow_build_task_meta_list.py +++ b/intersight/models/workflow_build_task_meta_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_owner.py b/intersight/models/workflow_build_task_meta_owner.py index eb6f3e25..14a45ba5 100644 --- a/intersight/models/workflow_build_task_meta_owner.py +++ b/intersight/models/workflow_build_task_meta_owner.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_owner_list.py b/intersight/models/workflow_build_task_meta_owner_list.py index 588a9f18..e9534bf3 100644 --- a/intersight/models/workflow_build_task_meta_owner_list.py +++ b/intersight/models/workflow_build_task_meta_owner_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_owner_ref.py b/intersight/models/workflow_build_task_meta_owner_ref.py index 6ec9fdf1..7652828c 100644 --- a/intersight/models/workflow_build_task_meta_owner_ref.py +++ b/intersight/models/workflow_build_task_meta_owner_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_build_task_meta_ref.py b/intersight/models/workflow_build_task_meta_ref.py index 6e955969..5abc0674 100644 --- a/intersight/models/workflow_build_task_meta_ref.py +++ b/intersight/models/workflow_build_task_meta_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_dynamic_workflow_action_task_list.py b/intersight/models/workflow_dynamic_workflow_action_task_list.py index b0c669b0..7597d2d5 100644 --- a/intersight/models/workflow_dynamic_workflow_action_task_list.py +++ b/intersight/models/workflow_dynamic_workflow_action_task_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_dynamic_workflow_action_task_list_ref.py b/intersight/models/workflow_dynamic_workflow_action_task_list_ref.py index 4cd4386d..31e0c4eb 100644 --- a/intersight/models/workflow_dynamic_workflow_action_task_list_ref.py +++ b/intersight/models/workflow_dynamic_workflow_action_task_list_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_input_definition_ref.py b/intersight/models/workflow_input_definition_ref.py index 0f85c459..81ceb875 100644 --- a/intersight/models/workflow_input_definition_ref.py +++ b/intersight/models/workflow_input_definition_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_input_parameter_ref.py b/intersight/models/workflow_input_parameter_ref.py index d2f2eb5a..106df7c5 100644 --- a/intersight/models/workflow_input_parameter_ref.py +++ b/intersight/models/workflow_input_parameter_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_pending_dynamic_workflow_info.py b/intersight/models/workflow_pending_dynamic_workflow_info.py index 66594f50..da91eff0 100644 --- a/intersight/models/workflow_pending_dynamic_workflow_info.py +++ b/intersight/models/workflow_pending_dynamic_workflow_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_pending_dynamic_workflow_info_list.py b/intersight/models/workflow_pending_dynamic_workflow_info_list.py index 0add888c..31820ba4 100644 --- a/intersight/models/workflow_pending_dynamic_workflow_info_list.py +++ b/intersight/models/workflow_pending_dynamic_workflow_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_pending_dynamic_workflow_info_ref.py b/intersight/models/workflow_pending_dynamic_workflow_info_ref.py index fb4f6980..8337a8e8 100644 --- a/intersight/models/workflow_pending_dynamic_workflow_info_ref.py +++ b/intersight/models/workflow_pending_dynamic_workflow_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_info.py b/intersight/models/workflow_task_info.py index fe4308d4..d69b961b 100644 --- a/intersight/models/workflow_task_info.py +++ b/intersight/models/workflow_task_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_info_list.py b/intersight/models/workflow_task_info_list.py index 862f6c66..7c4d54d2 100644 --- a/intersight/models/workflow_task_info_list.py +++ b/intersight/models/workflow_task_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_info_ref.py b/intersight/models/workflow_task_info_ref.py index 6014acbb..c2c3aa19 100644 --- a/intersight/models/workflow_task_info_ref.py +++ b/intersight/models/workflow_task_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_meta.py b/intersight/models/workflow_task_meta.py index 0b8c915a..956cc425 100644 --- a/intersight/models/workflow_task_meta.py +++ b/intersight/models/workflow_task_meta.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_meta_list.py b/intersight/models/workflow_task_meta_list.py index 29b75f18..aa95ffa7 100644 --- a/intersight/models/workflow_task_meta_list.py +++ b/intersight/models/workflow_task_meta_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_meta_ref.py b/intersight/models/workflow_task_meta_ref.py index 08a48aa4..fe574a1f 100644 --- a/intersight/models/workflow_task_meta_ref.py +++ b/intersight/models/workflow_task_meta_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_retry_info.py b/intersight/models/workflow_task_retry_info.py index dad9308b..c4ef6742 100644 --- a/intersight/models/workflow_task_retry_info.py +++ b/intersight/models/workflow_task_retry_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_task_retry_info_ref.py b/intersight/models/workflow_task_retry_info_ref.py index 57d4786b..bd6006cd 100644 --- a/intersight/models/workflow_task_retry_info_ref.py +++ b/intersight/models/workflow_task_retry_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_info.py b/intersight/models/workflow_workflow_info.py index 9efd9202..44b824dd 100644 --- a/intersight/models/workflow_workflow_info.py +++ b/intersight/models/workflow_workflow_info.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_info_list.py b/intersight/models/workflow_workflow_info_list.py index 0be8c852..2f5d8a4e 100644 --- a/intersight/models/workflow_workflow_info_list.py +++ b/intersight/models/workflow_workflow_info_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_info_ref.py b/intersight/models/workflow_workflow_info_ref.py index 60af0540..dda9a4f4 100644 --- a/intersight/models/workflow_workflow_info_ref.py +++ b/intersight/models/workflow_workflow_info_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_meta.py b/intersight/models/workflow_workflow_meta.py index 50e9091f..cc320f4c 100644 --- a/intersight/models/workflow_workflow_meta.py +++ b/intersight/models/workflow_workflow_meta.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_meta_list.py b/intersight/models/workflow_workflow_meta_list.py index a90733eb..24e33d03 100644 --- a/intersight/models/workflow_workflow_meta_list.py +++ b/intersight/models/workflow_workflow_meta_list.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/workflow_workflow_meta_ref.py b/intersight/models/workflow_workflow_meta_ref.py index 39c53500..f616dbda 100644 --- a/intersight/models/workflow_workflow_meta_ref.py +++ b/intersight/models/workflow_workflow_meta_ref.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/rest.py b/intersight/rest.py index c38e3d0d..2dde6c01 100644 --- a/intersight/rest.py +++ b/intersight/rest.py @@ -5,7 +5,7 @@ This is Intersight REST API - OpenAPI spec version: 1.0.9-262 + OpenAPI spec version: 1.0.9-264 Generated by: https://github.com/swagger-api/swagger-codegen.git """