Sha256: 8ccd42395807af14c4fc14f55b0b1a870b337635da654bd410807c91ea32c5ee

Contents?: true

Size: 813 Bytes

Versions: 2

Compression:

Stored size: 813 Bytes

Contents

# BillingApi::StorageDetails

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **network_storage_id** | **String** | Network storage ID. |  |
| **network_storage_name** | **String** | Network storage name. |  |
| **volume_id** | **String** | Volume ID. |  |
| **volume_name** | **String** | Volume name. |  |
| **capacity_in_gb** | **Integer** | Capacity in GB. |  |
| **created_on** | **Time** | Timestamp when the record was created. |  |

## Example

```ruby
require 'pnap_billing_api'

instance = BillingApi::StorageDetails.new(
  network_storage_id: 123asd239-323las2d2-123123a,
  network_storage_name: First network storage.,
  volume_id: 123asd239-323las2d2-123123a,
  volume_name: First volume.,
  capacity_in_gb: 150000,
  created_on: 2020-03-19T16:39Z
)
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pnap_billing_api-2.0.0 docs/StorageDetails.md
pnap_billing_api-1.0.0 docs/StorageDetails.md