Sha256: 55848ec84d31a3bf4f777819569b3461db7baca5c7b04d269418bba86b8d7d0d

Contents?: true

Size: 1.49 KB

Versions: 3

Compression:

Stored size: 1.49 KB

Contents

# NetworkApi::PublicNetwork

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **id** | **String** | The public network identifier. |  |
| **vlan_id** | **Integer** | The VLAN of this public network. |  |
| **memberships** | [**Array<NetworkMembership>**](NetworkMembership.md) | A list of resources that are members of this public network. |  |
| **name** | **String** | The friendly name of this public network. |  |
| **location** | **String** | The location of this public network. Supported values are `PHX`, `ASH`, `SGP`, `NLD`, `CHI`, `SEA` and `AUS`. |  |
| **description** | **String** | The description of this public network. | [optional] |
| **status** | **String** | The status of the public network. Can have one of the following values: `BUSY`, `READY`, `DELETING` or `ERROR`. |  |
| **created_on** | **Time** | Date and time when this public network was created. |  |
| **ip_blocks** | [**Array<PublicNetworkIpBlock>**](PublicNetworkIpBlock.md) | A list of IP Blocks that are associated with this public network. |  |

## Example

```ruby
require 'pnap_network_api'

instance = NetworkApi::PublicNetwork.new(
  id: 604721852cf65253d151528b,
  vlan_id: 10,
  memberships: null,
  name: Sample Network,
  location: PHX,
  description: Further details on the network.,
  status: READY,
  created_on: 2022-04-05T13:50:30.491Z,
  ip_blocks: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pnap_network_api-2.0.1 docs/PublicNetwork.md
pnap_network_api-2.0.0 docs/PublicNetwork.md
pnap_network_api-1.3.2 docs/PublicNetwork.md