Sha256: 55746b1abdf480edbb8ef3db83d5ab1cd5061657cd4f10a157e43ce785a07435

Contents?: true

Size: 808 Bytes

Versions: 4

Compression:

Stored size: 808 Bytes

Contents

# NetworkStorageApi::VolumeUpdate

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Volume friendly name. | [optional] |
| **description** | **String** | Volume description. | [optional] |
| **capacity_in_gb** | **Integer** | Capacity of Volume in GB. Currently only whole numbers and multiples of 1000GB are supported. | [optional] |
| **path_suffix** | **String** | Last part of volume's path. | [optional] |
| **permissions** | [**PermissionsUpdate**](PermissionsUpdate.md) |  | [optional] |

## Example

```ruby
require 'pnap_network_storage_api'

instance = NetworkStorageApi::VolumeUpdate.new(
  name: New Volume name,
  description: New Volume description,
  capacity_in_gb: 2000,
  path_suffix: null,
  permissions: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pnap_network_storage_api-2.0.1 docs/VolumeUpdate.md
pnap_network_storage_api-2.0.0 docs/VolumeUpdate.md
pnap_network_storage_api-1.4.0 docs/VolumeUpdate.md
pnap_network_storage_api-1.3.0 docs/VolumeUpdate.md