Sha256: 7297947b506658210b58fc0f0a48fb0e361761832c792fe46f7f4b25d3dfebfc

Contents?: true

Size: 1.15 KB

Versions: 5

Compression:

Stored size: 1.15 KB

Contents

# BmcApi::NetworkConfiguration

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **gateway_address** | **String** | The address of the gateway assigned / to assign to the server.<br> When used as part of request body, IP address has to be part of a private/public network or an IP block assigned to this server.<br> Gateway address also has to be assigned on an already deployed resource unless the address matches the BMC gateway address in a public network/IP block or the `force` query parameter is true. | [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

5 entries across 5 versions & 1 rubygems

Version Path
pnap_bmc_api-2.1.0 docs/NetworkConfiguration.md
pnap_bmc_api-2.0.0 docs/NetworkConfiguration.md
pnap_bmc_api-1.5.0 docs/NetworkConfiguration.md
pnap_bmc_api-1.4.0 docs/NetworkConfiguration.md
pnap_bmc_api-1.3.0 docs/NetworkConfiguration.md