Sha256: a417db057d93355c7f8ee9b34a55b6b4a3bc19250105c072625e2df22911daec
Contents?: true
Size: 456 Bytes
Versions: 9
Compression:
Stored size: 456 Bytes
Contents
# NetworkApi::PrivateNetworkServer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The server identifier. | | | **ips** | **Array<String>** | List of private IPs associated to the server. | | ## Example ```ruby require 'pnap_network_api' instance = NetworkApi::PrivateNetworkServer.new( id: 603f3e995c18d515cda9c4f8, ips: ["10.0.0.2","10.0.0.3"] ) ```
Version data entries
9 entries across 9 versions & 1 rubygems