|
7 | 7 |
|
8 | 8 | API used to create and manage NFS Shares. |
9 | 9 |
|
10 | | - The version of the OpenAPI document: 1beta.0.0 |
| 10 | + The version of the OpenAPI document: 1.0.0 |
11 | 11 | Generated by OpenAPI Generator (https://openapi-generator.tech) |
12 | 12 |
|
13 | 13 | Do not edit the class manually. |
|
48 | 48 | "ListResourcePoolsResponse", |
49 | 49 | "ListShareExportPoliciesResponse", |
50 | 50 | "ListSharesResponse", |
51 | | - "ListSnapshotSchedulesResponse", |
52 | 51 | "PerformanceClass", |
53 | 52 | "ResourcePool", |
54 | 53 | "ResourcePoolPerformanceClass", |
|
57 | 56 | "Share", |
58 | 57 | "ShareExportPolicy", |
59 | 58 | "ShareExportPolicyRule", |
60 | | - "SnapshotSchedule", |
61 | 59 | "Status", |
62 | 60 | "UpdateResourcePoolPayload", |
63 | 61 | "UpdateResourcePoolResponse", |
|
141 | 139 | from stackit.sfs.models.list_shares_response import ( |
142 | 140 | ListSharesResponse as ListSharesResponse, |
143 | 141 | ) |
144 | | -from stackit.sfs.models.list_snapshot_schedules_response import ( |
145 | | - ListSnapshotSchedulesResponse as ListSnapshotSchedulesResponse, |
146 | | -) |
147 | 142 | from stackit.sfs.models.performance_class import PerformanceClass as PerformanceClass |
148 | 143 | from stackit.sfs.models.resource_pool import ResourcePool as ResourcePool |
149 | 144 | from stackit.sfs.models.resource_pool_performance_class import ( |
|
162 | 157 | from stackit.sfs.models.share_export_policy_rule import ( |
163 | 158 | ShareExportPolicyRule as ShareExportPolicyRule, |
164 | 159 | ) |
165 | | -from stackit.sfs.models.snapshot_schedule import SnapshotSchedule as SnapshotSchedule |
166 | 160 | from stackit.sfs.models.status import Status as Status |
167 | 161 | from stackit.sfs.models.update_resource_pool_payload import ( |
168 | 162 | UpdateResourcePoolPayload as UpdateResourcePoolPayload, |
|
0 commit comments