Sha256: 06001aedeedbb1c8c4b81f7536661a270d36e233914f0684ccb62a5bcae3cb7a
Contents?: true
Size: 1.14 KB
Versions: 1
Compression:
Stored size: 1.14 KB
Contents
# NetworkApi::PrivateNetwork ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The private network identifier. | | | **name** | **String** | The friendly name of this private network. | | | **description** | **String** | The description of this private network. | [optional] | | **vlan_id** | **Integer** | The VLAN of this private network. | | | **type** | **String** | The type of the private network. | | | **location** | **String** | The location of this private network. | | | **location_default** | **Boolean** | Identifies network as the default private network for the specified location. | | | **cidr** | **String** | IP range associated with this private network in CIDR notation. | | | **servers** | [**Array<PrivateNetworkServer>**](PrivateNetworkServer.md) | | | ## Example ```ruby require 'pnap_network_api' instance = NetworkApi::PrivateNetwork.new( id: 604721852cf65253d151528b, name: Sample Network, description: Further details on the network, vlan_id: 10, type: PRIVATE, location: PHX, location_default: true, cidr: 10.0.0.0/24, servers: null ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pnap_network_api-1.0.0 | docs/PrivateNetwork.md |