diff --git a/README.md b/README.md index 88244fd2..727ad8e3 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-265 - 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..3e3e094e 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-265 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/api_client.py b/intersight/api_client.py index 4d2ecf87..7a2e6245 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-265 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..3f1f2a17 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-265 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..f1403a45 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-265 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..5b750a79 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-265 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..bd010973 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-265 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..25e43145 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-265 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..75f5a8cd 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-265 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..6e74b0db 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-265 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..509f566c 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-265 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..d57e906e 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-265 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..e131ad43 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-265 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..ef846296 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-265 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..bd4cdf49 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-265 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..27b1dfac 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-265 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..c3d99399 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-265 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..fdc1118d 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-265 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..9a259454 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-265 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..57567d42 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-265 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..10917ce2 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-265 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..b00a7ffd 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-265 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..c7344594 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-265 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..a9df69d2 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-265 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..f088eca0 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-265 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..fd9ca56a 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-265 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..fcd60d13 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-265 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..f0a90340 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-265 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..d3b998d3 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-265 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..8842fa77 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-265 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..99a87338 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-265 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..3b37af41 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-265 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..c9f6adf5 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-265 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..ce0fe4d3 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-265 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..accbdc44 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-265 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..942d5650 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-265 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..9dae3ab3 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-265 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..fc74585b 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-265 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..d053699e 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-265 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..2c4542ce 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-265 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..4b9693b2 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-265 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..ab4e8909 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-265 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..78e5e7f4 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-265 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..946fe138 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-265 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..a6fdb9fe 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-265 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..6042d7a4 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-265 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..b301ceac 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-265 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..c1329d1d 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-265 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..1b43b756 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-265 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..f5caca14 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-265 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..1c8eb8e0 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-265 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..74aa2e18 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-265 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..152f2bc9 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-265 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..4c3d98cf 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-265 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..5d06eb63 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-265 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..02533171 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-265 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..eea858e0 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-265 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..74953bbb 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-265 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..021b74f6 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-265 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..00e9aa53 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-265 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..9e1df7ac 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-265 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..abc5087c 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-265 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..a4e4eea7 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-265 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..6128748a 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-265 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..6632366e 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-265 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..75af2871 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-265 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..fdcbed67 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-265 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..b24ca2aa 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-265 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..4fb470a8 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-265 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..6340eec1 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-265 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..20dba93b 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-265 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..6377506a 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-265 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..e7fdcf45 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-265 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..a13b4152 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-265 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..7b8d76bd 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-265 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..7af45282 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-265 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..843dd270 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-265 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..6f9e3d65 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-265 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..e3070154 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-265 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..5ceaedf7 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-265 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..156e9759 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-265 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..7ef32939 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-265 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..81ca83f3 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-265 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..a61674b5 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-265 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..e339a028 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-265 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..7d0e9e84 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-265 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..c82fdb4b 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-265 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..e9a9b0eb 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-265 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..02648d5d 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-265 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..13317625 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-265 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..c3f72030 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-265 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..c5347223 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-265 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..5bd10d6d 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-265 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..3acaa979 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-265 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..7d9fce22 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-265 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..207b3de9 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-265 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..fa29e278 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-265 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..f6247e82 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-265 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..3a62d1ec 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-265 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..fc37c233 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-265 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..568bdf2a 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-265 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..9103bb93 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-265 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..0fccc93d 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-265 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..37490307 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-265 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..7a8ec0a9 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-265 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..6fbf6a80 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-265 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..14929b2b 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-265 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..456f8646 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-265 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..c183a667 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-265 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..78b7ffd0 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-265 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..447dc899 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-265 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..13889698 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-265 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..c0b60583 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-265 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..67121a6e 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-265 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..ad2a0f6f 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-265 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..e5e4384d 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-265 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..eb6afb03 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-265 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..8e7ee462 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-265 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..b1aa76f5 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-265 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..674b3141 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-265 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..ee15f2bf 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-265 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..6b296d7d 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-265 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..7df67fff 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-265 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..f669b3aa 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-265 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..2e41168f 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-265 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..7d3742a3 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-265 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..780bd26e 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-265 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..2fcf8a97 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-265 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..7f793981 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-265 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..73449d52 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-265 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..18f28e62 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-265 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..c15d9a04 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-265 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..4e7d94e2 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-265 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..922aada8 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-265 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..b50a20ab 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-265 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..f476644b 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-265 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..1fcbd181 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-265 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..21c7aa7f 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-265 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..fbc73c88 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-265 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..47dc552c 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-265 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..ac1d5c1f 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-265 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..f5f7d4fa 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-265 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..11f5052d 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-265 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..4dff37f5 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-265 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..ae1eed4e 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-265 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..6fc7d086 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-265 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..58bc21d2 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-265 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..1a0dc0af 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-265 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..eb8e5b49 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-265 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..3f2cc5fb 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-265 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..e87c6950 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-265 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..b750c541 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-265 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..786025e6 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-265 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..781caa68 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-265 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..f0c9816d 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-265 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..651cea01 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-265 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..2ac2dfbf 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-265 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..6755ad71 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-265 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..d1868490 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-265 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..0685c20f 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-265 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..81dbdab9 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-265 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..777a7897 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-265 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..51e7ee6c 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-265 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..9986c81a 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-265 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..1f2e30be 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-265 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..502e5225 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-265 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..8fad1717 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-265 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..0cfacaaf 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-265 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..1d734ae1 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-265 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..726d475c 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-265 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..dc4f9f50 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-265 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..36024a71 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-265 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..48443c4a 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-265 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..0a223ff1 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-265 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..92ae69e5 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-265 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..7def4985 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-265 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..dbeb8f0a 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-265 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..64107601 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-265 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..11d59742 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-265 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..5911c32a 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-265 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..7b75fc26 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-265 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..82cd0888 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-265 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..da7f7107 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-265 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..5f981fcc 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-265 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..8f473ce5 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-265 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..78e9171b 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-265 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..e13df1c9 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-265 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..3bfe153c 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-265 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..65fae608 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-265 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..bb2a885a 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-265 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..e2bc9a90 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-265 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..f849a228 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-265 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..0bf3a473 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-265 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..6d3a32ab 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-265 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..4892b72c 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-265 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/configuration.py b/intersight/configuration.py index 99df4331..3d0c5f3f 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-265 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-265\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..6599ac5c 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-265 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..8ed4c8da 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-265 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..63e73720 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-265 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..f13985cc 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-265 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..18021a3a 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-265 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..45c61c50 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-265 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..2d248821 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-265 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..6a229c55 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-265 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..06fa7ca3 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-265 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..5d7ebb05 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-265 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..29b4577f 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-265 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..a3401726 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-265 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..4352b617 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-265 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..5f888068 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-265 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..1a0d34d4 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-265 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..b2d3c1b0 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-265 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..f94131b6 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-265 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..232a7e8e 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-265 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..7450be89 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-265 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..b846f4c0 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-265 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..f79b94a5 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-265 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..5423b0ec 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-265 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..107209c4 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-265 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..34f7583b 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-265 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..412b8437 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-265 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..e699634c 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-265 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..9e948d27 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-265 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..5906efef 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-265 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..310ff35d 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-265 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..b3e9ffdc 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-265 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..4f183998 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-265 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..b475fb7a 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-265 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..3b8a6123 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-265 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..d5cf0d7e 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-265 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..603d8f0b 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-265 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..80144bab 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-265 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..0d6377ea 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-265 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..4e8bcee8 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-265 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..d8186036 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-265 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..ffc027f5 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-265 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..7ff0ee04 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-265 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..fb5e43e6 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-265 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..a8e8b02d 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-265 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..bb7cf016 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-265 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..e5e2288f 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-265 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..faeeb06b 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-265 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..42b6ca25 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-265 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..5b0374ff 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-265 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..690a7b37 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-265 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..a6763aac 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-265 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..62a35f48 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-265 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..6e016931 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-265 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..c32cf60d 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-265 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..94482a05 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-265 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..469fd1ac 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-265 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..1c7b2f85 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-265 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..60f70e89 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-265 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..bb6a19fd 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-265 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..ba7ad09e 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-265 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..c56737ff 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-265 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..d342ede7 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-265 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..b73ca46c 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-265 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..f31801a2 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-265 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..a2c08bd6 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-265 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..0696e2de 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-265 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..906df9d3 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-265 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..74baf4b8 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-265 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..8a3348dd 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-265 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..13f08ead 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-265 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..88684704 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-265 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..5d770198 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-265 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..75a7881f 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-265 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..9da42401 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-265 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..39dc80fd 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-265 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..e87d573f 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-265 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..15ab29f8 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-265 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..89e64565 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-265 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..70c8c75d 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-265 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..987be0c7 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-265 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..92890e41 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-265 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..d58c79db 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-265 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..c411974a 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-265 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..01de68dc 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-265 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..06746ca0 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-265 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..70489835 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-265 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..16104980 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-265 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..5bc79237 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-265 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..000eb975 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-265 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..64a7b129 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-265 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..bda40840 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-265 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..5de5d025 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-265 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..93380ff2 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-265 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..bd985678 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-265 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..86aed4a9 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-265 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..20cdcd02 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-265 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..b293627d 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-265 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..ae2cb8fd 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-265 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..878a56d0 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-265 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..2218f684 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-265 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..93b76a49 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-265 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..a88501b3 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-265 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..151d7057 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-265 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..a1a3734d 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-265 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..af2d25e4 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-265 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..eac311b5 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-265 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..192af933 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-265 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..9a9d0d01 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-265 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..4da11759 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-265 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..e3603308 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-265 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..7fe018dd 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-265 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..68d79e68 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-265 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..73d76638 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-265 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..1b88a71e 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-265 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..ed004a80 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-265 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..ceb788f8 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-265 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..5a157db1 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-265 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..b657eac8 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-265 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..4c48a029 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-265 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..f124c838 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-265 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..058c873e 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-265 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..0d8aaad4 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-265 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..c50397cc 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-265 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..49e5e35a 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-265 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..f37e90d1 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-265 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..103de392 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-265 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..3f193abe 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-265 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..c13de4dc 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-265 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..4cb39465 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-265 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..12b4de16 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-265 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..2620cf26 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-265 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..e1184fe0 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-265 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..f01ebcab 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-265 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..32727115 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-265 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..c3fb7ce1 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-265 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..ddbe9a05 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-265 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..e3e08c19 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-265 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..47d5fc4a 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-265 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..834a4d3d 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-265 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..c1c77cd0 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-265 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..c32f8391 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-265 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..cbcaae94 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-265 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..9004beb6 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-265 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..ede0ba57 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-265 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..d5b8d0ac 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-265 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..4b44e445 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-265 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..ceb60024 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-265 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..94e7880d 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-265 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..26a72e73 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-265 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..3a89701f 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-265 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..b9b8de83 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-265 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..27765f53 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-265 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..65a07f34 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-265 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..82caab15 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-265 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..05c29658 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-265 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..0e7f2f76 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-265 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..89be527c 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-265 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..638378a5 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-265 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..e13fb08c 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-265 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..02df0107 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-265 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..75fce29e 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-265 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..44b6b263 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-265 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..c896be29 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-265 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..2e71fcae 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-265 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..db7abbee 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-265 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..a8edb7a6 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-265 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..a8a38fb8 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-265 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..9e363406 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-265 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..d3dfb56e 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-265 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..4efcc779 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-265 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..52345f89 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-265 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..0ceec8f5 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-265 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..58e30c6a 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-265 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..dd14f4d5 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-265 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..07f86ff8 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-265 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..ac385167 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-265 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..f96a2458 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-265 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..0db9534b 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-265 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..e740ae3e 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-265 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..4d9162a3 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-265 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..d7738afd 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-265 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..800ad38e 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-265 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..76c89695 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-265 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..c3e0988d 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-265 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..da684abb 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-265 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..ab4c1ee6 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-265 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..d0ae26cf 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-265 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..aabf17cd 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-265 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..39e7f68c 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-265 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..faa9b4af 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-265 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..eedbb254 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-265 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..b3c5f080 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-265 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..73b40b65 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-265 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..44523940 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-265 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..9c0847df 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-265 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..5042741d 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-265 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..be666e05 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-265 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..395d20fe 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-265 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..cd52608a 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-265 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..ccbd40ec 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-265 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..06315d95 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-265 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..3e96ee19 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-265 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..9b30d06c 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-265 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..1446d4c4 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-265 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..8e07c0d7 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-265 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/models/error.py b/intersight/models/error.py index 499ed599..6c32d5f4 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-265 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..e748777a 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-265 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..d91c566a 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-265 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..62c06efd 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-265 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..e125c18e 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-265 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..440f91bb 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-265 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..7e3cb17e 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-265 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..cd3c5d39 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-265 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..3e2e4b6d 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-265 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..c56ada29 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-265 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..fc41c777 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-265 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..9502f37d 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-265 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..1154333a 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-265 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..8f2ddc4a 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-265 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..9e901479 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-265 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..eceddb5b 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-265 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..929a64fe 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-265 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..84070d1e 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-265 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..0c412fe2 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-265 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..bcbe4596 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-265 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..72900193 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-265 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..d2a4b3c2 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-265 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..03657360 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-265 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..9dfb2562 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-265 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..fb41e9c0 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-265 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..17a7fd9a 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-265 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..e7e2ac22 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-265 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..64f76496 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-265 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..20718a96 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-265 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..6933db81 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-265 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..1adb2621 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-265 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..cccb8659 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-265 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..2c15355a 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-265 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..fb2e90d9 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-265 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..7e51d236 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-265 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..d3721417 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-265 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..2e4e6c92 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-265 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..a535ead4 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-265 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..7f7b6085 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-265 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..3398c810 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-265 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..125f7452 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-265 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..0ebcfa0a 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-265 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..c969c2a7 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-265 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..72496a51 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-265 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..ff2531b2 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-265 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..1f9da27e 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-265 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..1b0910bc 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-265 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..bfd09b95 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-265 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..1de2f26b 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-265 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..46e26d4c 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-265 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..a0f529c8 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-265 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..bfca6ca3 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-265 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..cbf0861b 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-265 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..032a24da 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-265 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..a04be934 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-265 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..e8b992d3 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-265 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..115b3cde 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-265 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..f74a7a13 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-265 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..bf3af3cb 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-265 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..40334470 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-265 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..0b2fd3b2 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-265 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..f4e1e633 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-265 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..ad155064 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-265 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..06ca13c9 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-265 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..f2be0215 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-265 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..f99d08ca 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-265 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..d1c9742f 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-265 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..7c50c9d0 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-265 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..d350e19a 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-265 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..456c8ecf 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-265 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..bbc97be8 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-265 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..8f4467cc 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-265 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..54b75725 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-265 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..a2847834 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-265 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..38d4aff1 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-265 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..7f97699d 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-265 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..bbd32ded 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-265 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..20e8cf28 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-265 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..f30e01ab 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-265 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..20492a98 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-265 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..83ea6cd6 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-265 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..39ad9909 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-265 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..03cda655 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-265 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..5efaae8c 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-265 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..242f987c 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-265 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..4a45fd77 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-265 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..ca1830df 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-265 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..8766fd9f 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-265 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..d8a14f77 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-265 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..7d91fe9b 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-265 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..62140394 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-265 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..ee2022e4 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-265 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..655a9287 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-265 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..ec5460c0 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-265 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..e971caa3 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-265 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..0fc1308d 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-265 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..fa91181d 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-265 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..7023d4bb 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-265 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..b3facddd 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-265 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..301acedc 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-265 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..8be0f2af 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-265 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..2f587dcd 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-265 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..2b143dc0 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-265 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..21254cbe 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-265 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..8eca259d 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-265 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..a5cf2572 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-265 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..ab9a4049 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-265 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..3c188007 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-265 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..dfb4090e 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-265 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..fb318e5b 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-265 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..35312d72 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-265 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..48799946 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-265 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..1321240c 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-265 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..277d3830 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-265 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..5aa4b98c 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-265 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..863fb772 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-265 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..907d92b3 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-265 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..6568b6a4 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-265 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..026641f0 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-265 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..41afa35f 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-265 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..99157e9a 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-265 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..5d7f138f 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-265 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..4a429cbd 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-265 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..2cb13813 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-265 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..0e53e9f0 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-265 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..fe89452f 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-265 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..c2c99079 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-265 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..da23605e 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-265 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..4934ac54 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-265 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..0342fa4c 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-265 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..2524a0ce 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-265 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..5891ee97 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-265 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..e5118571 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-265 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..7c6efaff 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-265 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..a6f4bec4 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-265 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..50b362a3 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-265 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..23634ff2 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-265 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..1830fb4c 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-265 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..a715ac64 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-265 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..c9e1aaea 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-265 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..f8e98070 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-265 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..67e8f4c2 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-265 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..e6382141 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-265 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..5b707a06 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-265 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..53bf0b6b 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-265 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..18279dd3 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-265 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..c695e677 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-265 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..eda907a7 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-265 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..19469a7f 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-265 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..545ba969 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-265 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..ba77bb29 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-265 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..52e67c08 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-265 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..c0a3e60a 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-265 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..ba4c72cf 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-265 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..4837afee 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-265 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..e89d5f04 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-265 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..2d643936 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-265 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..5fa0e144 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-265 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..3762dbd6 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-265 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..44614b96 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-265 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..7422e15e 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-265 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..62c5abdc 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-265 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..52bf4406 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-265 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..65ca7645 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-265 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..4b7bb14f 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-265 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..ee80084a 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-265 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..bc3d571f 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-265 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..16bd8162 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-265 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..ca422259 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-265 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..9cf9a30f 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-265 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..734fd7ad 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-265 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..131e4aaf 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-265 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..7900c51e 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-265 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..5cf4ed6a 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-265 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..4db5b618 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-265 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..2e2dc39d 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-265 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..8baf7609 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-265 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..14356d51 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-265 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..40db9845 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-265 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..f26ba709 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-265 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..f9c4514c 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-265 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..89ae30f7 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-265 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..d5b0bb79 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-265 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..cf4e36e9 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-265 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..e8a28856 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-265 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..cf90c135 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-265 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..2759b805 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-265 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..23c85cb4 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-265 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..8d0e644f 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-265 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..18553639 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-265 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..d55f61a0 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-265 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..f982682c 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-265 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..6c04ca86 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-265 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..8f136af4 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-265 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..147eefbf 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-265 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..646a72b0 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-265 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..647862a4 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-265 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..b87908d1 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-265 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..cfe6efdb 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-265 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..936792ff 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-265 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..56ee026b 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-265 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..1a117b7e 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-265 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..0677c99a 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-265 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..9e2b87bc 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-265 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..9e3d5175 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-265 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..70f52a81 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-265 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..e7d37903 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-265 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..5129e506 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-265 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..37ed8156 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-265 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..d20a60a5 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-265 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..e76fbbf8 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-265 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..1d44a6c5 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-265 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..a48ad848 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-265 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..0a8b1c43 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-265 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..f567d958 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-265 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..e851a73d 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-265 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..c9cca417 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-265 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..5922fcbf 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-265 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..d69e0b76 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-265 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..9e65d326 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-265 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..95d0720f 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-265 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..ee45e059 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-265 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..defd59dc 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-265 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..20425e2a 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-265 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..bf6c14e4 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-265 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..21639a35 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-265 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..ca457661 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-265 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..19a1864d 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-265 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..2e890b93 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-265 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..3a914ccb 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-265 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..01650ea6 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-265 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..5995f5b5 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-265 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..45804719 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-265 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..fc011fba 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-265 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..d38f060b 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-265 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..850274c3 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-265 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..77ab4576 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-265 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..9f26f03d 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-265 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..1da56b1e 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-265 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..6f9f8614 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-265 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..4844259c 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-265 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..3e390a10 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-265 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..4e68e40e 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-265 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..5a777e12 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-265 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..e9e99f6d 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-265 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..7f99f8ef 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-265 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..705b258f 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-265 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..47dfedb2 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-265 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..48140289 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-265 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..7d6ab848 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-265 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..89f3bd45 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-265 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..01246f49 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-265 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..ac41d03a 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-265 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..4776227d 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-265 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..a6c328bc 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-265 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..ba4eb605 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-265 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..6757998f 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-265 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..10f6885e 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-265 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..802ab88a 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-265 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..cca44c23 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-265 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..c2a87cd8 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-265 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..966b095a 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-265 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..6d49a3aa 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-265 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..54a6757e 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-265 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..e2f054fc 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-265 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..6378ccca 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-265 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..835f0c4a 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-265 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..49fb41a4 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-265 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..eebc36b6 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-265 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..0294eea3 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-265 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..8d2df29a 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-265 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..f4f8d6e0 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-265 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..f2b3aa75 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-265 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..90a88531 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-265 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..8d20d804 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-265 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..f886089f 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-265 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..5addfa0f 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-265 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..2036a91d 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-265 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..9e3928a0 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-265 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..178aab0b 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-265 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..768da820 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-265 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..732fa80b 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-265 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..dd67b019 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-265 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..58d0d765 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-265 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..7a421c9b 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-265 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..df7a661c 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-265 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..0c9b5416 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-265 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..5b9647e2 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-265 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..d2a7fd75 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-265 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..1c04f409 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-265 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..83fc2c2d 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-265 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..30b86739 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-265 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..5ace8315 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-265 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..c7bf4a06 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-265 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..54cb8b40 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-265 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..4f45f753 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-265 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..8185ac73 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-265 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..c756a470 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-265 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..69212493 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-265 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..168ba65d 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-265 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..ac2ab2a4 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-265 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..b78afa86 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-265 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..7716eaf4 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-265 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..6873fe07 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-265 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..295d0d21 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-265 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..796ea862 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-265 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..44312922 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-265 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..241e6d2f 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-265 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..3da84374 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-265 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..96401f1c 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-265 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..b678c6ba 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-265 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..a403a459 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-265 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..33e4583f 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-265 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..1317a783 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-265 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..cdaee2a9 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-265 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..6bdf322a 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-265 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..786bdcd3 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-265 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..b32232af 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-265 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..d7f91ad5 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-265 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..fc9807f5 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-265 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..de49163e 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-265 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..124c5eb1 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-265 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..4d3edd73 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-265 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..e4ca2b9c 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-265 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..e26eee5f 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-265 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..f6f0dd79 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-265 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..054360e9 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-265 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..27299242 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-265 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..d7164852 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-265 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..9689906d 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-265 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..7ff319b4 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-265 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..4a72c722 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-265 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..050bc74f 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-265 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..fc7762c3 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-265 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..6d2e23f3 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-265 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..9b4727de 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-265 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..8d0ac437 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-265 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..cba9a094 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-265 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..ff0bad77 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-265 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..b170c9de 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-265 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..259a4922 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-265 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..2bd5025d 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-265 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..0fc78453 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-265 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..af0ab0b8 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-265 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..adbea9f1 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-265 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..18834ccd 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-265 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..24100294 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-265 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..51d1f7e2 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-265 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..e485c4a0 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-265 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..4341bc67 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-265 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..7ff93e2b 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-265 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..ab838dfa 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-265 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..f57f3f87 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-265 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..6cb80799 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-265 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..b1188a6a 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-265 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..dbccaf67 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-265 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..c538dafd 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-265 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..f9510274 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-265 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..27db2b3a 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-265 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..3090e323 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-265 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..1e66b91e 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-265 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..4cfb6a08 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-265 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..740a5995 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-265 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..46447f63 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-265 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..e8827089 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-265 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..5f7ee3fa 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-265 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..1793de61 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-265 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..fd124e7c 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-265 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..89eac647 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-265 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..1119de39 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-265 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..b05bb8d3 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-265 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..7e7784a2 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-265 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..d6a840bf 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-265 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..2129fd0e 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-265 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..372dcfc8 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-265 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..ce7b7562 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-265 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..70303e63 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-265 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..e82904ed 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-265 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..d5b502a1 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-265 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..2013437c 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-265 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..aaccdaec 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-265 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..b0a5b609 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-265 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..25680de0 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-265 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..51337ca5 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-265 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..baebcc97 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-265 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..0e35312f 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-265 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..20e10f80 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-265 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..387ce95f 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-265 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..ad49ccc8 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-265 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..8498f45e 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-265 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..3bf00b06 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-265 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..2c73c1d6 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-265 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..ed57cace 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-265 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..4f898a39 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-265 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..0eca0aba 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-265 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..4b746eda 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-265 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..703cc222 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-265 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..4b0b170d 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-265 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..50ef28ff 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-265 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..0b2e7148 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-265 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..3468fa3f 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-265 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..0f23f310 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-265 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..d2d24770 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-265 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..04800ec9 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-265 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..26a3f2dc 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-265 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..a4512155 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-265 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..c2425aba 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-265 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..bf1b9c0e 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-265 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..913ee896 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-265 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..2c46d4c7 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-265 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..f4460b08 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-265 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..a59f5c5d 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-265 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..a71e6b65 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-265 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..a40a9b73 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-265 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..9d99527a 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-265 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..81c79119 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-265 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..72720eba 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-265 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..e6ea6a52 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-265 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..e378fadd 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-265 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..86ff0c5b 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-265 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..8a9bb9f4 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-265 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..9ad1b7ab 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-265 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..3c2228c5 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-265 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..fec371be 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-265 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..bb7fbd50 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-265 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..3d6d8321 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-265 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..a97e7c8c 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-265 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..b264e654 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-265 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..7c876532 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-265 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..40571a1e 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-265 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..0a7fa810 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-265 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..86cc2e14 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-265 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..0e192a1f 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-265 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..7e7b4f2a 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-265 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..941fef70 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-265 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..f51b01c9 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-265 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..caecaf04 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-265 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..95ae72b0 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-265 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..9816fba2 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-265 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..4feebaa0 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-265 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..2d4b083a 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-265 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..fc6362b7 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-265 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..f1cb1b69 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-265 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..7a6ca944 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-265 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..16b4c66e 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-265 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..fdee6136 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-265 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..6a112cd1 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-265 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..4d80242d 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-265 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..02573c86 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-265 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..2a59607d 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-265 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..d92d2aed 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-265 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..d0847bde 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-265 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..618d2357 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-265 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..a27f6027 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-265 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..628a4e7e 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-265 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..795d4b02 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-265 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..348766a0 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-265 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..2fd56b66 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-265 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..7184a99b 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-265 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..3d3648a3 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-265 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..17dc529e 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-265 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..0354d49c 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-265 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..614c4e5c 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-265 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..f0cce15c 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-265 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..61c8aabc 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-265 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..e12637ca 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-265 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..4f6e5c1f 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-265 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..3b6129c7 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-265 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..57f2f18e 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-265 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..a15c091c 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-265 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..899e2c63 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-265 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..e436504f 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-265 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..faf5419d 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-265 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..7251feae 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-265 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..dc6762cc 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-265 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..de8dc131 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-265 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..9e2b65bd 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-265 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..896bc800 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-265 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..ffb8cbfb 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-265 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..54341653 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-265 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..3e87e875 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-265 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..8d118cd8 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-265 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..121317a8 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-265 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..1121095e 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-265 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..3e7c610a 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-265 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..58ab8019 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-265 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..e38a7e91 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-265 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..6db535eb 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-265 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..1194a008 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-265 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..fdf62484 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-265 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..4fc19bec 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-265 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..6866cfb8 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-265 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..5eb1b621 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-265 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..de188d15 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-265 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..4f1d15a6 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-265 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..ea90dd4a 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-265 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..e52ef3f9 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-265 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..a0c4f49b 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-265 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..65a07182 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-265 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..d1a0a4d7 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-265 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..66152009 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-265 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..d6672adc 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-265 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..89f068f0 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-265 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..99a047d3 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-265 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..ffd71bdd 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-265 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..230974da 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-265 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..12894bdf 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-265 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..a2615cd4 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-265 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..21d65bdd 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-265 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..a2eefb00 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-265 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..17763fb5 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-265 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..877def21 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-265 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..9543fbe1 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-265 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..7855460c 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-265 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..0c90bcf2 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-265 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..c1f77d79 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-265 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..dda0b887 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-265 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..cdb19eb1 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-265 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..82b983c4 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-265 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..7c5e32e7 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-265 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..66378d43 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-265 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..f31e8370 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-265 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..a23ae240 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-265 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..1db07cd6 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-265 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..56469d9b 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-265 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..f607c9da 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-265 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..5f2bd246 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-265 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..201d5c4c 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-265 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..290ea6e4 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-265 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..ff023fc9 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-265 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..84b44e7c 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-265 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..71a2de48 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-265 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..8fa70706 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-265 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..a29ec58c 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-265 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..7cf2e78d 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-265 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..9e03db16 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-265 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..b02c284c 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-265 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..612863e1 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-265 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..b2191619 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-265 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..5f8c5b69 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-265 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..c5ba14aa 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-265 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..2be4bb57 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-265 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..8d89b4b9 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-265 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..bd02078c 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-265 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..468a0742 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-265 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..4e7cb412 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-265 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..14273672 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-265 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..ca0d49f4 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-265 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..9653cc27 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-265 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..beb42315 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-265 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..94981a66 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-265 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..7dec42ac 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-265 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..f6f945c4 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-265 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..b1012dfb 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-265 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..066289f3 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-265 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..9f2211d4 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-265 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..8e6c4bbf 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-265 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..37ab3693 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-265 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..555b702c 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-265 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..193c9e82 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-265 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..248df580 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-265 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..56cfba5e 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-265 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..39b2cd34 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-265 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..1a3efe8e 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-265 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..2c0d7782 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-265 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..7a6afa92 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-265 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..b4b19555 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-265 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..a249f5ca 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-265 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..642135a2 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-265 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..dec121fe 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-265 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..d275d868 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-265 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..91982371 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-265 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..19fe7923 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-265 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..8d9f54b5 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-265 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..64e8afce 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-265 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..b55dcb24 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-265 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..6976dd31 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-265 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..3ece4955 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-265 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..32ac0126 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-265 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..ced26cd4 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-265 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..56517452 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-265 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..0899c3ed 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-265 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..e1c85d61 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-265 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..14ac9808 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-265 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..d5191dd0 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-265 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..b263170a 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-265 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..dafc0317 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-265 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..92badb92 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-265 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..bfedd054 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-265 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..4f7a4213 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-265 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..c653f1eb 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-265 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..7f527761 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-265 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..af23e5cc 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-265 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..8dd842a8 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-265 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..c2944792 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-265 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..3547bda9 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-265 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..445de7c1 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-265 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..a1f7b45f 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-265 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..720ceb60 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-265 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..b441428f 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-265 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..a7b3d9bb 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-265 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..54518e41 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-265 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..5eb8577e 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-265 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..b6ec007b 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-265 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..1db0c22e 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-265 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..cd23b0ab 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-265 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..77f64d8f 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-265 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..7184c4b4 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-265 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..fa791d5c 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-265 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..46317392 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-265 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..8bb83e11 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-265 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..19f425e6 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-265 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..16998556 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-265 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..c8302a11 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-265 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..e24ca0d3 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-265 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..1f563316 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-265 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..f2e15a3e 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-265 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..50f916a3 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-265 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..7a262673 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-265 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..691b7778 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-265 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..8f10b85e 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-265 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..6a4328e9 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-265 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..0483fb56 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-265 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..d142d443 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-265 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..4144124b 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-265 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..4a2fb42f 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-265 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..e75b5480 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-265 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..b5116ec1 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-265 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..54a4d679 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-265 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..26c70b9c 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-265 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..34f6c11b 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-265 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..1f7604e5 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-265 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..7fdb32ce 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-265 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..cb016ae9 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-265 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..ddda94e4 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-265 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..b8af978f 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-265 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..abae79fd 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-265 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..f3b5935a 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-265 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..23746ba9 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-265 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..5500c77d 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-265 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..31d0eebd 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-265 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..11739a32 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-265 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..2e164d0c 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-265 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..d1f33d8b 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-265 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..36d5e6ec 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-265 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..347c1dd9 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-265 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..399e61d1 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-265 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..ab1d6e3b 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-265 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..7933839e 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-265 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..48d96c9b 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-265 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..f67b37d2 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-265 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..a6da071e 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-265 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..8ce127a9 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-265 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..74b48633 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-265 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..51836fee 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-265 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..745d7c8a 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-265 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..84b823cb 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-265 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..ebea586f 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-265 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..586831d3 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-265 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..127ae59d 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-265 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..f8ae93a3 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-265 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..2077232e 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-265 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..397ad81e 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-265 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..514bbff5 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-265 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..10a38c4c 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-265 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..d0a36acc 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-265 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..ea26e1e1 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-265 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..67e68f13 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-265 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..4cf5b473 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-265 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..cf95916b 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-265 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..3ebbf6c0 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-265 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..6bb4d902 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-265 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..0dc468aa 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-265 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..4dbeaa12 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-265 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..3ab68863 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-265 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..b82b8e5c 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-265 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..f645e12c 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-265 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..f3f56594 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-265 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..10864673 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-265 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..d69b8be5 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-265 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..afa7c173 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-265 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..522913d3 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-265 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..0d990d30 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-265 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..52024188 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-265 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..741b61ab 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-265 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..cfe6df69 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-265 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..035638f2 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-265 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..0b7df823 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-265 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..80457f41 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-265 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..d52f6ef7 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-265 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..6c58fb09 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-265 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..5d729c94 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-265 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..96b4489e 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-265 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..b38a2885 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-265 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..9597c10e 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-265 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..7535c58b 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-265 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..c05ed8df 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-265 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..c15db9c1 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-265 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..f7552168 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-265 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..dc6f35f9 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-265 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..c1c34ec5 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-265 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..461f302d 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-265 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..5f31f396 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-265 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..01ec84f5 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-265 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..bf039d9a 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-265 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..0d660039 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-265 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..4655a2a6 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-265 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..cd0f4123 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-265 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..299b6f3a 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-265 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..89be8eb0 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-265 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..65f89747 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-265 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..c046afe8 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-265 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/intersight/rest.py b/intersight/rest.py index c38e3d0d..b7e24d0e 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-265 Generated by: https://github.com/swagger-api/swagger-codegen.git """