diff --git a/README.md b/README.md index d9b6017..8b02e38 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project: -- API version: 1.2 -- Package version: 1.2.0 +- API version: 1.3 +- Package version: 1.3.0 - Build package: io.swagger.codegen.v3.generators.python.PythonClientCodegen ## Requirements. @@ -212,7 +212,7 @@ except ApiException as e: ## Documentation for API Endpoints -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Class | Method | HTTP request | Description ------------ | ------------- | ------------- | ------------- @@ -239,6 +239,7 @@ Class | Method | HTTP request | Description *HostAccessPoliciesApi* | [**get_host_access_policy**](docs/HostAccessPoliciesApi.md#get_host_access_policy) | **GET** /host-access-policies/{host_access_policy_name} | Gets a specific Host Access Policy. *HostAccessPoliciesApi* | [**get_host_access_policy_by_id**](docs/HostAccessPoliciesApi.md#get_host_access_policy_by_id) | **GET** /resources/host-access-policies/{host_access_policy_id} | Gets a specific Host Access Policy. *HostAccessPoliciesApi* | [**list_host_access_policies**](docs/HostAccessPoliciesApi.md#list_host_access_policies) | **GET** /host-access-policies | Gets a list of all Host Access Policies. +*HostAccessPoliciesApi* | [**update_host_access_policy**](docs/HostAccessPoliciesApi.md#update_host_access_policy) | **PATCH** /host-access-policies/{host_access_policy_name} | Updates a Host Access Policy. *IdentityManagerApi* | [**create_api_client**](docs/IdentityManagerApi.md#create_api_client) | **POST** /api-clients | Creates an API Client *IdentityManagerApi* | [**delete_api_client**](docs/IdentityManagerApi.md#delete_api_client) | **DELETE** /api-clients/{api_client_id} | Deletes a specific API Client *IdentityManagerApi* | [**get_api_client**](docs/IdentityManagerApi.md#get_api_client) | **GET** /api-clients/{api_client_id} | Gets a specific API Client @@ -258,6 +259,7 @@ Class | Method | HTTP request | Description *OperationsApi* | [**get_operation**](docs/OperationsApi.md#get_operation) | **GET** /operations/{id} | Gets a specific Operation. *OperationsApi* | [**get_operation_by_id**](docs/OperationsApi.md#get_operation_by_id) | **GET** /resources/operations/{id} | Gets a specific Operation. *OperationsApi* | [**list_operations**](docs/OperationsApi.md#list_operations) | **GET** /operations | Gets a list of Operations matching the criteria. +*OperationsApi* | [**update_operation**](docs/OperationsApi.md#update_operation) | **PATCH** /operations/{id} | Updates a specific Operation. *PlacementGroupsApi* | [**create_placement_group**](docs/PlacementGroupsApi.md#create_placement_group) | **POST** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/placement-groups | Creates a Placement Group. *PlacementGroupsApi* | [**delete_placement_group**](docs/PlacementGroupsApi.md#delete_placement_group) | **DELETE** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/placement-groups/{placement_group_name} | Deletes a specific Placement Group. *PlacementGroupsApi* | [**get_placement_group**](docs/PlacementGroupsApi.md#get_placement_group) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/placement-groups/{placement_group_name} | Gets a specific Placement Group. @@ -332,10 +334,10 @@ Class | Method | HTTP request | Description *TenantsApi* | [**list_tenants**](docs/TenantsApi.md#list_tenants) | **GET** /tenants | Gets a list of all Tenants. *TenantsApi* | [**query_tenants**](docs/TenantsApi.md#query_tenants) | **GET** /resources/tenants | Get all Tenants in the org. Provide a filter to search for specific Tenants. *TenantsApi* | [**update_tenant**](docs/TenantsApi.md#update_tenant) | **PATCH** /tenants/{tenant_name} | Updates a Tenant. -*VolumeSnapshotsApi* | [**query_volume_snapshots**](docs/VolumeSnapshotsApi.md#query_volume_snapshots) | **GET** /resources/volume-snapshots | Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots. *VolumeSnapshotsApi* | [**get_volume_snapshot**](docs/VolumeSnapshotsApi.md#get_volume_snapshot) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/snapshots/{snapshot_name}/volume-snapshots/{volume_snapshot_name} | Gets a specific Volume Snapshot. *VolumeSnapshotsApi* | [**get_volume_snapshot_by_id**](docs/VolumeSnapshotsApi.md#get_volume_snapshot_by_id) | **GET** /resources/volume-snapshots/{volume_snapshot_id} | Gets a specific Volume Snapshot. *VolumeSnapshotsApi* | [**list_volume_snapshots**](docs/VolumeSnapshotsApi.md#list_volume_snapshots) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/snapshots/{snapshot_name}/volume-snapshots | Gets a list of all Volume snapshots in a Snapshot. +*VolumeSnapshotsApi* | [**query_volume_snapshots**](docs/VolumeSnapshotsApi.md#query_volume_snapshots) | **GET** /resources/volume-snapshots | Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots. *VolumesApi* | [**create_volume**](docs/VolumesApi.md#create_volume) | **POST** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/volumes | Creates a Volume. *VolumesApi* | [**delete_volume**](docs/VolumesApi.md#delete_volume) | **DELETE** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/volumes/{volume_name} | Eradicate a specific volume. Volume has to be destroyed before it can be eradicated. *VolumesApi* | [**get_volume**](docs/VolumesApi.md#get_volume) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/volumes/{volume_name} | Gets a specific Volume. @@ -370,6 +372,7 @@ Class | Method | HTTP request | Description - [HostAccessPoliciesPost](docs/HostAccessPoliciesPost.md) - [HostAccessPolicy](docs/HostAccessPolicy.md) - [HostAccessPolicyList](docs/HostAccessPolicyList.md) + - [HostAccessPolicyPatch](docs/HostAccessPolicyPatch.md) - [HostAccessPolicyRef](docs/HostAccessPolicyRef.md) - [Iscsi](docs/Iscsi.md) - [ListResponseFields](docs/ListResponseFields.md) @@ -395,6 +398,7 @@ Class | Method | HTTP request | Description - [OneOfProtectionPolicyPostObjectivesItems](docs/OneOfProtectionPolicyPostObjectivesItems.md) - [Operation](docs/Operation.md) - [OperationList](docs/OperationList.md) + - [OperationPatch](docs/OperationPatch.md) - [OperationRequest](docs/OperationRequest.md) - [OperationResult](docs/OperationResult.md) - [OperationState](docs/OperationState.md) diff --git a/docs/ArraysApi.md b/docs/ArraysApi.md index 2e7c92b..681a8a4 100644 --- a/docs/ArraysApi.md +++ b/docs/ArraysApi.md @@ -1,6 +1,6 @@ # fusion.ArraysApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/AvailabilityZonesApi.md b/docs/AvailabilityZonesApi.md index 6c44c21..b48227f 100644 --- a/docs/AvailabilityZonesApi.md +++ b/docs/AvailabilityZonesApi.md @@ -1,6 +1,6 @@ # fusion.AvailabilityZonesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/DefaultApi.md b/docs/DefaultApi.md index e51e1c3..e59abb8 100644 --- a/docs/DefaultApi.md +++ b/docs/DefaultApi.md @@ -1,6 +1,6 @@ # fusion.DefaultApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/HardwareTypesApi.md b/docs/HardwareTypesApi.md index 4771c55..e1b30a8 100644 --- a/docs/HardwareTypesApi.md +++ b/docs/HardwareTypesApi.md @@ -1,6 +1,6 @@ # fusion.HardwareTypesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/HostAccessPoliciesApi.md b/docs/HostAccessPoliciesApi.md index 789594b..eb89a00 100644 --- a/docs/HostAccessPoliciesApi.md +++ b/docs/HostAccessPoliciesApi.md @@ -1,6 +1,6 @@ # fusion.HostAccessPoliciesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- @@ -9,6 +9,7 @@ Method | HTTP request | Description [**get_host_access_policy**](HostAccessPoliciesApi.md#get_host_access_policy) | **GET** /host-access-policies/{host_access_policy_name} | Gets a specific Host Access Policy. [**get_host_access_policy_by_id**](HostAccessPoliciesApi.md#get_host_access_policy_by_id) | **GET** /resources/host-access-policies/{host_access_policy_id} | Gets a specific Host Access Policy. [**list_host_access_policies**](HostAccessPoliciesApi.md#list_host_access_policies) | **GET** /host-access-policies | Gets a list of all Host Access Policies. +[**update_host_access_policy**](HostAccessPoliciesApi.md#update_host_access_policy) | **PATCH** /host-access-policies/{host_access_policy_name} | Updates a Host Access Policy. # **create_host_access_policy** > Operation create_host_access_policy(body, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) @@ -288,3 +289,61 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +# **update_host_access_policy** +> Operation update_host_access_policy(body, host_access_policy_name, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) + +Updates a Host Access Policy. + +### Example +```python +from __future__ import print_function +import time +import fusion +from fusion.rest import ApiException +from pprint import pprint + +# Configure OAuth2 access token for authorization: oauth +configuration = fusion.Configuration() +configuration.access_token = 'YOUR_ACCESS_TOKEN' + +# create an instance of the API class +api_instance = fusion.HostAccessPoliciesApi(fusion.ApiClient(configuration)) +body = fusion.HostAccessPolicyPatch() # HostAccessPolicyPatch | +host_access_policy_name = 'host_access_policy_name_example' # str | The Host policy name +x_request_id = 'x_request_id_example' # str | The Request ID supplied with the request, used to perform operations idempotently. (optional) +authorization = 'authorization_example' # str | Access token (in JWT format) required to use any API endpoint. (optional) +x_correlation_id = 'x_correlation_id_example' # str | The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. (optional) + +try: + # Updates a Host Access Policy. + api_response = api_instance.update_host_access_policy(body, host_access_policy_name, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) + pprint(api_response) +except ApiException as e: + print("Exception when calling HostAccessPoliciesApi->update_host_access_policy: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **body** | [**HostAccessPolicyPatch**](HostAccessPolicyPatch.md)| | + **host_access_policy_name** | **str**| The Host policy name | + **x_request_id** | **str**| The Request ID supplied with the request, used to perform operations idempotently. | [optional] + **authorization** | **str**| Access token (in JWT format) required to use any API endpoint. | [optional] + **x_correlation_id** | **str**| The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. | [optional] + +### Return type + +[**Operation**](Operation.md) + +### Authorization + +[accessToken](../README.md#accessToken), [oauth](../README.md#oauth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + diff --git a/docs/HostAccessPolicyPatch.md b/docs/HostAccessPolicyPatch.md new file mode 100644 index 0000000..970688e --- /dev/null +++ b/docs/HostAccessPolicyPatch.md @@ -0,0 +1,8 @@ +# HostAccessPolicyPatch + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + diff --git a/docs/IdentityManagerApi.md b/docs/IdentityManagerApi.md index 3b97cf9..69bb25a 100644 --- a/docs/IdentityManagerApi.md +++ b/docs/IdentityManagerApi.md @@ -1,6 +1,6 @@ # fusion.IdentityManagerApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/ListResponseFields.md b/docs/ListResponseFields.md index aa11ae6..ae2b62b 100644 --- a/docs/ListResponseFields.md +++ b/docs/ListResponseFields.md @@ -4,7 +4,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **count** | **int** | count of items in the list | -**more_items_remaining** | **bool** | True if not all items in the search were returned in the provided array. | [optional] +**more_items_remaining** | **bool** | True if not all items in the search were returned in the provided array. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/NetworkInterfaceGroupsApi.md b/docs/NetworkInterfaceGroupsApi.md index afab402..43a124e 100644 --- a/docs/NetworkInterfaceGroupsApi.md +++ b/docs/NetworkInterfaceGroupsApi.md @@ -1,6 +1,6 @@ # fusion.NetworkInterfaceGroupsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/NetworkInterfacesApi.md b/docs/NetworkInterfacesApi.md index 0931ae4..9b2de95 100644 --- a/docs/NetworkInterfacesApi.md +++ b/docs/NetworkInterfacesApi.md @@ -1,6 +1,6 @@ # fusion.NetworkInterfacesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/Operation.md b/docs/Operation.md index aaac4b5..e76759d 100644 --- a/docs/Operation.md +++ b/docs/Operation.md @@ -17,6 +17,7 @@ Name | Type | Description | Notes **created_at** | **int** | The time that the operation was created, in milliseconds since the Unix epoch. | **started_at** | **int** | The time that the operation was admitted, in milliseconds since the Unix epoch. | **ended_at** | **int** | The time that the operation ended with status Succeeded or Failed, in milliseconds since the Unix epoch. | +**cancelation** | **str** | The cancelation status of the operation, one of five values. CancelNone means no cancelation has been requested or occured. CancelRequested means the user or system has requested to cancel the operation; it may or may not happen. CancelInProgress means the system has accepted the request to cancel and is trying to do so; once an operation is in Canceling status, it will fail. CancelSuccessful means an operation has failed with a CANCELED error code. CancelUnsuccessful means cancel was requested, but the system could not cancel the operation -- it may have failed with an error code other than CANCELED; or it may have succeeded. | **update_fields** | **dict(str, str)** | Key/value pairs of the fields this operation is updating, if it is an Update operation. E.g. destroyed:true or size:1048576. | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) diff --git a/docs/OperationPatch.md b/docs/OperationPatch.md new file mode 100644 index 0000000..207ed8f --- /dev/null +++ b/docs/OperationPatch.md @@ -0,0 +1,9 @@ +# OperationPatch + +## Properties +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**cancel** | [**NullableBoolean**](NullableBoolean.md) | | [optional] + +[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) + diff --git a/docs/OperationsApi.md b/docs/OperationsApi.md index 8e39ee2..795ac53 100644 --- a/docs/OperationsApi.md +++ b/docs/OperationsApi.md @@ -1,12 +1,13 @@ # fusion.OperationsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_operation**](OperationsApi.md#get_operation) | **GET** /operations/{id} | Gets a specific Operation. [**get_operation_by_id**](OperationsApi.md#get_operation_by_id) | **GET** /resources/operations/{id} | Gets a specific Operation. [**list_operations**](OperationsApi.md#list_operations) | **GET** /operations | Gets a list of Operations matching the criteria. +[**update_operation**](OperationsApi.md#update_operation) | **PATCH** /operations/{id} | Updates a specific Operation. # **get_operation** > Operation get_operation(id, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) @@ -202,3 +203,61 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +# **update_operation** +> Operation update_operation(body, id, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) + +Updates a specific Operation. + +### Example +```python +from __future__ import print_function +import time +import fusion +from fusion.rest import ApiException +from pprint import pprint + +# Configure OAuth2 access token for authorization: oauth +configuration = fusion.Configuration() +configuration.access_token = 'YOUR_ACCESS_TOKEN' + +# create an instance of the API class +api_instance = fusion.OperationsApi(fusion.ApiClient(configuration)) +body = fusion.OperationPatch() # OperationPatch | +id = 'id_example' # str | The Operation ID +x_request_id = 'x_request_id_example' # str | The Request ID supplied with the request, used to perform operations idempotently. (optional) +authorization = 'authorization_example' # str | Access token (in JWT format) required to use any API endpoint. (optional) +x_correlation_id = 'x_correlation_id_example' # str | The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. (optional) + +try: + # Updates a specific Operation. + api_response = api_instance.update_operation(body, id, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) + pprint(api_response) +except ApiException as e: + print("Exception when calling OperationsApi->update_operation: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **body** | [**OperationPatch**](OperationPatch.md)| | + **id** | **str**| The Operation ID | + **x_request_id** | **str**| The Request ID supplied with the request, used to perform operations idempotently. | [optional] + **authorization** | **str**| Access token (in JWT format) required to use any API endpoint. | [optional] + **x_correlation_id** | **str**| The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. | [optional] + +### Return type + +[**Operation**](Operation.md) + +### Authorization + +[accessToken](../README.md#accessToken), [oauth](../README.md#oauth) + +### HTTP request headers + + - **Content-Type**: application/json + - **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + diff --git a/docs/PlacementGroupsApi.md b/docs/PlacementGroupsApi.md index b867ae8..aec9064 100644 --- a/docs/PlacementGroupsApi.md +++ b/docs/PlacementGroupsApi.md @@ -1,6 +1,6 @@ # fusion.PlacementGroupsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/ProtectionPoliciesApi.md b/docs/ProtectionPoliciesApi.md index 6c65801..c440db6 100644 --- a/docs/ProtectionPoliciesApi.md +++ b/docs/ProtectionPoliciesApi.md @@ -1,6 +1,6 @@ # fusion.ProtectionPoliciesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/RegionsApi.md b/docs/RegionsApi.md index 4580fa5..620a23d 100644 --- a/docs/RegionsApi.md +++ b/docs/RegionsApi.md @@ -1,6 +1,6 @@ # fusion.RegionsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/RoleAssignmentsApi.md b/docs/RoleAssignmentsApi.md index 60c881d..fdfe5c8 100644 --- a/docs/RoleAssignmentsApi.md +++ b/docs/RoleAssignmentsApi.md @@ -1,6 +1,6 @@ # fusion.RoleAssignmentsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/RolesApi.md b/docs/RolesApi.md index 11a3d00..42ef5cc 100644 --- a/docs/RolesApi.md +++ b/docs/RolesApi.md @@ -1,6 +1,6 @@ # fusion.RolesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/SnapshotsApi.md b/docs/SnapshotsApi.md index 5c83523..bc84b7e 100644 --- a/docs/SnapshotsApi.md +++ b/docs/SnapshotsApi.md @@ -1,6 +1,6 @@ # fusion.SnapshotsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/StorageClassesApi.md b/docs/StorageClassesApi.md index ed0564b..0261378 100644 --- a/docs/StorageClassesApi.md +++ b/docs/StorageClassesApi.md @@ -1,6 +1,6 @@ # fusion.StorageClassesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/StorageEndpointsApi.md b/docs/StorageEndpointsApi.md index 2b5cb23..cbec1e2 100644 --- a/docs/StorageEndpointsApi.md +++ b/docs/StorageEndpointsApi.md @@ -1,6 +1,6 @@ # fusion.StorageEndpointsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/StorageServicesApi.md b/docs/StorageServicesApi.md index 2904973..e79d5ff 100644 --- a/docs/StorageServicesApi.md +++ b/docs/StorageServicesApi.md @@ -1,6 +1,6 @@ # fusion.StorageServicesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/TenantSpacesApi.md b/docs/TenantSpacesApi.md index 5744aac..8bcb660 100644 --- a/docs/TenantSpacesApi.md +++ b/docs/TenantSpacesApi.md @@ -1,6 +1,6 @@ # fusion.TenantSpacesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/TenantsApi.md b/docs/TenantsApi.md index 03255d5..796a813 100644 --- a/docs/TenantsApi.md +++ b/docs/TenantsApi.md @@ -1,6 +1,6 @@ # fusion.TenantsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/VolumeSnapshotsApi.md b/docs/VolumeSnapshotsApi.md index a31a5fb..4e5dea6 100644 --- a/docs/VolumeSnapshotsApi.md +++ b/docs/VolumeSnapshotsApi.md @@ -1,12 +1,13 @@ # fusion.VolumeSnapshotsApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- [**get_volume_snapshot**](VolumeSnapshotsApi.md#get_volume_snapshot) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/snapshots/{snapshot_name}/volume-snapshots/{volume_snapshot_name} | Gets a specific Volume Snapshot. [**get_volume_snapshot_by_id**](VolumeSnapshotsApi.md#get_volume_snapshot_by_id) | **GET** /resources/volume-snapshots/{volume_snapshot_id} | Gets a specific Volume Snapshot. [**list_volume_snapshots**](VolumeSnapshotsApi.md#list_volume_snapshots) | **GET** /tenants/{tenant_name}/tenant-spaces/{tenant_space_name}/snapshots/{snapshot_name}/volume-snapshots | Gets a list of all Volume snapshots in a Snapshot. +[**query_volume_snapshots**](VolumeSnapshotsApi.md#query_volume_snapshots) | **GET** /resources/volume-snapshots | Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots. # **get_volume_snapshot** > VolumeSnapshot get_volume_snapshot(tenant_name, tenant_space_name, snapshot_name, volume_snapshot_name, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) @@ -214,3 +215,91 @@ Name | Type | Description | Notes [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) +# **query_volume_snapshots** +> VolumeSnapshotList query_volume_snapshots(filter=filter, sort=sort, limit=limit, offset=offset, id=id, name=name, display_name=display_name, tenant_space_id=tenant_space_id, tenant_id=tenant_id, destroyed=destroyed, snapshot_id=snapshot_id, volume_id=volume_id, time_remaining=time_remaining, volume_serial_number=volume_serial_number, placement_group_id=placement_group_id, protection_policy_id=protection_policy_id, created_at=created_at, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) + +Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots. + +### Example +```python +from __future__ import print_function +import time +import fusion +from fusion.rest import ApiException +from pprint import pprint + +# Configure OAuth2 access token for authorization: oauth +configuration = fusion.Configuration() +configuration.access_token = 'YOUR_ACCESS_TOKEN' + +# create an instance of the API class +api_instance = fusion.VolumeSnapshotsApi(fusion.ApiClient(configuration)) +filter = 'filter_example' # str | filter should use expression language for filtering (optional) +sort = 'sort_example' # str | Returns the response items in the order specified. Set sort to the field(s) in the response by which to sort. Sorting can be performed on any of the fields in the response, and the items can be sorted in ascending or descending order by these fields. By default, the response items are sorted in ascending order. To sort in descending order, append the minus sign (-) to the field. A single request can be sorted on multiple fields. For example, you can sort all volumes from largest to smallest volume size, and then sort volumes of the same size in ascending order by volume name. To sort on multiple fields, list the fields as comma-separated values. (E.g. \"sort=size-,name\") (optional) +limit = 56 # int | (optional) +offset = 56 # int | (optional) +id = 'id_example' # str | (optional) +name = 'name_example' # str | (optional) +display_name = 'display_name_example' # str | (optional) +tenant_space_id = 'tenant_space_id_example' # str | (optional) +tenant_id = 'tenant_id_example' # str | (optional) +destroyed = true # bool | (optional) +snapshot_id = 'snapshot_id_example' # str | (optional) +volume_id = 'volume_id_example' # str | (optional) +time_remaining = 789 # int | (optional) +volume_serial_number = 'volume_serial_number_example' # str | (optional) +placement_group_id = 'placement_group_id_example' # str | (optional) +protection_policy_id = 'protection_policy_id_example' # str | (optional) +created_at = 789 # int | (optional) +x_request_id = 'x_request_id_example' # str | The Request ID supplied with the request, used to perform operations idempotently. (optional) +authorization = 'authorization_example' # str | Access token (in JWT format) required to use any API endpoint. (optional) +x_correlation_id = 'x_correlation_id_example' # str | The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. (optional) + +try: + # Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots. + api_response = api_instance.query_volume_snapshots(filter=filter, sort=sort, limit=limit, offset=offset, id=id, name=name, display_name=display_name, tenant_space_id=tenant_space_id, tenant_id=tenant_id, destroyed=destroyed, snapshot_id=snapshot_id, volume_id=volume_id, time_remaining=time_remaining, volume_serial_number=volume_serial_number, placement_group_id=placement_group_id, protection_policy_id=protection_policy_id, created_at=created_at, x_request_id=x_request_id, authorization=authorization, x_correlation_id=x_correlation_id) + pprint(api_response) +except ApiException as e: + print("Exception when calling VolumeSnapshotsApi->query_volume_snapshots: %s\n" % e) +``` + +### Parameters + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **filter** | **str**| filter should use expression language for filtering | [optional] + **sort** | **str**| Returns the response items in the order specified. Set sort to the field(s) in the response by which to sort. Sorting can be performed on any of the fields in the response, and the items can be sorted in ascending or descending order by these fields. By default, the response items are sorted in ascending order. To sort in descending order, append the minus sign (-) to the field. A single request can be sorted on multiple fields. For example, you can sort all volumes from largest to smallest volume size, and then sort volumes of the same size in ascending order by volume name. To sort on multiple fields, list the fields as comma-separated values. (E.g. \"sort=size-,name\") | [optional] + **limit** | **int**| | [optional] + **offset** | **int**| | [optional] + **id** | **str**| | [optional] + **name** | **str**| | [optional] + **display_name** | **str**| | [optional] + **tenant_space_id** | **str**| | [optional] + **tenant_id** | **str**| | [optional] + **destroyed** | **bool**| | [optional] + **snapshot_id** | **str**| | [optional] + **volume_id** | **str**| | [optional] + **time_remaining** | **int**| | [optional] + **volume_serial_number** | **str**| | [optional] + **placement_group_id** | **str**| | [optional] + **protection_policy_id** | **str**| | [optional] + **created_at** | **int**| | [optional] + **x_request_id** | **str**| The Request ID supplied with the request, used to perform operations idempotently. | [optional] + **authorization** | **str**| Access token (in JWT format) required to use any API endpoint. | [optional] + **x_correlation_id** | **str**| The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. | [optional] + +### Return type + +[**VolumeSnapshotList**](VolumeSnapshotList.md) + +### Authorization + +[accessToken](../README.md#accessToken), [oauth](../README.md#oauth) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md) + diff --git a/docs/VolumesApi.md b/docs/VolumesApi.md index 29ce4ac..085037f 100644 --- a/docs/VolumesApi.md +++ b/docs/VolumesApi.md @@ -1,6 +1,6 @@ # fusion.VolumesApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/docs/WorkloadPlannerApi.md b/docs/WorkloadPlannerApi.md index fe26a63..99daf73 100644 --- a/docs/WorkloadPlannerApi.md +++ b/docs/WorkloadPlannerApi.md @@ -1,6 +1,6 @@ # fusion.WorkloadPlannerApi -All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.2* +All URIs are relative to *https://api.pure1.purestorage.com/fusion/api/1.3* Method | HTTP request | Description ------------- | ------------- | ------------- diff --git a/fusion/__init__.py b/fusion/__init__.py index f4f4203..22d8ce8 100644 --- a/fusion/__init__.py +++ b/fusion/__init__.py @@ -7,7 +7,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -35,7 +35,6 @@ from fusion.api.tenant_spaces_api import TenantSpacesApi from fusion.api.tenants_api import TenantsApi from fusion.api.volume_snapshots_api import VolumeSnapshotsApi -from fusion.api.volume_snapshots_api import VolumeSnapshotsApi from fusion.api.volumes_api import VolumesApi from fusion.api.workload_planner_api import WorkloadPlannerApi from fusion.api.default_api import DefaultApi @@ -62,6 +61,7 @@ from fusion.models.host_access_policies_post import HostAccessPoliciesPost from fusion.models.host_access_policy import HostAccessPolicy from fusion.models.host_access_policy_list import HostAccessPolicyList +from fusion.models.host_access_policy_patch import HostAccessPolicyPatch from fusion.models.host_access_policy_ref import HostAccessPolicyRef from fusion.models.iscsi import Iscsi from fusion.models.list_response_fields import ListResponseFields @@ -87,6 +87,7 @@ from fusion.models.one_of_protection_policy_post_objectives_items import OneOfProtectionPolicyPostObjectivesItems from fusion.models.operation import Operation from fusion.models.operation_list import OperationList +from fusion.models.operation_patch import OperationPatch from fusion.models.operation_request import OperationRequest from fusion.models.operation_result import OperationResult from fusion.models.operation_state import OperationState diff --git a/fusion/api/__init__.py b/fusion/api/__init__.py index 6731405..611d7f6 100644 --- a/fusion/api/__init__.py +++ b/fusion/api/__init__.py @@ -23,7 +23,6 @@ from fusion.api.tenant_spaces_api import TenantSpacesApi from fusion.api.tenants_api import TenantsApi from fusion.api.volume_snapshots_api import VolumeSnapshotsApi -from fusion.api.volume_snapshots_api import VolumeSnapshotsApi from fusion.api.volumes_api import VolumesApi from fusion.api.workload_planner_api import WorkloadPlannerApi from fusion.api.default_api import DefaultApi diff --git a/fusion/api/arrays_api.py b/fusion/api/arrays_api.py index 51f8fc6..631e150 100644 --- a/fusion/api/arrays_api.py +++ b/fusion/api/arrays_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/availability_zones_api.py b/fusion/api/availability_zones_api.py index f77cce3..0489ab4 100644 --- a/fusion/api/availability_zones_api.py +++ b/fusion/api/availability_zones_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/default_api.py b/fusion/api/default_api.py index 4e9a30e..41c8fc8 100644 --- a/fusion/api/default_api.py +++ b/fusion/api/default_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/hardware_types_api.py b/fusion/api/hardware_types_api.py index fa86c9d..950b976 100644 --- a/fusion/api/hardware_types_api.py +++ b/fusion/api/hardware_types_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/host_access_policies_api.py b/fusion/api/host_access_policies_api.py index df0c6bc..49617d4 100644 --- a/fusion/api/host_access_policies_api.py +++ b/fusion/api/host_access_policies_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -552,3 +552,120 @@ def list_host_access_policies_with_http_info(self, **kwargs): # noqa: E501 _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + + def update_host_access_policy(self, body, host_access_policy_name, **kwargs): # noqa: E501 + """Updates a Host Access Policy. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.update_host_access_policy(body, host_access_policy_name, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param HostAccessPolicyPatch body: (required) + :param str host_access_policy_name: The Host policy name (required) + :param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently. + :param str authorization: Access token (in JWT format) required to use any API endpoint. + :param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. + :return: Operation + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.update_host_access_policy_with_http_info(body, host_access_policy_name, **kwargs) # noqa: E501 + else: + (data) = self.update_host_access_policy_with_http_info(body, host_access_policy_name, **kwargs) # noqa: E501 + return data + + def update_host_access_policy_with_http_info(self, body, host_access_policy_name, **kwargs): # noqa: E501 + """Updates a Host Access Policy. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.update_host_access_policy_with_http_info(body, host_access_policy_name, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param HostAccessPolicyPatch body: (required) + :param str host_access_policy_name: The Host policy name (required) + :param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently. + :param str authorization: Access token (in JWT format) required to use any API endpoint. + :param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. + :return: Operation + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['body', 'host_access_policy_name', 'x_request_id', 'authorization', 'x_correlation_id'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method update_host_access_policy" % key + ) + params[key] = val + del params['kwargs'] + # 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 `update_host_access_policy`") # noqa: E501 + # verify the required parameter 'host_access_policy_name' is set + if ('host_access_policy_name' not in params or + params['host_access_policy_name'] is None): + raise ValueError("Missing the required parameter `host_access_policy_name` when calling `update_host_access_policy`") # noqa: E501 + + collection_formats = {} + + path_params = {} + if 'host_access_policy_name' in params: + path_params['host_access_policy_name'] = params['host_access_policy_name'] # noqa: E501 + + query_params = [] + + header_params = {} + if 'x_request_id' in params: + header_params['X-Request-ID'] = params['x_request_id'] # noqa: E501 + if 'authorization' in params: + header_params['Authorization'] = params['authorization'] # noqa: E501 + if 'x_correlation_id' in params: + header_params['X-Correlation-ID'] = params['x_correlation_id'] # noqa: E501 + + 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']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = ['accessToken', 'oauth'] # noqa: E501 + + return self.api_client.call_api( + '/host-access-policies/{host_access_policy_name}', 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='Operation', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _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/fusion/api/identity_manager_api.py b/fusion/api/identity_manager_api.py index 3d68195..2a23937 100644 --- a/fusion/api/identity_manager_api.py +++ b/fusion/api/identity_manager_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/network_interface_groups_api.py b/fusion/api/network_interface_groups_api.py index 082d99f..0857ecd 100644 --- a/fusion/api/network_interface_groups_api.py +++ b/fusion/api/network_interface_groups_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/network_interfaces_api.py b/fusion/api/network_interfaces_api.py index 5af23d1..a03804c 100644 --- a/fusion/api/network_interfaces_api.py +++ b/fusion/api/network_interfaces_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/operations_api.py b/fusion/api/operations_api.py index c634d99..3047413 100644 --- a/fusion/api/operations_api.py +++ b/fusion/api/operations_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -394,3 +394,120 @@ def list_operations_with_http_info(self, **kwargs): # noqa: E501 _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + + def update_operation(self, body, id, **kwargs): # noqa: E501 + """Updates a specific Operation. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.update_operation(body, id, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param OperationPatch body: (required) + :param str id: The Operation ID (required) + :param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently. + :param str authorization: Access token (in JWT format) required to use any API endpoint. + :param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. + :return: Operation + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.update_operation_with_http_info(body, id, **kwargs) # noqa: E501 + else: + (data) = self.update_operation_with_http_info(body, id, **kwargs) # noqa: E501 + return data + + def update_operation_with_http_info(self, body, id, **kwargs): # noqa: E501 + """Updates a specific Operation. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.update_operation_with_http_info(body, id, async_req=True) + >>> result = thread.get() + + :param async_req bool + :param OperationPatch body: (required) + :param str id: The Operation ID (required) + :param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently. + :param str authorization: Access token (in JWT format) required to use any API endpoint. + :param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. + :return: Operation + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['body', 'id', 'x_request_id', 'authorization', 'x_correlation_id'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method update_operation" % key + ) + params[key] = val + del params['kwargs'] + # 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 `update_operation`") # noqa: E501 + # verify the required parameter 'id' is set + if ('id' not in params or + params['id'] is None): + raise ValueError("Missing the required parameter `id` when calling `update_operation`") # noqa: E501 + + collection_formats = {} + + path_params = {} + if 'id' in params: + path_params['id'] = params['id'] # noqa: E501 + + query_params = [] + + header_params = {} + if 'x_request_id' in params: + header_params['X-Request-ID'] = params['x_request_id'] # noqa: E501 + if 'authorization' in params: + header_params['Authorization'] = params['authorization'] # noqa: E501 + if 'x_correlation_id' in params: + header_params['X-Correlation-ID'] = params['x_correlation_id'] # noqa: E501 + + 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']) # noqa: E501 + + # HTTP header `Content-Type` + header_params['Content-Type'] = self.api_client.select_header_content_type( # noqa: E501 + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = ['accessToken', 'oauth'] # noqa: E501 + + return self.api_client.call_api( + '/operations/{id}', 'PATCH', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='Operation', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _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/fusion/api/placement_groups_api.py b/fusion/api/placement_groups_api.py index 2ddde4f..e8d38b5 100644 --- a/fusion/api/placement_groups_api.py +++ b/fusion/api/placement_groups_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/protection_policies_api.py b/fusion/api/protection_policies_api.py index 7251bee..2a9ed78 100644 --- a/fusion/api/protection_policies_api.py +++ b/fusion/api/protection_policies_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/regions_api.py b/fusion/api/regions_api.py index e6c2798..5b66d94 100644 --- a/fusion/api/regions_api.py +++ b/fusion/api/regions_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/role_assignments_api.py b/fusion/api/role_assignments_api.py index 208ae5f..9baf212 100644 --- a/fusion/api/role_assignments_api.py +++ b/fusion/api/role_assignments_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/roles_api.py b/fusion/api/roles_api.py index 4b3bf25..3df7786 100644 --- a/fusion/api/roles_api.py +++ b/fusion/api/roles_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/snapshots_api.py b/fusion/api/snapshots_api.py index d885686..10a6900 100644 --- a/fusion/api/snapshots_api.py +++ b/fusion/api/snapshots_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/storage_classes_api.py b/fusion/api/storage_classes_api.py index 4713f91..a5ed653 100644 --- a/fusion/api/storage_classes_api.py +++ b/fusion/api/storage_classes_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/storage_endpoints_api.py b/fusion/api/storage_endpoints_api.py index 4d96370..b946038 100644 --- a/fusion/api/storage_endpoints_api.py +++ b/fusion/api/storage_endpoints_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/storage_services_api.py b/fusion/api/storage_services_api.py index 12937eb..e640747 100644 --- a/fusion/api/storage_services_api.py +++ b/fusion/api/storage_services_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/tenant_spaces_api.py b/fusion/api/tenant_spaces_api.py index db8adc4..d7cb9a8 100644 --- a/fusion/api/tenant_spaces_api.py +++ b/fusion/api/tenant_spaces_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/tenants_api.py b/fusion/api/tenants_api.py index 9277f68..8f4b823 100644 --- a/fusion/api/tenants_api.py +++ b/fusion/api/tenants_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/volume_snapshots_api.py b/fusion/api/volume_snapshots_api.py index 4fc4c02..2c01995 100644 --- a/fusion/api/volume_snapshots_api.py +++ b/fusion/api/volume_snapshots_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -442,3 +442,168 @@ def list_volume_snapshots_with_http_info(self, tenant_name, tenant_space_name, s _preload_content=params.get('_preload_content', True), _request_timeout=params.get('_request_timeout'), collection_formats=collection_formats) + + def query_volume_snapshots(self, **kwargs): # noqa: E501 + """Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.query_volume_snapshots(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str filter: filter should use expression language for filtering + :param str sort: Returns the response items in the order specified. Set sort to the field(s) in the response by which to sort. Sorting can be performed on any of the fields in the response, and the items can be sorted in ascending or descending order by these fields. By default, the response items are sorted in ascending order. To sort in descending order, append the minus sign (-) to the field. A single request can be sorted on multiple fields. For example, you can sort all volumes from largest to smallest volume size, and then sort volumes of the same size in ascending order by volume name. To sort on multiple fields, list the fields as comma-separated values. (E.g. \"sort=size-,name\") + :param int limit: + :param int offset: + :param str id: + :param str name: + :param str display_name: + :param str tenant_space_id: + :param str tenant_id: + :param bool destroyed: + :param str snapshot_id: + :param str volume_id: + :param int time_remaining: + :param str volume_serial_number: + :param str placement_group_id: + :param str protection_policy_id: + :param int created_at: + :param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently. + :param str authorization: Access token (in JWT format) required to use any API endpoint. + :param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. + :return: VolumeSnapshotList + If the method is called asynchronously, + returns the request thread. + """ + kwargs['_return_http_data_only'] = True + if kwargs.get('async_req'): + return self.query_volume_snapshots_with_http_info(**kwargs) # noqa: E501 + else: + (data) = self.query_volume_snapshots_with_http_info(**kwargs) # noqa: E501 + return data + + def query_volume_snapshots_with_http_info(self, **kwargs): # noqa: E501 + """Get all Volume Snapshots in the org. Provide a filter to search for specific volume snapshots. # noqa: E501 + + This method makes a synchronous HTTP request by default. To make an + asynchronous HTTP request, please pass async_req=True + >>> thread = api.query_volume_snapshots_with_http_info(async_req=True) + >>> result = thread.get() + + :param async_req bool + :param str filter: filter should use expression language for filtering + :param str sort: Returns the response items in the order specified. Set sort to the field(s) in the response by which to sort. Sorting can be performed on any of the fields in the response, and the items can be sorted in ascending or descending order by these fields. By default, the response items are sorted in ascending order. To sort in descending order, append the minus sign (-) to the field. A single request can be sorted on multiple fields. For example, you can sort all volumes from largest to smallest volume size, and then sort volumes of the same size in ascending order by volume name. To sort on multiple fields, list the fields as comma-separated values. (E.g. \"sort=size-,name\") + :param int limit: + :param int offset: + :param str id: + :param str name: + :param str display_name: + :param str tenant_space_id: + :param str tenant_id: + :param bool destroyed: + :param str snapshot_id: + :param str volume_id: + :param int time_remaining: + :param str volume_serial_number: + :param str placement_group_id: + :param str protection_policy_id: + :param int created_at: + :param str x_request_id: The Request ID supplied with the request, used to perform operations idempotently. + :param str authorization: Access token (in JWT format) required to use any API endpoint. + :param str x_correlation_id: The Correlation ID provided will be added to log messages and can be used for support. The same Correlation ID may be used for separate requests, to track a higher level workflow. + :return: VolumeSnapshotList + If the method is called asynchronously, + returns the request thread. + """ + + all_params = ['filter', 'sort', 'limit', 'offset', 'id', 'name', 'display_name', 'tenant_space_id', 'tenant_id', 'destroyed', 'snapshot_id', 'volume_id', 'time_remaining', 'volume_serial_number', 'placement_group_id', 'protection_policy_id', 'created_at', 'x_request_id', 'authorization', 'x_correlation_id'] # noqa: E501 + all_params.append('async_req') + all_params.append('_return_http_data_only') + all_params.append('_preload_content') + all_params.append('_request_timeout') + + params = locals() + for key, val in six.iteritems(params['kwargs']): + if key not in all_params: + raise TypeError( + "Got an unexpected keyword argument '%s'" + " to method query_volume_snapshots" % key + ) + params[key] = val + del params['kwargs'] + + collection_formats = {} + + path_params = {} + + query_params = [] + if 'filter' in params: + query_params.append(('filter', params['filter'])) # noqa: E501 + if 'sort' in params: + query_params.append(('sort', params['sort'])) # noqa: E501 + if 'limit' in params: + query_params.append(('limit', params['limit'])) # noqa: E501 + if 'offset' in params: + query_params.append(('offset', params['offset'])) # noqa: E501 + if 'id' in params: + query_params.append(('id', params['id'])) # noqa: E501 + if 'name' in params: + query_params.append(('name', params['name'])) # noqa: E501 + if 'display_name' in params: + query_params.append(('display_name', params['display_name'])) # noqa: E501 + if 'tenant_space_id' in params: + query_params.append(('tenant_space_id', params['tenant_space_id'])) # noqa: E501 + if 'tenant_id' in params: + query_params.append(('tenant_id', params['tenant_id'])) # noqa: E501 + if 'destroyed' in params: + query_params.append(('destroyed', params['destroyed'])) # noqa: E501 + if 'snapshot_id' in params: + query_params.append(('snapshot_id', params['snapshot_id'])) # noqa: E501 + if 'volume_id' in params: + query_params.append(('volume_id', params['volume_id'])) # noqa: E501 + if 'time_remaining' in params: + query_params.append(('time_remaining', params['time_remaining'])) # noqa: E501 + if 'volume_serial_number' in params: + query_params.append(('volume_serial_number', params['volume_serial_number'])) # noqa: E501 + if 'placement_group_id' in params: + query_params.append(('placement_group_id', params['placement_group_id'])) # noqa: E501 + if 'protection_policy_id' in params: + query_params.append(('protection_policy_id', params['protection_policy_id'])) # noqa: E501 + if 'created_at' in params: + query_params.append(('created_at', params['created_at'])) # noqa: E501 + + header_params = {} + if 'x_request_id' in params: + header_params['X-Request-ID'] = params['x_request_id'] # noqa: E501 + if 'authorization' in params: + header_params['Authorization'] = params['authorization'] # noqa: E501 + if 'x_correlation_id' in params: + header_params['X-Correlation-ID'] = params['x_correlation_id'] # noqa: E501 + + form_params = [] + local_var_files = {} + + body_params = None + # HTTP header `Accept` + header_params['Accept'] = self.api_client.select_header_accept( + ['application/json']) # noqa: E501 + + # Authentication setting + auth_settings = ['accessToken', 'oauth'] # noqa: E501 + + return self.api_client.call_api( + '/resources/volume-snapshots', 'GET', + path_params, + query_params, + header_params, + body=body_params, + post_params=form_params, + files=local_var_files, + response_type='VolumeSnapshotList', # noqa: E501 + auth_settings=auth_settings, + async_req=params.get('async_req'), + _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/fusion/api/volumes_api.py b/fusion/api/volumes_api.py index 6336d1d..362abc7 100644 --- a/fusion/api/volumes_api.py +++ b/fusion/api/volumes_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api/workload_planner_api.py b/fusion/api/workload_planner_api.py index 2d9970a..a79e322 100644 --- a/fusion/api/workload_planner_api.py +++ b/fusion/api/workload_planner_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/api_client.py b/fusion/api_client.py index 6e4e6c9..17c2824 100644 --- a/fusion/api_client.py +++ b/fusion/api_client.py @@ -4,7 +4,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -72,7 +72,7 @@ def __init__(self, configuration=None, header_name=None, header_value=None, self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = 'Swagger-Codegen/1.2.0/python' + self.user_agent = 'Swagger-Codegen/1.3.0/python' def __del__(self): if self._pool is not None: diff --git a/fusion/configuration.py b/fusion/configuration.py index 45dad35..cfccbf3 100644 --- a/fusion/configuration.py +++ b/fusion/configuration.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -46,7 +46,7 @@ class Configuration(six.with_metaclass(TypeWithDefault, object)): def __init__(self): """Constructor""" # Default Base url - self.host = "https://api.pure1.purestorage.com/fusion/api/1.2" + self.host = "https://api.pure1.purestorage.com/fusion/api/1.3" # Temp file folder for downloading files self.temp_folder_path = None @@ -248,6 +248,6 @@ def to_debug_report(self): return "Python SDK Debug Report:\n"\ "OS: {env}\n"\ "Python Version: {pyversion}\n"\ - "Version of the API: 1.2\n"\ - "SDK Package Version: 1.2.0".\ + "Version of the API: 1.3\n"\ + "SDK Package Version: 1.3.0".\ format(env=sys.platform, pyversion=sys.version) diff --git a/fusion/models/__init__.py b/fusion/models/__init__.py index ff9a11a..318ba0f 100644 --- a/fusion/models/__init__.py +++ b/fusion/models/__init__.py @@ -6,7 +6,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -33,6 +33,7 @@ from fusion.models.host_access_policies_post import HostAccessPoliciesPost from fusion.models.host_access_policy import HostAccessPolicy from fusion.models.host_access_policy_list import HostAccessPolicyList +from fusion.models.host_access_policy_patch import HostAccessPolicyPatch from fusion.models.host_access_policy_ref import HostAccessPolicyRef from fusion.models.iscsi import Iscsi from fusion.models.list_response_fields import ListResponseFields @@ -58,6 +59,7 @@ from fusion.models.one_of_protection_policy_post_objectives_items import OneOfProtectionPolicyPostObjectivesItems from fusion.models.operation import Operation from fusion.models.operation_list import OperationList +from fusion.models.operation_patch import OperationPatch from fusion.models.operation_request import OperationRequest from fusion.models.operation_result import OperationResult from fusion.models.operation_state import OperationState diff --git a/fusion/models/api_client.py b/fusion/models/api_client.py index 37d194a..5ac83d6 100644 --- a/fusion/models/api_client.py +++ b/fusion/models/api_client.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/api_client_post.py b/fusion/models/api_client_post.py index f5d2581..58ea7b0 100644 --- a/fusion/models/api_client_post.py +++ b/fusion/models/api_client_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/array.py b/fusion/models/array.py index 05caed7..82d8f98 100644 --- a/fusion/models/array.py +++ b/fusion/models/array.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/array_list.py b/fusion/models/array_list.py index f0c1e2d..96d1f61 100644 --- a/fusion/models/array_list.py +++ b/fusion/models/array_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/array_patch.py b/fusion/models/array_patch.py index a6d15da..4af44ce 100644 --- a/fusion/models/array_patch.py +++ b/fusion/models/array_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/array_post.py b/fusion/models/array_post.py index f02dbf4..8c561f7 100644 --- a/fusion/models/array_post.py +++ b/fusion/models/array_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/array_ref.py b/fusion/models/array_ref.py index e88b20d..58ef5d8 100644 --- a/fusion/models/array_ref.py +++ b/fusion/models/array_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/availability_zone.py b/fusion/models/availability_zone.py index ad42ca7..7b09fc1 100644 --- a/fusion/models/availability_zone.py +++ b/fusion/models/availability_zone.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/availability_zone_list.py b/fusion/models/availability_zone_list.py index 33aabb4..023d216 100644 --- a/fusion/models/availability_zone_list.py +++ b/fusion/models/availability_zone_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/availability_zone_post.py b/fusion/models/availability_zone_post.py index c8525b7..5743c10 100644 --- a/fusion/models/availability_zone_post.py +++ b/fusion/models/availability_zone_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/availability_zone_ref.py b/fusion/models/availability_zone_ref.py index 63be198..d4309d1 100644 --- a/fusion/models/availability_zone_ref.py +++ b/fusion/models/availability_zone_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/error.py b/fusion/models/error.py index 4e1e15c..16e05d5 100644 --- a/fusion/models/error.py +++ b/fusion/models/error.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/error_response.py b/fusion/models/error_response.py index dceea3f..66fa23f 100644 --- a/fusion/models/error_response.py +++ b/fusion/models/error_response.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/hardware_type.py b/fusion/models/hardware_type.py index 09fece9..ba0f824 100644 --- a/fusion/models/hardware_type.py +++ b/fusion/models/hardware_type.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/hardware_type_list.py b/fusion/models/hardware_type_list.py index 32c5b09..35c4237 100644 --- a/fusion/models/hardware_type_list.py +++ b/fusion/models/hardware_type_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/hardware_type_ref.py b/fusion/models/hardware_type_ref.py index 7d4e2e8..f20dc4a 100644 --- a/fusion/models/hardware_type_ref.py +++ b/fusion/models/hardware_type_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/host_access_policies_post.py b/fusion/models/host_access_policies_post.py index 7ce2a9b..6e7d069 100644 --- a/fusion/models/host_access_policies_post.py +++ b/fusion/models/host_access_policies_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/host_access_policy.py b/fusion/models/host_access_policy.py index ced19d2..e263ff2 100644 --- a/fusion/models/host_access_policy.py +++ b/fusion/models/host_access_policy.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/host_access_policy_list.py b/fusion/models/host_access_policy_list.py index ea4a2a1..4d4313a 100644 --- a/fusion/models/host_access_policy_list.py +++ b/fusion/models/host_access_policy_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/host_access_policy_patch.py b/fusion/models/host_access_policy_patch.py new file mode 100644 index 0000000..e65cba7 --- /dev/null +++ b/fusion/models/host_access_policy_patch.py @@ -0,0 +1,90 @@ +# coding: utf-8 + +""" + Pure Fusion API + + Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 + + OpenAPI spec version: 1.3 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six +from fusion.models.resource_patch import ResourcePatch # noqa: F401,E501 + +class HostAccessPolicyPatch(ResourcePatch): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + } + if hasattr(ResourcePatch, "swagger_types"): + swagger_types.update(ResourcePatch.swagger_types) + + attribute_map = { + } + if hasattr(ResourcePatch, "attribute_map"): + attribute_map.update(ResourcePatch.attribute_map) + + def __init__(self, *args, **kwargs): # noqa: E501 + """HostAccessPolicyPatch - a model defined in Swagger""" # noqa: E501 + self.discriminator = None + ResourcePatch.__init__(self, *args, **kwargs) + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(HostAccessPolicyPatch, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, HostAccessPolicyPatch): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/fusion/models/host_access_policy_ref.py b/fusion/models/host_access_policy_ref.py index 7b16415..7925739 100644 --- a/fusion/models/host_access_policy_ref.py +++ b/fusion/models/host_access_policy_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/iscsi.py b/fusion/models/iscsi.py index dd90624..5f950ba 100644 --- a/fusion/models/iscsi.py +++ b/fusion/models/iscsi.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/list_response_fields.py b/fusion/models/list_response_fields.py index 234836f..8b330ee 100644 --- a/fusion/models/list_response_fields.py +++ b/fusion/models/list_response_fields.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -43,8 +43,7 @@ def __init__(self, count=None, more_items_remaining=None): # noqa: E501 self._more_items_remaining = None self.discriminator = None self.count = count - if more_items_remaining is not None: - self.more_items_remaining = more_items_remaining + self.more_items_remaining = more_items_remaining @property def count(self): @@ -91,6 +90,8 @@ def more_items_remaining(self, more_items_remaining): :param more_items_remaining: The more_items_remaining of this ListResponseFields. # noqa: E501 :type: bool """ + if more_items_remaining is None: + raise ValueError("Invalid value for `more_items_remaining`, must not be `None`") # noqa: E501 self._more_items_remaining = more_items_remaining diff --git a/fusion/models/network_interface.py b/fusion/models/network_interface.py index ca9b924..9a42dd8 100644 --- a/fusion/models/network_interface.py +++ b/fusion/models/network_interface.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_eth.py b/fusion/models/network_interface_eth.py index ae6d6f7..633bc11 100644 --- a/fusion/models/network_interface_eth.py +++ b/fusion/models/network_interface_eth.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_fc.py b/fusion/models/network_interface_fc.py index a620aef..4d52c3b 100644 --- a/fusion/models/network_interface_fc.py +++ b/fusion/models/network_interface_fc.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_group.py b/fusion/models/network_interface_group.py index 83defc4..6fae936 100644 --- a/fusion/models/network_interface_group.py +++ b/fusion/models/network_interface_group.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_group_eth.py b/fusion/models/network_interface_group_eth.py index afdd091..e4b82bf 100644 --- a/fusion/models/network_interface_group_eth.py +++ b/fusion/models/network_interface_group_eth.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_group_eth_post.py b/fusion/models/network_interface_group_eth_post.py index 97c0120..2e3bea1 100644 --- a/fusion/models/network_interface_group_eth_post.py +++ b/fusion/models/network_interface_group_eth_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_group_list.py b/fusion/models/network_interface_group_list.py index 06d90ac..337dbcd 100644 --- a/fusion/models/network_interface_group_list.py +++ b/fusion/models/network_interface_group_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_group_patch.py b/fusion/models/network_interface_group_patch.py index 8a127fa..47e3035 100644 --- a/fusion/models/network_interface_group_patch.py +++ b/fusion/models/network_interface_group_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_group_post.py b/fusion/models/network_interface_group_post.py index e260060..51089b8 100644 --- a/fusion/models/network_interface_group_post.py +++ b/fusion/models/network_interface_group_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_group_ref.py b/fusion/models/network_interface_group_ref.py index 0414dd6..2407780 100644 --- a/fusion/models/network_interface_group_ref.py +++ b/fusion/models/network_interface_group_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_list.py b/fusion/models/network_interface_list.py index 10c485c..d0d5d1a 100644 --- a/fusion/models/network_interface_list.py +++ b/fusion/models/network_interface_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_patch.py b/fusion/models/network_interface_patch.py index 2db11e6..a37f7f9 100644 --- a/fusion/models/network_interface_patch.py +++ b/fusion/models/network_interface_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_patch_eth.py b/fusion/models/network_interface_patch_eth.py index 073520d..aabad18 100644 --- a/fusion/models/network_interface_patch_eth.py +++ b/fusion/models/network_interface_patch_eth.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/network_interface_ref.py b/fusion/models/network_interface_ref.py index 8637e2e..9947ab3 100644 --- a/fusion/models/network_interface_ref.py +++ b/fusion/models/network_interface_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/nullable_boolean.py b/fusion/models/nullable_boolean.py index fcbe0be..e8016da 100644 --- a/fusion/models/nullable_boolean.py +++ b/fusion/models/nullable_boolean.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/nullable_size.py b/fusion/models/nullable_size.py index 90c9d7b..13e12a7 100644 --- a/fusion/models/nullable_size.py +++ b/fusion/models/nullable_size.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/nullable_string.py b/fusion/models/nullable_string.py index ca3b839..6b96332 100644 --- a/fusion/models/nullable_string.py +++ b/fusion/models/nullable_string.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/nullable_string_array.py b/fusion/models/nullable_string_array.py index 73848fc..30aa506 100644 --- a/fusion/models/nullable_string_array.py +++ b/fusion/models/nullable_string_array.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/one_of_protection_policy_objectives_items.py b/fusion/models/one_of_protection_policy_objectives_items.py index e2511fc..a5d01c3 100644 --- a/fusion/models/one_of_protection_policy_objectives_items.py +++ b/fusion/models/one_of_protection_policy_objectives_items.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/one_of_protection_policy_post_objectives_items.py b/fusion/models/one_of_protection_policy_post_objectives_items.py index ef6036c..f6490cb 100644 --- a/fusion/models/one_of_protection_policy_post_objectives_items.py +++ b/fusion/models/one_of_protection_policy_post_objectives_items.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/operation.py b/fusion/models/operation.py index 3d85ace..3688827 100644 --- a/fusion/models/operation.py +++ b/fusion/models/operation.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -42,6 +42,7 @@ class Operation(object): 'created_at': 'int', 'started_at': 'int', 'ended_at': 'int', + 'cancelation': 'str', 'update_fields': 'dict(str, str)' } @@ -60,10 +61,11 @@ class Operation(object): 'created_at': 'created_at', 'started_at': 'started_at', 'ended_at': 'ended_at', + 'cancelation': 'cancelation', 'update_fields': 'update_fields' } - def __init__(self, id=None, self_link=None, request=None, request_type=None, request_id=None, request_collection=None, state=None, result=None, status=None, retry_in=None, error=None, created_at=None, started_at=None, ended_at=None, update_fields=None): # noqa: E501 + def __init__(self, id=None, self_link=None, request=None, request_type=None, request_id=None, request_collection=None, state=None, result=None, status=None, retry_in=None, error=None, created_at=None, started_at=None, ended_at=None, cancelation=None, update_fields=None): # noqa: E501 """Operation - a model defined in Swagger""" # noqa: E501 self._id = None self._self_link = None @@ -79,6 +81,7 @@ def __init__(self, id=None, self_link=None, request=None, request_type=None, req self._created_at = None self._started_at = None self._ended_at = None + self._cancelation = None self._update_fields = None self.discriminator = None self.id = id @@ -100,6 +103,7 @@ def __init__(self, id=None, self_link=None, request=None, request_type=None, req self.created_at = created_at self.started_at = started_at self.ended_at = ended_at + self.cancelation = cancelation self.update_fields = update_fields @property @@ -440,6 +444,37 @@ def ended_at(self, ended_at): self._ended_at = ended_at + @property + def cancelation(self): + """Gets the cancelation of this Operation. # noqa: E501 + + The cancelation status of the operation, one of five values. CancelNone means no cancelation has been requested or occured. CancelRequested means the user or system has requested to cancel the operation; it may or may not happen. CancelInProgress means the system has accepted the request to cancel and is trying to do so; once an operation is in Canceling status, it will fail. CancelSuccessful means an operation has failed with a CANCELED error code. CancelUnsuccessful means cancel was requested, but the system could not cancel the operation -- it may have failed with an error code other than CANCELED; or it may have succeeded. # noqa: E501 + + :return: The cancelation of this Operation. # noqa: E501 + :rtype: str + """ + return self._cancelation + + @cancelation.setter + def cancelation(self, cancelation): + """Sets the cancelation of this Operation. + + The cancelation status of the operation, one of five values. CancelNone means no cancelation has been requested or occured. CancelRequested means the user or system has requested to cancel the operation; it may or may not happen. CancelInProgress means the system has accepted the request to cancel and is trying to do so; once an operation is in Canceling status, it will fail. CancelSuccessful means an operation has failed with a CANCELED error code. CancelUnsuccessful means cancel was requested, but the system could not cancel the operation -- it may have failed with an error code other than CANCELED; or it may have succeeded. # noqa: E501 + + :param cancelation: The cancelation of this Operation. # noqa: E501 + :type: str + """ + if cancelation is None: + raise ValueError("Invalid value for `cancelation`, must not be `None`") # noqa: E501 + allowed_values = ["CancelNone", "CancelRequested", "CancelInProgress", "CancelSuccessful", "CancelUnsuccessful"] # noqa: E501 + if cancelation not in allowed_values: + raise ValueError( + "Invalid value for `cancelation` ({0}), must be one of {1}" # noqa: E501 + .format(cancelation, allowed_values) + ) + + self._cancelation = cancelation + @property def update_fields(self): """Gets the update_fields of this Operation. # noqa: E501 diff --git a/fusion/models/operation_list.py b/fusion/models/operation_list.py index c511fa4..4e57527 100644 --- a/fusion/models/operation_list.py +++ b/fusion/models/operation_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/operation_patch.py b/fusion/models/operation_patch.py new file mode 100644 index 0000000..351bbe4 --- /dev/null +++ b/fusion/models/operation_patch.py @@ -0,0 +1,110 @@ +# coding: utf-8 + +""" + Pure Fusion API + + Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 + + OpenAPI spec version: 1.3 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +import pprint +import re # noqa: F401 + +import six + +class OperationPatch(object): + """NOTE: This class is auto generated by the swagger code generator program. + + Do not edit the class manually. + """ + """ + Attributes: + swagger_types (dict): The key is attribute name + and the value is attribute type. + attribute_map (dict): The key is attribute name + and the value is json key in definition. + """ + swagger_types = { + 'cancel': 'NullableBoolean' + } + + attribute_map = { + 'cancel': 'cancel' + } + + def __init__(self, cancel=None): # noqa: E501 + """OperationPatch - a model defined in Swagger""" # noqa: E501 + self._cancel = None + self.discriminator = None + if cancel is not None: + self.cancel = cancel + + @property + def cancel(self): + """Gets the cancel of this OperationPatch. # noqa: E501 + + + :return: The cancel of this OperationPatch. # noqa: E501 + :rtype: NullableBoolean + """ + return self._cancel + + @cancel.setter + def cancel(self, cancel): + """Sets the cancel of this OperationPatch. + + + :param cancel: The cancel of this OperationPatch. # noqa: E501 + :type: NullableBoolean + """ + + self._cancel = cancel + + def to_dict(self): + """Returns the model properties as a dict""" + result = {} + + for attr, _ in six.iteritems(self.swagger_types): + value = getattr(self, attr) + if isinstance(value, list): + result[attr] = list(map( + lambda x: x.to_dict() if hasattr(x, "to_dict") else x, + value + )) + elif hasattr(value, "to_dict"): + result[attr] = value.to_dict() + elif isinstance(value, dict): + result[attr] = dict(map( + lambda item: (item[0], item[1].to_dict()) + if hasattr(item[1], "to_dict") else item, + value.items() + )) + else: + result[attr] = value + if issubclass(OperationPatch, dict): + for key, value in self.items(): + result[key] = value + + return result + + def to_str(self): + """Returns the string representation of the model""" + return pprint.pformat(self.to_dict()) + + def __repr__(self): + """For `print` and `pprint`""" + return self.to_str() + + def __eq__(self, other): + """Returns true if both objects are equal""" + if not isinstance(other, OperationPatch): + return False + + return self.__dict__ == other.__dict__ + + def __ne__(self, other): + """Returns true if both objects are not equal""" + return not self == other diff --git a/fusion/models/operation_request.py b/fusion/models/operation_request.py index 172b2e5..edcf38a 100644 --- a/fusion/models/operation_request.py +++ b/fusion/models/operation_request.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/operation_result.py b/fusion/models/operation_result.py index 6b4bd08..37e20d3 100644 --- a/fusion/models/operation_result.py +++ b/fusion/models/operation_result.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/operation_state.py b/fusion/models/operation_state.py index 78f4673..dd72cf0 100644 --- a/fusion/models/operation_state.py +++ b/fusion/models/operation_state.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/performance.py b/fusion/models/performance.py index 76ac38e..f317b07 100644 --- a/fusion/models/performance.py +++ b/fusion/models/performance.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_engine.py b/fusion/models/placement_engine.py index 98897b7..8dd54d4 100644 --- a/fusion/models/placement_engine.py +++ b/fusion/models/placement_engine.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_group.py b/fusion/models/placement_group.py index 6729f6f..af24bc4 100644 --- a/fusion/models/placement_group.py +++ b/fusion/models/placement_group.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_group_list.py b/fusion/models/placement_group_list.py index e8422dd..5cb06aa 100644 --- a/fusion/models/placement_group_list.py +++ b/fusion/models/placement_group_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_group_patch.py b/fusion/models/placement_group_patch.py index 6dcde5e..7047380 100644 --- a/fusion/models/placement_group_patch.py +++ b/fusion/models/placement_group_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_group_post.py b/fusion/models/placement_group_post.py index 0a3430b..3a1e817 100644 --- a/fusion/models/placement_group_post.py +++ b/fusion/models/placement_group_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_group_ref.py b/fusion/models/placement_group_ref.py index 71b721b..e3eaa96 100644 --- a/fusion/models/placement_group_ref.py +++ b/fusion/models/placement_group_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_recommendation.py b/fusion/models/placement_recommendation.py index 9ffd2c7..8ac8862 100644 --- a/fusion/models/placement_recommendation.py +++ b/fusion/models/placement_recommendation.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_recommendation_excluded_array.py b/fusion/models/placement_recommendation_excluded_array.py index 16f3a27..fc878a7 100644 --- a/fusion/models/placement_recommendation_excluded_array.py +++ b/fusion/models/placement_recommendation_excluded_array.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_recommendation_included_array.py b/fusion/models/placement_recommendation_included_array.py index 049bb4a..9e36ebd 100644 --- a/fusion/models/placement_recommendation_included_array.py +++ b/fusion/models/placement_recommendation_included_array.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/placement_recommendation_post.py b/fusion/models/placement_recommendation_post.py index b26a32d..6cb9f0f 100644 --- a/fusion/models/placement_recommendation_post.py +++ b/fusion/models/placement_recommendation_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/protection_policy.py b/fusion/models/protection_policy.py index e9d76ff..f2738fc 100644 --- a/fusion/models/protection_policy.py +++ b/fusion/models/protection_policy.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/protection_policy_list.py b/fusion/models/protection_policy_list.py index c07a7d1..a6dfc40 100644 --- a/fusion/models/protection_policy_list.py +++ b/fusion/models/protection_policy_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/protection_policy_objective_type.py b/fusion/models/protection_policy_objective_type.py index 26839f8..9a8d25d 100644 --- a/fusion/models/protection_policy_objective_type.py +++ b/fusion/models/protection_policy_objective_type.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/protection_policy_post.py b/fusion/models/protection_policy_post.py index 0f5c35c..ae4c523 100644 --- a/fusion/models/protection_policy_post.py +++ b/fusion/models/protection_policy_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/protection_policy_ref.py b/fusion/models/protection_policy_ref.py index 336d9e7..d63e999 100644 --- a/fusion/models/protection_policy_ref.py +++ b/fusion/models/protection_policy_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/pure1_meta_placement_recommendation.py b/fusion/models/pure1_meta_placement_recommendation.py index c52071f..7ed7bfa 100644 --- a/fusion/models/pure1_meta_placement_recommendation.py +++ b/fusion/models/pure1_meta_placement_recommendation.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/pure1_meta_placement_recommendation_load_values.py b/fusion/models/pure1_meta_placement_recommendation_load_values.py index d519871..7dc8271 100644 --- a/fusion/models/pure1_meta_placement_recommendation_load_values.py +++ b/fusion/models/pure1_meta_placement_recommendation_load_values.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/pure1_meta_placement_recommendation_objectives.py b/fusion/models/pure1_meta_placement_recommendation_objectives.py index ef1f997..3754fc7 100644 --- a/fusion/models/pure1_meta_placement_recommendation_objectives.py +++ b/fusion/models/pure1_meta_placement_recommendation_objectives.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/pure1_meta_value.py b/fusion/models/pure1_meta_value.py index af93bf9..41f2200 100644 --- a/fusion/models/pure1_meta_value.py +++ b/fusion/models/pure1_meta_value.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/pure1_meta_value_confidence_interval.py b/fusion/models/pure1_meta_value_confidence_interval.py index 0b983ef..679f7f3 100644 --- a/fusion/models/pure1_meta_value_confidence_interval.py +++ b/fusion/models/pure1_meta_value_confidence_interval.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/pure1_meta_warning.py b/fusion/models/pure1_meta_warning.py index ff0e867..61c0d11 100644 --- a/fusion/models/pure1_meta_warning.py +++ b/fusion/models/pure1_meta_warning.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/region.py b/fusion/models/region.py index 37e5fbc..35184c9 100644 --- a/fusion/models/region.py +++ b/fusion/models/region.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/region_list.py b/fusion/models/region_list.py index af02b5b..830498d 100644 --- a/fusion/models/region_list.py +++ b/fusion/models/region_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/region_patch.py b/fusion/models/region_patch.py index 4b692cc..c1b0c2e 100644 --- a/fusion/models/region_patch.py +++ b/fusion/models/region_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/region_post.py b/fusion/models/region_post.py index 2776ab3..019b0fc 100644 --- a/fusion/models/region_post.py +++ b/fusion/models/region_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/region_ref.py b/fusion/models/region_ref.py index cba74b3..885fd3d 100644 --- a/fusion/models/region_ref.py +++ b/fusion/models/region_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/resource_metadata.py b/fusion/models/resource_metadata.py index 76ee08f..8fba2e2 100644 --- a/fusion/models/resource_metadata.py +++ b/fusion/models/resource_metadata.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/resource_patch.py b/fusion/models/resource_patch.py index 3cfbb51..47e1605 100644 --- a/fusion/models/resource_patch.py +++ b/fusion/models/resource_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/resource_post.py b/fusion/models/resource_post.py index 6a145ba..3cf89ef 100644 --- a/fusion/models/resource_post.py +++ b/fusion/models/resource_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/resource_reference.py b/fusion/models/resource_reference.py index 2613cf6..0a80bf6 100644 --- a/fusion/models/resource_reference.py +++ b/fusion/models/resource_reference.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/retention.py b/fusion/models/retention.py index 7d265af..3509adb 100644 --- a/fusion/models/retention.py +++ b/fusion/models/retention.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/role.py b/fusion/models/role.py index 6b17aef..3ccc398 100644 --- a/fusion/models/role.py +++ b/fusion/models/role.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/role_assignment.py b/fusion/models/role_assignment.py index c79037f..d2ede52 100644 --- a/fusion/models/role_assignment.py +++ b/fusion/models/role_assignment.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/role_assignment_post.py b/fusion/models/role_assignment_post.py index 0a708f4..de07757 100644 --- a/fusion/models/role_assignment_post.py +++ b/fusion/models/role_assignment_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/role_assignment_ref.py b/fusion/models/role_assignment_ref.py index f046ef8..0399424 100644 --- a/fusion/models/role_assignment_ref.py +++ b/fusion/models/role_assignment_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/role_ref.py b/fusion/models/role_ref.py index 56e2e33..fbc35cf 100644 --- a/fusion/models/role_ref.py +++ b/fusion/models/role_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/rpo.py b/fusion/models/rpo.py index 75204dd..90ecb6d 100644 --- a/fusion/models/rpo.py +++ b/fusion/models/rpo.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/session.py b/fusion/models/session.py index 086905f..d6d667c 100644 --- a/fusion/models/session.py +++ b/fusion/models/session.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/session_iscsi.py b/fusion/models/session_iscsi.py index 344314b..14e667c 100644 --- a/fusion/models/session_iscsi.py +++ b/fusion/models/session_iscsi.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/session_list.py b/fusion/models/session_list.py index ed75069..d2b4864 100644 --- a/fusion/models/session_list.py +++ b/fusion/models/session_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/simulated_placement.py b/fusion/models/simulated_placement.py index 081637f..2e05839 100644 --- a/fusion/models/simulated_placement.py +++ b/fusion/models/simulated_placement.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/simulated_placement_post.py b/fusion/models/simulated_placement_post.py index fccc8cf..68243e8 100644 --- a/fusion/models/simulated_placement_post.py +++ b/fusion/models/simulated_placement_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/snapshot.py b/fusion/models/snapshot.py index 71fc9cb..d23a79b 100644 --- a/fusion/models/snapshot.py +++ b/fusion/models/snapshot.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/snapshot_list.py b/fusion/models/snapshot_list.py index 81d0671..12af73c 100644 --- a/fusion/models/snapshot_list.py +++ b/fusion/models/snapshot_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/snapshot_patch.py b/fusion/models/snapshot_patch.py index 7abe304..876981c 100644 --- a/fusion/models/snapshot_patch.py +++ b/fusion/models/snapshot_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/snapshot_post.py b/fusion/models/snapshot_post.py index 636cc6b..1bf0998 100644 --- a/fusion/models/snapshot_post.py +++ b/fusion/models/snapshot_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/snapshot_ref.py b/fusion/models/snapshot_ref.py index 1aa4352..dd65193 100644 --- a/fusion/models/snapshot_ref.py +++ b/fusion/models/snapshot_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/space.py b/fusion/models/space.py index ce2cea2..a4514e0 100644 --- a/fusion/models/space.py +++ b/fusion/models/space.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_class.py b/fusion/models/storage_class.py index 6b5b8cc..55b06b3 100644 --- a/fusion/models/storage_class.py +++ b/fusion/models/storage_class.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_class_list.py b/fusion/models/storage_class_list.py index 807a852..1804e40 100644 --- a/fusion/models/storage_class_list.py +++ b/fusion/models/storage_class_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_class_patch.py b/fusion/models/storage_class_patch.py index faec4d7..552fde4 100644 --- a/fusion/models/storage_class_patch.py +++ b/fusion/models/storage_class_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_class_post.py b/fusion/models/storage_class_post.py index 65ff6f7..1aa09da 100644 --- a/fusion/models/storage_class_post.py +++ b/fusion/models/storage_class_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_class_ref.py b/fusion/models/storage_class_ref.py index 2a229c4..23861f0 100644 --- a/fusion/models/storage_class_ref.py +++ b/fusion/models/storage_class_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint.py b/fusion/models/storage_endpoint.py index 141ddb0..9b0ce9d 100644 --- a/fusion/models/storage_endpoint.py +++ b/fusion/models/storage_endpoint.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_cbs_azure_iscsi.py b/fusion/models/storage_endpoint_cbs_azure_iscsi.py index c03c9ce..1b0ddb8 100644 --- a/fusion/models/storage_endpoint_cbs_azure_iscsi.py +++ b/fusion/models/storage_endpoint_cbs_azure_iscsi.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_cbs_azure_iscsi_post.py b/fusion/models/storage_endpoint_cbs_azure_iscsi_post.py index bf15c7f..e0188e6 100644 --- a/fusion/models/storage_endpoint_cbs_azure_iscsi_post.py +++ b/fusion/models/storage_endpoint_cbs_azure_iscsi_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_iscsi.py b/fusion/models/storage_endpoint_iscsi.py index 7fee8ec..1099596 100644 --- a/fusion/models/storage_endpoint_iscsi.py +++ b/fusion/models/storage_endpoint_iscsi.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_iscsi_discovery_interface.py b/fusion/models/storage_endpoint_iscsi_discovery_interface.py index 289bda0..316a09b 100644 --- a/fusion/models/storage_endpoint_iscsi_discovery_interface.py +++ b/fusion/models/storage_endpoint_iscsi_discovery_interface.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_iscsi_discovery_interface_post.py b/fusion/models/storage_endpoint_iscsi_discovery_interface_post.py index 2467725..0f94488 100644 --- a/fusion/models/storage_endpoint_iscsi_discovery_interface_post.py +++ b/fusion/models/storage_endpoint_iscsi_discovery_interface_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_iscsi_post.py b/fusion/models/storage_endpoint_iscsi_post.py index a6dc013..46edb11 100644 --- a/fusion/models/storage_endpoint_iscsi_post.py +++ b/fusion/models/storage_endpoint_iscsi_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_list.py b/fusion/models/storage_endpoint_list.py index 3a4fa6c..3b03fe6 100644 --- a/fusion/models/storage_endpoint_list.py +++ b/fusion/models/storage_endpoint_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_patch.py b/fusion/models/storage_endpoint_patch.py index f1b0814..e4354fc 100644 --- a/fusion/models/storage_endpoint_patch.py +++ b/fusion/models/storage_endpoint_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_endpoint_post.py b/fusion/models/storage_endpoint_post.py index 8801527..4152c64 100644 --- a/fusion/models/storage_endpoint_post.py +++ b/fusion/models/storage_endpoint_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_service.py b/fusion/models/storage_service.py index 96d9b05..4777f74 100644 --- a/fusion/models/storage_service.py +++ b/fusion/models/storage_service.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_service_list.py b/fusion/models/storage_service_list.py index b20fe7d..2c4521e 100644 --- a/fusion/models/storage_service_list.py +++ b/fusion/models/storage_service_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_service_patch.py b/fusion/models/storage_service_patch.py index 5b45d88..d19a605 100644 --- a/fusion/models/storage_service_patch.py +++ b/fusion/models/storage_service_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_service_post.py b/fusion/models/storage_service_post.py index 3318354..a5ee2b1 100644 --- a/fusion/models/storage_service_post.py +++ b/fusion/models/storage_service_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/storage_service_ref.py b/fusion/models/storage_service_ref.py index a6df611..6abc6f3 100644 --- a/fusion/models/storage_service_ref.py +++ b/fusion/models/storage_service_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/target.py b/fusion/models/target.py index 3963ff5..dd860b9 100644 --- a/fusion/models/target.py +++ b/fusion/models/target.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant.py b/fusion/models/tenant.py index 3149aee..06c6e0d 100644 --- a/fusion/models/tenant.py +++ b/fusion/models/tenant.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_list.py b/fusion/models/tenant_list.py index aaaf2e8..bdfbff0 100644 --- a/fusion/models/tenant_list.py +++ b/fusion/models/tenant_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_patch.py b/fusion/models/tenant_patch.py index 8b25b5a..bd4c4c3 100644 --- a/fusion/models/tenant_patch.py +++ b/fusion/models/tenant_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_post.py b/fusion/models/tenant_post.py index c4e2703..187f782 100644 --- a/fusion/models/tenant_post.py +++ b/fusion/models/tenant_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_ref.py b/fusion/models/tenant_ref.py index c255a7f..a306c8e 100644 --- a/fusion/models/tenant_ref.py +++ b/fusion/models/tenant_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_space.py b/fusion/models/tenant_space.py index 3d15610..41ebcac 100644 --- a/fusion/models/tenant_space.py +++ b/fusion/models/tenant_space.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_space_list.py b/fusion/models/tenant_space_list.py index 0a51782..47cf2b0 100644 --- a/fusion/models/tenant_space_list.py +++ b/fusion/models/tenant_space_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_space_patch.py b/fusion/models/tenant_space_patch.py index 50fa675..4c4f146 100644 --- a/fusion/models/tenant_space_patch.py +++ b/fusion/models/tenant_space_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_space_post.py b/fusion/models/tenant_space_post.py index 78ed414..711ea51 100644 --- a/fusion/models/tenant_space_post.py +++ b/fusion/models/tenant_space_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/tenant_space_ref.py b/fusion/models/tenant_space_ref.py index 2477684..7cec097 100644 --- a/fusion/models/tenant_space_ref.py +++ b/fusion/models/tenant_space_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/user.py b/fusion/models/user.py index 21ee6fc..fa3f914 100644 --- a/fusion/models/user.py +++ b/fusion/models/user.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/version.py b/fusion/models/version.py index 4350987..86eb2ae 100644 --- a/fusion/models/version.py +++ b/fusion/models/version.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/volume.py b/fusion/models/volume.py index 6b3960c..f1d8903 100644 --- a/fusion/models/volume.py +++ b/fusion/models/volume.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/volume_list.py b/fusion/models/volume_list.py index 9a9fb43..80f8431 100644 --- a/fusion/models/volume_list.py +++ b/fusion/models/volume_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/volume_patch.py b/fusion/models/volume_patch.py index 1cc5fd4..caaa42b 100644 --- a/fusion/models/volume_patch.py +++ b/fusion/models/volume_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/volume_post.py b/fusion/models/volume_post.py index e9c5fb4..769a842 100644 --- a/fusion/models/volume_post.py +++ b/fusion/models/volume_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/volume_ref.py b/fusion/models/volume_ref.py index 8cb24c0..f2d1a40 100644 --- a/fusion/models/volume_ref.py +++ b/fusion/models/volume_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/volume_snapshot.py b/fusion/models/volume_snapshot.py index 1305bed..6d0dadc 100644 --- a/fusion/models/volume_snapshot.py +++ b/fusion/models/volume_snapshot.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/volume_snapshot_list.py b/fusion/models/volume_snapshot_list.py index a453933..028c1b9 100644 --- a/fusion/models/volume_snapshot_list.py +++ b/fusion/models/volume_snapshot_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/models/volume_snapshot_ref.py b/fusion/models/volume_snapshot_ref.py index 563c1f3..3e9505f 100644 --- a/fusion/models/volume_snapshot_ref.py +++ b/fusion/models/volume_snapshot_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/fusion/rest.py b/fusion/rest.py index 80c0186..4fd01b0 100644 --- a/fusion/rest.py +++ b/fusion/rest.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/setup.py b/setup.py index c260d3e..680232b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -13,7 +13,7 @@ from setuptools import setup, find_packages # noqa: H301 NAME = "purefusion" -VERSION = "1.2.0" +VERSION = "1.3.0" # To install the library, run the following # # python setup.py install diff --git a/sha b/sha index a7e716f..297bb56 100644 --- a/sha +++ b/sha @@ -1 +1 @@ -f936d7bb91a118a07de2f3ec949c51e765da2a5e /go/src/purestorage.com/harbormaster/api/generated/generated_spec.yaml +9a47a73e9203a2fe338e7963bf1db74f2ebec57d /go/src/purestorage.com/harbormaster/api/generated/generated_spec.yaml diff --git a/test/test_api_client.py b/test/test_api_client.py index 7b51543..a4e34dc 100644 --- a/test/test_api_client.py +++ b/test/test_api_client.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_api_client_post.py b/test/test_api_client_post.py index a725265..b3ba709 100644 --- a/test/test_api_client_post.py +++ b/test/test_api_client_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_array.py b/test/test_array.py index 0af1430..4948479 100644 --- a/test/test_array.py +++ b/test/test_array.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_array_list.py b/test/test_array_list.py index 6d6266f..fc769d4 100644 --- a/test/test_array_list.py +++ b/test/test_array_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_array_patch.py b/test/test_array_patch.py index 1353805..e3e6ee8 100644 --- a/test/test_array_patch.py +++ b/test/test_array_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_array_post.py b/test/test_array_post.py index 93d138b..ea8c123 100644 --- a/test/test_array_post.py +++ b/test/test_array_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_array_ref.py b/test/test_array_ref.py index 1d31f72..464651d 100644 --- a/test/test_array_ref.py +++ b/test/test_array_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_arrays_api.py b/test/test_arrays_api.py index 677db42..5815dc1 100644 --- a/test/test_arrays_api.py +++ b/test/test_arrays_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_availability_zone.py b/test/test_availability_zone.py index 7d593ad..b7da1d3 100644 --- a/test/test_availability_zone.py +++ b/test/test_availability_zone.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_availability_zone_list.py b/test/test_availability_zone_list.py index 1fe770e..4676dee 100644 --- a/test/test_availability_zone_list.py +++ b/test/test_availability_zone_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_availability_zone_post.py b/test/test_availability_zone_post.py index 53b06d8..3235dd3 100644 --- a/test/test_availability_zone_post.py +++ b/test/test_availability_zone_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_availability_zone_ref.py b/test/test_availability_zone_ref.py index b46ea02..7268aa0 100644 --- a/test/test_availability_zone_ref.py +++ b/test/test_availability_zone_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_availability_zones_api.py b/test/test_availability_zones_api.py index 7067085..f871be5 100644 --- a/test/test_availability_zones_api.py +++ b/test/test_availability_zones_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_default_api.py b/test/test_default_api.py index e6daca7..b161f5e 100644 --- a/test/test_default_api.py +++ b/test/test_default_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_error.py b/test/test_error.py index 2bdff68..368f0fb 100644 --- a/test/test_error.py +++ b/test/test_error.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_error_response.py b/test/test_error_response.py index c821040..7f5f647 100644 --- a/test/test_error_response.py +++ b/test/test_error_response.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_hardware_type.py b/test/test_hardware_type.py index 641370b..5df16fc 100644 --- a/test/test_hardware_type.py +++ b/test/test_hardware_type.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_hardware_type_list.py b/test/test_hardware_type_list.py index 2891ddd..dae0d4f 100644 --- a/test/test_hardware_type_list.py +++ b/test/test_hardware_type_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_hardware_type_ref.py b/test/test_hardware_type_ref.py index b18a062..26d815f 100644 --- a/test/test_hardware_type_ref.py +++ b/test/test_hardware_type_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_hardware_types_api.py b/test/test_hardware_types_api.py index a792cda..0e23ecb 100644 --- a/test/test_hardware_types_api.py +++ b/test/test_hardware_types_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_host_access_policies_api.py b/test/test_host_access_policies_api.py index 2134d1f..8165c92 100644 --- a/test/test_host_access_policies_api.py +++ b/test/test_host_access_policies_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -63,6 +63,13 @@ def test_list_host_access_policies(self): """ pass + def test_update_host_access_policy(self): + """Test case for update_host_access_policy + + Updates a Host Access Policy. # noqa: E501 + """ + pass + if __name__ == '__main__': unittest.main() diff --git a/test/test_host_access_policies_post.py b/test/test_host_access_policies_post.py index d64e331..47114bc 100644 --- a/test/test_host_access_policies_post.py +++ b/test/test_host_access_policies_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_host_access_policy.py b/test/test_host_access_policy.py index df08e5b..1696bda 100644 --- a/test/test_host_access_policy.py +++ b/test/test_host_access_policy.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_host_access_policy_list.py b/test/test_host_access_policy_list.py index 400532d..1dd927f 100644 --- a/test/test_host_access_policy_list.py +++ b/test/test_host_access_policy_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_host_access_policy_patch.py b/test/test_host_access_policy_patch.py new file mode 100644 index 0000000..761c497 --- /dev/null +++ b/test/test_host_access_policy_patch.py @@ -0,0 +1,39 @@ +# coding: utf-8 + +""" + Pure Fusion API + + Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 + + OpenAPI spec version: 1.3 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +from __future__ import absolute_import + +import unittest + +import fusion +from fusion.models.host_access_policy_patch import HostAccessPolicyPatch # noqa: E501 +from fusion.rest import ApiException + + +class TestHostAccessPolicyPatch(unittest.TestCase): + """HostAccessPolicyPatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testHostAccessPolicyPatch(self): + """Test HostAccessPolicyPatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fusion.models.host_access_policy_patch.HostAccessPolicyPatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_host_access_policy_ref.py b/test/test_host_access_policy_ref.py index cfc2454..1b85a5c 100644 --- a/test/test_host_access_policy_ref.py +++ b/test/test_host_access_policy_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_identity_manager_api.py b/test/test_identity_manager_api.py index 1db228c..2792b6f 100644 --- a/test/test_identity_manager_api.py +++ b/test/test_identity_manager_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_iscsi.py b/test/test_iscsi.py index baeae5a..17bc8d6 100644 --- a/test/test_iscsi.py +++ b/test/test_iscsi.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_list_response_fields.py b/test/test_list_response_fields.py index 0626859..dc6ea88 100644 --- a/test/test_list_response_fields.py +++ b/test/test_list_response_fields.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface.py b/test/test_network_interface.py index c55e14b..5f0196c 100644 --- a/test/test_network_interface.py +++ b/test/test_network_interface.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_eth.py b/test/test_network_interface_eth.py index 9795ca0..9cf6216 100644 --- a/test/test_network_interface_eth.py +++ b/test/test_network_interface_eth.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_fc.py b/test/test_network_interface_fc.py index 159b758..0a49d1f 100644 --- a/test/test_network_interface_fc.py +++ b/test/test_network_interface_fc.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_group.py b/test/test_network_interface_group.py index e2684e4..722d19e 100644 --- a/test/test_network_interface_group.py +++ b/test/test_network_interface_group.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_group_eth.py b/test/test_network_interface_group_eth.py index 4e2b548..d38355a 100644 --- a/test/test_network_interface_group_eth.py +++ b/test/test_network_interface_group_eth.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_group_eth_post.py b/test/test_network_interface_group_eth_post.py index e1b0029..f39ec4d 100644 --- a/test/test_network_interface_group_eth_post.py +++ b/test/test_network_interface_group_eth_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_group_list.py b/test/test_network_interface_group_list.py index 2f51e7f..fd59405 100644 --- a/test/test_network_interface_group_list.py +++ b/test/test_network_interface_group_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_group_patch.py b/test/test_network_interface_group_patch.py index 62c2967..5f8019d 100644 --- a/test/test_network_interface_group_patch.py +++ b/test/test_network_interface_group_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_group_post.py b/test/test_network_interface_group_post.py index 60519e3..ac2cfd9 100644 --- a/test/test_network_interface_group_post.py +++ b/test/test_network_interface_group_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_group_ref.py b/test/test_network_interface_group_ref.py index 9688df2..a2a11bd 100644 --- a/test/test_network_interface_group_ref.py +++ b/test/test_network_interface_group_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_groups_api.py b/test/test_network_interface_groups_api.py index e8a7833..9e5e2e7 100644 --- a/test/test_network_interface_groups_api.py +++ b/test/test_network_interface_groups_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_list.py b/test/test_network_interface_list.py index 0219d39..3a98f48 100644 --- a/test/test_network_interface_list.py +++ b/test/test_network_interface_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_patch.py b/test/test_network_interface_patch.py index f042d8a..6a47e28 100644 --- a/test/test_network_interface_patch.py +++ b/test/test_network_interface_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_patch_eth.py b/test/test_network_interface_patch_eth.py index a33ed8e..996322c 100644 --- a/test/test_network_interface_patch_eth.py +++ b/test/test_network_interface_patch_eth.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interface_ref.py b/test/test_network_interface_ref.py index 7d94c46..8fa10f7 100644 --- a/test/test_network_interface_ref.py +++ b/test/test_network_interface_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_network_interfaces_api.py b/test/test_network_interfaces_api.py index 28ce709..fbfc8ce 100644 --- a/test/test_network_interfaces_api.py +++ b/test/test_network_interfaces_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_nullable_boolean.py b/test/test_nullable_boolean.py index 9f2340e..58b268b 100644 --- a/test/test_nullable_boolean.py +++ b/test/test_nullable_boolean.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_nullable_size.py b/test/test_nullable_size.py index f26d754..2cf6e8a 100644 --- a/test/test_nullable_size.py +++ b/test/test_nullable_size.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_nullable_string.py b/test/test_nullable_string.py index 6769109..c87d764 100644 --- a/test/test_nullable_string.py +++ b/test/test_nullable_string.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_nullable_string_array.py b/test/test_nullable_string_array.py index 0736863..99034a5 100644 --- a/test/test_nullable_string_array.py +++ b/test/test_nullable_string_array.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_one_of_protection_policy_objectives_items.py b/test/test_one_of_protection_policy_objectives_items.py index 065669a..e884997 100644 --- a/test/test_one_of_protection_policy_objectives_items.py +++ b/test/test_one_of_protection_policy_objectives_items.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_one_of_protection_policy_post_objectives_items.py b/test/test_one_of_protection_policy_post_objectives_items.py index b5dd4c5..dd33576 100644 --- a/test/test_one_of_protection_policy_post_objectives_items.py +++ b/test/test_one_of_protection_policy_post_objectives_items.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_operation.py b/test/test_operation.py index 7bef1ef..89a1348 100644 --- a/test/test_operation.py +++ b/test/test_operation.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_operation_list.py b/test/test_operation_list.py index 9657a84..221c1e7 100644 --- a/test/test_operation_list.py +++ b/test/test_operation_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_operation_patch.py b/test/test_operation_patch.py new file mode 100644 index 0000000..af262d4 --- /dev/null +++ b/test/test_operation_patch.py @@ -0,0 +1,39 @@ +# coding: utf-8 + +""" + Pure Fusion API + + Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 + + OpenAPI spec version: 1.3 + + Generated by: https://github.com/swagger-api/swagger-codegen.git +""" + +from __future__ import absolute_import + +import unittest + +import fusion +from fusion.models.operation_patch import OperationPatch # noqa: E501 +from fusion.rest import ApiException + + +class TestOperationPatch(unittest.TestCase): + """OperationPatch unit test stubs""" + + def setUp(self): + pass + + def tearDown(self): + pass + + def testOperationPatch(self): + """Test OperationPatch""" + # FIXME: construct object with mandatory attributes with example values + # model = fusion.models.operation_patch.OperationPatch() # noqa: E501 + pass + + +if __name__ == '__main__': + unittest.main() diff --git a/test/test_operation_request.py b/test/test_operation_request.py index 554420b..a3b9b78 100644 --- a/test/test_operation_request.py +++ b/test/test_operation_request.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_operation_result.py b/test/test_operation_result.py index 0fd5f70..4d598db 100644 --- a/test/test_operation_result.py +++ b/test/test_operation_result.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_operation_state.py b/test/test_operation_state.py index 6359e7a..6f76084 100644 --- a/test/test_operation_state.py +++ b/test/test_operation_state.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_operations_api.py b/test/test_operations_api.py index 26e28bf..ee5acb9 100644 --- a/test/test_operations_api.py +++ b/test/test_operations_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -49,6 +49,13 @@ def test_list_operations(self): """ pass + def test_update_operation(self): + """Test case for update_operation + + Updates a specific Operation. # noqa: E501 + """ + pass + if __name__ == '__main__': unittest.main() diff --git a/test/test_performance.py b/test/test_performance.py index 4b75a7c..310e43e 100644 --- a/test/test_performance.py +++ b/test/test_performance.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_engine.py b/test/test_placement_engine.py index f6221a2..66e0e5c 100644 --- a/test/test_placement_engine.py +++ b/test/test_placement_engine.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_group.py b/test/test_placement_group.py index 802eb63..03ad2a0 100644 --- a/test/test_placement_group.py +++ b/test/test_placement_group.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_group_list.py b/test/test_placement_group_list.py index a9a12ca..033ca48 100644 --- a/test/test_placement_group_list.py +++ b/test/test_placement_group_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_group_patch.py b/test/test_placement_group_patch.py index 42ac9ac..bd97af8 100644 --- a/test/test_placement_group_patch.py +++ b/test/test_placement_group_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_group_post.py b/test/test_placement_group_post.py index 6233045..289ac4c 100644 --- a/test/test_placement_group_post.py +++ b/test/test_placement_group_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_group_ref.py b/test/test_placement_group_ref.py index aa74814..a5c0cce 100644 --- a/test/test_placement_group_ref.py +++ b/test/test_placement_group_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_groups_api.py b/test/test_placement_groups_api.py index fd2887f..ed3d7f6 100644 --- a/test/test_placement_groups_api.py +++ b/test/test_placement_groups_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_recommendation.py b/test/test_placement_recommendation.py index ab1be49..63b1025 100644 --- a/test/test_placement_recommendation.py +++ b/test/test_placement_recommendation.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_recommendation_excluded_array.py b/test/test_placement_recommendation_excluded_array.py index 50bb7c9..e28989c 100644 --- a/test/test_placement_recommendation_excluded_array.py +++ b/test/test_placement_recommendation_excluded_array.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_recommendation_included_array.py b/test/test_placement_recommendation_included_array.py index c2e99c1..f205c8d 100644 --- a/test/test_placement_recommendation_included_array.py +++ b/test/test_placement_recommendation_included_array.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_placement_recommendation_post.py b/test/test_placement_recommendation_post.py index d0a128e..6e87829 100644 --- a/test/test_placement_recommendation_post.py +++ b/test/test_placement_recommendation_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_protection_policies_api.py b/test/test_protection_policies_api.py index e4adba7..8db018c 100644 --- a/test/test_protection_policies_api.py +++ b/test/test_protection_policies_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_protection_policy.py b/test/test_protection_policy.py index 51e5fcd..febb296 100644 --- a/test/test_protection_policy.py +++ b/test/test_protection_policy.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_protection_policy_list.py b/test/test_protection_policy_list.py index 5dd2f74..0bab44c 100644 --- a/test/test_protection_policy_list.py +++ b/test/test_protection_policy_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_protection_policy_objective_type.py b/test/test_protection_policy_objective_type.py index 3157e62..0986c99 100644 --- a/test/test_protection_policy_objective_type.py +++ b/test/test_protection_policy_objective_type.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_protection_policy_post.py b/test/test_protection_policy_post.py index 1047296..7293709 100644 --- a/test/test_protection_policy_post.py +++ b/test/test_protection_policy_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_protection_policy_ref.py b/test/test_protection_policy_ref.py index 8024f25..2074bb0 100644 --- a/test/test_protection_policy_ref.py +++ b/test/test_protection_policy_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_pure1_meta_placement_recommendation.py b/test/test_pure1_meta_placement_recommendation.py index 2d4ead3..f17ef76 100644 --- a/test/test_pure1_meta_placement_recommendation.py +++ b/test/test_pure1_meta_placement_recommendation.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_pure1_meta_placement_recommendation_load_values.py b/test/test_pure1_meta_placement_recommendation_load_values.py index e6e8b03..ddaedc7 100644 --- a/test/test_pure1_meta_placement_recommendation_load_values.py +++ b/test/test_pure1_meta_placement_recommendation_load_values.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_pure1_meta_placement_recommendation_objectives.py b/test/test_pure1_meta_placement_recommendation_objectives.py index da7a371..072f934 100644 --- a/test/test_pure1_meta_placement_recommendation_objectives.py +++ b/test/test_pure1_meta_placement_recommendation_objectives.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_pure1_meta_value.py b/test/test_pure1_meta_value.py index 3370c15..df0e2b9 100644 --- a/test/test_pure1_meta_value.py +++ b/test/test_pure1_meta_value.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_pure1_meta_value_confidence_interval.py b/test/test_pure1_meta_value_confidence_interval.py index 287cf09..9950fe1 100644 --- a/test/test_pure1_meta_value_confidence_interval.py +++ b/test/test_pure1_meta_value_confidence_interval.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_pure1_meta_warning.py b/test/test_pure1_meta_warning.py index e228771..3294f35 100644 --- a/test/test_pure1_meta_warning.py +++ b/test/test_pure1_meta_warning.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_region.py b/test/test_region.py index 3476c8e..219b7f9 100644 --- a/test/test_region.py +++ b/test/test_region.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_region_list.py b/test/test_region_list.py index 96faff0..4142e3d 100644 --- a/test/test_region_list.py +++ b/test/test_region_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_region_patch.py b/test/test_region_patch.py index 2ef345f..df6c80e 100644 --- a/test/test_region_patch.py +++ b/test/test_region_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_region_post.py b/test/test_region_post.py index 43dcaac..3e6a1c9 100644 --- a/test/test_region_post.py +++ b/test/test_region_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_region_ref.py b/test/test_region_ref.py index 0206311..55ef150 100644 --- a/test/test_region_ref.py +++ b/test/test_region_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_regions_api.py b/test/test_regions_api.py index cfa22eb..a7ce99b 100644 --- a/test/test_regions_api.py +++ b/test/test_regions_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_resource_metadata.py b/test/test_resource_metadata.py index 63d94ff..95e2432 100644 --- a/test/test_resource_metadata.py +++ b/test/test_resource_metadata.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_resource_patch.py b/test/test_resource_patch.py index f447d98..1b0be95 100644 --- a/test/test_resource_patch.py +++ b/test/test_resource_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_resource_post.py b/test/test_resource_post.py index 9da3eee..3ee214e 100644 --- a/test/test_resource_post.py +++ b/test/test_resource_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_resource_reference.py b/test/test_resource_reference.py index 6ed8baa..2a28209 100644 --- a/test/test_resource_reference.py +++ b/test/test_resource_reference.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_retention.py b/test/test_retention.py index b2f8a1a..b77dc5a 100644 --- a/test/test_retention.py +++ b/test/test_retention.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_role.py b/test/test_role.py index 9b4891a..52a8b2a 100644 --- a/test/test_role.py +++ b/test/test_role.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_role_assignment.py b/test/test_role_assignment.py index 452a477..f29545a 100644 --- a/test/test_role_assignment.py +++ b/test/test_role_assignment.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_role_assignment_post.py b/test/test_role_assignment_post.py index e429c33..c76b511 100644 --- a/test/test_role_assignment_post.py +++ b/test/test_role_assignment_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_role_assignment_ref.py b/test/test_role_assignment_ref.py index bf502cb..b4cb4af 100644 --- a/test/test_role_assignment_ref.py +++ b/test/test_role_assignment_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_role_assignments_api.py b/test/test_role_assignments_api.py index ee032d5..51d56ec 100644 --- a/test/test_role_assignments_api.py +++ b/test/test_role_assignments_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_role_ref.py b/test/test_role_ref.py index 1e41313..718c00c 100644 --- a/test/test_role_ref.py +++ b/test/test_role_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_roles_api.py b/test/test_roles_api.py index 69cbcfb..372a6e0 100644 --- a/test/test_roles_api.py +++ b/test/test_roles_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_rpo.py b/test/test_rpo.py index 2ae6a6d..942e290 100644 --- a/test/test_rpo.py +++ b/test/test_rpo.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_session.py b/test/test_session.py index 97e21b0..5ba6628 100644 --- a/test/test_session.py +++ b/test/test_session.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_session_iscsi.py b/test/test_session_iscsi.py index c6cb140..f817fb7 100644 --- a/test/test_session_iscsi.py +++ b/test/test_session_iscsi.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_session_list.py b/test/test_session_list.py index 9bcf923..262bae4 100644 --- a/test/test_session_list.py +++ b/test/test_session_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_simulated_placement.py b/test/test_simulated_placement.py index dc1239a..f84760e 100644 --- a/test/test_simulated_placement.py +++ b/test/test_simulated_placement.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_simulated_placement_post.py b/test/test_simulated_placement_post.py index 6d030ba..5ea0d63 100644 --- a/test/test_simulated_placement_post.py +++ b/test/test_simulated_placement_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_snapshot.py b/test/test_snapshot.py index 01cd8de..f7cff0a 100644 --- a/test/test_snapshot.py +++ b/test/test_snapshot.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_snapshot_list.py b/test/test_snapshot_list.py index 1a0a57c..741ebed 100644 --- a/test/test_snapshot_list.py +++ b/test/test_snapshot_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_snapshot_patch.py b/test/test_snapshot_patch.py index ae69c46..9935f5c 100644 --- a/test/test_snapshot_patch.py +++ b/test/test_snapshot_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_snapshot_post.py b/test/test_snapshot_post.py index c7e6427..d9afb6f 100644 --- a/test/test_snapshot_post.py +++ b/test/test_snapshot_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_snapshot_ref.py b/test/test_snapshot_ref.py index 516f301..e96bbe5 100644 --- a/test/test_snapshot_ref.py +++ b/test/test_snapshot_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_snapshots_api.py b/test/test_snapshots_api.py index e6085de..93a6ddb 100644 --- a/test/test_snapshots_api.py +++ b/test/test_snapshots_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_space.py b/test/test_space.py index a9fc026..c7fcf39 100644 --- a/test/test_space.py +++ b/test/test_space.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_class.py b/test/test_storage_class.py index eae2537..6c2cccf 100644 --- a/test/test_storage_class.py +++ b/test/test_storage_class.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_class_list.py b/test/test_storage_class_list.py index 63cde19..b4bb09f 100644 --- a/test/test_storage_class_list.py +++ b/test/test_storage_class_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_class_patch.py b/test/test_storage_class_patch.py index ac34298..30b2c93 100644 --- a/test/test_storage_class_patch.py +++ b/test/test_storage_class_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_class_post.py b/test/test_storage_class_post.py index 75e0169..1d6acf7 100644 --- a/test/test_storage_class_post.py +++ b/test/test_storage_class_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_class_ref.py b/test/test_storage_class_ref.py index 5ea480d..beeb4d8 100644 --- a/test/test_storage_class_ref.py +++ b/test/test_storage_class_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_classes_api.py b/test/test_storage_classes_api.py index 5a067a9..1a68e96 100644 --- a/test/test_storage_classes_api.py +++ b/test/test_storage_classes_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint.py b/test/test_storage_endpoint.py index d55760c..881f7cf 100644 --- a/test/test_storage_endpoint.py +++ b/test/test_storage_endpoint.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_cbs_azure_iscsi.py b/test/test_storage_endpoint_cbs_azure_iscsi.py index 6f0e9ca..c23cb2b 100644 --- a/test/test_storage_endpoint_cbs_azure_iscsi.py +++ b/test/test_storage_endpoint_cbs_azure_iscsi.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_cbs_azure_iscsi_post.py b/test/test_storage_endpoint_cbs_azure_iscsi_post.py index c9114fd..e5b66c0 100644 --- a/test/test_storage_endpoint_cbs_azure_iscsi_post.py +++ b/test/test_storage_endpoint_cbs_azure_iscsi_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_iscsi.py b/test/test_storage_endpoint_iscsi.py index 5cadd21..e24cf1b 100644 --- a/test/test_storage_endpoint_iscsi.py +++ b/test/test_storage_endpoint_iscsi.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_iscsi_discovery_interface.py b/test/test_storage_endpoint_iscsi_discovery_interface.py index a88a9cc..7c9e4aa 100644 --- a/test/test_storage_endpoint_iscsi_discovery_interface.py +++ b/test/test_storage_endpoint_iscsi_discovery_interface.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_iscsi_discovery_interface_post.py b/test/test_storage_endpoint_iscsi_discovery_interface_post.py index 51a4fc9..c608964 100644 --- a/test/test_storage_endpoint_iscsi_discovery_interface_post.py +++ b/test/test_storage_endpoint_iscsi_discovery_interface_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_iscsi_post.py b/test/test_storage_endpoint_iscsi_post.py index 0888486..05bf861 100644 --- a/test/test_storage_endpoint_iscsi_post.py +++ b/test/test_storage_endpoint_iscsi_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_list.py b/test/test_storage_endpoint_list.py index 860e85b..b72f88a 100644 --- a/test/test_storage_endpoint_list.py +++ b/test/test_storage_endpoint_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_patch.py b/test/test_storage_endpoint_patch.py index 74d88d7..414d52b 100644 --- a/test/test_storage_endpoint_patch.py +++ b/test/test_storage_endpoint_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoint_post.py b/test/test_storage_endpoint_post.py index 4ed9075..258ce08 100644 --- a/test/test_storage_endpoint_post.py +++ b/test/test_storage_endpoint_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_endpoints_api.py b/test/test_storage_endpoints_api.py index 6c7ad59..ce8f393 100644 --- a/test/test_storage_endpoints_api.py +++ b/test/test_storage_endpoints_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_service.py b/test/test_storage_service.py index 95c8350..925eee8 100644 --- a/test/test_storage_service.py +++ b/test/test_storage_service.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_service_list.py b/test/test_storage_service_list.py index 672f195..3a8e7c1 100644 --- a/test/test_storage_service_list.py +++ b/test/test_storage_service_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_service_patch.py b/test/test_storage_service_patch.py index de5a343..68c4f20 100644 --- a/test/test_storage_service_patch.py +++ b/test/test_storage_service_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_service_post.py b/test/test_storage_service_post.py index 2daaa38..14d2107 100644 --- a/test/test_storage_service_post.py +++ b/test/test_storage_service_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_service_ref.py b/test/test_storage_service_ref.py index fd1302b..65931ea 100644 --- a/test/test_storage_service_ref.py +++ b/test/test_storage_service_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_storage_services_api.py b/test/test_storage_services_api.py index df37f28..c84ba17 100644 --- a/test/test_storage_services_api.py +++ b/test/test_storage_services_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_target.py b/test/test_target.py index d332802..a87161e 100644 --- a/test/test_target.py +++ b/test/test_target.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant.py b/test/test_tenant.py index 1f80bf6..26d32b1 100644 --- a/test/test_tenant.py +++ b/test/test_tenant.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_list.py b/test/test_tenant_list.py index 7b5d2bc..d5eedab 100644 --- a/test/test_tenant_list.py +++ b/test/test_tenant_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_patch.py b/test/test_tenant_patch.py index 6fd24f1..ac9127b 100644 --- a/test/test_tenant_patch.py +++ b/test/test_tenant_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_post.py b/test/test_tenant_post.py index 2b8658f..74b03b4 100644 --- a/test/test_tenant_post.py +++ b/test/test_tenant_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_ref.py b/test/test_tenant_ref.py index abb4847..7429a1a 100644 --- a/test/test_tenant_ref.py +++ b/test/test_tenant_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_space.py b/test/test_tenant_space.py index dc17ab1..2ae23b4 100644 --- a/test/test_tenant_space.py +++ b/test/test_tenant_space.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_space_list.py b/test/test_tenant_space_list.py index 9f78195..ac951a6 100644 --- a/test/test_tenant_space_list.py +++ b/test/test_tenant_space_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_space_patch.py b/test/test_tenant_space_patch.py index a2bffe5..3c7827d 100644 --- a/test/test_tenant_space_patch.py +++ b/test/test_tenant_space_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_space_post.py b/test/test_tenant_space_post.py index baa78db..a2039ec 100644 --- a/test/test_tenant_space_post.py +++ b/test/test_tenant_space_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_space_ref.py b/test/test_tenant_space_ref.py index 97d20de..d25f1b4 100644 --- a/test/test_tenant_space_ref.py +++ b/test/test_tenant_space_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenant_spaces_api.py b/test/test_tenant_spaces_api.py index 26bba2b..4016b60 100644 --- a/test/test_tenant_spaces_api.py +++ b/test/test_tenant_spaces_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_tenants_api.py b/test/test_tenants_api.py index 2e5f76e..7776777 100644 --- a/test/test_tenants_api.py +++ b/test/test_tenants_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_user.py b/test/test_user.py index 9cc633f..4614bd6 100644 --- a/test/test_user.py +++ b/test/test_user.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_version.py b/test/test_version.py index 3b0df9a..457c9ca 100644 --- a/test/test_version.py +++ b/test/test_version.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume.py b/test/test_volume.py index 3f074f9..2950d62 100644 --- a/test/test_volume.py +++ b/test/test_volume.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_list.py b/test/test_volume_list.py index 27ef191..454fb7a 100644 --- a/test/test_volume_list.py +++ b/test/test_volume_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_patch.py b/test/test_volume_patch.py index 14f0828..8308843 100644 --- a/test/test_volume_patch.py +++ b/test/test_volume_patch.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_post.py b/test/test_volume_post.py index 01e8a8c..3bbe5ea 100644 --- a/test/test_volume_post.py +++ b/test/test_volume_post.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_ref.py b/test/test_volume_ref.py index 535346e..dd9de64 100644 --- a/test/test_volume_ref.py +++ b/test/test_volume_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_snapshot.py b/test/test_volume_snapshot.py index 0e27b6e..a82a4f1 100644 --- a/test/test_volume_snapshot.py +++ b/test/test_volume_snapshot.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_snapshot_list.py b/test/test_volume_snapshot_list.py index e38a093..c1a5a81 100644 --- a/test/test_volume_snapshot_list.py +++ b/test/test_volume_snapshot_list.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_snapshot_ref.py b/test/test_volume_snapshot_ref.py index b451583..2d2a267 100644 --- a/test/test_volume_snapshot_ref.py +++ b/test/test_volume_snapshot_ref.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_volume_snapshots_api.py b/test/test_volume_snapshots_api.py index 6bed8e4..ec27e7a 100644 --- a/test/test_volume_snapshots_api.py +++ b/test/test_volume_snapshots_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ @@ -28,6 +28,27 @@ def setUp(self): def tearDown(self): pass + def test_get_volume_snapshot(self): + """Test case for get_volume_snapshot + + Gets a specific Volume Snapshot. # noqa: E501 + """ + pass + + def test_get_volume_snapshot_by_id(self): + """Test case for get_volume_snapshot_by_id + + Gets a specific Volume Snapshot. # noqa: E501 + """ + pass + + def test_list_volume_snapshots(self): + """Test case for list_volume_snapshots + + Gets a list of all Volume snapshots in a Snapshot. # noqa: E501 + """ + pass + def test_query_volume_snapshots(self): """Test case for query_volume_snapshots diff --git a/test/test_volumes_api.py b/test/test_volumes_api.py index 891ac77..55b5bae 100644 --- a/test/test_volumes_api.py +++ b/test/test_volumes_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """ diff --git a/test/test_workload_planner_api.py b/test/test_workload_planner_api.py index 6aa3649..d149188 100644 --- a/test/test_workload_planner_api.py +++ b/test/test_workload_planner_api.py @@ -5,7 +5,7 @@ Pure Fusion is fully API-driven. Most APIs which change the system (POST, PATCH, DELETE) return an Operation in status \"Pending\" or \"Running\". You can poll (GET) the operation to check its status, waiting for it to change to \"Succeeded\" or \"Failed\". # noqa: E501 - OpenAPI spec version: 1.2 + OpenAPI spec version: 1.3 Generated by: https://github.com/swagger-api/swagger-codegen.git """