Sha256: 8cda5fced59dfd98d9dd7b56cd0782c22dfcc88b0121fd2908bb3ae248f93d8f

Contents?: true

Size: 689 Bytes

Versions: 4

Compression:

Stored size: 689 Bytes

Contents

# NetworkStorageApi::VolumeCreate

## Properties

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

## Example

```ruby
require 'pnap_network_storage_api'

instance = NetworkStorageApi::VolumeCreate.new(
  name: My volume name,
  description: My volume description,
  path_suffix: /shared-docs,
  capacity_in_gb: 2000
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pnap_network_storage_api-1.2.0 docs/VolumeCreate.md
pnap_network_storage_api-1.1.0 docs/VolumeCreate.md
pnap_network_storage_api-1.0.1 docs/VolumeCreate.md
pnap_network_storage_api-1.0.0 docs/VolumeCreate.md