docs/VolumeCreate.md in autosde_openapi_client-2.2.4 vs docs/VolumeCreate.md in autosde_openapi_client-2.2.5
- old
+ new
@@ -5,10 +5,11 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **compliant** | **Boolean** | compliant | [optional][default to false] |
| **component_state** | **String** | component_state | [optional] |
| **count** | **Integer** | count | [optional][default to 1] |
+| **fc_map_count** | **Integer** | fc_map_count | [optional][default to 0] |
| **name** | **String** | name | [optional] |
| **resources** | **Array<String>** | resources | [optional] |
| **service** | [**Service**](Service.md) | | [optional] |
| **service_name** | **String** | service_name | [optional][default to 'null'] |
| **size** | **Integer** | size | [optional] |
@@ -24,9 +25,10 @@
instance = AutosdeOpenapiClient::VolumeCreate.new(
compliant: null,
component_state: null,
count: null,
+ fc_map_count: null,
name: null,
resources: null,
service: null,
service_name: null,
size: null,