Sha256: 7fb3c190776b67ac7f2eea6052af571c0b4f6d4cad92692d91731e62ea2e0e4f

Contents?: true

Size: 934 Bytes

Versions: 3

Compression:

Stored size: 934 Bytes

Contents

# BmcApi::NetworkConfiguration

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **gateway_address** | **String** | The address of the gateway assigned / to assign to the server. When used as part of request body, IP address has to be part of private/public network assigned to this server. | [optional] |
| **private_network_configuration** | [**PrivateNetworkConfiguration**](PrivateNetworkConfiguration.md) |  | [optional] |
| **ip_blocks_configuration** | [**IpBlocksConfiguration**](IpBlocksConfiguration.md) |  | [optional] |
| **public_network_configuration** | [**PublicNetworkConfiguration**](PublicNetworkConfiguration.md) |  | [optional] |

## Example

```ruby
require 'pnap_bmc_api'

instance = BmcApi::NetworkConfiguration.new(
  gateway_address: 182.16.0.145,
  private_network_configuration: null,
  ip_blocks_configuration: null,
  public_network_configuration: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
pnap_bmc_api-1.2.0 docs/NetworkConfiguration.md
pnap_bmc_api-1.1.1 docs/NetworkConfiguration.md
pnap_bmc_api-1.1.0 docs/NetworkConfiguration.md