Sha256: 15bf06a8bd9bf726553a48ea095a374bb3baa7938984bfbc337e9683f8b79947
Contents?: true
Size: 1.28 KB
Versions: 6
Compression:
Stored size: 1.28 KB
Contents
# NetworkStorageApi::StorageNetwork ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | Storage network ID. | [optional] | | **name** | **String** | Storage network friendly name. | [optional] | | **description** | **String** | Storage network description. | [optional] | | **status** | [**Status**](Status.md) | | [optional] | | **location** | **String** | Location of storage network. Currently this field should be set to `PHX` or `ASH`. | [optional] | | **network_id** | **String** | Id of network the storage belongs to. | [optional] | | **ips** | **Array<String>** | IP of the storage network. | [optional] | | **created_on** | **Time** | Date and time when this storage network was created. | [optional] | | **volumes** | [**Array<Volume>**](Volume.md) | Volume for a storage network. | [optional] | ## Example ```ruby require 'pnap_network_storage_api' instance = NetworkStorageApi::StorageNetwork.new( id: 603f3b2cfcaf050643b89a4b, name: My storage network, description: My storage network description, status: null, location: PHX, network_id: 603f3b2cfcaf050643b89a4b, ips: ["100.64.0.1","100.64.0.2"], created_on: 2021-03-13T20:24:32.491Z, volumes: null ) ```
Version data entries
6 entries across 6 versions & 1 rubygems